input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x5a386eb0fcbfee3f0d759e263053c09162ff102d", "tool" : "osiris", "start" : 1564577693.8023324, "end" : 1564577763.7496724, "duration" : 69.94734001159668, "analysis" : [{"errors" : [], "file" : "/unique_chucks/4/0x5a386eb0fcbfee3f0d759e263053c09162ff102d.sol", "name" : "Owned"}, {"errors" : [], "file" : "/unique_chucks/4/0x5a386eb0fcbfee3f0d759e263053c09162ff102d.sol", "name" : "SafeMath"}, {"errors" : [{"line" : 129, "column" : 8, "message" : "underflow_bugs"}], "file" : "/unique_chucks/4/0x5a386eb0fcbfee3f0d759e263053c09162ff102d.sol", "name" : "Woonkly"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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.440846, 34.064813], [-118.439239, 34.067059], [-118.438759, 34.070357], [-118.437378, 34.071742], [-118.43734, 34.072978], [-118.43327, 34.068165], [-118.433465, 34.065978], [-118.432224, 34.064255], [-118.433165, 34.061821], [-118.433703, 34.061532], [-118.435617, 34.065123], [-118.438196, 34.064475], [-118.438959, 34.063504], [-118.441067, 34.064012], [-118.440846, 34.064813]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 11187}}]}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Qu\u00e9zac", "circ" : "1\u00e8re circonscription", "dpt" : "Cantal", "inscrits" : 255, "abs" : 108, "votants" : 147, "blancs" : 7, "nuls" : 2, "exp" : 138, "res" : [{"nuance" : "LR", "nom" : "M. Vincent DESCOEUR", "voix" : 79}, {"nuance" : "REM", "nom" : "M. Fran\u00e7ois DANEMANS", "voix" : 59}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "https://bbs.byr.cn/article/Talking/6258521", "title" : "\u535a\u58eb\u7684\u6027\u4ef7\u6bd4\u9ad8\u5417\uff1f", "count" : 48}, {"url" : "https://bbs.byr.cn/article/Sichuan/237875", "title" : "\u6c42AB\u578bRH\u9634\u6027\u8840", "count" : 24}, {"url" : "https://bbs.byr.cn/article/Friends/1986043", "title" : "\u4ee3\u4f18\u8d28mm\u5f81\u53cb", "count" : 19}, {"url" : "https://bbs.byr.cn/article/WorkLife/1162029", "title" : "\u6211\u7684\u60f3\u6cd5\u2014\u2014\u8bfb\u7814\u548c\u672a\u6765\uff08\u4e94\uff09\uff1aHi\uff0c\u6211\u60f3\u5bf9\u4f60\u8bf4\uff08Career\u5411\uff09", "count" : 15}, {"url" : "https://bbs.byr.cn/article/StudyShare/199883", "title" : "\u5173\u4e8e\u4fdd\u7814\u5916\u6821\u7684\u4e00\u4e9b\u7591\u95ee", "count" : 13}, {"url" : "https://bbs.byr.cn/article/Job/2124904", "title" : "\u56db\u5927\u884c\u603b\u884c\u5165\u804c\u534a\u5e74\uff0c\u8981\u4e0d\u8981\u79bb\u804c\uff1f", "count" : 12}, {"url" : "https://bbs.byr.cn/article/Constellations/326533", "title" : "\u3010\u8f6c\u3011\u8d85\u795e\u51c6\uff01\u661f\u5ea7\u5c0f\u738b\u5b50\u72ec\u521b\u7684\u65b0\u578b\u5360\u535c\u3001\u4f86\u4e00\u8d77\u8a66\u73a9\u4e00\u4e0b\uff01", "count" : 11}, {"url" : "https://bbs.byr.cn/article/Feeling/3164744", "title" : "\u4eca\u5929\u6536\u5230\u4e86\u5973\u670b\u53cb\u9001\u7684\u9ad8\u4e2d\u6821\u670d\u718a", "count" : 10}, {"url" : "https://bbs.byr.cn/article/Shandong/418200", "title" : "\u6c42\u5317\u90ae\u9752\u5c9b\u7fa4\u8054\u7cfb\u65b9\u5f0f\u5440", "count" : 9}, {"url" : "https://bbs.byr.cn/article/Picture/3282076", "title" : "\u3010\u8ba8\u8bba\u3011\u3010\u5317\u90ae\u4eba\u670d\u52a1\u7ad9\u3011\u8fd9\u4e2a\u516c\u4f17\u53f7\u6d89\u5acc\u4fb5\u6743\u4e48\uff1f", "count" : 8}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 18, "line_cd" : 11421, "line_name" : "\u4e5d\u982d\u7adc\u7dda", "station_cd" : 1142119, "station_g_cd" : 1142119, "station_name" : "\u4e0b\u552f\u91ce", "lon" : 136.56027, "lat" : 35.974208}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["bwplus:yew_chest", "bwplus:trapped_yew_chest", "bwplus:mimic_chest", "bwplus:leech_chest"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"react/no-unescaped-entities": {"type": "string"}}, "required": ["react/no-unescaped-entities"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "next", "rules" : {"react/no-unescaped-entities" : "off"}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"react/no-unescaped-entities": {"type": "string"}}, "required": ["react/no-unescaped-entities"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"secret": {"type": "string"}, "expire": {"type": "integer"}}, "required": ["secret", "expire"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"secret" : "THE_SEVEN_DEADLY_SINS_SECRET", "expire" : -1}
json_instruct
{"type": "object", "properties": {"secret": {"type": "string"}, "expire": {"type": "integer"}}, "required": ["secret", "expire"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"fuse.js": {"type": "string"}, "fuse.min.js": {"type": "string"}}, "required": ["fuse.js", "fuse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fuse.js" : "sha256-Smx5Pl+l8fSKsdjKjJAaPuZW8hZieoOK8MiRkwpxhI4=", "fuse.min.js" : "sha256-KN2Mxma/eDTDAEj8VFqlAkpxAkjucPPkBoob9Q9GNqE="}
json_instruct
{"type": "object", "properties": {"fuse.js": {"type": "string"}, "fuse.min.js": {"type": "string"}}, "required": ["fuse.js", "fuse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 24615, "citation_title" : "Judicial Politics and Sentencing Decisions", "citation_author" : ["Alma Cohen", "Crystal Yang"], "citation_publication_date" : "2018-05-21", "issue_date" : "2018-05-18", "revision_date" : "2018-05-23", "topics" : ["Public Economics", "Labor Economics", "Demography and Aging", "Labor Discrimination", "Other", "Law and Economics"], "program" : ["Law and Economics", "Public Economics"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper investigates whether judge political affiliation contributes to racial and gender disparities in sentencing using data on over 500,000 federal defendants linked to sentencing judge. Exploiting random case assignment, we find that Republican-appointed judges sentence black defendants to 3.0 more months than similar non-blacks and female defendants to 2.0 fewer months than similar males compared to Democratic-appointed judges, 65 percent of the baseline racial sentence gap and 17 percent of the baseline gender sentence gap, respectively. These differences cannot be explained by other judge characteristics and grow substantially larger when judges are granted more discretion.\n\n", "acknowledgement" : "\nWe thank Sue Long and the Transactional Records Access Clearinghouse (TRAC) for their assistance in compiling and accessing data under our appointments as TRAC Fellows. We also wish to thank John Friedman, three anonymous referees, and numerous seminar participants for helpful comments and suggestions. Molly Bunke and Michael Zhang provided excellent research assistance. All errors are our own. The views expressed herein are those of the authors and do not necessarily reflect the views of the National Bureau of Economic Research.\n\n\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"baseFontSize": {"type": "integer"}, "theme": {"type": "string"}, "cssTheme": {"type": "string"}, "enabledCssSnippets": {"type": "array", "items": {"type": "string"}}, "translucency": {"type": "boolean"}}, "required": ["baseFontSize", "theme", "cssTheme", "enabledCssSnippets", "translucency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"baseFontSize" : 16, "theme" : "moonstone", "cssTheme" : "Solarized", "enabledCssSnippets" : ["checkbox", "notation-colour-blocks", "realistic-highlight"], "translucency" : false}
json_instruct
{"type": "object", "properties": {"baseFontSize": {"type": "integer"}, "theme": {"type": "string"}, "cssTheme": {"type": "string"}, "enabledCssSnippets": {"type": "array", "items": {"type": "string"}}, "translucency": {"type": "boolean"}}, "required": ["baseFontSize", "theme", "cssTheme", "enabledCssSnippets", "translucency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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 React from\"react\";function TimelineHeader(props){return React.createElement(\"header\",{className:\"timeline-header\"},React.createElement(\"span\",{className:\"tag is-success\"},props.year));}export default TimelineHeader;", "map" : {"version" : 3, "sources" : ["/Users/jameshuang/Desktop/Tech Stack/PW/forked_pw/personal-website/src/components/elements/TimelineHeader.js"], "names" : ["React", "TimelineHeader", "props", "year"], "mappings" : "AAAA,MAAOA,CAAAA,KAAP,KAAkB,OAAlB,CAEA,QAASC,CAAAA,cAAT,CAAwBC,KAAxB,CAA+B,CAC7B,MACE,+BAAQ,SAAS,CAAC,iBAAlB,EACI,4BAAM,SAAS,CAAC,gBAAhB,EAAkCA,KAAK,CAACC,IAAxC,CADJ,CADF,CAKD,CAED,cAAeF,CAAAA,cAAf", "sourcesContent" : ["import React from \"react\";\n\nfunction TimelineHeader(props) {\n return (\n <header className=\"timeline-header\">\n <span className=\"tag is-success\">{props.year}</span>\n </header>\n );\n}\n\nexport default TimelineHeader;\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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["color-difference", "colors-to-less-operations", "grunt-colors-to-less-operations"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"result": {"type": "integer"}, "count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sensor": {"type": "string"}, "time": {"type": "string"}, "cloud": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "sensor", "time", "cloud", "url"]}}}, "required": ["result", "count", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"result" : 1, "count" : 7, "data" : [{"name" : "\u9ad8\u5206\u4e8c\u53f7", "sensor" : "8888", "time" : "151234567891234", "cloud" : "70", "url" : "../../images/gf1.png"}, {"name" : "\u9ad8\u5206\u4e00\u53f7", "sensor" : "8888", "time" : "151234567891234", "cloud" : "70", "url" : "../../images/gf1.png"}, {"name" : "\u9ad8\u5206\u4e8c\u53f7", "sensor" : "8888", "time" : "151234567891234", "cloud" : "70", "url" : "../../images/gf1.png"}, {"name" : "\u9ad8\u5206\u4e00\u53f7", "sensor" : "8888", "time" : "151234567891234", "cloud" : "70", "url" : "../../images/gf1.png"}, {"name" : "\u9ad8\u5206\u4e8c\u53f7", "sensor" : "8888", "time" : "151234567891234", "cloud" : "70", "url" : "../../images/gf1.png"}, {"name" : "\u9ad8\u5206\u4e00\u53f7", "sensor" : "8888", "time" : "151234567891234", "cloud" : "70", "url" : "../../images/gf1.png"}, {"name" : "\u9ad8\u5206\u4e8c\u53f7", "sensor" : "8888", "time" : "151234567891234", "cloud" : "70", "url" : "../../images/gf1.png"}]}
json_instruct
{"type": "object", "properties": {"result": {"type": "integer"}, "count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sensor": {"type": "string"}, "time": {"type": "string"}, "cloud": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "sensor", "time", "cloud", "url"]}}}, "required": ["result", "count", "data"], "$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"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}, "descriptionID": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl", "platform", "descriptionID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "fa4def8c-1898-4a35-a139-7b76b1acdef0", "queryName" : "Insecure Port Not Properly Set", "severity" : "HIGH", "category" : "Networking and Firewall", "descriptionText" : "When using kube-apiserver command, the '--insecure-port' flag should be defined and set to 0", "descriptionUrl" : "https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/", "platform" : "Kubernetes", "descriptionID" : "d9e178b1"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}, "descriptionID": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl", "platform", "descriptionID"], "$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"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"irc": {"type": "string"}, "issues": {"type": "string"}}, "required": ["irc", "issues"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Phpwtf": {"type": "string"}}, "required": ["Phpwtf"]}}, "required": ["psr-0"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/console": {"type": "string"}}, "required": ["php", "symfony/console"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "authors", "keywords", "homepage", "license", "support", "autoload", "require", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pem-fr/phpwtf", "description" : "This tool allows for silent human code reviews on -any language- source file, with reports usable in jenkins for example.", "authors" : [{"name" : "Pierre-Emmanuel Manteau", "email" : "pe.manteau@gmail.com", "role" : "Developer"}], "keywords" : ["code", "review", "reporting", "monitoring", "quality", "standards"], "homepage" : "https://github.com/PEM-FR/phpwtf", "license" : "MIT", "support" : {"irc" : "irc://irc.freenode.org/phpwtf", "issues" : "https://github.com/PEM-FR/phpwtf/issues"}, "autoload" : {"psr-0" : {"Phpwtf" : "classes/"}}, "require" : {"php" : ">=5.3.3", "symfony/console" : "dev-master"}, "bin" : ["bin/phpwtf"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"irc": {"type": "string"}, "issues": {"type": "string"}}, "required": ["irc", "issues"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Phpwtf": {"type": "string"}}, "required": ["Phpwtf"]}}, "required": ["psr-0"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/console": {"type": "string"}}, "required": ["php", "symfony/console"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "authors", "keywords", "homepage", "license", "support", "autoload", "require", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "less-version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"less-fixed": {"type": "string"}}, "required": ["less-fixed"]}, "keywords": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"promise": {"type": "string"}, "resolve": {"type": "string"}, "slugg": {"type": "string"}, "minimist": {"type": "string"}, "clean-css": {"type": "string"}}, "required": ["promise", "resolve", "slugg", "minimist", "clean-css"]}, "optionalDependencies": {"type": "object", "properties": {"mime": {"type": "string"}, "request": {"type": "string"}, "mkdirp": {"type": "string"}, "source-map": {"type": "string"}}, "required": ["mime", "request", "mkdirp", "source-map"]}, "devDependencies": {"type": "object", "properties": {"rimraf": {"type": "string"}, "mkdirp": {"type": "string"}, "testit": {"type": "string"}, "tar-pack": {"type": "string"}, "npm-fetch": {"type": "string"}, "jquery": {"type": "string"}, "twbs": {"type": "string"}, "linify": {"type": "string"}}, "required": ["rimraf", "mkdirp", "testit", "tar-pack", "npm-fetch", "jquery", "twbs", "linify"]}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "less-version", "description", "bin", "keywords", "dependencies", "optionalDependencies", "devDependencies", "scripts", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "less-fixed", "version" : "0.0.4", "less-version" : "1.6.3", "description" : "The less compiler with a few features you absolutely need", "bin" : {"less-fixed" : "./bin/less.js"}, "keywords" : [], "dependencies" : {"promise" : "~4.0.0", "resolve" : "~0.6.1", "slugg" : "~0.1.2", "minimist" : "0.0.7", "clean-css" : "~2.0.0"}, "optionalDependencies" : {"mime" : "1.2.x", "request" : ">=2.12.0", "mkdirp" : "~0.3.5", "source-map" : "0.1.x"}, "devDependencies" : {"rimraf" : "~2.2.6", "mkdirp" : "~0.3.5", "testit" : "~1.2.0", "tar-pack" : "~2.0.0", "npm-fetch" : "0.0.8", "jquery" : "~2.1.0", "twbs" : "0.0.4", "linify" : "~1.0.1"}, "scripts" : {"prepublish" : "linify transform bin && node build", "test" : "node test"}, "repository" : {"type" : "git", "url" : "https://github.com/ForbesLindesay/less-fixed.git"}, "author" : "ForbesLindesay", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "less-version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"less-fixed": {"type": "string"}}, "required": ["less-fixed"]}, "keywords": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"promise": {"type": "string"}, "resolve": {"type": "string"}, "slugg": {"type": "string"}, "minimist": {"type": "string"}, "clean-css": {"type": "string"}}, "required": ["promise", "resolve", "slugg", "minimist", "clean-css"]}, "optionalDependencies": {"type": "object", "properties": {"mime": {"type": "string"}, "request": {"type": "string"}, "mkdirp": {"type": "string"}, "source-map": {"type": "string"}}, "required": ["mime", "request", "mkdirp", "source-map"]}, "devDependencies": {"type": "object", "properties": {"rimraf": {"type": "string"}, "mkdirp": {"type": "string"}, "testit": {"type": "string"}, "tar-pack": {"type": "string"}, "npm-fetch": {"type": "string"}, "jquery": {"type": "string"}, "twbs": {"type": "string"}, "linify": {"type": "string"}}, "required": ["rimraf", "mkdirp", "testit", "tar-pack", "npm-fetch", "jquery", "twbs", "linify"]}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "less-version", "description", "bin", "keywords", "dependencies", "optionalDependencies", "devDependencies", "scripts", "repository", "author", "license"], "$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"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "93365", "name" : {"en" : "South Waiouru"}, "country" : "NZ", "region" : "MWT", "identifiers" : {"wmo" : "93365"}, "location" : {"latitude" : -39.4894, "longitude" : 175.6703, "elevation" : 813}, "timezone" : "Pacific/Auckland"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "shota n man in bathroom\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "Banbee", "description" : "\u6b63\u592a", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2244517/thumbnail-2244517_0001.jpg?itok=u-Zri4T8", "download" : "https://ecchi.iwara.tv/api/video/m97oxcpb86fo1vonx", "origin" : "https://ecchi.iwara.tv/videos/m97oxcpb86fo1vonx"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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": {"classification": {"type": "string"}, "identificationscore": {"type": "integer"}}, "required": ["classification", "identificationscore"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[2.362731, 51.042909], [2.363446, 51.042729], [2.364303, 51.044169], [2.363589, 51.044349], [2.362731, 51.042909]]]}, "properties" : {"classification" : "ship", "identificationscore" : 1}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[2.357301, 51.04111], [2.357587, 51.04093], [2.359016, 51.042009], [2.35873, 51.042189], [2.357301, 51.04111]]]}, "properties" : {"classification" : "ship", "identificationscore" : 1}}]}
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": {"classification": {"type": "string"}, "identificationscore": {"type": "integer"}}, "required": ["classification", "identificationscore"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cursor": {"type": "string"}, "function": {"type": "string"}, "level": {"type": "string"}, "message": {"type": "string"}, "time": {"type": "string"}}, "required": ["cursor", "function", "level", "message", "time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cursor" : "/Users/latona2/bitbucket/sap-api-integrations-purchasing-info-record-reads/SAP_API_Caller/caller.go#L67", "function" : "sap-api-integrations-purchasing-info-record-reads/SAP_API_Caller.(*SAPAPICaller).General", "level" : "INFO", "message" : "&{ConditionRecord:0000010248 ConditionValidityEndDate:/Date(1893369600000)/ ConditionValidityStartDate:/Date(1546300800000)/ ConditionApplication:M ConditionType:PPR0 PurgDocOrderQuantityUnit: PurchasingOrganization:1710 PurchasingInfoRecordCategory:0 PurchasingInfoRecord:5300000630 Supplier:17300001 MaterialGroup: Material:MZ-TG-A14 Plant:1710 ToPurInfoRecdPrcgCndn:https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_INFORECORD_PROCESS_SRV/A_PurInfoRecdPrcgCndnValidity(ConditionRecord='0000010248',ConditionValidityEndDate=datetime'2029-12-31T00%3A00%3A00')/to_PurInfoRecdPrcgCndn}", "time" : "2021-12-08T23:36:47.978593+09:00"}
json_instruct
{"type": "object", "properties": {"cursor": {"type": "string"}, "function": {"type": "string"}, "level": {"type": "string"}, "message": {"type": "string"}, "time": {"type": "string"}}, "required": ["cursor", "function", "level", "message", "time"], "$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"}, "category": {"type": "string"}, "documentation": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["name", "category", "documentation", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "AI_SetCondition_OnTime", "category" : "aidata", "documentation" : "Sets the given condition of the given player after the give amount of minutes to true (=10000).", "parameters" : [{"name" : "PlayerId", "type" : "NUMBER"}, {"name" : "ConditionId", "type" : "NUMBER"}, {"name" : "TimeInMinutes", "type" : "NUMBER"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "documentation": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["name", "category", "documentation", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testDelete": {"type": "string"}, "testGetSmallHTMLDocument": {"type": "string"}, "testHeadSmallHTMLDocument": {"type": "string"}, "testPost": {"type": "string"}, "testPostUnicodeUtf8": {"type": "string"}, "testPut": {"type": "string"}, "testTimeout": {"type": "string"}, "withServerDo:": {"type": "string"}}, "required": ["testDelete", "testGetSmallHTMLDocument", "testHeadSmallHTMLDocument", "testPost", "testPostUnicodeUtf8", "testPut", "testTimeout", "withServerDo:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"testDelete" : "SvenVanCaekenberghe 8/23/2012 14:34", "testGetSmallHTMLDocument" : "SvenVanCaekenberghe 8/23/2012 14:34", "testHeadSmallHTMLDocument" : "SvenVanCaekenberghe 7/4/2012 17:33", "testPost" : "SvenVanCaekenberghe 8/23/2012 14:34", "testPostUnicodeUtf8" : "SvenVanCaekenberghe 8/23/2012 14:34", "testPut" : "SvenVanCaekenberghe 8/23/2012 14:34", "testTimeout" : "SvenVanCaekenberghe 3/12/2012 21:07", "withServerDo:" : "dkh 06/29/2014 11:02"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testDelete": {"type": "string"}, "testGetSmallHTMLDocument": {"type": "string"}, "testHeadSmallHTMLDocument": {"type": "string"}, "testPost": {"type": "string"}, "testPostUnicodeUtf8": {"type": "string"}, "testPut": {"type": "string"}, "testTimeout": {"type": "string"}, "withServerDo:": {"type": "string"}}, "required": ["testDelete", "testGetSmallHTMLDocument", "testHeadSmallHTMLDocument", "testPost", "testPostUnicodeUtf8", "testPut", "testTimeout", "withServerDo:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "short": {"type": "string"}, "definition": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "string"}, "type": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}}, "isSummary": {"type": "boolean"}, "mapping": {"type": "array", "items": {"type": "object", "properties": {"identity": {"type": "string"}, "map": {"type": "string"}}, "required": ["identity", "map"]}}}, "required": ["path", "short", "definition", "min", "max", "type", "isSummary", "mapping"]}}}, "required": ["resourceType", "id", "meta", "url", "status", "experimental", "stringency", "element"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "DataElement", "id" : "Coverage.group", "meta" : {"lastUpdated" : "2015-10-24T07:41:03.495+11:00"}, "url" : "http://hl7.org/fhir/DataElement/Coverage.group", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"path" : "Coverage.group", "short" : "An identifier for the group", "definition" : "Identifies a style or collective of coverage issues by the underwriter, for example may be used to identify a class of coverage or employer group. May also be referred to as a Policy or Group ID.", "min" : 0, "max" : "1", "type" : [{"code" : "string"}], "isSummary" : true, "mapping" : [{"identity" : "cpha3pharm", "map" : "C.31"}, {"identity" : "v2", "map" : "IN1-8"}, {"identity" : "cdanetv4", "map" : "C11 (Division,Section)"}]}]}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "short": {"type": "string"}, "definition": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "string"}, "type": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}}, "isSummary": {"type": "boolean"}, "mapping": {"type": "array", "items": {"type": "object", "properties": {"identity": {"type": "string"}, "map": {"type": "string"}}, "required": ["identity", "map"]}}}, "required": ["path", "short", "definition", "min", "max", "type", "isSummary", "mapping"]}}}, "required": ["resourceType", "id", "meta", "url", "status", "experimental", "stringency", "element"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"standard": {"type": "object", "properties": {"colorName": {"type": "string"}, "colortheme": {"type": "array", "items": {}}, "pattern": {"type": "object", "properties": {"morphdata": {"type": "object", "properties": {"0": {"type": "object", "properties": {"anchorX": {"type": "integer"}, "anchorY": {"type": "integer"}, "anchorZ": {"type": "integer"}, "anchorRadius": {"type": "integer"}, "moveToX": {"type": "integer"}, "moveToY": {"type": "integer"}, "moveToZ": {"type": "integer"}}, "required": ["anchorX", "anchorY", "anchorZ", "anchorRadius", "moveToX", "moveToY", "moveToZ"]}, "1": {"type": "object", "properties": {"anchorX": {"type": "integer"}, "anchorY": {"type": "integer"}, "anchorZ": {"type": "integer"}, "anchorRadius": {"type": "integer"}, "moveToX": {"type": "integer"}, "moveToY": {"type": "integer"}, "moveToZ": {"type": "integer"}}, "required": ["anchorX", "anchorY", "anchorZ", "anchorRadius", "moveToX", "moveToY", "moveToZ"]}}, "required": ["0", "1"]}}, "required": ["morphdata"]}}, "required": ["colorName", "colortheme", "pattern"]}}, "required": ["standard"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"standard" : {"colorName" : "Wild", "colortheme" : [], "pattern" : {"morphdata" : {"0" : {"anchorX" : 240, "anchorY" : -200, "anchorZ" : 0, "anchorRadius" : 900, "moveToX" : 260, "moveToY" : 160, "moveToZ" : 400}, "1" : {"anchorX" : -240, "anchorY" : 200, "anchorZ" : 0, "anchorRadius" : 900, "moveToX" : -260, "moveToY" : -160, "moveToZ" : 400}}}}}
json_instruct
{"type": "object", "properties": {"standard": {"type": "object", "properties": {"colorName": {"type": "string"}, "colortheme": {"type": "array", "items": {}}, "pattern": {"type": "object", "properties": {"morphdata": {"type": "object", "properties": {"0": {"type": "object", "properties": {"anchorX": {"type": "integer"}, "anchorY": {"type": "integer"}, "anchorZ": {"type": "integer"}, "anchorRadius": {"type": "integer"}, "moveToX": {"type": "integer"}, "moveToY": {"type": "integer"}, "moveToZ": {"type": "integer"}}, "required": ["anchorX", "anchorY", "anchorZ", "anchorRadius", "moveToX", "moveToY", "moveToZ"]}, "1": {"type": "object", "properties": {"anchorX": {"type": "integer"}, "anchorY": {"type": "integer"}, "anchorZ": {"type": "integer"}, "anchorRadius": {"type": "integer"}, "moveToX": {"type": "integer"}, "moveToY": {"type": "integer"}, "moveToZ": {"type": "integer"}}, "required": ["anchorX", "anchorY", "anchorZ", "anchorRadius", "moveToX", "moveToY", "moveToZ"]}}, "required": ["0", "1"]}}, "required": ["morphdata"]}}, "required": ["colorName", "colortheme", "pattern"]}}, "required": ["standard"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Jones", "state_name" : "Oklahoma", "state_abbrv" : "OK", "lat" : "35.5753", "long" : "-97.2891"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c" : 2161051, "d" : "51V", "md" : false}, {"c" : 2161052, "d" : "52V", "md" : false}, {"c" : 2161053, "d" : "53V", "md" : false}, {"c" : 2161054, "d" : "54V", "md" : false}, {"c" : 2161055, "d" : "55V", "md" : false}, {"c" : 2161056, "d" : "56V", "md" : false}, {"c" : 2161057, "d" : "57V", "md" : false}, {"c" : 2161058, "d" : "58V", "md" : false}, {"c" : 2161059, "d" : "59V", "md" : false}, {"c" : 2161060, "d" : "60V", "md" : false}, {"c" : 2161061, "d" : "61V", "md" : false}, {"c" : 2161062, "d" : "62V", "md" : false}, {"c" : 2161063, "d" : "63V", "md" : false}, {"c" : 2161064, "d" : "64V", "md" : false}, {"c" : 2161065, "d" : "65V", "md" : false}, {"c" : 2161066, "d" : "66V", "md" : false}, {"c" : 2161067, "d" : "67V", "md" : false}, {"c" : 2161068, "d" : "68V", "md" : false}, {"c" : 2161069, "d" : "69V", "md" : false}, {"c" : 2161070, "d" : "70V", "md" : false}, {"c" : 2161071, "d" : "71V", "md" : false}, {"c" : 2161072, "d" : "72V", "md" : false}, {"c" : 2161073, "d" : "73V", "md" : false}, {"c" : 2161074, "d" : "74V", "md" : false}, {"c" : 2161075, "d" : "75V", "md" : false}, {"c" : 2161076, "d" : "76V", "md" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"issuer": {"type": "string"}, "jwks_uri": {"type": "string"}, "authorization_endpoint": {"type": "string"}, "token_endpoint": {"type": "string"}, "userinfo_endpoint": {"type": "string"}, "end_session_endpoint": {"type": "string"}, "check_session_iframe": {"type": "string"}, "revocation_endpoint": {"type": "string"}, "introspection_endpoint": {"type": "string"}, "frontchannel_logout_supported": {"type": "boolean"}, "frontchannel_logout_session_supported": {"type": "boolean"}, "scopes_supported": {"type": "array", "items": {"type": "string"}}, "claims_supported": {"type": "array", "items": {"type": "string"}}, "response_types_supported": {"type": "array", "items": {"type": "string"}}, "response_modes_supported": {"type": "array", "items": {"type": "string"}}, "grant_types_supported": {"type": "array", "items": {"type": "string"}}, "subject_types_supported": {"type": "array", "items": {"type": "string"}}, "id_token_signing_alg_values_supported": {"type": "array", "items": {"type": "string"}}, "code_challenge_methods_supported": {"type": "array", "items": {"type": "string"}}, "token_endpoint_auth_methods_supported": {"type": "array", "items": {"type": "string"}}}, "required": ["issuer", "jwks_uri", "authorization_endpoint", "token_endpoint", "userinfo_endpoint", "end_session_endpoint", "check_session_iframe", "revocation_endpoint", "introspection_endpoint", "frontchannel_logout_supported", "frontchannel_logout_session_supported", "scopes_supported", "claims_supported", "response_types_supported", "response_modes_supported", "grant_types_supported", "subject_types_supported", "id_token_signing_alg_values_supported", "code_challenge_methods_supported", "token_endpoint_auth_methods_supported"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"issuer" : "https://demo.identityserver.io", "jwks_uri" : "https://demo.identityserver.io/.well-known/jwks", "authorization_endpoint" : "https://demo.identityserver.io/connect/authorize", "token_endpoint" : "https://demo.identityserver.io/connect/token", "userinfo_endpoint" : "https://demo.identityserver.io/connect/userinfo", "end_session_endpoint" : "https://demo.identityserver.io/connect/endsession", "check_session_iframe" : "https://demo.identityserver.io/connect/checksession", "revocation_endpoint" : "https://demo.identityserver.io/connect/revocation", "introspection_endpoint" : "https://demo.identityserver.io/connect/introspect", "frontchannel_logout_supported" : true, "frontchannel_logout_session_supported" : true, "scopes_supported" : ["openid", "profile", "email", "address", "phone", "offline_access", "api"], "claims_supported" : ["sub", "name", "family_name", "given_name", "middle_name", "nickname", "preferred_username", "profile", "picture", "website", "gender", "birthdate", "zoneinfo", "locale", "updated_at", "email", "email_verified", "address", "phone_number", "phone_number_verified"], "response_types_supported" : ["code", "token", "id_token", "id_token token", "code id_token", "code token", "code id_token token"], "response_modes_supported" : ["form_post", "query", "fragment"], "grant_types_supported" : ["authorization_code", "client_credentials", "password", "refresh_token", "implicit"], "subject_types_supported" : ["public"], "id_token_signing_alg_values_supported" : ["RS256"], "code_challenge_methods_supported" : ["plain", "S256"], "token_endpoint_auth_methods_supported" : ["client_secret_post", "client_secret_basic"]}
json_instruct
{"type": "object", "properties": {"issuer": {"type": "string"}, "jwks_uri": {"type": "string"}, "authorization_endpoint": {"type": "string"}, "token_endpoint": {"type": "string"}, "userinfo_endpoint": {"type": "string"}, "end_session_endpoint": {"type": "string"}, "check_session_iframe": {"type": "string"}, "revocation_endpoint": {"type": "string"}, "introspection_endpoint": {"type": "string"}, "frontchannel_logout_supported": {"type": "boolean"}, "frontchannel_logout_session_supported": {"type": "boolean"}, "scopes_supported": {"type": "array", "items": {"type": "string"}}, "claims_supported": {"type": "array", "items": {"type": "string"}}, "response_types_supported": {"type": "array", "items": {"type": "string"}}, "response_modes_supported": {"type": "array", "items": {"type": "string"}}, "grant_types_supported": {"type": "array", "items": {"type": "string"}}, "subject_types_supported": {"type": "array", "items": {"type": "string"}}, "id_token_signing_alg_values_supported": {"type": "array", "items": {"type": "string"}}, "code_challenge_methods_supported": {"type": "array", "items": {"type": "string"}}, "token_endpoint_auth_methods_supported": {"type": "array", "items": {"type": "string"}}}, "required": ["issuer", "jwks_uri", "authorization_endpoint", "token_endpoint", "userinfo_endpoint", "end_session_endpoint", "check_session_iframe", "revocation_endpoint", "introspection_endpoint", "frontchannel_logout_supported", "frontchannel_logout_session_supported", "scopes_supported", "claims_supported", "response_types_supported", "response_modes_supported", "grant_types_supported", "subject_types_supported", "id_token_signing_alg_values_supported", "code_challenge_methods_supported", "token_endpoint_auth_methods_supported"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"miles": {"type": "number"}, "imports": {"type": "number"}, "exports": {"type": "integer"}, "domestic": {"type": "integer"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "abbreviation": {"type": "string"}, "distance": {"type": "number"}, "pct": {"type": "number"}}, "required": ["name", "abbreviation", "distance", "pct"]}}}, "required": ["miles", "imports", "exports", "domestic", "countries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"miles" : 152.00269332416684, "imports" : 3617.5, "exports" : 0, "domestic" : 64592, "countries" : [{"name" : "Egypt", "abbreviation" : "EGY", "distance" : 6765.763463105186, "pct" : 1.53}, {"name" : "Greece", "abbreviation" : "GRC", "distance" : 5830.58194931862, "pct" : 0.04}, {"name" : "Guyana", "abbreviation" : "GUY", "distance" : 3444.6122101300343, "pct" : 0}, {"name" : "Italy", "abbreviation" : "ITA", "distance" : 5306.252129014425, "pct" : 0.04}, {"name" : "Portugal", "abbreviation" : "PRT", "distance" : 4588.35994084977, "pct" : 0.01}, {"name" : "Spain", "abbreviation" : "ESP", "distance" : 4745.751477058828, "pct" : 0}, {"name" : "United Kingdom", "abbreviation" : "GBR", "distance" : 4231.571091124117, "pct" : 0}, {"name" : "Mexico", "abbreviation" : "MEX", "distance" : 1181.1347065300388, "pct" : 3.68}]}
json_instruct
{"type": "object", "properties": {"miles": {"type": "number"}, "imports": {"type": "number"}, "exports": {"type": "integer"}, "domestic": {"type": "integer"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "abbreviation": {"type": "string"}, "distance": {"type": "number"}, "pct": {"type": "number"}}, "required": ["name", "abbreviation", "distance", "pct"]}}}, "required": ["miles", "imports", "exports", "domestic", "countries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ot-min.js": {"type": "string"}, "ot.js": {"type": "string"}}, "required": ["ot-min.js", "ot.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ot-min.js" : "sha256-8RA61BT7BeFMzPVP9kQC4NND6mSR2u0IdCOSMHMxG5k=", "ot.js" : "sha256-r2OwaxWErtvOjWrlgvLGbrKCnCxVCmp1O0Cj5KCbIek="}
json_instruct
{"type": "object", "properties": {"ot-min.js": {"type": "string"}, "ot.js": {"type": "string"}}, "required": ["ot-min.js", "ot.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "6": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5", "6"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u0628\u0647 \u062a\u06cc\u063a\u0645 \u06af\u0631 \u06a9\u0634\u062f \u062f\u0633\u062a\u0634 \u0646\u06af\u06cc\u0631\u0645", "m2" : "\u0648\u06af\u0631 \u062a\u06cc\u0631\u0645 \u0632\u0646\u062f \u0645\u0646\u062a \u067e\u0630\u06cc\u0631\u0645"}, "1" : {"m1" : "\u06a9\u0645\u0627\u0646 \u0627\u0628\u0631\u0648\u06cc\u062a \u0631\u0627 \u06af\u0648 \u0628\u0632\u0646 \u062a\u06cc\u0631", "m2" : "\u06a9\u0647 \u067e\u06cc\u0634 \u062f\u0633\u062a \u0648 \u0628\u0627\u0632\u0648\u06cc\u062a \u0628\u0645\u06cc\u0631\u0645"}, "2" : {"m1" : "\u063a\u0645 \u06af\u06cc\u062a\u06cc \u06af\u0631 \u0627\u0632 \u067e\u0627\u06cc\u0645 \u062f\u0631\u0622\u0631\u062f", "m2" : "\u0628\u062c\u0632 \u0633\u0627\u063a\u0631 \u06a9\u0647 \u0628\u0627\u0634\u062f \u062f\u0633\u062a\u06af\u06cc\u0631\u0645"}, "3" : {"m1" : "\u0628\u0631\u0622\u06cc \u0627\u06cc \u0622\u0641\u062a\u0627\u0628 \u0635\u0628\u062d \u0627\u0645\u06cc\u062f", "m2" : "\u06a9\u0647 \u062f\u0631 \u062f\u0633\u062a \u0634\u0628 \u0647\u062c\u0631\u0627\u0646 \u0627\u0633\u06cc\u0631\u0645"}, "4" : {"m1" : "\u0628\u0647 \u0641\u0631\u06cc\u0627\u062f\u0645 \u0631\u0633 \u0627\u06cc \u067e\u06cc\u0631 \u062e\u0631\u0627\u0628\u0627\u062a", "m2" : "\u0628\u0647 \u06cc\u06a9 \u062c\u0631\u0639\u0647 \u062c\u0648\u0627\u0646\u0645 \u06a9\u0646 \u06a9\u0647 \u067e\u06cc\u0631\u0645"}, "5" : {"m1" : "\u0628\u0647 \u06af\u06cc\u0633\u0648\u06cc \u062a\u0648 \u062e\u0648\u0631\u062f\u0645 \u062f\u0648\u0634 \u0633\u0648\u06af\u0646\u062f", "m2" : "\u06a9\u0647 \u0645\u0646 \u0627\u0632 \u067e\u0627\u06cc \u062a\u0648 \u0633\u0631 \u0628\u0631 \u0646\u06af\u06cc\u0631\u0645"}, "6" : {"m1" : "\u0628\u0633\u0648\u0632 \u0627\u06cc\u0646 \u062e\u0631\u0642\u0647 \u062a\u0642\u0648\u0627 \u062a\u0648 \u062d\u0627\u0641\u0638", "m2" : "\u06a9\u0647 \u06af\u0631 \u0622\u062a\u0634 \u0634\u0648\u0645 \u062f\u0631 \u0648\u06cc \u0646\u06af\u06cc\u0631\u0645"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "6": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5", "6"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Aaron Sapp": {"type": "string"}}, "required": ["Aaron Sapp"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"Alamofire": {"type": "array", "items": {}}}, "required": ["Alamofire"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "social_media_url", "platforms", "source_files", "dependencies", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SwiftShip", "version" : "0.1.0", "summary" : "A toolbelt for interacting with shipping APIs.", "description" : "Make interacting with shipping APIs (USPS, UPS, FedEx) easier by provding simple methods\nfor calculating shipping rates.", "homepage" : "https://github.com/aarons22/SwiftShip", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Aaron Sapp" : "repo@aaron-sapp.space"}, "source" : {"git" : "https://github.com/aarons22/SwiftShip.git", "tag" : "v0.1.0"}, "social_media_url" : "https://twitter.com/aaronsapp", "platforms" : {"ios" : "9.0"}, "source_files" : "SwiftShip/Classes/**/*", "dependencies" : {"Alamofire" : []}, "pushed_with_swift_version" : "3.0\n"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Aaron Sapp": {"type": "string"}}, "required": ["Aaron Sapp"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"Alamofire": {"type": "array", "items": {}}}, "required": ["Alamofire"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "social_media_url", "platforms", "source_files", "dependencies", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"person2": {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}}, "required": ["features"]}, "person1": {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}}, "required": ["features"]}, "person3": {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}}, "required": ["features"]}}, "required": ["person2", "person1", "person3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"person2" : {"features" : ["features/person2_0_frame_0_idx_0.tensor", "features/person2_1_frame_0_idx_0.tensor"]}, "person1" : {"features" : ["features/person1_1_frame_0_idx_0.tensor", "features/person1_0_frame_0_idx_0.tensor"]}, "person3" : {"features" : ["features/person3_0_frame_0_idx_0.tensor"]}}
json_instruct
{"type": "object", "properties": {"person2": {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}}, "required": ["features"]}, "person1": {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}}, "required": ["features"]}, "person3": {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}}, "required": ["features"]}}, "required": ["person2", "person1", "person3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "test": {"type": "array", "items": {"type": "string"}}, "example": {"type": "array", "items": {"type": "string"}}}, "required": ["solution", "test", "example"]}, "blurb": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}}, "required": ["authors", "contributors", "files", "blurb", "source", "source_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : ["verdammelt"], "contributors" : ["dnmfarrell"], "files" : {"solution" : ["allergies.lisp"], "test" : ["allergies-test.lisp"], "example" : [".meta/example.lisp"]}, "blurb" : "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.", "source" : "Jumpstart Lab Warm-up", "source_url" : "http://jumpstartlab.com"}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "test": {"type": "array", "items": {"type": "string"}}, "example": {"type": "array", "items": {"type": "string"}}}, "required": ["solution", "test", "example"]}, "blurb": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}}, "required": ["authors", "contributors", "files", "blurb", "source", "source_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "prepublishOnly": {"type": "string"}, "release": {"type": "string"}}, "required": ["build", "start", "test", "prepublishOnly", "release"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"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-react": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/preset-react", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-react", "eslint-plugin-standard", "release-it"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "keywords", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gatsby-plugin-owa", "version" : "1.1.1", "description" : "Gatsby plugin to add Open Web Analytics (OWA) javascript tracker", "main" : "index.js", "repository" : "github:sigvei/gatsby-plugin-owa", "author" : "Sigve Indregard <sigve.indregard@pm.me>", "license" : "MIT", "scripts" : {"build" : "babel src --out-dir .", "start" : "babel -w src --out-dir .", "test" : "eslint ./src/**/*.js", "prepublishOnly" : "npm run build", "release" : "release-it"}, "keywords" : ["gatsby", "gatsby-plugin", "open-web-analytics", "owa"], "devDependencies" : {"@babel/cli" : "^7.8.3", "@babel/core" : "^7.8.3", "@babel/preset-env" : "^7.8.3", "@babel/preset-react" : "^7.8.3", "eslint" : "^6.8.0", "eslint-config-standard" : "^14.1.0", "eslint-plugin-import" : "^2.20.0", "eslint-plugin-node" : "^11.0.0", "eslint-plugin-promise" : "^4.2.1", "eslint-plugin-react" : "^7.18.0", "eslint-plugin-standard" : "^4.0.1", "release-it" : "^12.4.3"}, "dependencies" : {"react" : "^16.12.0", "react-dom" : "^16.12.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "prepublishOnly": {"type": "string"}, "release": {"type": "string"}}, "required": ["build", "start", "test", "prepublishOnly", "release"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"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-react": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/preset-react", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-react", "eslint-plugin-standard", "release-it"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "keywords", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"transparency.js": {"type": "string"}, "transparency.min.js": {"type": "string"}}, "required": ["transparency.js", "transparency.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"transparency.js" : "sha512-wo0b9d1UPHdD5VapUh/o7YEQKaQkYO9KcTXsJruwl72Yp4hr5aHC8ItAfjyxCtZf3SVa/IyHis32fajTxPeQVQ==", "transparency.min.js" : "sha512-lU1RLhdHLM2eyH3Hzy7FqQCQ5fOwmW3FKUJAywpuxNNxx8pKGZNLvi35BykbXirNzRK0Vzqx0o8R82HCEs96/g=="}
json_instruct
{"type": "object", "properties": {"transparency.js": {"type": "string"}, "transparency.min.js": {"type": "string"}}, "required": ["transparency.js", "transparency.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"webtorrent.min.js": {"type": "string"}}, "required": ["webtorrent.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webtorrent.min.js" : "sha512-dnAx4QN3WfEmEN/aGyqhTdplsmsD9l2OIBFQbjoZ4kniGexxaRROnUoZeIPbJMstSuEiP99rIee6vs72hLCEsg=="}
json_instruct
{"type": "object", "properties": {"webtorrent.min.js": {"type": "string"}}, "required": ["webtorrent.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["createautomated:lapis_ore_piece", "createautomated:iron_ore_piece", "createautomated:zinc_ore_piece", "createautomated:gold_ore_piece", "createautomated:copper_ore_piece", "createautomated:cinder_flour_ore_piece"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"rooms": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "floor": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "floor", "name"]}}}, "required": ["rooms"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rooms" : [{"id" : "6", "floor" : "", "name" : "Auditorium"}, {"id" : "2", "floor" : "", "name" : "Room 1"}, {"id" : "3", "floor" : "", "name" : "Room 2"}, {"id" : "4", "floor" : "", "name" : "Room 3"}, {"id" : "5", "floor" : "", "name" : "Room 4"}, {"id" : "7", "floor" : "Skills Matter, 116-120 Goswell Road London, EC1V 7DP", "name" : "Skills Matter"}]}
json_instruct
{"type": "object", "properties": {"rooms": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "floor": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "floor", "name"]}}}, "required": ["rooms"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[0.0, 0.0, 0.0, 4.0, 0.0, 1.0, 2.0, 0.0, 1.0, 4.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-4r59-w36x-w685", "modified" : "2022-05-02T00:01:44Z", "published" : "2022-05-02T00:01:44Z", "aliases" : ["CVE-2008-3610"], "details" : "Race condition in Login Window in Apple Mac OS X 10.5 through 10.5.4, when a blank-password account is enabled, allows attackers to bypass password authentication and login to any account via multiple attempts to login to the blank-password account, followed by selection of an arbitrary account from the user list.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2008-3610"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/45170"}, {"type" : "WEB", "url" : "http://lists.apple.com/archives/security-announce//2008/Sep/msg00005.html"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/31882"}, {"type" : "WEB", "url" : "http://securitytracker.com/id?1020878"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/31189"}, {"type" : "WEB", "url" : "http://www.us-cert.gov/cas/techalerts/TA08-260A.html"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2008/2584"}], "database_specific" : {"cwe_ids" : ["CWE-287"], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "string"}}, "required": ["exclude", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"exclude" : ["**/*spec.ts", "dist", "frontend", "next-env.d.ts", "node_modules", "public", "test", "gui", "out"], "extends" : "./tsconfig.json"}
json_instruct
{"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "string"}}, "required": ["exclude", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "completeInEnglish": {"type": "string"}, "issueTypeLabel": {"type": "string"}, "issueSourceLabel": {"type": "string"}, "vscode": {"type": "string"}, "extension": {"type": "string"}, "disableExtensionsLabelText": {"type": "string"}, "disableExtensions": {"type": "string"}, "chooseExtension": {"type": "string"}, "issueTitleLabel": {"type": "string"}, "issueTitleRequired": {"type": "string"}, "titleLengthValidation": {"type": "string"}, "systemInfo": {"type": "string"}, "sendData": {"type": "string"}, "processes": {"type": "string"}, "workspaceStats": {"type": "string"}, "extensions": {"type": "string"}, "searchedExtensions": {"type": "string"}, "settingsSearchDetails": {"type": "string"}, "details": {"type": "string"}, "loadingData": {"type": "string"}}, "required": ["", "completeInEnglish", "issueTypeLabel", "issueSourceLabel", "vscode", "extension", "disableExtensionsLabelText", "disableExtensions", "chooseExtension", "issueTitleLabel", "issueTitleRequired", "titleLengthValidation", "systemInfo", "sendData", "processes", "workspaceStats", "extensions", "searchedExtensions", "settingsSearchDetails", "details", "loadingData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "--------------------------------------------------------------------------------------------", "Do not edit this file. It is machine generated."], "completeInEnglish" : "F\u00fcllen Sie das Formular auf Englisch aus.", "issueTypeLabel" : "Dies ist", "issueSourceLabel" : "Datei auf", "vscode" : "Visual Studio Code", "extension" : "Eine Erweiterung", "disableExtensionsLabelText" : "Versuchen Sie, das Problem nach {0} zu reproduzieren. Wenn das Problem nur bei aktiven Erweiterungen reproduziert werden kann, besteht wahrscheinlich ein Problem bei einer Erweiterung.", "disableExtensions" : "Alle Erweiterungen werden deaktiviert, und das Fenster wird neu geladen", "chooseExtension" : "Erweiterung", "issueTitleLabel" : "Titel", "issueTitleRequired" : "Geben Sie einen Titel ein.", "titleLengthValidation" : "Der Titel ist zu lang.", "systemInfo" : "Eigene Systeminformationen", "sendData" : "Eigene Daten senden", "processes" : "Derzeit ausgef\u00fchrte Prozesse", "workspaceStats" : "Eigene Arbeitsbereichsstatistiken", "extensions" : "Eigene Erweiterungen", "searchedExtensions" : "Gesuchte Erweiterungen", "settingsSearchDetails" : "Details der Einstellungssuche", "details" : "Geben Sie Details ein.", "loadingData" : "Daten werden geladen \u2026"}
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "completeInEnglish": {"type": "string"}, "issueTypeLabel": {"type": "string"}, "issueSourceLabel": {"type": "string"}, "vscode": {"type": "string"}, "extension": {"type": "string"}, "disableExtensionsLabelText": {"type": "string"}, "disableExtensions": {"type": "string"}, "chooseExtension": {"type": "string"}, "issueTitleLabel": {"type": "string"}, "issueTitleRequired": {"type": "string"}, "titleLengthValidation": {"type": "string"}, "systemInfo": {"type": "string"}, "sendData": {"type": "string"}, "processes": {"type": "string"}, "workspaceStats": {"type": "string"}, "extensions": {"type": "string"}, "searchedExtensions": {"type": "string"}, "settingsSearchDetails": {"type": "string"}, "details": {"type": "string"}, "loadingData": {"type": "string"}}, "required": ["", "completeInEnglish", "issueTypeLabel", "issueSourceLabel", "vscode", "extension", "disableExtensionsLabelText", "disableExtensions", "chooseExtension", "issueTitleLabel", "issueTitleRequired", "titleLengthValidation", "systemInfo", "sendData", "processes", "workspaceStats", "extensions", "searchedExtensions", "settingsSearchDetails", "details", "loadingData"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"make:osx": {"type": "string"}, "make:win": {"type": "string"}, "make:win32": {"type": "string"}, "test": {"type": "string"}}, "required": ["make:osx", "make:win", "make:win32", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"github": {"type": "string"}, "mkdirp": {"type": "string"}, "node-fetch": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["github", "mkdirp", "node-fetch", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "electron-prebuilt-safe", "version" : "0.36.7", "description" : "Prebuilt electron binaries without dodgy ffmpeg things", "main" : "index.js", "scripts" : {"make:osx" : "node index.js", "make:win" : "node index.js --arch=x64", "make:win32" : "node index.js --arch=ia32", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Samuel Attard", "license" : "ISC", "dependencies" : {"github" : "^0.2.4", "mkdirp" : "^0.5.1", "node-fetch" : "^1.3.3", "yargs" : "^3.32.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"make:osx": {"type": "string"}, "make:win": {"type": "string"}, "make:win32": {"type": "string"}, "test": {"type": "string"}}, "required": ["make:osx", "make:win", "make:win32", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"github": {"type": "string"}, "mkdirp": {"type": "string"}, "node-fetch": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["github", "mkdirp", "node-fetch", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"performanceInstanceRecord": {"type": "object", "properties": {"contactCenterPositionUtilization": {"type": "string"}, "contactCenterServiceStatistics": {"type": "object", "properties": {"contactCenterServiceStatisticInterpretation": {"type": "string"}, "contactCenterServiceStatisticRecommendation": {"type": "string"}, "contactCenterServiceStatisticValue": {"type": "string"}, "contactCenterServiceStatisticType": {"type": "string"}}, "required": ["contactCenterServiceStatisticInterpretation", "contactCenterServiceStatisticRecommendation", "contactCenterServiceStatisticValue", "contactCenterServiceStatisticType"]}, "contactCenterLoadingProjections": {"type": "string"}}, "required": ["contactCenterPositionUtilization", "contactCenterServiceStatistics", "contactCenterLoadingProjections"]}, "performanceRequestActionTaskReference": {"type": "string"}, "performanceRequestActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "performanceRequestRecordReference": {"type": "string"}, "requestResponseRecord": {"type": "object", "properties": {}, "required": []}}, "required": ["performanceInstanceRecord", "performanceRequestActionTaskReference", "performanceRequestActionTaskRecord", "performanceRequestRecordReference", "requestResponseRecord"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"performanceInstanceRecord" : {"contactCenterPositionUtilization" : "contactCenterPositionUtilization", "contactCenterServiceStatistics" : {"contactCenterServiceStatisticInterpretation" : "contactCenterServiceStatisticInterpretation", "contactCenterServiceStatisticRecommendation" : "contactCenterServiceStatisticRecommendation", "contactCenterServiceStatisticValue" : "contactCenterServiceStatisticValue", "contactCenterServiceStatisticType" : "contactCenterServiceStatisticType"}, "contactCenterLoadingProjections" : "contactCenterLoadingProjections"}, "performanceRequestActionTaskReference" : "CCMPRATR771792", "performanceRequestActionTaskRecord" : {}, "performanceRequestRecordReference" : "PRRR776479", "requestResponseRecord" : {}}
json_instruct
{"type": "object", "properties": {"performanceInstanceRecord": {"type": "object", "properties": {"contactCenterPositionUtilization": {"type": "string"}, "contactCenterServiceStatistics": {"type": "object", "properties": {"contactCenterServiceStatisticInterpretation": {"type": "string"}, "contactCenterServiceStatisticRecommendation": {"type": "string"}, "contactCenterServiceStatisticValue": {"type": "string"}, "contactCenterServiceStatisticType": {"type": "string"}}, "required": ["contactCenterServiceStatisticInterpretation", "contactCenterServiceStatisticRecommendation", "contactCenterServiceStatisticValue", "contactCenterServiceStatisticType"]}, "contactCenterLoadingProjections": {"type": "string"}}, "required": ["contactCenterPositionUtilization", "contactCenterServiceStatistics", "contactCenterLoadingProjections"]}, "performanceRequestActionTaskReference": {"type": "string"}, "performanceRequestActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "performanceRequestRecordReference": {"type": "string"}, "requestResponseRecord": {"type": "object", "properties": {}, "required": []}}, "required": ["performanceInstanceRecord", "performanceRequestActionTaskReference", "performanceRequestActionTaskRecord", "performanceRequestRecordReference", "requestResponseRecord"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "express": {"type": "string"}, "socket.io": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@types/express", "express", "socket.io", "uuid"]}, "devDependencies": {"type": "object", "properties": {"@types/uuid": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/uuid", "nodemon", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "server-nodejs", "version" : "1.0.0", "description" : "webrtc demo server by nodejs", "main" : "main.ts", "scripts" : {"test" : "null", "dev" : "nodemon --ext js,ts --exec 'ts-node main.ts'"}, "author" : "zhouxhere", "license" : "MIT", "dependencies" : {"@types/express" : "^4.17.13", "express" : "^4.17.1", "socket.io" : "^4.1.3", "uuid" : "^8.3.2"}, "devDependencies" : {"@types/uuid" : "^8.3.1", "nodemon" : "^2.0.12", "ts-node" : "^10.1.0", "typescript" : "^4.3.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "express": {"type": "string"}, "socket.io": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@types/express", "express", "socket.io", "uuid"]}, "devDependencies": {"type": "object", "properties": {"@types/uuid": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/uuid", "nodemon", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : [204.945, 136.507, 0.895814, 204.954, 153.136, 0.889616, 191.238, 158.939, 0.884573, 186.377, 183.448, 0.815992, 189.267, 206.926, 0.786419, 216.707, 151.159, 0.887496, 231.397, 167.714, 0.905638, 231.361, 184.393, 0.900615, 200.061, 200.08, 0.860314, 221.542, 238.166, 0.634857, 238.156, 272.449, 0.79043, 216.693, 199.031, 0.829626, 216.704, 238.2, 0.790902, 197.122, 264.6, 0.80281, 200.079, 135.454, 0.877069, 206.912, 134.495, 0.888718, 193.238, 137.404, 0.828112, 209.86, 136.441, 0.409915], "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" : []}, {"pose_keypoints_2d" : [319.397, 145.262, 0.723536, 317.412, 157.976, 0.879055, 309.586, 157.989, 0.864334, 302.76, 175.559, 0.590966, 301.793, 176.623, 0.503405, 325.286, 157.006, 0.831307, 332.124, 175.579, 0.670221, 337.954, 192.197, 0.660175, 309.641, 192.251, 0.875669, 316.427, 223.553, 0.939855, 301.801, 251.898, 0.90716, 325.244, 192.202, 0.900271, 327.215, 222.566, 0.864705, 325.235, 251.875, 0.805725, 317.441, 144.245, 0.706003, 322.347, 144.25, 0.682338, 310.621, 144.285, 0.573201, 327.224, 144.278, 0.349822], "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" : []}, {"pose_keypoints_2d" : [397.666, 129.596, 0.914262, 396.688, 151.129, 0.870228, 385.923, 150.171, 0.851478, 374.189, 168.783, 0.85506, 371.254, 188.304, 0.842047, 410.397, 152.07, 0.873424, 417.191, 168.771, 0.639843, 416.236, 152.104, 0.17767, 380.067, 192.268, 0.784069, 372.184, 231.316, 0.956145, 351.685, 261.716, 0.840746, 400.599, 196.139, 0.764479, 404.52, 234.28, 0.832412, 407.426, 262.708, 0.829595, 394.751, 127.679, 0.890085, 402.521, 127.653, 0.917755, 388.859, 131.574, 0.746588, 406.457, 130.597, 0.629966], "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "530702004001", "text" : "\u9f99\u6cc9\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "530702004002", "text" : "\u9ec4\u5c71\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "530702004003", "text" : "\u4e2d\u6d4e\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "530702004004", "text" : "\u5f00\u6587\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "530702004005", "text" : "\u5c1a\u4e49\u793e\u533a\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"model": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "label": {"type": "string"}, "javaType": {"type": "string"}, "input": {"type": "boolean"}, "output": {"type": "boolean"}}, "required": ["kind", "name", "title", "description", "deprecated", "label", "javaType", "input", "output"]}, "properties": {"type": "object", "properties": {"language": {"type": "object", "properties": {"kind": {"type": "string"}, "displayName": {"type": "string"}, "required": {"type": "boolean"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "deprecated": {"type": "boolean"}, "autowired": {"type": "boolean"}, "secret": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["kind", "displayName", "required", "type", "javaType", "enum", "deprecated", "autowired", "secret", "description"]}, "script": {"type": "object", "properties": {"kind": {"type": "string"}, "displayName": {"type": "string"}, "required": {"type": "boolean"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "deprecated": {"type": "boolean"}, "autowired": {"type": "boolean"}, "secret": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["kind", "displayName", "required", "type", "javaType", "deprecated", "autowired", "secret", "description"]}}, "required": ["language", "script"]}}, "required": ["model", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model" : {"kind" : "model", "name" : "templateBeanFactory", "title" : "Template Bean Factory", "description" : "A route template bean factory (local bean)", "deprecated" : false, "label" : "configuration", "javaType" : "org.apache.camel.model.RouteTemplateBeanFactoryDefinition", "input" : false, "output" : false}, "properties" : {"language" : {"kind" : "attribute", "displayName" : "Language", "required" : false, "type" : "enum", "javaType" : "java.lang.String", "enum" : ["bean", "groovy", "joor", "language", "mvel", "ognl"], "deprecated" : false, "autowired" : false, "secret" : false, "description" : "The language to use for creating the bean (such as groovy, joor)"}, "script" : {"kind" : "value", "displayName" : "Script", "required" : true, "type" : "string", "javaType" : "java.lang.String", "deprecated" : false, "autowired" : false, "secret" : false, "description" : "The script to execute that creates the bean. If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource."}}}
json_instruct
{"type": "object", "properties": {"model": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "label": {"type": "string"}, "javaType": {"type": "string"}, "input": {"type": "boolean"}, "output": {"type": "boolean"}}, "required": ["kind", "name", "title", "description", "deprecated", "label", "javaType", "input", "output"]}, "properties": {"type": "object", "properties": {"language": {"type": "object", "properties": {"kind": {"type": "string"}, "displayName": {"type": "string"}, "required": {"type": "boolean"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "deprecated": {"type": "boolean"}, "autowired": {"type": "boolean"}, "secret": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["kind", "displayName", "required", "type", "javaType", "enum", "deprecated", "autowired", "secret", "description"]}, "script": {"type": "object", "properties": {"kind": {"type": "string"}, "displayName": {"type": "string"}, "required": {"type": "boolean"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "deprecated": {"type": "boolean"}, "autowired": {"type": "boolean"}, "secret": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["kind", "displayName", "required", "type", "javaType", "deprecated", "autowired", "secret", "description"]}}, "required": ["language", "script"]}}, "required": ["model", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checksumSHA1", "path", "revision", "revisionTime"]}}, "rootPath": {"type": "string"}}, "required": ["comment", "ignore", "package", "rootPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"comment" : "", "ignore" : "test", "package" : [{"checksumSHA1" : "72kPPbr/2hNc4K+/ax6qDQJeXrI=", "path" : "github.com/go-chi/chi", "revision" : "05458a106b818450cc46ce81491a6ed006f7657b", "revisionTime" : "2017-12-07T23:45:15Z"}, {"checksumSHA1" : "oozAtDM7zyQcNmoi1MF0HNECXBk=", "path" : "github.com/gorilla/websocket", "revision" : "c55883f97322b4bcbf48f734e23d6ab3af1ea488", "revisionTime" : "2017-12-05T19:45:40Z"}, {"checksumSHA1" : "40vJyUB4ezQSn/NSadsKEOrudMc=", "path" : "github.com/inconshreveable/mousetrap", "revision" : "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75", "revisionTime" : "2014-10-17T20:07:13Z"}, {"checksumSHA1" : "zmC8/3V4ls53DJlNTKDZwPSC/dA=", "path" : "github.com/satori/go.uuid", "revision" : "5bf94b69c6b68ee1b541973bb8e1144db23a194b", "revisionTime" : "2017-03-21T23:07:31Z"}, {"checksumSHA1" : "aG5wPXVGAEu90TjPFNZFRtox2Zo=", "path" : "github.com/spf13/cobra", "revision" : "ccaecb155a2177302cb56cae929251a256d0f646", "revisionTime" : "2017-12-07T07:49:35Z"}, {"checksumSHA1" : "fKq6NiaqP3DFxnCRF5mmpJWTSUA=", "path" : "github.com/spf13/pflag", "revision" : "4c012f6dcd9546820e378d0bdda4d8fc772cdfea", "revisionTime" : "2017-11-06T14:28:49Z"}], "rootPath" : "github.com/kochman/partyplayer"}
json_instruct
{"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checksumSHA1", "path", "revision", "revisionTime"]}}, "rootPath": {"type": "string"}}, "required": ["comment", "ignore", "package", "rootPath"], "$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" : ["Heat oven to 450 degrees F. Spray 10 1/2-inch cast iron skillet with no-stick cooking spray. Place in oven to heat. Beat egg in large bowl. Add remaining cornbread ingredients; mix well. Pour into hot skillet. Bake 20 to 25 minutes. Cool cornbread; crumble to make 6 cups; set aside. Reduce heat to 425 degrees F.", "Spray 13 x 9-inch baking dish or pan with no-stick cooking spray. Melt butter in large skillet over medium heat. Add onions and celery; cook and stir until vegetables are tender.", "Combine vegetable mixture, crumbled cornbread and remaining ingredients in large bowl; toss gently to mix. Add enough broth to make mixture very moist. Spoon into prepared baking dish or form into 12 oval cakes or pones; place in prepared baking dish. Bake 30 to 35 minutes or until golden brown."], "ingredients" : ["Crisco\u00ae Original No-Stick Cooking Spray", "Cornbread:", "1 large egg", "1 1/3 cups milk", "1/4 cup Crisco\u00ae Pure Vegetable Oil", "2 cups Martha White\u00ae Self-Rising Enriched White Corn Meal Mix", "Dressing:", "3/4 cup butter", "1 cup finely chopped onion", "1/2 cup finely chopped celery", "6 cups crumbled cornbread (from above)", "2 cups dry bread cubes or crumbled toasted biscuits", "2 teaspoons dried sage leaves", "1/2 teaspoon dried thyme leaves", "1/4 cup chopped fresh parsley", "1/2 teaspoon pepper", "1 large egg, beaten", "2 cups chicken broth"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Old South Herbed Cornbread Dressing", "url" : "http://allrecipes.com/recipe/232707/old-south-herbed-cornbread-dressing/"}
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 an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "integer"}}, "required": ["uuid", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"uuid" : "7fe76779-7cf3-4689-b059-2fe4754dddd0", "value" : 49}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "integer"}}, "required": ["uuid", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"_+tvmKa3YEOqWGKKXzwjtaw": {"type": "object", "properties": {"additionalCredentialsWarning": {"type": "object", "properties": {"comment": {"type": "string"}, "value": {"type": "string"}}, "required": ["comment", "value"]}, "servicePrincipalNotAvaliableError": {"type": "object", "properties": {"comment": {"type": "string"}, "value": {"type": "string"}}, "required": ["comment", "value"]}, "graphClientInitializationError": {"type": "object", "properties": {"comment": {"type": "string"}, "value": {"type": "string"}}, "required": ["comment", "value"]}}, "required": ["additionalCredentialsWarning", "servicePrincipalNotAvaliableError", "graphClientInitializationError"]}}, "required": ["_+tvmKa3YEOqWGKKXzwjtaw"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_+tvmKa3YEOqWGKKXzwjtaw" : {"additionalCredentialsWarning" : {"comment" : "[Tag:ODSP-SPPPLAT-SPHttp] Message to show the end user when additional credentials are required to access restricted information.", "value" : "To view the information on this page, you need to verify your identity."}, "servicePrincipalNotAvaliableError" : {"comment" : "[Tag:ODSP-SPPPLAT-SPHttp] Message to show when SharePoint Online Web Application Service Principal is not available in this tenant.", "value" : "To view the information on this page, ask a global or SharePoint admin in your organization to go to the API management page in the new SharePoint admin center."}, "graphClientInitializationError" : {"comment" : "[Tag:ODSP-SPPPLAT-SPHttp] Message to show when the MSGraphClient cannot be constructed. MSGraphClient is a javascript SDK for interacting with Microsoft Graph's REST APIs. ", "value" : "Sorry, we couldn't make a connection to Microsoft Graph."}}}
json_instruct
{"type": "object", "properties": {"_+tvmKa3YEOqWGKKXzwjtaw": {"type": "object", "properties": {"additionalCredentialsWarning": {"type": "object", "properties": {"comment": {"type": "string"}, "value": {"type": "string"}}, "required": ["comment", "value"]}, "servicePrincipalNotAvaliableError": {"type": "object", "properties": {"comment": {"type": "string"}, "value": {"type": "string"}}, "required": ["comment", "value"]}, "graphClientInitializationError": {"type": "object", "properties": {"comment": {"type": "string"}, "value": {"type": "string"}}, "required": ["comment", "value"]}}, "required": ["additionalCredentialsWarning", "servicePrincipalNotAvaliableError", "graphClientInitializationError"]}}, "required": ["_+tvmKa3YEOqWGKKXzwjtaw"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Edmund Waller", "classification" : "Rhymed Stanza", "keywords" : ["Time", "Brevity", "Relationships", "Living", "Love", "Separation", "Divorce", "Infatuation", "Crushes", "Break-ups", "Vexed Love", "Realistic", "Complicated"], "period" : "17th Century", "reference" : "http://www.poetryfoundation.org/poem/174708", "region" : "England", "text" : ["It is not that I love you less", "Than when before your feet I lay,", "But to prevent the sad increase", "Of hopeless love, I keep away.", "In vain (alas!) for everything", "Which I have known belong to you,", "Your form does to my fancy bring,", "And makes my old wounds bleed anew.", "Who in the spring from the new sun", "Already has a fever got,", "Too late begins those shafts to shun,", "Which Ph\u0153bus through his veins has shot.", "Too late he would the pain assuage,", "And to thick shadows does retire;", "About with him he bears the rage,", "And in his tainted blood the fire.", "But vow\u2019d I have, and never must", "Your banish\u2019d servant trouble you;", "For if I break, you may distrust", "The vow I made to love you, too."], "title" : "The Self Banished", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"class_name" : "artifact", "bbox" : "101 363 116 392", "used" : true}, {"class_name" : "blur", "bbox" : "104 14 427 386", "used" : true}, {"class_name" : "contrast", "bbox" : "148 16 380 219", "used" : true}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : [[[-122.579061, 45.52045], [-122.579038, 45.533747], [-122.571448, 45.531881], [-122.564742, 45.533234], [-122.56874, 45.531211], [-122.566079, 45.530267], [-122.568609, 45.529866], [-122.56865, 45.526347], [-122.566773, 45.526334], [-122.566863, 45.519069], [-122.579046, 45.51913], [-122.579061, 45.52045]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 53373}}]}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "CAPINZAL", "Description" : "CAPINZAL / SC"}, "geometry" : {"type" : "LineString", "coordinates" : [[-51.55377668254783, -27.400339797143886], [-51.55776798800218, -27.454401808996238], [-51.600500460327964, -27.487069671528047], [-51.63225663423623, -27.488683752253337], [-51.64743269646175, -27.516331885108343], [-51.701165524968985, -27.47978268352398], [-51.685601999732455, -27.43183799962395], [-51.733489697191715, -27.392953159760452], [-51.73040914416663, -27.357337697276876], [-51.692448372094645, -27.3691718931683], [-51.671743388546474, -27.34452070426704], [-51.62327106161018, -27.35238331683655], [-51.592498474424985, -27.331859094321715], [-51.55208018705093, -27.337978501506598], [-51.54143161777489, -27.369440886687524], [-51.55377668254783, -27.400339797143886]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " O F TACITUS. 115 LXII. The new-emperor and his presented a striking contrast: thei burneis with impatience, mnr~\"witkvone voice demanded to be. led against t! enemy.\" It was time/1 they said,\" to ft push on the war with vigour, while the** two Gauls are in commotion, and <span class=\"place\" data-place-id=\"1027\">Spain</span>\" is yet undecided. The winter season\" is far from being an obstacle; nor were\" the men to be amused with idle nego-\" tiations to bring on a compromise.\" Italy,in all events, must be invaded, and** <span class=\"place\" data-place-id=\"423025\">Rome</span> taken by storm. In civil dissen- u sions, it is expedition that gives life and\" energy to all military operations. The\" crisis called for vigour, and debate Avas a out of season.\" Vitellius, in the mean time, loitered away his time in dull repose, lifeless, torpid, drunk at noon-day, and overwhelmed with gluttony (a). The im- perial dignity, he thought, consisted in riot and profusion, and he resolved to en- joy the prerogative of a prince. The spirit of the soldiers supplied the defects of their prince. They neither wanted him in the ranks to animate the brave, nor to rouse the tardy and inactive. Each matt:, 12 v", "image" : "http://books.google.com/books?id=2X5KAAAAYAAJ&pg=PA115&img=1&zoom=3&hl=en&sig=ACfU3U1qkm18Ei-YHrL6FJXxIo5MCrYrbg&ci=0%2C0%2C1000%2C2000&edge=0"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-htmlmin": {"type": "string"}, "gulp-inline-css": {"type": "string"}, "gulp-rename": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-htmlmin", "gulp-inline-css", "gulp-rename"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "camp2016-email-template", "version" : "1.0.0", "description" : "", "main" : "gulpfile.js", "dependencies" : {}, "devDependencies" : {"browser-sync" : "^2.13.0", "gulp" : "^3.9.1", "gulp-htmlmin" : "^2.0.0", "gulp-inline-css" : "^3.1.0", "gulp-rename" : "^1.2.2"}, "scripts" : {"start" : "pnpm i; ./node_modules/gulp/bin/gulp.js"}, "author" : "elantris", "license" : "ISC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-htmlmin": {"type": "string"}, "gulp-inline-css": {"type": "string"}, "gulp-rename": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-htmlmin", "gulp-inline-css", "gulp-rename"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "email", "web", "sources", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "chooseleads", "relevant-countries" : ["gb"], "categories" : ["addresses"], "name" : "ChooseLeads Ltd.", "address" : "Unit 82\nBasepoint Business Centre\nRivermead Drive, Westlea\nSwindon\nSN5 7EX\nUnited Kingdom", "phone" : "+44 1793 60 88 34", "email" : "info@chooseleads.co.uk", "web" : "https://chooseleads.co.uk/", "sources" : ["https://chooseleads.co.uk/docs/Website-Privacy-Policy_LATEST.pdf"], "quality" : "verified"}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "email", "web", "sources", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "apiChineseName": {"type": "string"}, "description": {"type": "string"}, "requestParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "responseParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}}, "required": ["name", "apiChineseName", "description", "requestParams", "responseParams"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "taobao.qimen.storeitem.query", "apiChineseName" : "\u95e8\u5e97\u5173\u8054\u5546\u54c1\u67e5\u8be2\u63a5\u53e3", "description" : "\u5546\u5bb6\u5728ERP\u7b49\u7cfb\u7edf\u4e2d\u8c03\u7528\u8be5\u63a5\u53e3\uff0c\u67e5\u8be2\u67d0\u95e8\u5e97\u6240\u5173\u8054\u7684\u7ebf\u4e0a\u5546\u54c1\u5217\u8868", "requestParams" : [{"name" : "page", "type" : "Number", "description" : "\u5f53\u524d\u9875\u9762"}, {"name" : "store_id", "type" : "Number", "description" : "\u7ebf\u4e0a\u95e8\u5e97id", "required" : true}], "responseParams" : [{"name" : "message", "type" : "String", "description" : "\u54cd\u5e94\u6d88\u606f"}, {"name" : "item_ids", "type" : "Json []", "description" : "\u5546\u54c1\u5217\u8868"}, {"name" : "flag", "type" : "String", "description" : "\u54cd\u5e94\u6807\u7b7e"}, {"name" : "total_lines", "type" : "Number", "description" : "\u5546\u54c1\u603b\u6570"}, {"name" : "qimen_code", "type" : "String", "description" : "\u54cd\u5e94code"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "apiChineseName": {"type": "string"}, "description": {"type": "string"}, "requestParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "responseParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}}, "required": ["name", "apiChineseName", "description", "requestParams", "responseParams"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-changed": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-merge": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-removelogs": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-ng-annotate": {"type": "string"}, "gulp-ngmin": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-minify-html": {"type": "string"}}, "required": ["gulp", "gulp-changed", "gulp-concat", "gulp-merge", "gulp-minify-css", "gulp-removelogs", "gulp-rename", "gulp-sass", "gulp-uglify", "gulp-ng-annotate", "gulp-ngmin", "gulp-util", "gulp-minify-html"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "db-manger", "version" : "1.0.0", "description" : "Web db manager", "main" : "gulp.js", "dependencies" : {}, "devDependencies" : {"gulp" : "^3.8.11", "gulp-changed" : "^1.2.1", "gulp-concat" : "^2.5.2", "gulp-merge" : "^0.1.1", "gulp-minify-css" : "^1.0.0", "gulp-removelogs" : "^0.1.0", "gulp-rename" : "^1.2.2", "gulp-sass" : "^2.0.4", "gulp-uglify" : "^1.1.0", "gulp-ng-annotate" : "^0.5.2", "gulp-ngmin" : "^0.3.0 ", "gulp-util" : "^3.0.4", "gulp-minify-html" : "^1.0.4"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Serhii Kryvtsov", "license" : "GPL"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-changed": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-merge": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-removelogs": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-ng-annotate": {"type": "string"}, "gulp-ngmin": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-minify-html": {"type": "string"}}, "required": ["gulp", "gulp-changed", "gulp-concat", "gulp-merge", "gulp-minify-css", "gulp-removelogs", "gulp-rename", "gulp-sass", "gulp-uglify", "gulp-ng-annotate", "gulp-ngmin", "gulp-util", "gulp-minify-html"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 32604, "children" : [{"id" : 43707, "name" : "War on Poverty -- and jobs"}, {"id" : 43421, "name" : "War on Poverty -- and Vietnam War"}, {"id" : 43702, "name" : "War on Poverty -- as Black-specific project"}, {"id" : 43701, "name" : "War on Poverty -- assimilation of"}, {"id" : 43703, "name" : "War on Poverty -- civil rights, evasion of"}, {"id" : 43704, "name" : "War on Poverty -- critiques of"}, {"id" : 43705, "name" : "War on Poverty -- funding, lack of"}, {"id" : 43706, "name" : "War on Poverty -- health centers"}, {"id" : 43708, "name" : "War on Poverty -- in Los Angeles"}, {"id" : 43709, "name" : "War on Poverty -- white resistance to"}], "name" : "War on Poverty"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ja318:2.5": {"type": "string"}, "ja318:3.3": {"type": "string"}, "ja318:4.1": {"type": "string"}}, "required": ["ja318:2.5", "ja318:3.3", "ja318:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ja318:2.5" : "k\u0101lakat\u0101 \u2192 k\u0101la\u1e45kat\u0101 (mr)", "ja318:3.3" : "Ekabhattikin\u012b \u2192 ekabhatt\u0101 kira (bj, sya1ed, sya2ed); ekabhattakin\u012b (pts-vp-pli1)", "ja318:4.1" : "Asanthuta\u1e41 ma\u1e41 cirasanthutena \u2192 asandhata\u1e41 ma\u1e41 cirasandhatena (mr)"}
json_instruct
{"type": "object", "properties": {"ja318:2.5": {"type": "string"}, "ja318:3.3": {"type": "string"}, "ja318:4.1": {"type": "string"}}, "required": ["ja318:2.5", "ja318:3.3", "ja318:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-plugin-transform-class-properties": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/preset-react", "babel-plugin-transform-class-properties", "prop-types", "react", "react-dom"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "contributors", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-character-counter", "version" : "1.0.1", "description" : "A React Wrapper Component to display character counts against controllered input elements", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "./node_modules/.bin/babel src --out-file index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/fakhir-shad/react-character-counter.git"}, "author" : "Fakhir Shad", "license" : "MIT", "bugs" : {"url" : "https://github.com/fakhir-shad/react-character-counter/issues"}, "homepage" : "https://github.com/fakhir-shad/react-character-counter#readme", "dependencies" : {}, "devDependencies" : {"@babel/cli" : "^7.2.3", "@babel/core" : "^7.4.0", "@babel/preset-env" : "^7.4.2", "@babel/preset-react" : "^7.0.0", "babel-plugin-transform-class-properties" : "^6.24.1", "prop-types" : "^15.7.2", "react" : "^16.8.5", "react-dom" : "^16.8.5"}, "contributors" : [{"name" : "Muaaz Rafi", "email" : "muaaz.rafi@virtual-force.com", "url" : "https://github.com/muaaz-vf"}], "keywords" : ["react", "character", "counter", "react-character-counter", "react-bootstrap", "bootstrap"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-plugin-transform-class-properties": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/preset-react", "babel-plugin-transform-class-properties", "prop-types", "react", "react-dom"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "contributors", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "export": {"type": "string"}}, "required": ["dev", "build", "start", "export"]}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@codotype/ui": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-markdown": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["@codotype/ui", "next", "react", "react-dom", "react-markdown", "tailwindcss"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/react", "@types/react-dom", "postcss-preset-env", "typescript"]}}, "required": ["name", "scripts", "version", "description", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "codotype-cli-next-app", "scripts" : {"dev" : "next", "build" : "next build", "start" : "next start", "export" : "next export"}, "version" : "0.1.0", "description" : "A web project for running a Codotype plugin", "author" : "Alexander Schwartzberg", "license" : "MIT", "dependencies" : {"@codotype/ui" : "^0.8.0-canary.51", "next" : "^11.1.3", "react" : "^16.8.6", "react-dom" : "^16.8.6", "react-markdown" : "^4.3.1", "tailwindcss" : "npm:@tailwindcss/postcss7-compat@^2.0.2"}, "devDependencies" : {"@types/node" : "^14.14.34", "@types/react" : "^16.8.23", "@types/react-dom" : "^16.8.4", "postcss-preset-env" : "^6.7.0", "typescript" : "^3.5.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "export": {"type": "string"}}, "required": ["dev", "build", "start", "export"]}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@codotype/ui": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-markdown": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["@codotype/ui", "next", "react", "react-dom", "react-markdown", "tailwindcss"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/react", "@types/react-dom", "postcss-preset-env", "typescript"]}}, "required": ["name", "scripts", "version", "description", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:el": {"type": "string"}, "name:en": {"type": "string"}, "name:fr": {"type": "string"}, "name:mk": {"type": "string"}, "name:nl": {"type": "string"}, "name:ru": {"type": "string"}, "population": {"type": "string"}, "contact:website": {"type": "string"}}, "required": ["name:el", "name:en", "name:fr", "name:mk", "name:nl", "name:ru", "population", "contact:website"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "West Macedonia Region", "iso2" : "GR-C", "admin_level" : 5, "osm_id" : 956701, "wikidata_id" : "Q165408", "wikipedia_id" : "el:\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u0394\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2 \u039c\u03b1\u03ba\u03b5\u03b4\u03bf\u03bd\u03af\u03b1\u03c2", "population" : 269222, "countrylevel_id" : "iso2:GR-C", "osm_data" : {"localname" : "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u0394\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2 \u039c\u03b1\u03ba\u03b5\u03b4\u03bf\u03bd\u03af\u03b1\u03c2", "official_name" : "", "alltags" : {"name:el" : "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u0394\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2 \u039c\u03b1\u03ba\u03b5\u03b4\u03bf\u03bd\u03af\u03b1\u03c2", "name:en" : "West Macedonia Region", "name:fr" : "Mac\u00e9doine-Occidentale", "name:mk" : "\u0417\u0430\u043f\u0430\u0434\u043d\u0430 \u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u0458\u0430", "name:nl" : "West-Macedoni\u00eb", "name:ru" : "\u043f\u0435\u0440\u0438\u0444\u0435\u0440\u0438\u044f \u0417\u0430\u043f\u0430\u0434\u043d\u0430\u044f \u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u044f", "population" : "283689", "contact:website" : "http://www.pdm.gov.gr/"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[21.118, 40.854], [21.242, 40.874], [21.503, 40.911], [21.789, 40.931], [21.822, 40.696], [21.906, 40.681], [22.115, 40.19], [21.864, 39.958], [21.296, 39.858], [21.004, 40.154], [20.78, 40.348], [20.789, 40.43], [21.056, 40.617], [20.984, 40.801], [21.118, 40.854]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:el": {"type": "string"}, "name:en": {"type": "string"}, "name:fr": {"type": "string"}, "name:mk": {"type": "string"}, "name:nl": {"type": "string"}, "name:ru": {"type": "string"}, "population": {"type": "string"}, "contact:website": {"type": "string"}}, "required": ["name:el", "name:en", "name:fr", "name:mk", "name:nl", "name:ru", "population", "contact:website"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"slices": {"type": "object", "properties": {"BannerSlice": {"type": "object", "properties": {}, "required": []}, "FullWidthImage": {"type": "object", "properties": {}, "required": []}, "ImageGallery": {"type": "object", "properties": {}, "required": []}, "FeaturedImage": {"type": "object", "properties": {}, "required": []}, "TextSlice": {"type": "object", "properties": {}, "required": []}, "Quote": {"type": "object", "properties": {}, "required": []}, "FunWithDates": {"type": "object", "properties": {}, "required": []}, "TopBanner": {"type": "object", "properties": {}, "required": []}, "Links": {"type": "object", "properties": {"default-slice": {"type": "object", "properties": {"primary": {"type": "object", "properties": {}, "required": []}}, "required": ["primary"]}}, "required": ["default-slice"]}, "DropdownHeader": {"type": "object", "properties": {}, "required": []}, "DropdownRow": {"type": "object", "properties": {}, "required": []}}, "required": ["BannerSlice", "FullWidthImage", "ImageGallery", "FeaturedImage", "TextSlice", "Quote", "FunWithDates", "TopBanner", "Links", "DropdownHeader", "DropdownRow"]}, "_cts": {"type": "object", "properties": {"page": {"type": "object", "properties": {}, "required": []}, "home-page": {"type": "object", "properties": {}, "required": []}, "header-dropdowns": {"type": "object", "properties": {}, "required": []}}, "required": ["page", "home-page", "header-dropdowns"]}}, "required": ["slices", "_cts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slices" : {"BannerSlice" : {}, "FullWidthImage" : {}, "ImageGallery" : {}, "FeaturedImage" : {}, "TextSlice" : {}, "Quote" : {}, "FunWithDates" : {}, "TopBanner" : {}, "Links" : {"default-slice" : {"primary" : {}}}, "DropdownHeader" : {}, "DropdownRow" : {}}, "_cts" : {"page" : {}, "home-page" : {}, "header-dropdowns" : {}}}
json_instruct
{"type": "object", "properties": {"slices": {"type": "object", "properties": {"BannerSlice": {"type": "object", "properties": {}, "required": []}, "FullWidthImage": {"type": "object", "properties": {}, "required": []}, "ImageGallery": {"type": "object", "properties": {}, "required": []}, "FeaturedImage": {"type": "object", "properties": {}, "required": []}, "TextSlice": {"type": "object", "properties": {}, "required": []}, "Quote": {"type": "object", "properties": {}, "required": []}, "FunWithDates": {"type": "object", "properties": {}, "required": []}, "TopBanner": {"type": "object", "properties": {}, "required": []}, "Links": {"type": "object", "properties": {"default-slice": {"type": "object", "properties": {"primary": {"type": "object", "properties": {}, "required": []}}, "required": ["primary"]}}, "required": ["default-slice"]}, "DropdownHeader": {"type": "object", "properties": {}, "required": []}, "DropdownRow": {"type": "object", "properties": {}, "required": []}}, "required": ["BannerSlice", "FullWidthImage", "ImageGallery", "FeaturedImage", "TextSlice", "Quote", "FunWithDates", "TopBanner", "Links", "DropdownHeader", "DropdownRow"]}, "_cts": {"type": "object", "properties": {"page": {"type": "object", "properties": {}, "required": []}, "home-page": {"type": "object", "properties": {}, "required": []}, "header-dropdowns": {"type": "object", "properties": {}, "required": []}}, "required": ["page", "home-page", "header-dropdowns"]}}, "required": ["slices", "_cts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"80911": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["80911"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"80911" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"80911": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["80911"], "$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"}, "private": {"type": "boolean"}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "devDependencies": {"type": "object", "properties": {"codogo-react-scripts": {"type": "string"}}, "required": ["codogo-react-scripts"]}, "dependencies": {"type": "object", "properties": {"autobind-decorator": {"type": "string"}, "jask-core": {"type": "string"}, "ramda": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "styled-components": {"type": "string"}}, "required": ["autobind-decorator", "jask-core", "ramda", "react", "react-dom", "react-router", "react-router-dom", "styled-components"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "eject": {"type": "string"}, "format": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "eject", "format", "start", "test"]}}, "required": ["name", "version", "private", "eslintConfig", "devDependencies", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jask-web-app", "version" : "0.1.0", "private" : true, "eslintConfig" : {"extends" : "codogo"}, "devDependencies" : {"codogo-react-scripts" : "1.0.14-delta.84"}, "dependencies" : {"autobind-decorator" : "^2.1.0", "jask-core" : "^0.1.3", "ramda" : "^0.25.0", "react" : "^16.2.0", "react-dom" : "^16.2.0", "react-router" : "^4.2.0", "react-router-dom" : "^4.2.2", "styled-components" : "^2.4.0"}, "scripts" : {"build" : "react-scripts build", "eject" : "react-scripts eject", "format" : "react-scripts format", "start" : "react-scripts start", "test" : "react-scripts test --env=jsdom"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "devDependencies": {"type": "object", "properties": {"codogo-react-scripts": {"type": "string"}}, "required": ["codogo-react-scripts"]}, "dependencies": {"type": "object", "properties": {"autobind-decorator": {"type": "string"}, "jask-core": {"type": "string"}, "ramda": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "styled-components": {"type": "string"}}, "required": ["autobind-decorator", "jask-core", "ramda", "react", "react-dom", "react-router", "react-router-dom", "styled-components"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "eject": {"type": "string"}, "format": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "eject", "format", "start", "test"]}}, "required": ["name", "version", "private", "eslintConfig", "devDependencies", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bloomfiltertrie", "downloads" : 5900, "count" : 5070}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "SIDOARJO", "originalFilename" : "FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 11105, "noUrut" : 1, "nama" : "ANDRI DWI NOVIANTORO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "YAHMAN.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 11110, "noUrut" : 2, "nama" : "AKBP (PURN). DR. H. YAHMAN, S.H., M.H.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "INDRIA SARI.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 11096, "noUrut" : 3, "nama" : "INDRIA SARI, S.P.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SIDOARJO", "originalFilename" : "FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 11111, "noUrut" : 4, "nama" : "RIO EKO TJAHJONO, S.T.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "JUBELEUM.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 11780, "noUrut" : 5, "nama" : "JUBELEUM SILABAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 39752, "noUrut" : 6, "nama" : "MERIE SULISTYO HIKARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "BAMBANG SIGIT.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 30359, "noUrut" : 7, "nama" : "Ir. BAMBANG SIGIT SUCAHYO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 155938, "noUrut" : 8, "nama" : "VIMAS BAGUS PRASETYA, S.Sos.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "TITIK YUNIARTI.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 44187, "noUrut" : 9, "nama" : "TITIK YUNIARTI, S.Pd.AUD.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SIDOARJO", "originalFilename" : "FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 295370, "noUrut" : 10, "nama" : "RAHARDIAN HAPPY HIMAWAN, S.Sos.", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"new_version" : "2.44"}
json_instruct
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "created_by_ref": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}, "source_name": {"type": "string"}}, "required": ["url", "description", "source_name"]}}, "source_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "target_ref": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["id", "created_by_ref", "description", "object_marking_refs", "external_references", "source_ref", "relationship_type", "target_ref", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--0a94924e-caad-457e-b0c0-222f68d8b16f", "spec_version" : "2.0", "objects" : [{"id" : "relationship--8b0e9de1-a7b0-479e-aee7-76f2549508c6", "created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "description" : "[BLACKCOFFEE](https://attack.mitre.org/software/S0069) uses Microsoft\u2019s TechNet Web portal to obtain a dead drop resolver containing an encoded tag with the IP address of a command and control server. It has also obfuscated its C2 traffic as normal traffic to sites such as Github.", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "external_references" : [{"url" : "https://www2.fireeye.com/rs/fireye/images/APT17_Report.pdf", "description" : "FireEye Labs/FireEye Threat Intelligence. (2015, May 14). Hiding in Plain Sight: FireEye and Microsoft Expose Obfuscation Tactic. Retrieved January 22, 2016.", "source_name" : "FireEye APT17"}, {"url" : "https://www.fireeye.com/blog/threat-research/2018/03/suspected-chinese-espionage-group-targeting-maritime-and-engineering-industries.html", "description" : "FireEye. (2018, March 16). Suspected Chinese Cyber Espionage Group (TEMP.Periscope) Targeting U.S. Engineering and Maritime Industries. Retrieved April 11, 2018.", "source_name" : "FireEye Periscope March 2018"}], "source_ref" : "malware--d69c8146-ab35-4d50-8382-6fc80e641d43", "relationship_type" : "uses", "target_ref" : "attack-pattern--830c9528-df21-472c-8c14-a036bf17d665", "type" : "relationship", "modified" : "2018-10-17T00:14:20.652Z", "created" : "2017-12-14T16:46:06.044Z"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "created_by_ref": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}, "source_name": {"type": "string"}}, "required": ["url", "description", "source_name"]}}, "source_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "target_ref": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["id", "created_by_ref", "description", "object_marking_refs", "external_references", "source_ref", "relationship_type", "target_ref", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["The", "rain", "is", "fallin", "'", "and", "the", "weather", "is", "cold"], ["Do", "n't", "know", "which", "way", "to", "go", "but", "I", "continue", "to", "roll"], ["The", "rainfall", "is", "really", "takin", "'", "a", "toll"], ["On", "my", "mind", "and", "my", "body", "and", "on", "my", "spirit", "and", "soul"], ["The", "rain", "'s", "fallin", "'", "but", "I", "'m", "keepin", "'", "a", "hold"], ["On", "the", "life", "'cause", "I", "know", "that", "I", "could", "spin", "outta", "control"], ["I", "know", ",", "know", ",", "I", "know", ",", "know"], ["I", "know", "this", "is", "gon", "na", "be", "one", "rocky", "road"], ["Uhh", ",", "what", "part", "of", "the", "voyage", "is", "this", "?"], ["Is", "this", "a", "curse", "or", "a", "gift", "?"], ["Do", "n't", "tell", "me", "that", "you", "feel", "my", "pain"], ["Then", "I", "sayin", "'", "it", "'s", "best", "that", "we", "switch"], ["And", "see", "if", "it", "'s", "what", "you", "expected"], ["Just", "take", "the", "test", "and", "do", "n't", "stress", "it"], ["Tryin", "'", "to", "get", "in", "your", "personal", "life"], ["Got", "ta", "do", "your", "best", "to", "protect", "it"], ["When", "I", "go", ",", "I", "go", "in", "a", "blaze"], ["But", "it", "wo", "n't", "be", "no", "captain", "savin", "'"], ["'Cause", "where", "I", "'m", "goin", "'", "you", "'re", "saved"], ["Tryin", "'", "to", "rain", "down", "on", "my", "parade"], ["They", "thinkin", "'", "that", "they", "can", "read", "me"], ["When", "they", "ai", "n't", "no", "where", "my", "page"], ["Tryin", "'", "to", "keep", "a", "smile", "on", "my", "face"], ["Spend", "a", "life", "time", "tryin", "'", "to", "bring", "me", "down"], ["But", "I", "just", "ai", "n't", "gon", "na", "let", "'em", ",", "you", "better", "tell", "\u2018em"], ["The", "rain", "is", "fallin", "'", "and", "the", "weather", "is", "cold"]]
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "browser-sync": {"type": "string"}, "connect-mongodb": {"type": "string"}, "connect-multiparty": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "gulp": {"type": "string"}, "gulp-nodemon": {"type": "string"}, "jade": {"type": "string"}, "lodash": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["body-parser", "browser-sync", "connect-mongodb", "connect-multiparty", "cookie-parser", "express", "express-session", "gulp", "gulp-nodemon", "jade", "lodash", "moment", "mongoose", "morgan"]}, "devDependencies": {"type": "object", "properties": {"debug": {"type": "string"}}, "required": ["debug"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "zhongtuo", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node ./bin/www"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.15.2", "browser-sync" : "^2.14.0", "connect-mongodb" : "^1.1.5", "connect-multiparty" : "^2.0.0", "cookie-parser" : "^1.4.3", "express" : "^4.14.0", "express-session" : "^1.14.1", "gulp" : "^3.9.1", "gulp-nodemon" : "^2.1.0", "jade" : "^1.11.0", "lodash" : "^4.15.0", "moment" : "^2.14.1", "mongoose" : "^4.5.10", "morgan" : "^1.7.0"}, "devDependencies" : {"debug" : "^2.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "browser-sync": {"type": "string"}, "connect-mongodb": {"type": "string"}, "connect-multiparty": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "gulp": {"type": "string"}, "gulp-nodemon": {"type": "string"}, "jade": {"type": "string"}, "lodash": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["body-parser", "browser-sync", "connect-mongodb", "connect-multiparty", "cookie-parser", "express", "express-session", "gulp", "gulp-nodemon", "jade", "lodash", "moment", "mongoose", "morgan"]}, "devDependencies": {"type": "object", "properties": {"debug": {"type": "string"}}, "required": ["debug"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$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"}, "cable_id": {"type": "integer"}, "landing_points": {"type": "array", "items": {"type": "object", "properties": {"landing_point_id": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "latlon": {"type": "string"}, "url": {"type": "string"}}, "required": ["landing_point_id", "id", "name", "latlon", "url"]}}, "length": {"type": "string"}, "rfs": {"type": "string"}, "owners": {"type": "string"}, "url": {"type": "null"}, "notes": {"type": "null"}}, "required": ["id", "name", "cable_id", "landing_points", "length", "rfs", "owners", "url", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "far-east-submarine-cable-system", "name" : "Far East Submarine Cable System", "cable_id" : 1825, "landing_points" : [{"landing_point_id" : 15833, "id" : "okha-russia", "name" : "Okha, Russia", "latlon" : "53.577548,142.942443", "url" : "#/landing-point/okha-russia"}, {"landing_point_id" : 15834, "id" : "ola-russia", "name" : "Ola, Russia", "latlon" : "59.583343,151.283357", "url" : "#/landing-point/ola-russia"}, {"landing_point_id" : 15832, "id" : "ust-bolsheretsk-russia", "name" : "Ust-Bolsheretsk, Russia", "latlon" : "52.812411,156.287066", "url" : "#/landing-point/ust-bolsheretsk-russia"}], "length" : "1,855 km", "rfs" : "2016 Q2", "owners" : "Rostelecom", "url" : null, "notes" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "cable_id": {"type": "integer"}, "landing_points": {"type": "array", "items": {"type": "object", "properties": {"landing_point_id": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "latlon": {"type": "string"}, "url": {"type": "string"}}, "required": ["landing_point_id", "id", "name", "latlon", "url"]}}, "length": {"type": "string"}, "rfs": {"type": "string"}, "owners": {"type": "string"}, "url": {"type": "null"}, "notes": {"type": "null"}}, "required": ["id", "name", "cable_id", "landing_points", "length", "rfs", "owners", "url", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Marktschule St\u00e4dt. Gem. Grundschule Beuel", "id" : "NRW-111363", "address" : "Marktstr. 47, 53229 Bonn", "school_type" : "Grundschule", "fax" : "", "phone" : "0228 948620", "website" : "", "email" : " 111363@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 7.154372, "lat" : 50.745123}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"config": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "menu": {"type": "array", "items": {}}, "ordering": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "null"}, "native": {"type": "boolean"}, "codeSandbox": {"type": "boolean"}, "themeConfig": {"type": "object", "properties": {}, "required": []}}, "required": ["title", "description", "menu", "ordering", "version", "repository", "native", "codeSandbox", "themeConfig"]}, "entries": {"type": "object", "properties": {"src/button.mdx": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "filepath": {"type": "string"}, "link": {"type": "null"}, "slug": {"type": "string"}, "route": {"type": "string"}, "order": {"type": "integer"}, "menu": {"type": "null"}, "headings": {"type": "array", "items": {"type": "object", "properties": {"depth": {"type": "integer"}, "slug": {"type": "string"}, "value": {"type": "string"}}, "required": ["depth", "slug", "value"]}}}, "required": ["name", "id", "filepath", "link", "slug", "route", "order", "menu", "headings"]}}, "required": ["src/button.mdx"]}}, "required": ["config", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"title" : "Rn Docz Play", "description" : "My awesome app using docz", "menu" : [], "ordering" : "descending", "version" : "0.0.1", "repository" : null, "native" : true, "codeSandbox" : true, "themeConfig" : {}}, "entries" : {"src/button.mdx" : {"name" : "Button", "id" : "8f5789ed061427117979d8e0b65d5dbe", "filepath" : "src/button.mdx", "link" : null, "slug" : "src-button", "route" : "/src-button", "order" : 0, "menu" : null, "headings" : [{"depth" : 1, "slug" : "button", "value" : "Button"}, {"depth" : 2, "slug" : "basic-usage", "value" : "Basic usage"}]}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "menu": {"type": "array", "items": {}}, "ordering": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "null"}, "native": {"type": "boolean"}, "codeSandbox": {"type": "boolean"}, "themeConfig": {"type": "object", "properties": {}, "required": []}}, "required": ["title", "description", "menu", "ordering", "version", "repository", "native", "codeSandbox", "themeConfig"]}, "entries": {"type": "object", "properties": {"src/button.mdx": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "filepath": {"type": "string"}, "link": {"type": "null"}, "slug": {"type": "string"}, "route": {"type": "string"}, "order": {"type": "integer"}, "menu": {"type": "null"}, "headings": {"type": "array", "items": {"type": "object", "properties": {"depth": {"type": "integer"}, "slug": {"type": "string"}, "value": {"type": "string"}}, "required": ["depth", "slug", "value"]}}}, "required": ["name", "id", "filepath", "link", "slug", "route", "order", "menu", "headings"]}}, "required": ["src/button.mdx"]}}, "required": ["config", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 15881, "source" : "parry", "verse_id" : 18819, "verse_count" : 1, "reference" : "59:18", "title" : "", "html" : " <i>According to their deeds&hellip;he will repay.</i> The Lord, who is perfectly just, will bring the wrath of his judgments against those who deserve them.</p> <p><i>fury to his adversaries/recompence to his enemies.</i> The Lord's enemies are those who choose willfulness and sin (<a class=\"ref\">Luke 19:27</a>). Even worse are those who fight against Zion and the prophets (<a class=\"ref\">D&amp;C 101:43-62; 103:1</a>). All such will receive their just reward, or <i>recompense,</i> the punishing wrath of God.</p> <p><i>the islands.</i> <i>Islands</i> symbolize the uttermost parts of the earth (11:11; 42:12). No nation, people, or individual will escape the just wrath of the Lord.</p> ", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 13, "n_trials" : 340, "objective" : "markowitz_realized_on_cube", "white" : "platypus_moead", "black" : "optuna_random", "traceback" : ["passing", "Black took 341 function evals when instructed to use 341"], "best_val" : [1.2500001794200841, 2.6867070264807977], "best_x" : [[0.006482961794590181, 0.008326231179919708, 0.0040816114847457285, 0.3896954910862641, 0.353488536302456, 0.0016365363505953523, 0.47155271851981384, 0.22072533037317676, 0.7113457335903068, 0.17386579598341545, 0.002414028550223324, 6.976223321353281e-06, 0.035834608503584], [0.3796694918300918, 0.16170082671346087, 0.1673420352060513, 0.11331287852179217, 0.4026378814475786, 0.6151819484258402, 0.40916733111898584, 0.2074012287668051, 0.09764907024840364, 0.06563974579062959, 0.11073949799814997, 0.33355897731360185, 0.7521765423180976]], "feval_count" : [341, 341], "n_trials_instructed" : [340, 341], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "platypus_moead", "loser" : "optuna_random"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["pretrainedmodels"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dialogue": {"type": "array", "items": {"type": "object", "properties": {"speed": {"type": "number"}, "portrait": {"type": "string"}, "boxState": {"type": "string"}, "expression": {"type": "string"}, "text": {"type": "string"}}, "required": ["speed", "portrait", "boxState", "expression", "text"]}}}, "required": ["dialogue"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dialogue" : [{"speed" : 0.05, "portrait" : "gf", "boxState" : "normal", "expression" : "confused", "text" : "Wait, hold on. There's an incoming phone call fromDave"}, {"speed" : 0.05, "portrait" : "gf", "boxState" : "normal", "expression" : "shocked", "text" : "This isn't good then.."}, {"speed" : 0.05, "portrait" : "dave", "boxState" : "normal", "expression" : "talk", "text" : "Hey, like, what's up"}, {"speed" : 0.05, "portrait" : "gf", "boxState" : "normal", "expression" : "confused", "text" : "Dave, we're not in the best place but we'll be there, okay?"}, {"speed" : 0.05, "portrait" : "Dave", "boxState" : "normal", "expression" : "talk", "text" : "Well, ok then, I guess?"}, {"speed" : 0.05, "portrait" : "dave", "boxState" : "normal", "expression" : "talk", "text" : "Just meet me anytime you want, okay?"}, {"speed" : 0.05, "portrait" : "gf", "boxState" : "normal", "expression" : "talk", "text" : "Thanks, Dave. I know I can hope the best for you. Bye!!"}, {"speed" : 0.05, "portrait" : "gf", "boxState" : "normal", "expression" : "talk", "text" : "So, what now?"}, {"speed" : 0.05, "portrait" : "bambi-confused", "boxState" : "normal", "expression" : "talk", "text" : "I will let cha' two go if you can beat me in a few songs. Alright?"}, {"speed" : 0.05, "portrait" : "gf", "boxState" : "normal", "expression" : "confused", "text" : "Wow, seems like a great offer, as if it's why we did this"}, {"speed" : 0.05, "portrait" : "gf", "boxState" : "normal", "expression" : "talk", "text" : "So, BF you got the balls to face him, again?"}, {"speed" : 0.05, "portrait" : "bf", "boxState" : "normal", "expression" : "talk", "text" : "Beep!"}]}
json_instruct
{"type": "object", "properties": {"dialogue": {"type": "array", "items": {"type": "object", "properties": {"speed": {"type": "number"}, "portrait": {"type": "string"}, "boxState": {"type": "string"}, "expression": {"type": "string"}, "text": {"type": "string"}}, "required": ["speed", "portrait", "boxState", "expression", "text"]}}}, "required": ["dialogue"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"900633865": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900633866": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900633867": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900633868": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900633865", "900633866", "900633867", "900633868"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900633865" : {"nama" : "TPS 1", "dapil" : [5201, 15206, 2520601]}, "900633866" : {"nama" : "TPS 2", "dapil" : [5201, 15206, 2520601]}, "900633867" : {"nama" : "TPS 3", "dapil" : [5201, 15206, 2520601]}, "900633868" : {"nama" : "TPS 4", "dapil" : [5201, 15206, 2520601]}}
json_instruct
{"type": "object", "properties": {"900633865": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900633866": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900633867": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900633868": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900633865", "900633866", "900633867", "900633868"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 1, "pts" : 131, "connections" : 182357, "capacity" : 12432069, "investments" : 62068258}, {"tech" : 4, "pts" : 1129, "connections" : 86655, "capacity" : 11173857, "investments" : 26594131}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$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"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "module": {"type": "string"}, "es2020": {"type": "string"}, "esm2020": {"type": "string"}, "fesm2020": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "exports": {"type": "object", "properties": {"./package.json": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, ".": {"type": "object", "properties": {"types": {"type": "string"}, "esm2020": {"type": "string"}, "es2020": {"type": "string"}, "es2015": {"type": "string"}, "node": {"type": "string"}, "default": {"type": "string"}}, "required": ["types", "esm2020", "es2020", "es2015", "node", "default"]}}, "required": ["./package.json", "."]}, "sideEffects": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "peerDependencies", "keywords", "module", "es2020", "esm2020", "fesm2020", "fesm2015", "typings", "exports", "sideEffects", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angular-translate-numbers", "version" : "0.0.3", "peerDependencies" : {"@angular/common" : "^13.2.0", "@angular/core" : "^13.2.0"}, "keywords" : ["Angular", "Translate", "Numbers", "Arabic", "Dynamic", "Digits", "Gujarati ", "Gurmukhi ", "Bengali ", "Assamese ", "Kannada ", "Odia ", "Malayalam ", "Telugu ", "Burmese ", "Tibetan ", "Mongolian ", "Sinhala ", "Khmer ", "Thai ", "Lao ", "Javanese ", "Arabic_Western ", "Latin", "Cyrillic ", "Greek ", "Arabic_Hindi ", "Arabic_Eastern ", "Persian ", "Pashto ", "Dari ", "Urdu ", "Shahmukhi ", "Brahmi ", "Devanagari "], "module" : "fesm2015/angular-translate-numbers.mjs", "es2020" : "fesm2020/angular-translate-numbers.mjs", "esm2020" : "esm2020/angular-translate-numbers.mjs", "fesm2020" : "fesm2020/angular-translate-numbers.mjs", "fesm2015" : "fesm2015/angular-translate-numbers.mjs", "typings" : "angular-translate-numbers.d.ts", "exports" : {"./package.json" : {"default" : "./package.json"}, "." : {"types" : "./angular-translate-numbers.d.ts", "esm2020" : "./esm2020/angular-translate-numbers.mjs", "es2020" : "./fesm2020/angular-translate-numbers.mjs", "es2015" : "./fesm2015/angular-translate-numbers.mjs", "node" : "./fesm2015/angular-translate-numbers.mjs", "default" : "./fesm2020/angular-translate-numbers.mjs"}}, "sideEffects" : false, "dependencies" : {"tslib" : "^2.3.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "module": {"type": "string"}, "es2020": {"type": "string"}, "esm2020": {"type": "string"}, "fesm2020": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "exports": {"type": "object", "properties": {"./package.json": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, ".": {"type": "object", "properties": {"types": {"type": "string"}, "esm2020": {"type": "string"}, "es2020": {"type": "string"}, "es2015": {"type": "string"}, "node": {"type": "string"}, "default": {"type": "string"}}, "required": ["types", "esm2020", "es2020", "es2015", "node", "default"]}}, "required": ["./package.json", "."]}, "sideEffects": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "peerDependencies", "keywords", "module", "es2020", "esm2020", "fesm2020", "fesm2015", "typings", "exports", "sideEffects", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 20005, "children" : [{"id" : 22631, "name" : "Madison, James -- and Bill of Rights"}, {"id" : 22632, "name" : "Madison, James -- and citizenship"}, {"id" : 22633, "name" : "Madison, James -- and foreign policy"}, {"id" : 22634, "name" : "Madison, James -- and fraternal unity"}, {"id" : 20008, "name" : "Madison, James -- and James Wilson"}, {"id" : 22635, "name" : "Madison, James -- and leadership"}, {"id" : 22636, "name" : "Madison, James -- and necessity"}, {"id" : 20006, "name" : "Madison, James -- on Oliver Ellsworth"}, {"id" : 20007, "name" : "Madison, James -- on suability of states"}], "name" : "Madison, James"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "rate": {"type": "number"}, "unit": {"type": "string"}, "type": {"type": "string"}, "lastAnnotation": {"type": "integer"}}, "required": ["name", "start", "end", "rate", "unit", "type", "lastAnnotation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "channel-1", "start" : 1000, "end" : 6000, "rate" : 1000.0, "unit" : "uV", "type" : "CONTINUOUS", "lastAnnotation" : 0}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "rate": {"type": "number"}, "unit": {"type": "string"}, "type": {"type": "string"}, "lastAnnotation": {"type": "integer"}}, "required": ["name", "start", "end", "rate", "unit", "type", "lastAnnotation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"archive": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "ci": {"type": "string"}}, "required": ["archive", "build", "test", "ci"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jasmine-core": {"type": "string"}, "karma": {"type": "string"}, "karma-fixture": {"type": "string"}, "karma-html2js-preprocessor": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-json-fixtures-preprocessor": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}}, "required": ["jasmine-core", "karma", "karma-fixture", "karma-html2js-preprocessor", "karma-jasmine", "karma-json-fixtures-preprocessor", "karma-phantomjs-launcher"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "aws-extend-switch-roles", "version" : "0.6.1", "description" : "Extend your AWS IAM switching roles by Chrome extension", "main" : "index.js", "directories" : {"test" : "test"}, "scripts" : {"archive" : "./bin/build.sh; ./bin/archive.sh", "build" : "./bin/build.sh", "test" : "karma start", "ci" : "karma start --single-run"}, "repository" : {"type" : "git", "url" : "git+https://github.com/tilfin/aws-extend-switch-roles.git"}, "author" : "Toshimitsu Takahashi", "license" : "MIT", "bugs" : {"url" : "https://github.com/tilfin/aws-extend-switch-roles/issues"}, "homepage" : "https://github.com/tilfin/aws-extend-switch-roles#readme", "devDependencies" : {"jasmine-core" : "^2.5.2", "karma" : "^1.3.0", "karma-fixture" : "^0.2.6", "karma-html2js-preprocessor" : "^1.1.0", "karma-jasmine" : "^1.0.2", "karma-json-fixtures-preprocessor" : "0.0.6", "karma-phantomjs-launcher" : "^1.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"archive": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "ci": {"type": "string"}}, "required": ["archive", "build", "test", "ci"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jasmine-core": {"type": "string"}, "karma": {"type": "string"}, "karma-fixture": {"type": "string"}, "karma-html2js-preprocessor": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-json-fixtures-preprocessor": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}}, "required": ["jasmine-core", "karma", "karma-fixture", "karma-html2js-preprocessor", "karma-jasmine", "karma-json-fixtures-preprocessor", "karma-phantomjs-launcher"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7": {"type": "integer"}, "081c8632-590b-45cd-8fb8-54355461d1d8": {"type": "integer"}, "f5936873-ce55-4843-ad31-e96dae73681b": {"type": "integer"}, "c7dafafd-ffa2-4387-8caf-e654980f8b77": {"type": "integer"}, "7c582141-2bf8-4e23-8530-f20cdbef939c": {"type": "integer"}, "9b561efd-28cc-4660-8f47-8f247affbaf8": {"type": "integer"}, "program": {"type": "integer"}, "cc00f6d4-786a-402f-aabe-3c2624ac7209": {"type": "integer"}, "71decd16-4437-4552-a149-ca2e54d98b5d": {"type": "integer"}}, "required": ["9322e883-5305-4086-a2e9-b2ee90d95325", "e5c10f7e-61e9-485d-8ccc-fccee29dfe52", "dd633998-ffd1-45a9-8f5a-75a618ff5ca7", "081c8632-590b-45cd-8fb8-54355461d1d8", "f5936873-ce55-4843-ad31-e96dae73681b", "c7dafafd-ffa2-4387-8caf-e654980f8b77", "7c582141-2bf8-4e23-8530-f20cdbef939c", "9b561efd-28cc-4660-8f47-8f247affbaf8", "program", "cc00f6d4-786a-402f-aabe-3c2624ac7209", "71decd16-4437-4552-a149-ca2e54d98b5d"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configuration" : ["POSTCONVERTWEBP", "UPSCALINGALGORITHM", "ENABLEPNGCRUSH"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -7598, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 44758000918, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" : -6020, "081c8632-590b-45cd-8fb8-54355461d1d8" : 1745341394, "f5936873-ce55-4843-ad31-e96dae73681b" : 16323282, "c7dafafd-ffa2-4387-8caf-e654980f8b77" : -8117, "7c582141-2bf8-4e23-8530-f20cdbef939c" : -14467, "9b561efd-28cc-4660-8f47-8f247affbaf8" : -7628, "program" : 894122, "cc00f6d4-786a-402f-aabe-3c2624ac7209" : -629, "71decd16-4437-4552-a149-ca2e54d98b5d" : -49753}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7": {"type": "integer"}, "081c8632-590b-45cd-8fb8-54355461d1d8": {"type": "integer"}, "f5936873-ce55-4843-ad31-e96dae73681b": {"type": "integer"}, "c7dafafd-ffa2-4387-8caf-e654980f8b77": {"type": "integer"}, "7c582141-2bf8-4e23-8530-f20cdbef939c": {"type": "integer"}, "9b561efd-28cc-4660-8f47-8f247affbaf8": {"type": "integer"}, "program": {"type": "integer"}, "cc00f6d4-786a-402f-aabe-3c2624ac7209": {"type": "integer"}, "71decd16-4437-4552-a149-ca2e54d98b5d": {"type": "integer"}}, "required": ["9322e883-5305-4086-a2e9-b2ee90d95325", "e5c10f7e-61e9-485d-8ccc-fccee29dfe52", "dd633998-ffd1-45a9-8f5a-75a618ff5ca7", "081c8632-590b-45cd-8fb8-54355461d1d8", "f5936873-ce55-4843-ad31-e96dae73681b", "c7dafafd-ffa2-4387-8caf-e654980f8b77", "7c582141-2bf8-4e23-8530-f20cdbef939c", "9b561efd-28cc-4660-8f47-8f247affbaf8", "program", "cc00f6d4-786a-402f-aabe-3c2624ac7209", "71decd16-4437-4552-a149-ca2e54d98b5d"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"longProperty": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["longProperty"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "object", "properties" : {"longProperty" : {"type" : "integer"}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"longProperty": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["longProperty"]}}, "required": ["type", "properties"], "$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"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "http://data.doremus.org/performance/968996e0-8d22-3770-a93a-c97f5ae1c79e", "expression" : [{"id" : "http://data.doremus.org/expression/54661917-3b59-368d-80cb-0730f8a65e11"}, {"id" : "http://data.doremus.org/expression/5da0234a-6d88-343c-9a64-a5757ab85d2c"}, {"id" : "http://data.doremus.org/expression/ec45c181-a2a3-3f4e-bd95-9c5fe406ecb7"}, {"id" : "http://data.doremus.org/expression/0af693c5-1a7c-396f-b03b-19c17d0f4e62"}, {"id" : "http://data.doremus.org/expression/42d6ae8a-59cb-3a4c-b00c-a62b44472502"}, {"id" : "http://data.doremus.org/expression/9061f7e8-6cdd-382f-8519-d89c0bbdbcdc"}, {"id" : "http://data.doremus.org/expression/ea50ac38-43e5-357e-93d4-fe2605a97085"}, {"id" : "http://data.doremus.org/expression/a9636fb8-28a2-35a5-b450-2be13ea8102a"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$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"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0xfcf9d52355f764eee31713360e216269ba57927e1f7b1cd11e21c2c0fe21fca1", "title" : "Sorry this is a test", "body" : "yes", "choices" : ["yes", "yes"], "start" : 1636344000, "end" : 1636430400, "snapshot" : "13574633", "state" : "closed", "author" : "0x1B3dfF537b7d46A0d30B1D20b101c483586747AA", "space" : {"id" : "xdaistake.eth", "name" : "xDai Chain"}, "votes" : 2, "votes_data" : [{"id" : "0x501b8f05c6eb7548193c8ae03610431e6ff1713f0e1c09d9982f3a34445081cf", "voter" : "0x41cf56fC05B4a553088E5Eea9C706C394455A34a", "created" : 1636425765, "choice" : 1, "space" : {"id" : "xdaistake.eth"}}, {"id" : "0x7e464f374449dcecf7d4295c4ca9aeaa1386b395ea474c4c1ddf13944246561c", "voter" : "0x4F4892b239B22E57F4722654b5bEec58BDC94994", "created" : 1636424685, "choice" : 1, "space" : {"id" : "xdaistake.eth"}}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "0x4e07d2ac439bc948dfa5605ecff16a28a3a16a0ae047186c5b18d60101f9462a", "parentHash" : "0x2e50b58684f11a5afdc57c9cdf4bdc2b8c2f57e98657c63d1a3e98f57cc0e491", "number" : 16007, "timestamp" : 1438423225, "nonce" : "0xdc1e60933fc12d68", "difficulty" : 873914650748, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xC4E15a24b5f80FCeBC7104b922B1baF37FdD708B", "extraData" : "0x476574682f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"7313": {"type": "string"}, "7315": {"type": "string"}}, "required": ["7313", "7315"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"7313" : "7314", "7315" : "7316"}
json_instruct
{"type": "object", "properties": {"7313": {"type": "string"}, "7315": {"type": "string"}}, "required": ["7313", "7315"], "$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"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "morgan-body": {"type": "string"}, "nodemon": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}}, "required": ["body-parser", "express", "morgan", "morgan-body", "nodemon", "request", "request-promise"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bkash-payment", "version" : "0.0.1", "description" : "Bkash payment api integration", "main" : "app.js", "scripts" : {"start" : "nodemon app.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bilashcse/bKash-payment.git"}, "keywords" : ["bkash"], "author" : "Bilash", "license" : "MIT", "bugs" : {"url" : "https://github.com/bilashcse/bKash-payment/issues"}, "homepage" : "https://github.com/bilashcse/bKash-payment#readme", "dependencies" : {"body-parser" : "^1.19.0", "express" : "^4.17.0", "morgan" : "^1.9.1", "morgan-body" : "^2.4.7", "nodemon" : "^1.19.0", "request" : "^2.88.0", "request-promise" : "^4.2.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"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "morgan-body": {"type": "string"}, "nodemon": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}}, "required": ["body-parser", "express", "morgan", "morgan-body", "nodemon", "request", "request-promise"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"doofinder.css": {"type": "string"}, "doofinder.js": {"type": "string"}, "doofinder.min.css": {"type": "string"}, "doofinder.min.js": {"type": "string"}}, "required": ["doofinder.css", "doofinder.js", "doofinder.min.css", "doofinder.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"doofinder.css" : "sha256-m7fQBbTQB6mwEl338dOO2f5nrX2vfrOGhyHmnuKguFU=", "doofinder.js" : "sha256-uBkVpXDBLpdc2uqR+zuAf3ut4NcRkmN9NQfCPCpsM3s=", "doofinder.min.css" : "sha256-0QMImSNseo+uv7SNG0n5JTByTtCtiZjm58uZW0m5hvg=", "doofinder.min.js" : "sha256-32sfFdBB1xOSwDZaEA7jM0iz4ttZViTSNJcb22gxN98="}
json_instruct
{"type": "object", "properties": {"doofinder.css": {"type": "string"}, "doofinder.js": {"type": "string"}, "doofinder.min.css": {"type": "string"}, "doofinder.min.js": {"type": "string"}}, "required": ["doofinder.css", "doofinder.js", "doofinder.min.css", "doofinder.min.js"], "$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"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Firefox", "value" : 45.0}, {"name" : "IE", "value" : 26.8}, {"name" : "Chrome", "value" : 12.8}, {"name" : "Safari", "value" : 8.5}, {"name" : "Opera", "value" : 6.2}, {"name" : "Others", "value" : 0.7}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Unblocked Ledger Token", "symbol" : "ULT", "address" : "0x09617F6fD6cF8A71278ec86e23bBab29C04353a7", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-connect-php": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-run": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-watch": {"type": "string"}, "run-sequence": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-connect-php", "gulp-less", "gulp-load-plugins", "gulp-run", "gulp-sourcemaps", "gulp-watch", "run-sequence"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "addons-gulp", "version" : "1.0.0", "description" : "fastadmin addons gulp", "main" : "index.js", "scripts" : {"test" : "npm test"}, "author" : "litemelon", "license" : "ISC", "devDependencies" : {"browser-sync" : "^2.26.7", "gulp" : "^3.9.1", "gulp-connect-php" : "^1.0.3", "gulp-less" : "^3.5.0", "gulp-load-plugins" : "^2.0.1", "gulp-run" : "^1.7.1", "gulp-sourcemaps" : "^2.6.5", "gulp-watch" : "^5.0.1", "run-sequence" : "^2.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-connect-php": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-run": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-watch": {"type": "string"}, "run-sequence": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-connect-php", "gulp-less", "gulp-load-plugins", "gulp-run", "gulp-sourcemaps", "gulp-watch", "run-sequence"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}