input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "tag": {"type": "string"}, "class": {"type": "string"}, "category": {"type": "string"}, "properties": {"type": "object", "properties": {"slots": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"content": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "namedSlot": {"type": "boolean"}, "items": {"type": "object", "properties": {"oneOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["oneOf"]}}, "required": ["title", "type", "namedSlot", "items"]}}, "required": ["content"]}}, "required": ["title", "description", "type", "properties"]}, "attributes": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"status": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "default": {"type": "string"}, "prefixed": {"type": "boolean"}, "observer": {"type": "string"}}, "required": ["title", "type", "enum", "default", "prefixed", "observer"]}}, "required": ["status"]}}, "required": ["title", "type", "properties"]}}, "required": ["slots", "attributes"]}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}}, "required": ["$schema", "title", "description", "type", "tag", "class", "category", "properties", "required", "additionalProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Page status", "description" : "This element creates a flag/banner on the right side of the page denoting the status of the page or Doc the author is viewing.", "type" : "object", "tag" : "pfe-page-status", "class" : "pfe-page-status", "category" : "content", "properties" : {"slots" : {"title" : "Slots", "description" : "Definition of the supported slots", "type" : "object", "properties" : {"content" : {"title" : "Content", "type" : "array", "namedSlot" : false, "items" : {"oneOf" : [{"$ref" : "raw"}]}}}}, "attributes" : {"title" : "Attributes", "type" : "object", "properties" : {"status" : {"title" : "Status", "type" : "string", "enum" : ["default", "moderate", "warning", "important", "critical", "success", "info", "normal", "accent", "complement"], "default" : "default", "prefixed" : true, "observer" : "_basicAttributeChanged"}}}}, "required" : ["slots", "attributes"], "additionalProperties" : false} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "tag": {"type": "string"}, "class": {"type": "string"}, "category": {"type": "string"}, "properties": {"type": "object", "properties": {"slots": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"content": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "namedSlot": {"type": "boolean"}, "items": {"type": "object", "properties": {"oneOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["oneOf"]}}, "required": ["title", "type", "namedSlot", "items"]}}, "required": ["content"]}}, "required": ["title", "description", "type", "properties"]}, "attributes": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"status": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "default": {"type": "string"}, "prefixed": {"type": "boolean"}, "observer": {"type": "string"}}, "required": ["title", "type", "enum", "default", "prefixed", "observer"]}}, "required": ["status"]}}, "required": ["title", "type", "properties"]}}, "required": ["slots", "attributes"]}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}}, "required": ["$schema", "title", "description", "type", "tag", "class", "category", "properties", "required", "additionalProperties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"f" : "\ufff9\ufffaunderpants (from Japanese and English)\ufffb\u5167\u8932 (\u5f15\u81ea\u65e5\u8a9e\u548c\u82f1\u8a9e)"}]}], "t" : "panco"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2485427", "name" : "Tik-Tok", "font_family" : "iconfont", "css_prefix_text" : "icon-", "description" : "", "glyphs" : [{"icon_id" : "3262862", "name" : "\u5fc3 \u7231\u5fc3", "font_class" : "xin", "unicode" : "e623", "unicode_decimal" : 58915}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "29", "provinceId" : "91", "regencyId" : "23", "name" : "Gelok Beam"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "exp_id": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "instructions": {"type": "string"}, "template": {"type": "string"}, "cognitive_atlas_task_id": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "time": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exp_id", "url", "description", "instructions", "template", "cognitive_atlas_task_id", "contributors", "time", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Attention Network Task", "exp_id" : "attention-network-task", "url" : "https://www.github.com/earcanal/attention-network-task/", "description" : "Attention Network Task.", "instructions" : "N/A", "template" : "jspsych", "cognitive_atlas_task_id" : "", "contributors" : ["Ian Eisenberg", "Zeynep Enkavi", "Patrick Bissett", "Vanessa Sochat", "Russell Poldrack", "Paul Sharpe"], "time" : 15, "reference" : ["http://www.mitpressjournals.org/doi/pdf/10.1162/089892902317361886"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "exp_id": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "instructions": {"type": "string"}, "template": {"type": "string"}, "cognitive_atlas_task_id": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "time": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exp_id", "url", "description", "instructions", "template", "cognitive_atlas_task_id", "contributors", "time", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "", "user" : "ChristianTackeGSI", "url" : "https://api.github.com/repos/spack/spack/issues/15894", "updated_at" : "2020-04-28 18:43:55", "created_at" : "2020-04-06 15:21:06", "closed_at" : "2020-04-06 16:15:58", "state" : "closed", "title" : "nanomsg: add new Package", "number" : 15894, "milestone" : null, "labels" : ["new-package"], "id" : 595205995, "html_url" : "https://github.com/spack/spack/pull/15894", "assignees" : [], "comments" : 0} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x9b3ca77291bd84bbe8bc1f878e6fbd7d5671d5bd", "tool" : "osiris", "start" : 1564589000.8569677, "end" : 1564589005.3142354, "duration" : 4.457267761230469, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manufacturer" : "Dtac", "devices" : [{"market_name" : "dtac Phone M2", "codename" : "dtacPhoneM2", "model" : "dtacPhoneM2"}, {"market_name" : "dtac Phone S2", "codename" : "dtacPhoneS2", "model" : "dtac_Phone_S2"}, {"market_name" : "dtac Phone S3", "codename" : "dtacPhoneS3", "model" : "dtacPhoneS3"}, {"market_name" : "dtac Phone T2", "codename" : "dtacPhoneT2", "model" : "dtacPhoneT2"}, {"market_name" : "dtac Phone T3", "codename" : "dtacPhoneT3", "model" : "dtacPhoneT3"}, {"market_name" : "dtac Phone X3", "codename" : "dtacPhoneX3", "model" : "dtacPhoneX3"}]} | json_instruct | {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"advertise_addr": {"type": "string"}, "bind_addr": {"type": "string"}, "client_addr": {"type": "string"}, "bootstrap_expect": {"type": "integer"}, "server": {"type": "boolean"}, "data_dir": {"type": "string"}, "ui": {"type": "boolean"}, "leave_on_terminate": {"type": "boolean"}}, "required": ["advertise_addr", "bind_addr", "client_addr", "bootstrap_expect", "server", "data_dir", "ui", "leave_on_terminate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"advertise_addr" : "127.0.0.1", "bind_addr" : "0.0.0.0", "client_addr" : "0.0.0.0", "bootstrap_expect" : 1, "server" : true, "data_dir" : "/data/consul", "ui" : true, "leave_on_terminate" : true} | json_instruct | {"type": "object", "properties": {"advertise_addr": {"type": "string"}, "bind_addr": {"type": "string"}, "client_addr": {"type": "string"}, "bootstrap_expect": {"type": "integer"}, "server": {"type": "boolean"}, "data_dir": {"type": "string"}, "ui": {"type": "boolean"}, "leave_on_terminate": {"type": "boolean"}}, "required": ["advertise_addr", "bind_addr", "client_addr", "bootstrap_expect", "server", "data_dir", "ui", "leave_on_terminate"], "$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#"}
| [["511324229100", "\u601d\u6e90\u6751\u519c\u6751\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["511324229202", "\u6c11\u4e3b\u6751\u59d4\u4f1a", "210", "0"], ["511324229203", "\u6c11\u4e50\u6751\u59d4\u4f1a", "210", "0"], ["511324229204", "\u4e92\u901a\u6751\u59d4\u4f1a", "122", "0"], ["511324229205", "\u53cc\u51e4\u6751\u59d4\u4f1a", "220", "0"], ["511324229206", "\u9999\u7089\u6751\u59d4\u4f1a", "220", "0"], ["511324229207", "\u51c9\u6865\u6751\u59d4\u4f1a", "122", "0"], ["511324229208", "\u5ddd\u661f\u6751\u59d4\u4f1a", "220", "0"], ["511324229209", "\u5929\u95e8\u6751\u59d4\u4f1a", "220", "0"], ["511324229210", "\u82b1\u5c71\u6751\u59d4\u4f1a", "122", "0"], ["511324229211", "\u88d5\u6c11\u6751\u59d4\u4f1a", "220", "0"], ["511324229212", "\u6d77\u87ba\u6751\u59d4\u4f1a", "122", "0"], ["511324229213", "\u4e09\u661f\u6751\u59d4\u4f1a", "220", "0"], ["511324229214", "\u536b\u4e1c\u6751\u59d4\u4f1a", "220", "0"], ["511324229215", "\u5c16\u5cf0\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["include"]}, "name": {"type": "string"}, "description": {"type": "string"}, "extendedDescription": {"type": "string"}, "url": {"type": "string"}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["id", "type", "locationSet", "name", "description", "extendedDescription", "url", "contacts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "ym-AASTU", "type" : "youthmappers", "locationSet" : {"include" : [[38.8092, 8.889]]}, "name" : "AASTU Youth Mappers", "description" : "YouthMappers chapter at Addis Ababa Science and Technology University", "extendedDescription" : "The Association of Geomatics Engineering Students (AGES), aims at promoting GIS products and services as well as training students on the use of the same. It not only promotes socialization between the students and practicing professionals, but also provides a platform for exchanging new ideas for holding new GIS and surveying events and training at the university.", "url" : "https://t.me/aastumappers", "contacts" : [{"name" : "Ben Jamin", "email" : "benjazben10@gmail.com"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["include"]}, "name": {"type": "string"}, "description": {"type": "string"}, "extendedDescription": {"type": "string"}, "url": {"type": "string"}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["id", "type", "locationSet", "name", "description", "extendedDescription", "url", "contacts"], "$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-string": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version-string", "port-version", "description", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "chaiscript", "version-string" : "6.1.0", "port-version" : 2, "description" : "Embedded Scripting Language Designed for C++", "homepage" : "https://github.com/ChaiScript/ChaiScript"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version-string", "port-version", "description", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "mipaseday", "h" : [{"d" : [{"f" : "\u6ed1\u884c\uff0c\u6ed1\u51b0\u3002", "e" : ["\ufff9`Mi~`paseday~ `to~ `so~`e~`da~.\ufffa\ufffb\u6ed1\u51b0\u3002"]}]}], "stem" : "seday"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "486999", "ThreadId" : "225470", "Html" : "<p>I need to display tooltip for the line connecting two data points on a lineseries chart?</p>\r\n<p>I also need to display tooltip for the area on an areaseries chart?</p>\r\n<p>I can't seem to find a straight forward way to support the above, any suggestions?</p>", "PostedDate" : "2010-08-31T07:48:16.5-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "phormatter", "version" : "1.0.1", "description" : "Port of php library (https://github.com/mrXCray/PhoneCodes) that formats phone number to format like +1 (800) 123-45-67", "main" : "phormatter.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/lial/phormatter.git"}, "keywords" : ["phone", "number", "formatting", "phones", "format"], "author" : {"name" : "LIAL", "email" : "dev@instup.com"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/lial/phormatter/issues"}, "homepage" : "https://github.com/lial/phormatter"} | 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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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": {"browserify": {"type": "string"}, "browserify-global-shim": {"type": "string"}, "filewalker": {"type": "string"}, "mkdirp": {"type": "string"}, "ng-annotate": {"type": "string"}, "rimraf": {"type": "string"}, "uglify": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["browserify", "browserify-global-shim", "filewalker", "mkdirp", "ng-annotate", "rimraf", "uglify", "watchify"]}, "bin": {"type": "object", "properties": {"build_servicenow_server": {"type": "string"}, "build_servicenow_client": {"type": "string"}}, "required": ["build_servicenow_server", "build_servicenow_client"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "servicenowify", "version" : "0.0.19", "description" : "A tool for compiling TypeScript projects to ServiceNow Script Includes", "main" : "main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/atcwells/servicenowify.git"}, "keywords" : ["ServiceNow", "TypeScript"], "author" : "Alex Wells", "license" : "MIT", "bugs" : {"url" : "https://github.com/atcwells/servicenowify/issues"}, "homepage" : "https://github.com/atcwells/servicenowify/#readme", "dependencies" : {"browserify" : "^13.0.0", "browserify-global-shim" : "^1.0.3", "filewalker" : "^0.1.2", "mkdirp" : "^0.5.1", "ng-annotate" : "^1.2.1", "rimraf" : "^2.5.1", "uglify" : "^0.1.5", "watchify" : "^3.7.0"}, "bin" : {"build_servicenow_server" : "bin/build_server.js", "build_servicenow_client" : "bin/build_client.js"}} | 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"]}, "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": {"browserify": {"type": "string"}, "browserify-global-shim": {"type": "string"}, "filewalker": {"type": "string"}, "mkdirp": {"type": "string"}, "ng-annotate": {"type": "string"}, "rimraf": {"type": "string"}, "uglify": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["browserify", "browserify-global-shim", "filewalker", "mkdirp", "ng-annotate", "rimraf", "uglify", "watchify"]}, "bin": {"type": "object", "properties": {"build_servicenow_server": {"type": "string"}, "build_servicenow_client": {"type": "string"}}, "required": ["build_servicenow_server", "build_servicenow_client"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "bin"], "$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"]}, "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": {"fullpage.js": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["fullpage.js", "jquery"]}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "qqbrowser", "version" : "1.0.0", "description" : "QQ\u6d4f\u89c8\u5668\u6eda\u6eda\u5c4f", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "webpack-dev-server --open"}, "repository" : {"type" : "git", "url" : "git+https://github.com/BlackCodingCat/QQBrowser.git"}, "keywords" : ["css3+FullPage"], "author" : "\u6572\u4ee3\u7801\u7684\u5c0f\u9ed1\u732b", "license" : "MIT", "bugs" : {"url" : "https://github.com/BlackCodingCat/QQBrowser/issues"}, "homepage" : "https://github.com/BlackCodingCat/QQBrowser#readme", "dependencies" : {"fullpage.js" : "^3.0.4", "jquery" : "^3.3.1"}, "devDependencies" : {"webpack" : "^4.29.6", "webpack-cli" : "^3.3.0", "webpack-dev-server" : "^3.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"}, "start": {"type": "string"}}, "required": ["test", "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": {"fullpage.js": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["fullpage.js", "jquery"]}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"EQCSS-polyfills.js": {"type": "string"}, "EQCSS-polyfills.min.js": {"type": "string"}, "EQCSS.js": {"type": "string"}, "EQCSS.min.js": {"type": "string"}}, "required": ["EQCSS-polyfills.js", "EQCSS-polyfills.min.js", "EQCSS.js", "EQCSS.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"EQCSS-polyfills.js" : "sha512-2bJfaNPDsdf8h6hugtqL5L2YfF49LzCn8yCAUdIp3psOdtrtgZ0jRp5KqQL3hjBxRfLdabI/I2MxFYMDr6OWCg==", "EQCSS-polyfills.min.js" : "sha512-azBK2oTTgU6hWKTvqLsCiMmEIwu9PGw8Q6+GPAM/yG8pW1XGOaQhX6oYe78nORnElftAND5Ca3s/sVUTq4xxMw==", "EQCSS.js" : "sha512-kKi/z4q4SgffYVfLwv/DKul1o7VxK86ON3NvRHveBpexDv20teIsEP5pfq2cJJPDDU1jA32at43ziSdd6vVEjg==", "EQCSS.min.js" : "sha512-hr81l1ni0XtFUlqVjMLoPjx3+K5uaRQB/9IQBU4vE5kSg6ep3Ws1ImMvGDFTL5uETrErqyIy3RzlW2Fk/oYm2A=="} | json_instruct | {"type": "object", "properties": {"EQCSS-polyfills.js": {"type": "string"}, "EQCSS-polyfills.min.js": {"type": "string"}, "EQCSS.js": {"type": "string"}, "EQCSS.min.js": {"type": "string"}}, "required": ["EQCSS-polyfills.js", "EQCSS-polyfills.min.js", "EQCSS.js", "EQCSS.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404355179, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4963a7d12322e3963216774467733034", "wof:id" : 404355179, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.00011549813207, 45.6228674909875, 3.07892716205107, 45.65859005796086], "geometry" : {"coordinates" : [[[3.00011549813207, 45.6228674909875], [3.00288799165834, 45.63319595788447], [3.01937146410417, 45.6408213987606], [3.02506434279246, 45.65399431893463], [3.04378919350986, 45.65859005796086], [3.05820116200533, 45.65009198412469], [3.06771429868168, 45.64936627895391], [3.07892716205107, 45.64328972947644], [3.01664571094084, 45.6266842934396], [3.00011549813207, 45.6228674909875]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "FLUTIAS 125 INHALER", "harga" : " Rp. 133.100/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Per Flutias 125 inhaler : Salmeterol 25 mcg, fluticasone propionate 125 mcg.", "indikasi" : "Terapi reguler untuk asma jika diperlukan penggunaan kombinasi bronkodilator & kortikosteroid inhalasi.", "kontraindikasi" : "Hipersensitivitas", "perhatian" : "Tidak untuk pengobatan gejala asma akut atau penanganan awal asma. Jangan dihentikan secara mendadak. Pasien dengan TB paru, gangguan KV berat misalnya kelainan irama jantung, DM, hipokalemia yang tidak diterapi atau tirotoksikosis. Hentikan terapi jika timbul bronkospasme paradoksikal. Efek sistemik seperti supresi adrenal, retardasi pertumbuhan, penurunan densitas mineral tulang, katarak, & glaukoma dapat terjadi pada penggunaan dosis tinggi dalam waktu lama. Pantau tinggi badan anak secara berkala. Anak. Hamil & laktasi.", "efeksamping" : "Tremor, palpitasi, sakit kepala, aritmia jantung, artralgia, mialgia, kram otot, reaksi hipersensitivitas misalnya ruam, edema, angiodema; suara serak, sariawan, hipersensitivitas pada kulit.", "indeksamanwanitahamil" : "C: Penelitian pada hewan menunjukkan efek samping pada janin ( teratogenik atau embriosidal atau lainnya) dan belum ada penelitian yang terkendali pada wanita atau penelitian pada wanita dan hewan belum tersedia. Obat seharusnya diberikan bila hanya keuntungan potensial memberikan alasan terhadap bahaya potensial pada janin.", "kemasan" : "Flutias 125 inhaler x 120 actuation x 1's", "dosis" : " Hanya untuk inhalasi oral. \r\n Dewasa & anak \u226512 tahun : 2 inhalasi Flutias 50 atau Flutias 125 2 x/hari. \r\n Anak \u22654 tahun : 2 inhalasi Flutias 50 2 x/hari.", "penyajian" : "Tak ada pilihan", "pabrik" : "Kalbe Farma", "id" : "13457", "category_id" : "3"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "title" : "Frattesina", "id" : "393431", "bbox" : [11.652628, 45.0251, 11.652628, 45.0251], "description" : "Frattesina di Rovigo is the site of Final Bronze Age (FBA) occupation, ca. 1200\u20131000 B.C.", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [11.652628, 45.0251]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [11.652628, 45.0251]}, "id" : "imagery-location-of-frattesina", "type" : "Feature", "properties" : {"description" : "Coordinates following GeoHack.", "location_precision" : "precise", "title" : "Imagery location of Frattesina", "link" : "http://pleiades.stoa.org/places/393431/imagery-location-of-frattesina"}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 133438, "info" : {"name" : "Tema Kawaiii girl", "description" : "Um tema feito com carinho pra vcs espero que gostem\r\nobs: Este \u00e9 um dos 1 temas que fa\u00e7o ent\u00e3o nao me julgem beijos!", "additionalInfo" : null, "format" : "uso", "category" : "amordoce", "createdAt" : "2016-10-04T11:51:40.000Z", "updatedAt" : "2016-10-04T11:51:40.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 361584, "name" : "YuriiMakita"}}, "stats" : {"installs" : {"total" : 24, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "133438_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain(\"amordoce.com\") {\r\n#container{\r\nbackground-image : url(http://i63.tinypic.com/1zyyal1.jpg) !important ;\r\n}\r\n#container.connected #header { background-image : url(http://i65.tinypic.com/2z5q3a9.pngo) !important ;\r\n}\r\n.idcard-member { background : url(http://i64.tinypic.com/2jfc3kp.png) no-repeat !important ;\r\n}\r\n}\r\n\r\n@-moz-document regexp(\"perfil amor doce\") {\r\n.idcard-member { background : url(Carteirinha personalizada) no-repeat !important ;\r\n}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"list": {"type": "array", "items": {"type": "integer"}}, "set": {"type": "integer"}, "dict": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}}, "required": ["a", "b", "c"]}}, "required": ["list", "set", "dict"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"list" : [1, 2, 3], "set" : 0, "dict" : {"a" : 1, "b" : 2, "c" : 3}} | json_instruct | {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "integer"}}, "set": {"type": "integer"}, "dict": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}}, "required": ["a", "b", "c"]}}, "required": ["list", "set", "dict"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Venon", "dpt" : "Is\u00e8re", "inscrits" : 606, "abs" : 78, "votants" : 528, "blancs" : 14, "nuls" : 3, "exp" : 511, "res" : [{"panneau" : "3", "voix" : 150}, {"panneau" : "9", "voix" : 120}, {"panneau" : "11", "voix" : 113}, {"panneau" : "2", "voix" : 52}, {"panneau" : "4", "voix" : 40}, {"panneau" : "1", "voix" : 23}, {"panneau" : "8", "voix" : 6}, {"panneau" : "6", "voix" : 3}, {"panneau" : "5", "voix" : 2}, {"panneau" : "7", "voix" : 1}, {"panneau" : "10", "voix" : 1}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"uuid": {"type": "string"}, "project": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "paused": {"type": "boolean"}, "triggers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start": {"type": "string"}, "period": {"type": "string"}}, "required": ["name", "start", "period"]}}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "docker": {"type": "object", "properties": {"image": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["image", "args"]}, "depends": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "docker", "depends"]}}}, "required": ["uuid", "project", "name", "description", "paused", "triggers", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "51c35e5d-e777-4797-b91b-2526bd4bafdc", "project" : "test_project", "name" : "simple_job", "description" : "a simple job to test that waterwheel is working", "paused" : false, "triggers" : [{"name" : "daily", "start" : "2022-01-01T00:00:00Z", "period" : "1d"}], "tasks" : [{"name" : "step0", "docker" : {"image" : "bash:latest", "args" : ["-c", "echo 'waterwheel is working!'"]}, "depends" : ["trigger/daily"]}]} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "project": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "paused": {"type": "boolean"}, "triggers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start": {"type": "string"}, "period": {"type": "string"}}, "required": ["name", "start", "period"]}}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "docker": {"type": "object", "properties": {"image": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["image", "args"]}, "depends": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "docker", "depends"]}}}, "required": ["uuid", "project", "name", "description", "paused", "triggers", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"E810": {"type": "object", "properties": {"VendorID": {"type": "string"}, "Class": {"type": "string"}, "SubClass": {"type": "string"}, "DeviceID": {"type": "string"}}, "required": ["VendorID", "Class", "SubClass", "DeviceID"]}, "E811": {"type": "object", "properties": {"VendorID": {"type": "string"}, "Class": {"type": "string"}, "SubClass": {"type": "string"}, "DeviceID": {"type": "string"}}, "required": ["VendorID", "Class", "SubClass", "DeviceID"]}}, "required": ["E810", "E811"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"E810" : {"VendorID" : "0001", "Class" : "00", "SubClass" : "00", "DeviceID" : "123"}, "E811" : {"VendorID" : "0002", "Class" : "00", "SubClass" : "00", "DeviceID" : "321"}} | json_instruct | {"type": "object", "properties": {"E810": {"type": "object", "properties": {"VendorID": {"type": "string"}, "Class": {"type": "string"}, "SubClass": {"type": "string"}, "DeviceID": {"type": "string"}}, "required": ["VendorID", "Class", "SubClass", "DeviceID"]}, "E811": {"type": "object", "properties": {"VendorID": {"type": "string"}, "Class": {"type": "string"}, "SubClass": {"type": "string"}, "DeviceID": {"type": "string"}}, "required": ["VendorID", "Class", "SubClass", "DeviceID"]}}, "required": ["E810", "E811"], "$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"}, "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": {"ymsheng@outlook.com": {"type": "string"}}, "required": ["ymsheng@outlook.com"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"KZModelCast": {"type": "array", "items": {}}, "KZStoreManager": {"type": "array", "items": {}}, "KZExtensions": {"type": "array", "items": {}}}, "required": ["KZModelCast", "KZStoreManager", "KZExtensions"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "BZUserDataCenter", "version" : "0.0.2", "summary" : "BossZhiPin user datat of BZUserDataCenter.", "description" : "save bosszhipin user data store manager base on store manager", "homepage" : "http://git.kanzhun-inc.com/bosszhipinspec/bzuserdatacenter", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"ymsheng@outlook.com" : "yangmaosheng@kanzhun.com"}, "source" : {"git" : "http://git.kanzhun-inc.com/bosszhipinspec/bzuserdatacenter.git", "tag" : "0.0.2"}, "platforms" : {"ios" : "8.0"}, "source_files" : "BZUserDataCenter/Classes/**/*", "dependencies" : {"KZModelCast" : [], "KZStoreManager" : [], "KZExtensions" : []}} | 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": {"ymsheng@outlook.com": {"type": "string"}}, "required": ["ymsheng@outlook.com"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"KZModelCast": {"type": "array", "items": {}}, "KZStoreManager": {"type": "array", "items": {}}, "KZExtensions": {"type": "array", "items": {}}}, "required": ["KZModelCast", "KZStoreManager", "KZExtensions"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "dependencies"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "requires_arc": {"type": "boolean"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "properties": {"essam": {"type": "string"}}, "required": ["essam"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "frameworks": {"type": "string"}, "pod_target_xcconfig": {"type": "object", "properties": {"SWIFT_VERSION": {"type": "string"}}, "required": ["SWIFT_VERSION"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "vendored_frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "requires_arc", "homepage", "license", "authors", "platforms", "frameworks", "pod_target_xcconfig", "source", "vendored_frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "BEDeePeek", "version" : "4.0.0", "summary" : "iOS library to work with deepeek.com", "description" : "DEEPEEK SDK for UIKIT based applications", "requires_arc" : true, "homepage" : "https://www.deepeek.com", "license" : {"type" : "Commercial", "text" : "Copyright 2017 DEEPEEK This is proprietary software and should be treated as confidential. No license is given for distribution, dissemination, copying, sharing, or any other use. You may not use this work except in compliance with specific licenses granted to you by DEEPEEK All rights reserved. Unless required by applicable law or agreed to in writing, this software is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied."}, "authors" : {"essam" : "essam.a0@gmail.com"}, "platforms" : {"ios" : "10.0"}, "frameworks" : "UIKit", "pod_target_xcconfig" : {"SWIFT_VERSION" : "3"}, "source" : {"http" : "https://cl.ly/1j1q0I0l0X3M/download/BEDeePeek.framework.zip"}, "vendored_frameworks" : "BEDeePeek.framework"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "requires_arc": {"type": "boolean"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "properties": {"essam": {"type": "string"}}, "required": ["essam"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "frameworks": {"type": "string"}, "pod_target_xcconfig": {"type": "object", "properties": {"SWIFT_VERSION": {"type": "string"}}, "required": ["SWIFT_VERSION"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "vendored_frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "requires_arc", "homepage", "license", "authors", "platforms", "frameworks", "pod_target_xcconfig", "source", "vendored_frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1997, 7], [1998, 6], [2000, 6], [2003, 6], [2004, 10], [2005, 8], [2006, 9], [2007, 8], [2008, 8], [2009, 6], [2010, 7], [2012, 9], [2013, 6], [2014, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "cwd": {"type": "string"}, "runtimeExecutable": {"type": "string"}, "runtimeArgs": {"type": "array", "items": {"type": "string"}}, "skipFiles": {"type": "array", "items": {"type": "string"}}, "port": {"type": "integer"}}, "required": ["name", "type", "request", "cwd", "runtimeExecutable", "runtimeArgs", "skipFiles", "port"]}}}, "required": ["version", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "0.2.0", "configurations" : [{"name" : "Debug", "type" : "node", "request" : "launch", "cwd" : "${workspaceRoot}", "runtimeExecutable" : "node", "runtimeArgs" : ["--debug-brk", "--inspect", "node_modules/serverless/bin/serverless", "offline"], "skipFiles" : ["${workspaceRoot}/node_modules/async/**", "${workspaceRoot}/node_modules/bluebird/**", "${workspaceRoot}/node_modules/asynckit/**", "${workspaceRoot}/node_modules/async-listener/**", "${workspaceRoot}/node_modules/serverless**", "${workspaceRoot}/node_modules/continuation-local-storage/**", "${workspaceRoot}/node_modules/hapi/**", "${workspaceRoot}/node_modules/items/**", "${workspaceRoot}/node_modules/aws-sdk/**", "${workspaceRoot}/node_modules/hoek/**", "${workspaceRoot}/node_modules/lodash/**", "${workspaceRoot}/node_modules/chalk/**", "${workspaceRoot}/node_modules/mimos/**", "${workspaceRoot}/node_modules/hapi-cors-headers/**", "${workspaceRoot}/node_modules/shot/**", "${workspaceRoot}/node_modules/ns-aws-utils/src/logger.js", "${workspaceRoot}/node_modules/ns-aws-utils/src/scrubber.js", "<node_internals>/**/*.js"], "port" : 9229}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "cwd": {"type": "string"}, "runtimeExecutable": {"type": "string"}, "runtimeArgs": {"type": "array", "items": {"type": "string"}}, "skipFiles": {"type": "array", "items": {"type": "string"}}, "port": {"type": "integer"}}, "required": ["name", "type", "request", "cwd", "runtimeExecutable", "runtimeArgs", "skipFiles", "port"]}}}, "required": ["version", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "It's an Burnt cake."} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ESALM", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}}, "required": ["name", "email", "web"]}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["jshint", "mocha"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["author", "name", "version", "description", "keywords", "homepage", "main", "repository", "contributors", "license", "bugs", "engines", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "hi.owen.luke@gmail.com", "name" : "rir", "version" : "1.0.11", "description" : "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.", "keywords" : ["require", "directory", "library", "recursive"], "homepage" : "https://github.com/hiowenluke/rir", "main" : "index.js", "repository" : {"type" : "git", "url" : "git://github.com/hiowenluke/rir.git"}, "contributors" : [{"name" : "Troy Goode", "email" : "troygoode@gmail.com", "web" : "http://github.com/troygoode/"}, {"name" : "Owen Luke", "email" : "hi.owen.luke@gmail.com", "web" : "http://github.com/hiowenluke/"}], "license" : "MIT", "bugs" : {"url" : "http://github.com/hiowenluke/rir/issues/"}, "engines" : {"node" : ">=0.10.0"}, "devDependencies" : {"jshint" : "^2.6.0", "mocha" : "^5.2.0"}, "scripts" : {"test" : "mocha"}} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}}, "required": ["name", "email", "web"]}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["jshint", "mocha"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["author", "name", "version", "description", "keywords", "homepage", "main", "repository", "contributors", "license", "bugs", "engines", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nbStatement": {"type": "integer"}, "executionTime": {"type": "integer"}, "date": {"type": "string"}, "nb_methods": {"type": "integer"}, "nb_classes": {"type": "integer"}, "nbAngelicValue": {"type": "integer"}}, "required": ["nbStatement", "executionTime", "date", "nb_methods", "nb_classes", "nbAngelicValue"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nbStatement" : 0, "executionTime" : 29015, "date" : "Sun Jul 28 23:02:33 EDT 2019", "nb_methods" : 1731, "nb_classes" : 80, "nbAngelicValue" : 0} | json_instruct | {"type": "object", "properties": {"nbStatement": {"type": "integer"}, "executionTime": {"type": "integer"}, "date": {"type": "string"}, "nb_methods": {"type": "integer"}, "nb_classes": {"type": "integer"}, "nbAngelicValue": {"type": "integer"}}, "required": ["nbStatement", "executionTime", "date", "nb_methods", "nb_classes", "nbAngelicValue"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Fruitdale, AL", "Yellow Pine, AL"], "state" : "AL", "postal_code" : "36539", "locality" : "Fruitdale, AL", "lat" : 31.348614, "region" : {"fips" : "01", "abbr" : "AL", "name" : "Alabama"}, "city" : "Fruitdale", "type" : "STANDARD", "lng" : -88.380629, "counties" : [{"fips" : "129", "name" : "Washington County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"fileVersion": {"type": "integer"}, "versions": {"type": "object", "properties": {"d-cimgui": {"type": "string"}, "derelict-sdl2": {"type": "string"}, "derelict-util": {"type": "string"}, "dimgui": {"type": "string"}, "dyaml": {"type": "string"}, "fswatch": {"type": "string"}, "gfm": {"type": "string"}, "intel-intrinsics": {"type": "string"}, "tinyendian": {"type": "string"}}, "required": ["d-cimgui", "derelict-sdl2", "derelict-util", "dimgui", "dyaml", "fswatch", "gfm", "intel-intrinsics", "tinyendian"]}}, "required": ["fileVersion", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fileVersion" : 1, "versions" : {"d-cimgui" : "0.51.0", "derelict-sdl2" : "3.0.0-beta.8", "derelict-util" : "3.0.0-beta.2", "dimgui" : "1.0.3", "dyaml" : "0.8.0", "fswatch" : "0.5.0", "gfm" : "8.0.3", "intel-intrinsics" : "1.2.2", "tinyendian" : "0.2.0"}} | json_instruct | {"type": "object", "properties": {"fileVersion": {"type": "integer"}, "versions": {"type": "object", "properties": {"d-cimgui": {"type": "string"}, "derelict-sdl2": {"type": "string"}, "derelict-util": {"type": "string"}, "dimgui": {"type": "string"}, "dyaml": {"type": "string"}, "fswatch": {"type": "string"}, "gfm": {"type": "string"}, "intel-intrinsics": {"type": "string"}, "tinyendian": {"type": "string"}}, "required": ["d-cimgui", "derelict-sdl2", "derelict-util", "dimgui", "dyaml", "fswatch", "gfm", "intel-intrinsics", "tinyendian"]}}, "required": ["fileVersion", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"website": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "id": {"type": "string"}, "director": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "full_time_school": {"type": "boolean"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["website", "school_type", "fax", "name", "address", "id", "director", "phone", "provider", "email", "state", "full_time_school", "programs", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"website" : "j-u.riedel|at|gbv-guben.de", "school_type" : "Berufliche Schule in freier Tr\u00e4gerschaft", "fax" : "0355 35554130", "name" : "Berufsschule des Gemeinn\u00fctzigen Berufsbildungsvereins Guben e.V. Ersatzschule mit anerkannten Bildungsg\u00e4ngen der Berufsschule ", "address" : "Berliner Stra\u00dfe 56 03046 Cottbus", "id" : "BB-200839", "director" : "Herr Riedel", "phone" : "0355 35554100", "provider" : "Schulverein (nicht konfessionell)", "email" : "gbvguben|at|gbv-guben.de\n", "state" : "BB", "full_time_school" : false, "programs" : {"programs" : []}, "lon" : 14.313776, "lat" : 51.75819} | json_instruct | {"type": "object", "properties": {"website": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "id": {"type": "string"}, "director": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "full_time_school": {"type": "boolean"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["website", "school_type", "fax", "name", "address", "id", "director", "phone", "provider", "email", "state", "full_time_school", "programs", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K13676": {"type": "string"}}, "required": ["K13676"]}, "name": {"type": "string"}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00514": {"type": "string"}}, "required": ["rn00514"]}}, "required": ["comment", "definition", "orthologs", "name", "enzymes", "equation", "glycans", "rpairs", "entry_id", "pathways"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"comment" : "", "definition" : "UDP-D-xylose + G13051 <=> UDP + G03532", "orthologs" : {"K13676" : "UDP-xylose:glucoside alpha-1,3-xylosyltransferase [EC:2.4.2.-]"}, "name" : "", "enzymes" : ["2.4.2.-"], "equation" : "G10613 + G13051 <=> G10619 + G03532", "glycans" : true, "rpairs" : {}, "entry_id" : "R09290", "pathways" : {"rn00514" : "Other types of O-glycan biosynthesis"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K13676": {"type": "string"}}, "required": ["K13676"]}, "name": {"type": "string"}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00514": {"type": "string"}}, "required": ["rn00514"]}}, "required": ["comment", "definition", "orthologs", "name", "enzymes", "equation", "glycans", "rpairs", "entry_id", "pathways"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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" : {"type" : "barangay", "level" : "4", "label" : "Visares, Capoocan, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.capoocan.visares", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_reference" : "8", "region_name" : "Eastern Visayas (Region VIII)", "province_id" : "43", "province_reference" : "43", "province_name" : "Leyte", "city_id" : "319", "city_reference" : "865", "city_name" : "Capoocan", "barangay_id" : "8792", "barangay_reference" : "21907", "barangay_name" : "Visares"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.555992, 11.2778], [124.560341, 11.27621], [124.561249, 11.27811], [124.564171, 11.2796], [124.569473, 11.27735], [124.570374, 11.26536], [124.570923, 11.26147], [124.571327, 11.25863], [124.572701, 11.25514], [124.574707, 11.25007], [124.54911, 11.24227], [124.528732, 11.2586], [124.534607, 11.2645], [124.538231, 11.27146], [124.539917, 11.27781], [124.541687, 11.28304], [124.550179, 11.27948], [124.555992, 11.2778]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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#"} |
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"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "_id": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}}, "required": ["shasum"]}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "readme", "readmeFilename", "bugs", "homepage", "_id", "dist", "_from", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "read-json", "version" : "0.0.0", "description" : "Reads and parses a JSON file.", "main" : "index.js", "scripts" : {"test" : "fox"}, "repository" : {"url" : "git@github.com:azer/read-json.git", "type" : "git"}, "author" : {"name" : "Azer Ko\u00e7ulu", "email" : "azer@kodfabrik.com"}, "license" : "BSD", "readme" : "## read-json\n\nReads and parses a JSON file.\n\n## Install\n\n```bash\n$ npm install read-json\n```\n\n## Usage\n\n```js\nreadJSON('./package.json', function(error, manifest){\n\n manifest.name\n // => 'read-json'\n\n})\n```\n\n\n", "readmeFilename" : "README.md", "bugs" : {"url" : "https://github.com/azer/read-json/issues"}, "homepage" : "https://github.com/azer/read-json", "_id" : "read-json@0.0.0", "dist" : {"shasum" : "08a69094a0c8427fcc2b93406db509d473709dc9"}, "_from" : "read-json@0.0.0", "_resolved" : "https://registry.npmjs.org/read-json/-/read-json-0.0.0.tgz"} | 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"]}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "_id": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}}, "required": ["shasum"]}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "readme", "readmeFilename", "bugs", "homepage", "_id", "dist", "_from", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.75, 40.333333333333336], [152.75, 40.416666666666664], [152.875, 40.416666666666664], [152.875, 40.333333333333336], [152.75, 40.333333333333336]]]}, "properties" : {"code" : 605246, "url" : "http://madefor.github.io/0410/api/v1/605246.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/605246.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 85773009, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "2df20f5d9e3cf479514972640f723d15", "wof:id" : 85773009, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [176.21894287100048, -38.13239602614974, 176.24496405671312, -38.11655681661911], "geometry" : {"coordinates" : [[[176.23716632213012, -38.1172508827245], [176.2371826170001, -38.11727159437485], [176.24267578100006, -38.11727159437485], [176.24496405671312, -38.11727159437485], [176.24267578100006, -38.12018024416822], [176.24267578100006, -38.12159327170001], [176.24156413236148, -38.12159327169991], [176.24130249000018, -38.12192584788189], [176.24130249000018, -38.12200828519344], [176.23992919900053, -38.12375397388003], [176.2371826170001, -38.12375397274316], [176.2343714212464, -38.12375396642501], [176.2343712326117, -38.12375382254988], [176.23338921392684, -38.12375382254988], [176.23168945300034, -38.12591456527489], [176.23168945300034, -38.12591462919993], [176.23168945300034, -38.13023566707491], [176.23168945300017, -38.13023573100004], [176.2316894027163, -38.13023573099995], [176.22999009443606, -38.13239602614974], [176.21996813044422, -38.13239602614974], [176.21970407567505, -38.13190201442364], [176.21913501819625, -38.13002608332003], [176.21894287100048, -38.1280751800999], [176.2190592550927, -38.12689351257731], [176.21905442848657, -38.12689747367099], [176.21930172648325, -38.12642593835921], [176.22050859205604, -38.12591456527489], [176.22617464627865, -38.12159320772487], [176.2261962890001, -38.12159320772487], [176.23168945300034, -38.12159320772487], [176.23168945300034, -38.11727165830007], [176.23168945300034, -38.11727159437485], [176.23170574787014, -38.1172508827245], [176.23443603500021, -38.11655681661911], [176.23716632213012, -38.1172508827245]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"DATA_SOURCE_JSON": {"type": "object", "properties": {"NAME": {"type": "string"}}, "required": ["NAME"]}}, "required": ["DATA_SOURCE_JSON"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DATA_SOURCE_JSON" : {"NAME" : "JSON"}} | json_instruct | {"type": "object", "properties": {"DATA_SOURCE_JSON": {"type": "object", "properties": {"NAME": {"type": "string"}}, "required": ["NAME"]}}, "required": ["DATA_SOURCE_JSON"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x8e0af727abdcfab833aab1266a527fa438691627afc053c3eab2fcab6e668958", "parentHash" : "0x8ebbcfc442875ceaea7ff22622424fafeecee0b7c57858362679167012c53ef4", "number" : 76533, "timestamp" : 1439422105, "nonce" : "0x073d87f15a383326", "difficulty" : 2232952610664, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x02dE7d35a60bf6A216411476040ec648668769D7", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"palette": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "mean": {"type": "array", "items": {"type": "number"}}, "dilation": {"type": "integer"}, "zoom": {"type": "integer"}}, "required": ["palette", "mean", "dilation", "zoom"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"palette" : [[128, 0, 0], [128, 128, 0], [128, 128, 128], [64, 0, 128], [192, 128, 128], [128, 64, 128], [64, 64, 0], [64, 64, 128], [192, 192, 128], [0, 0, 192], [0, 128, 192]], "mean" : [110.70313206, 108.77808759, 105.41212523], "dilation" : 8, "zoom" : 8} | json_instruct | {"type": "object", "properties": {"palette": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "mean": {"type": "array", "items": {"type": "number"}}, "dilation": {"type": "integer"}, "zoom": {"type": "integer"}}, "required": ["palette", "mean", "dilation", "zoom"], "$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"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "title", "description", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "list-filtering-backbone-view", "version" : "0.0.1", "title" : "Create a list-filtering Backbone view", "description" : "Write a page with a list of items (books, bands, whatever) and a search input and a Backbone View that filters the list as you type.", "keywords" : ["JavaScript", "Backbone"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "title", "description", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "V": {"type": "string"}, "P": {"type": "string"}, "K": {"type": "string"}, "desc": {"type": "string"}}, "required": ["name", "V", "P", "K", "desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "PAIN", "V" : "Most severe; throbbing, biting, churning, beating, tearing, variable, migratory, colicky, intermittent", "P" : "Medium; burning, steaming", "K" : "Least; heavy, dull, constant", "desc" : "Pain is perhaps the chief characteristic of all disease. As Vata diseases tend to be more severe, they involve more pain. Strong, sharp, shocking and disruptive pain is the chief characteristic in Vata disorders. For Pitta, pain is usually associated with swelling, bleeding or burning sensation; for Kapha with feelings of dullness, heaviness, congestion or stagnation. Pain is most severe when there is a blockage of the channels and wrong movement in the channels."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "V": {"type": "string"}, "P": {"type": "string"}, "K": {"type": "string"}, "desc": {"type": "string"}}, "required": ["name", "V", "P", "K", "desc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"DataProtection": {"type": "object", "properties": {"KeyFileUri": {"type": "string"}, "KeyIdentifier": {"type": "string"}}, "required": ["KeyFileUri", "KeyIdentifier"]}, "BuildAssetRegistry": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}}, "required": ["DataProtection", "BuildAssetRegistry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DataProtection" : {"KeyFileUri" : "[vault(data-protection-key-file-uri)]", "KeyIdentifier" : "data-protection-encryption-key"}, "BuildAssetRegistry" : {"ConnectionString" : "[vault(build-asset-registry-sql-connection-string)]"}} | json_instruct | {"type": "object", "properties": {"DataProtection": {"type": "object", "properties": {"KeyFileUri": {"type": "string"}, "KeyIdentifier": {"type": "string"}}, "required": ["KeyFileUri", "KeyIdentifier"]}, "BuildAssetRegistry": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}}, "required": ["DataProtection", "BuildAssetRegistry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Allen Gregory", "genre" : "Sitcom", "creators" : ["Jonah Hill", "Andrew Mogel", "Jarrad Paul"], "cast" : [], "country_of_origin" : "United States", "seasons" : 1, "episodes" : 7, "start_date" : "Sun Dec 18 00:00:00 EST 2011", "end_date" : ""} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"requestBody": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"accountCode": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "accountHolderCode": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["accountCode", "accountHolderCode"]}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["properties", "required", "type"]}}, "required": ["requestBody"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "object", "properties" : {"requestBody" : {"properties" : {"accountCode" : {"description" : "The code of the account from which to perform the refund(s).", "type" : "string"}, "accountHolderCode" : {"description" : "The code of the Account Holder which owns the account from which to perform the refund(s).", "type" : "string"}}, "required" : ["accountHolderCode", "accountCode"], "type" : "object"}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"requestBody": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"accountCode": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "accountHolderCode": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["accountCode", "accountHolderCode"]}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["properties", "required", "type"]}}, "required": ["requestBody"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"topez:visitNode:andDo:": {"type": "string"}}, "required": ["topez:visitNode:andDo:"]}, "instance": {"type": "object", "properties": {"acceptFileSystemLeafNode:": {"type": "string"}, "acceptLeafNode:": {"type": "string"}, "acceptObjectNode:": {"type": "string"}, "acceptSessionTempNode:": {"type": "string"}, "acceptStringLeafNode:": {"type": "string"}, "acceptTopezLeafNode:": {"type": "string"}, "acceptTxtLeafNode:": {"type": "string"}, "executableStLeafNodeBlock": {"type": "string"}, "executableStLeafNodeBlock:": {"type": "string"}}, "required": ["acceptFileSystemLeafNode:", "acceptLeafNode:", "acceptObjectNode:", "acceptSessionTempNode:", "acceptStringLeafNode:", "acceptTopezLeafNode:", "acceptTxtLeafNode:", "executableStLeafNodeBlock", "executableStLeafNodeBlock:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {"topez:visitNode:andDo:" : "dkh 01/31/2014 06:52"}, "instance" : {"acceptFileSystemLeafNode:" : "dkh 01/31/2014 10:56", "acceptLeafNode:" : "dkh 01/30/2014 17:35", "acceptObjectNode:" : "dkh 01/30/2014 17:48", "acceptSessionTempNode:" : "dkh 01/30/2014 17:48", "acceptStringLeafNode:" : "dkh 01/30/2014 17:48", "acceptTopezLeafNode:" : "dkh 01/30/2014 17:49", "acceptTxtLeafNode:" : "dkh 01/30/2014 17:48", "executableStLeafNodeBlock" : "dkh 01/30/2014 17:34", "executableStLeafNodeBlock:" : "dkh 01/30/2014 17:34"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"topez:visitNode:andDo:": {"type": "string"}}, "required": ["topez:visitNode:andDo:"]}, "instance": {"type": "object", "properties": {"acceptFileSystemLeafNode:": {"type": "string"}, "acceptLeafNode:": {"type": "string"}, "acceptObjectNode:": {"type": "string"}, "acceptSessionTempNode:": {"type": "string"}, "acceptStringLeafNode:": {"type": "string"}, "acceptTopezLeafNode:": {"type": "string"}, "acceptTxtLeafNode:": {"type": "string"}, "executableStLeafNodeBlock": {"type": "string"}, "executableStLeafNodeBlock:": {"type": "string"}}, "required": ["acceptFileSystemLeafNode:", "acceptLeafNode:", "acceptObjectNode:", "acceptSessionTempNode:", "acceptStringLeafNode:", "acceptTopezLeafNode:", "acceptTxtLeafNode:", "executableStLeafNodeBlock", "executableStLeafNodeBlock:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 28390, "cartId" : "a43a7576-7464-4ece-b598-d6f576dc3f1d", "preferredProducts" : [3647, 455, 3097, 2678, 3556, 3118], "productReviews" : [{"productId" : 4505, "reviewText" : "I tried to slay it but got truffle all over it.", "reviewDate" : "2019-06-11T08:32:03.9013472+03:00"}, {"productId" : 2866, "reviewText" : "This mint green works really well. It wildly improves my baseball by a lot.", "reviewDate" : "2019-07-30T18:48:06.2680185+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["axis3d", "is-key", "mithril-query", "yields-k", "yields-k-sequence"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build:common": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build:common", "build"]}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}}, "required": ["import", "require"]}}, "required": ["."]}, "dependencies": {"type": "object", "properties": {"@yhbagua/astro": {"type": "string"}}, "required": ["@yhbagua/astro"]}}, "required": ["name", "version", "description", "author", "license", "publishConfig", "scripts", "main", "module", "types", "files", "exports", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@yhbagua/calendar", "version" : "0.0.0", "description" : "Chinese lunar calendar.", "author" : "Guo Kainan", "license" : "MIT", "publishConfig" : {"access" : "public"}, "scripts" : {"test" : "jest --coverage", "build:common" : "vite build", "build" : "yarn build:common"}, "main" : "./dist/yhbagua-calendar.umd.js", "module" : "./dist/yhbagua-calendar.es.js", "types" : "./dist/src/index.d.ts", "files" : ["dist"], "exports" : {"." : {"import" : "./dist/yhbagua-calendar.es.js", "require" : "./dist/yhbagua-calendar.umd.js"}}, "dependencies" : {"@yhbagua/astro" : "^0.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build:common": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build:common", "build"]}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}}, "required": ["import", "require"]}}, "required": ["."]}, "dependencies": {"type": "object", "properties": {"@yhbagua/astro": {"type": "string"}}, "required": ["@yhbagua/astro"]}}, "required": ["name", "version", "description", "author", "license", "publishConfig", "scripts", "main", "module", "types", "files", "exports", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "coverage"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["coveralls", "mocha", "nyc"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "aang", "version" : "1.1.0", "description" : "A powerful functional programming library.", "main" : "aang.js", "scripts" : {"test" : "nyc --reporter=html --reporter=text mocha --recursive", "coverage" : "nyc report --reporter=text-lcov | coveralls"}, "repository" : "github:aaditmshah/aang", "keywords" : ["aang", "functional", "arrow", "curry"], "author" : "Aadit M Shah <aaditmshah@fastmail.fm> (https://aaditmshah.github.io/)", "license" : "MIT", "bugs" : "https://github.com/aaditmshah/aang/issues", "homepage" : "https://github.com/aaditmshah/aang#readme", "devDependencies" : {"coveralls" : "^3.0.4", "mocha" : "^6.1.4", "nyc" : "^14.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "coverage"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["coveralls", "mocha", "nyc"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"accelerometer": {"type": "string"}, "broadband": {"type": "string"}, "datalogger": {"type": "string"}, "host": {"type": "null"}, "name": {"type": "string"}, "network_code": {"type": "string"}, "start_date": {"type": "null"}, "station_code": {"type": "string"}, "virtual_networks": {"type": "array", "items": {"type": "string"}}}, "required": ["accelerometer", "broadband", "datalogger", "host", "name", "network_code", "start_date", "station_code", "virtual_networks"]}}, "required": ["type", "id", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "IM_NV31", "geometry" : {"type" : "Point", "coordinates" : [-118.155, 38.432, 1509]}, "properties" : {"accelerometer" : "n/a", "broadband" : "CMG-3T", "datalogger" : "n/a", "host" : null, "name" : "Mina Array Site 31, Nevada, USA", "network_code" : "IM", "start_date" : null, "station_code" : "NV31", "virtual_networks" : ["ANSS"]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"accelerometer": {"type": "string"}, "broadband": {"type": "string"}, "datalogger": {"type": "string"}, "host": {"type": "null"}, "name": {"type": "string"}, "network_code": {"type": "string"}, "start_date": {"type": "null"}, "station_code": {"type": "string"}, "virtual_networks": {"type": "array", "items": {"type": "string"}}}, "required": ["accelerometer", "broadband", "datalogger", "host", "name", "network_code", "start_date", "station_code", "virtual_networks"]}}, "required": ["type", "id", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"DaytimeService.NET.TestClient": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["DaytimeService.NET.TestClient"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"DaytimeService.NET.TestClient" : {"commandName" : "Project", "commandLineArgs" : "-d 5874 -c TCP"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"DaytimeService.NET.TestClient": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["DaytimeService.NET.TestClient"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"scores": {"type": "object", "properties": {"grantedPoints": {"type": "integer"}}, "required": ["grantedPoints"]}}, "required": ["scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scores" : {"grantedPoints" : 70}} | json_instruct | {"type": "object", "properties": {"scores": {"type": "object", "properties": {"grantedPoints": {"type": "integer"}}, "required": ["grantedPoints"]}}, "required": ["scores"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"register": {"type": "string"}, "cancel_registration": {"type": "string"}, "help.email": {"type": "string"}, "help.username_restrictions": {"type": "string"}, "help.minimum_password_length": {"type": "string"}, "email_address": {"type": "string"}, "email_address_placeholder": {"type": "string"}, "username": {"type": "string"}, "username_placeholder": {"type": "string"}, "password": {"type": "string"}, "password_placeholder": {"type": "string"}, "confirm_password": {"type": "string"}, "confirm_password_placeholder": {"type": "string"}, "register_now_button": {"type": "string"}, "alternative_registration": {"type": "string"}, "terms_of_use": {"type": "string"}, "agree_to_terms_of_use": {"type": "string"}, "terms_of_use_error": {"type": "string"}, "registration-added-to-queue": {"type": "string"}, "interstitial.intro": {"type": "string"}, "interstitial.errors-found": {"type": "string"}}, "required": ["register", "cancel_registration", "help.email", "help.username_restrictions", "help.minimum_password_length", "email_address", "email_address_placeholder", "username", "username_placeholder", "password", "password_placeholder", "confirm_password", "confirm_password_placeholder", "register_now_button", "alternative_registration", "terms_of_use", "agree_to_terms_of_use", "terms_of_use_error", "registration-added-to-queue", "interstitial.intro", "interstitial.errors-found"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"register" : "Registr\u00e1cia", "cancel_registration" : "Zru\u0161i\u0165 registr\u00e1ciu", "help.email" : "V\u00e1\u0161 e-mail nebude bez V\u00e1\u0161ho povolenia zverejnen\u00fd.", "help.username_restrictions" : "Jedine\u010dn\u00e9 u\u017e\u00edvate\u013esk\u00e9 meno dlh\u00e9 %1 a\u017e %2 znakov. Ostatn\u00ed u\u017e\u00edvatelia V\u00e1s m\u00f4\u017eu spomen\u00fa\u0165 ako @<span id='yourUsername'>u\u017e\u00edvate\u013esk\u00e9 meno</span>.", "help.minimum_password_length" : "D\u013a\u017eka V\u00e1\u0161ho hesla mus\u00ed by\u0165 aspo\u0148 %1 znakov.", "email_address" : "E-mail", "email_address_placeholder" : "Zadajte e-mail", "username" : "U\u017e\u00edvate\u013esk\u00e9 meno", "username_placeholder" : "Zadajte u\u017e\u00edvate\u013esk\u00e9 meno", "password" : "Heslo", "password_placeholder" : "Zadajte heslo", "confirm_password" : "Potvrdenie hesla", "confirm_password_placeholder" : "Potvrd\u0165e heslo", "register_now_button" : "Zaregistrova\u0165 sa", "alternative_registration" : "In\u00fd sp\u00f4sob registr\u00e1cie", "terms_of_use" : "Podmienky pou\u017e\u00edvania", "agree_to_terms_of_use" : "S\u00fahlas\u00edm s podmienkami pou\u017e\u00edvania", "terms_of_use_error" : "Mus\u00edte s\u00fahlasi\u0165 s podmienkami pou\u017eitia", "registration-added-to-queue" : "Va\u0161a registr\u00e1cia bola pridan\u00e1 do fronty na schv\u00e1lenie. Obdr\u017e\u00edte e-mail, ke\u010f Va\u0161a registr\u00e1cia bude prijat\u00e1 spr\u00e1vcom.", "interstitial.intro" : "Po\u017eadujeme nejak\u00e9 dodato\u010dn\u00e9 inform\u00e1cie, predt\u00fdm ako vytvor\u00edme V\u00e1\u0161 \u00fa\u010det.", "interstitial.errors-found" : "Nepodarilo sa n\u00e1m dokon\u010di\u0165 Va\u0161u registr\u00e1ciu:"} | json_instruct | {"type": "object", "properties": {"register": {"type": "string"}, "cancel_registration": {"type": "string"}, "help.email": {"type": "string"}, "help.username_restrictions": {"type": "string"}, "help.minimum_password_length": {"type": "string"}, "email_address": {"type": "string"}, "email_address_placeholder": {"type": "string"}, "username": {"type": "string"}, "username_placeholder": {"type": "string"}, "password": {"type": "string"}, "password_placeholder": {"type": "string"}, "confirm_password": {"type": "string"}, "confirm_password_placeholder": {"type": "string"}, "register_now_button": {"type": "string"}, "alternative_registration": {"type": "string"}, "terms_of_use": {"type": "string"}, "agree_to_terms_of_use": {"type": "string"}, "terms_of_use_error": {"type": "string"}, "registration-added-to-queue": {"type": "string"}, "interstitial.intro": {"type": "string"}, "interstitial.errors-found": {"type": "string"}}, "required": ["register", "cancel_registration", "help.email", "help.username_restrictions", "help.minimum_password_length", "email_address", "email_address_placeholder", "username", "username_placeholder", "password", "password_placeholder", "confirm_password", "confirm_password_placeholder", "register_now_button", "alternative_registration", "terms_of_use", "agree_to_terms_of_use", "terms_of_use_error", "registration-added-to-queue", "interstitial.intro", "interstitial.errors-found"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"count": {"type": "integer"}, "411012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "411012", "119051", "37201X", "119021", "N.A.//", "352010", "373010"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"count" : 19, "411012" : {"count" : 1}, "119051" : {"count" : 1}, "37201X" : {"count" : 1}, "119021" : {"count" : 1}, "N.A.//" : {"count" : 12}, "352010" : {"count" : 2}, "373010" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "411012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "411012", "119051", "37201X", "119021", "N.A.//", "352010", "373010"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "czechia", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[14.381103515624998, 51.069016659603896], [11.920166015625, 50.359480346298696], [12.008056640625, 50.05008477838256], [13.853759765625, 48.58205840283824], [14.677734375000002, 48.55297816440071], [15.139160156249998, 48.857487002645485], [17.0068359375, 48.61838518688487], [18.160400390625, 48.980216985374994], [18.929443359375, 49.51807644873301], [18.5888671875, 49.96535590991311], [17.75390625, 50.352470894936836], [16.787109375, 50.49246334187725], [16.688232421875, 50.324422739309384], [16.424560546875, 50.708634400828224], [15.139160156249998, 51.08282186160978], [14.381103515624998, 51.069016659603896]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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/6cfc19a9-6cd3-33e4-8be1-cd0dd61e5d59", "expression" : [{"id" : "http://data.doremus.org/expression/f60d2c0e-4b36-3d26-bee4-7138d7c4752b"}, {"id" : "http://data.doremus.org/expression/7a59deee-8061-378d-b699-d705e9d43f6c"}, {"id" : "http://data.doremus.org/expression/700646b4-4eca-36ca-95b1-b0327b1368d1"}, {"id" : "http://data.doremus.org/expression/65fbd972-6a22-38a9-bd4a-1ba46bd9b48c"}, {"id" : "http://data.doremus.org/expression/6876ba43-c194-3bcf-85a5-6c5e6a0c902d"}, {"id" : "http://data.doremus.org/expression/ffdad068-4de3-3f29-8a6a-68c35941c504"}, {"id" : "http://data.doremus.org/expression/c79a771a-c179-362b-94a5-4face2f81633"}, {"id" : "http://data.doremus.org/expression/e5c111de-c01c-3d38-8bcf-4b1eb8620036"}, {"id" : "http://data.doremus.org/expression/c444f4b5-48c0-367f-9f90-cead4ca9a83a"}, {"id" : "http://data.doremus.org/expression/0b6d2ba8-8341-3fbe-aa39-c0027d1bcbbc"}]} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:place": {"type": "string"}, "addr:postcode": {"type": "string"}, "building": {"type": "string"}, "ele": {"type": "string"}, "name": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:place", "addr:postcode", "building", "ele", "name", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "way/234065328", "properties" : {"addr:city" : "Gadmen", "addr:country" : "CH", "addr:housenumber" : "365f", "addr:place" : "Steingletscher", "addr:postcode" : "3863", "building" : "yes", "ele" : "1868", "name" : "Alpk\u00e4serei Steingletscher", "phone" : "+41 33 975 12 69", "shop" : "farm", "website" : "http://www.alpsteingletscher.ch/", "id" : "way/234065328"}, "geometry" : {"type" : "Point", "coordinates" : [8.4272967, 46.7300637]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:place": {"type": "string"}, "addr:postcode": {"type": "string"}, "building": {"type": "string"}, "ele": {"type": "string"}, "name": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:place", "addr:postcode", "building", "ele", "name", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Project", "symbol" : "PJCT", "logoURI" : "https://raw.githubusercontent.com/projectjewels/projectcrypto/main/Unknown.png", "decimals" : 0, "address" : "HmLbfdwGdbdtKaVC43G8oYJM8c5VLm7KwRZUKxFLx5v", "chainId" : 101, "tags" : ["social-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "mihatefoan", "h" : [{"d" : [{"f" : "\u628a\u2026\u8df3\u4e0b\u53bb\u4e86\u3001\u8df3\u843d\u4e86\u3002", "e" : ["\ufff9`Mihatefo~`a~`n~ `naira~ `kora~ `fanaw~.\ufffa\ufffb\u90a3\u500b\u6c60\u5858\u4ed6\u5011\u8df3\u904e\u3002"]}, {"f" : "\u6307\u6240\u8df3\u843d\u7684\uff08\u5c0d\u8c61\u3001\u5730\u65b9\uff09\u3002", "e" : ["\ufff9`Mihatefo~`a~`n~ `a~ `fanaw~.\ufffa\ufffb\uff08\u4eba\u5011\uff09\u8df3\u4e0b\u53bb\u7684\u6c60\u5858\u3002"]}]}], "stem" : "tefo"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-81.002433, 41.119108], [-81.00229, 41.134189], [-80.905972, 41.134388], [-80.905889, 41.062251], [-81.00236, 41.062093], [-81.002433, 41.119108]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 51490}}]} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3201250", "regency_id" : "3201", "name" : "GUNUNG SINDUR"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"editor.fontSize": {"type": "integer"}, "workbench.colorTheme": {"type": "string"}, "terminal.integrated.fontSize": {"type": "integer"}}, "required": ["editor.fontSize", "workbench.colorTheme", "terminal.integrated.fontSize"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"editor.fontSize" : 22, "workbench.colorTheme" : "Default Light+", "terminal.integrated.fontSize" : 18} | json_instruct | {"type": "object", "properties": {"editor.fontSize": {"type": "integer"}, "workbench.colorTheme": {"type": "string"}, "terminal.integrated.fontSize": {"type": "integer"}}, "required": ["editor.fontSize", "workbench.colorTheme", "terminal.integrated.fontSize"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"postal_code" : "63089", "place_name" : "Santa Cecilia", "place_type" : "Colonia", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "pubdate": {"type": "string"}, "link": {"type": "string"}, "guid": {"type": "string"}, "image": {"type": "string"}, "podcast": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "description", "image"]}}, "required": ["title", "description", "pubdate", "link", "guid", "image", "podcast"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Back to the Code Face", "description" : "<p>Episode #012 goes back to the code face with a good chat about some new online services, the hard topic of what to call yourself and an in-depth discussion about the often contentious idea of charging for software and online services.</p>\n\n<ul>\n <li><a href=\"http://onelastscare.com/\">One Last Scare</a></li>\n <li><a href=\"http://readdigest.com/\">Digest</a></li>\n <li><a href=\"http://webbypodcasts.co.uk/\">Webby Podcasts</a></li>\n <li><a href=\"http://www.coffitivity.com/\">Coffitivity</a></li>\n <li><a href=\"http://clippingmagic.com/\">Clipping Magic</a></li>\n <li><a href=\"https://kraken.io/\">Kraken</a></li>\n <li><a href=\"http://wearemakers.org/\">We are Makers</a></li>\n <li><a href=\"http://css-tricks.com/job-titles-in-the-web-industry/\">Web industry job titles</a></li>\n <li><a href=\"https://blog.twitter.com/2013/twitter-university-building-a-world-class-engineering-organization\">Twitter Uni</a></li>\n <li><a href=\"http://www.indiegogo.com/projects/petzila-connect-interact-and-reward-your-dog-from-anywhere-at-anytime\">Petzila</a></li>\n</ul>", "pubdate" : "2013-08-22T05:00:00.000Z", "link" : "https://backtofrontshow.com/episode-12/", "guid" : "https://backtofrontshow.com/episode-12/", "image" : "https://backtofrontshow.com/img/itunes-3000x3000.png", "podcast" : {"title" : "The Back to Front Show", "description" : "The Back to Front show was started in 2013 by web industry veterans Keir Whitaker and Kieran Masterton. Over the first 40 episodes they have discussed everything from web design and development to startups and dog related tech. Today the focus has shifted and includes topics including remote working, working in the web industry, productivity, hipster beards and much more. Released irregularly but always produced with passion The Back to Front Show runs for around 40 minutes per episode and comes to you from the beautiful West Country in the UK. Thanks for listening.", "image" : "https://backtofrontshow.com/img/itunes-3000x3000.png"}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "pubdate": {"type": "string"}, "link": {"type": "string"}, "guid": {"type": "string"}, "image": {"type": "string"}, "podcast": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "description", "image"]}}, "required": ["title", "description", "pubdate", "link", "guid", "image", "podcast"], "$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#"}
| ["async-control"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "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"}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@crcr/utils", "version" : "1.0.1", "description" : "usefull js utils", "scripts" : {"build" : "tsc"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dvs-crcr/ts-utils.git"}, "keywords" : ["javascipt", "typescript", "utils"], "author" : "dvs <dvs@crcr.ru>", "license" : "MIT", "bugs" : {"url" : "https://github.com/dvs-crcr/ts-utils/issues"}, "homepage" : "https://github.com/dvs-crcr/ts-utils#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "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"}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"QuantityType": {"type": "object", "properties": {"$id": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"amount": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "format", "description"]}, "units": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["amount", "units"]}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["$id", "description", "properties", "required", "type"]}}, "required": ["QuantityType"]}}, "required": ["$schema", "$id", "title", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "QuantityType.schema.json", "title" : "QuantityType", "definitions" : {"QuantityType" : {"$id" : "#QuantityType", "description" : "Representation of a quantity of something. I can also be used to represent a quantity range", "properties" : {"amount" : {"type" : "number", "format" : "decimal", "description" : "Measured amount"}, "units" : {"type" : "string", "description" : "Units the quantity is measured in"}}, "required" : ["units", "amount"], "type" : "object"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"QuantityType": {"type": "object", "properties": {"$id": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"amount": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "format", "description"]}, "units": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["amount", "units"]}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["$id", "description", "properties", "required", "type"]}}, "required": ["QuantityType"]}}, "required": ["$schema", "$id", "title", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc774\ub984" : "\uae38\uc815\uc6b0", "\ud55c\ubb38\uba85" : "\u5409\u70a1\u5b87", "\uc0dd\ub144\uc6d4\uc77c" : "1955-02-04", "\uc815\ub2f9" : "\uc0c8\ub204\ub9ac\ub2f9", "\uc120\uac70\uad6c" : "\uc11c\uc6b8 \uc591\ucc9c\uad6c\uac11", "\ub2f9\uc120\ud69f\uc218" : "\ucd08\uc120", "\ub2f9\uc120\ub300\uc218" : "19"} | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"725633f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["725633f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"725633f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/725633f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/725633f-a.jpg", "title" : "", "date" : "1936", "text" : "73rd Street, at the S.E. corner of 34th Avenue, showing the Physicians Hospital. October 21, 1936. P. L. Sperr.", "folder" : "73rd Street & 34th Avenue, Queens, NY", "height" : 401, "original_title" : "Queens: 73rd Street - 34th Avenue", "years" : ["1936"]}} | json_instruct | {"type": "object", "properties": {"725633f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["725633f-a"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Searching": {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "genre": {"type": "string"}, "title": {"type": "string"}, "username": {"type": "string"}, "artist": {"type": "string"}, "remixArtist": {"type": "null"}, "labelname": {"type": "string"}, "id": {"type": "integer"}, "isRemix": {"type": "boolean"}, "search_stage": {"type": "integer"}, "url": {"type": "string"}}, "required": ["description", "duration", "genre", "title", "username", "artist", "remixArtist", "labelname", "id", "isRemix", "search_stage", "url"]}, "Results": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "genre": {"type": "string"}, "title": {"type": "string"}, "username": {"type": "string"}, "artist": {"type": "string"}, "remixArtist": {"type": "null"}, "labelname": {"type": "string"}, "id": {"type": "integer"}, "isRemix": {"type": "boolean"}, "search_stage": {"type": "integer"}, "url": {"type": "string"}}, "required": ["description", "duration", "genre", "title", "username", "artist", "remixArtist", "labelname", "id", "isRemix", "search_stage", "url"]}}}, "required": ["Searching", "Results"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Searching" : {"description" : "STREAM / DOWNLOAD: https://SoundplateRecords.lnk.to/qNpDaSC\n\nSoundplate Records\n\n\"The music industry is fucked up. Everything is disposable. We want to bring back the wonder and mystery to music...\" - 19Hundred\n\nhttps://soundcloud.com/thisis1900", "duration" : 245, "genre" : "House", "title" : "'Oh Boy'", "username" : "Soundplate Records", "artist" : "19Hundred", "remixArtist" : null, "labelname" : "", "id" : 74340418, "isRemix" : false, "search_stage" : 3, "url" : "https://soundcloud.com/soundplate/19-hundred-oh-boy"}, "Results" : [{"description" : "", "duration" : 245, "genre" : "", "title" : "Oh Boy", "username" : "19Hundred", "artist" : "19Hundred", "remixArtist" : null, "labelname" : "", "id" : 137026392, "isRemix" : false, "search_stage" : 0, "url" : "https://www.deezer.com/track/137026392"}, {"description" : "", "duration" : 245, "genre" : "", "title" : "Oh Boy", "username" : "19Hundred", "artist" : "19Hundred", "remixArtist" : null, "labelname" : "", "id" : 114940686, "isRemix" : false, "search_stage" : 0, "url" : "https://www.deezer.com/track/114940686"}]} | json_instruct | {"type": "object", "properties": {"Searching": {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "genre": {"type": "string"}, "title": {"type": "string"}, "username": {"type": "string"}, "artist": {"type": "string"}, "remixArtist": {"type": "null"}, "labelname": {"type": "string"}, "id": {"type": "integer"}, "isRemix": {"type": "boolean"}, "search_stage": {"type": "integer"}, "url": {"type": "string"}}, "required": ["description", "duration", "genre", "title", "username", "artist", "remixArtist", "labelname", "id", "isRemix", "search_stage", "url"]}, "Results": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "genre": {"type": "string"}, "title": {"type": "string"}, "username": {"type": "string"}, "artist": {"type": "string"}, "remixArtist": {"type": "null"}, "labelname": {"type": "string"}, "id": {"type": "integer"}, "isRemix": {"type": "boolean"}, "search_stage": {"type": "integer"}, "url": {"type": "string"}}, "required": ["description", "duration", "genre", "title", "username", "artist", "remixArtist", "labelname", "id", "isRemix", "search_stage", "url"]}}}, "required": ["Searching", "Results"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"location": {"type": "string"}, "api-version": {"type": "string"}, "subscriptionId": {"type": "string"}}, "required": ["location", "api-version", "subscriptionId"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "currentValue": {"type": "integer"}, "limit": {"type": "integer"}, "name": {"type": "object", "properties": {"value": {"type": "string"}, "localizedValue": {"type": "string"}}, "required": ["value", "localizedValue"]}, "unit": {"type": "string"}}, "required": ["id", "currentValue", "limit", "name", "unit"]}}, "nextLink": {"type": "string"}}, "required": ["value", "nextLink"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parameters" : {"location" : "eastus", "api-version" : "2018-10-01", "subscriptionId" : "00000000-0000-0000-0000-000000000000"}, "responses" : {"200" : {"body" : {"value" : [{"id" : "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SignalRService/locations/eastus/usages/Usage1", "currentValue" : 0, "limit" : 100, "name" : {"value" : "Usage1", "localizedValue" : "Usage1"}, "unit" : "Count"}, {"id" : "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SignalRService/locations/eastus/usages/Usage2", "currentValue" : 0, "limit" : 100, "name" : {"value" : "Usage2", "localizedValue" : "Usage2"}, "unit" : "Count"}], "nextLink" : "https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToMoreResults..."}}}} | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"location": {"type": "string"}, "api-version": {"type": "string"}, "subscriptionId": {"type": "string"}}, "required": ["location", "api-version", "subscriptionId"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "currentValue": {"type": "integer"}, "limit": {"type": "integer"}, "name": {"type": "object", "properties": {"value": {"type": "string"}, "localizedValue": {"type": "string"}}, "required": ["value", "localizedValue"]}, "unit": {"type": "string"}}, "required": ["id", "currentValue", "limit", "name", "unit"]}}, "nextLink": {"type": "string"}}, "required": ["value", "nextLink"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$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" : "QmQE6U8NADGoCnSnWBhPnbuMsjuG3YAUPoXUbU5DEEh4xx", "title" : "New test", "body" : "New Test", "choices" : ["one", "two", "0"], "start" : 1609322400, "end" : 1609927200, "snapshot" : "11554787", "state" : "closed", "author" : "0x9aa43C4c1978e4F5dB3E905Ca2d366455172FeBC", "space" : {"id" : "latif.eth", "name" : "VegBurger "}, "votes" : 1, "votes_data" : [{"id" : "QmdcNKuBU2iSPtUT5nuxDMNpUtaGWsKfxV9fFPZga2wn4L", "voter" : "0x9aa43C4c1978e4F5dB3E905Ca2d366455172FeBC", "created" : 1609323884, "choice" : 2, "space" : {"id" : "latif.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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housename": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "addr:suburb": {"type": "string"}, "alt_name": {"type": "string"}, "amenity": {"type": "string"}, "building": {"type": "string"}, "building:material": {"type": "string"}, "diet:vegan": {"type": "string"}, "internet_access": {"type": "string"}, "internet_access:fee": {"type": "string"}, "name": {"type": "string"}, "old_name": {"type": "string"}, "opening_hours": {"type": "string"}, "opening_hours:covid19": {"type": "string"}, "organic": {"type": "string"}, "outdoor_seating": {"type": "string"}, "roof:material": {"type": "string"}, "roof:shape": {"type": "string"}, "shop": {"type": "string"}, "smoking": {"type": "string"}, "website": {"type": "string"}, "wheelchair": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housename", "addr:housenumber", "addr:postcode", "addr:street", "addr:suburb", "alt_name", "amenity", "building", "building:material", "diet:vegan", "internet_access", "internet_access:fee", "name", "old_name", "opening_hours", "opening_hours:covid19", "organic", "outdoor_seating", "roof:material", "roof:shape", "shop", "smoking", "website", "wheelchair", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "way/108264130", "properties" : {"addr:city" : "Lalendorf", "addr:housename" : "Ausspanne", "addr:housenumber" : "21", "addr:postcode" : "18279", "addr:street" : "Kirchstra\u00dfe", "addr:suburb" : "Reinshagen", "alt_name" : "Schillerhaus", "amenity" : "cafe", "building" : "yes", "building:material" : "brick", "diet:vegan" : "yes", "internet_access" : "yes", "internet_access:fee" : "no", "name" : "Ausspanne", "old_name" : "Ausspanne", "opening_hours" : "Sa,Su 12:30-18:30", "opening_hours:covid19" : "closed", "organic" : "yes", "outdoor_seating" : "yes", "roof:material" : "reed", "roof:shape" : "hipped", "shop" : "farm", "smoking" : "outside", "website" : "https://www.ausspanne-ev.de/", "wheelchair" : "no", "id" : "way/108264130"}, "geometry" : {"type" : "Point", "coordinates" : [12.32538, 53.7819979]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housename": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "addr:suburb": {"type": "string"}, "alt_name": {"type": "string"}, "amenity": {"type": "string"}, "building": {"type": "string"}, "building:material": {"type": "string"}, "diet:vegan": {"type": "string"}, "internet_access": {"type": "string"}, "internet_access:fee": {"type": "string"}, "name": {"type": "string"}, "old_name": {"type": "string"}, "opening_hours": {"type": "string"}, "opening_hours:covid19": {"type": "string"}, "organic": {"type": "string"}, "outdoor_seating": {"type": "string"}, "roof:material": {"type": "string"}, "roof:shape": {"type": "string"}, "shop": {"type": "string"}, "smoking": {"type": "string"}, "website": {"type": "string"}, "wheelchair": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housename", "addr:housenumber", "addr:postcode", "addr:street", "addr:suburb", "alt_name", "amenity", "building", "building:material", "diet:vegan", "internet_access", "internet_access:fee", "name", "old_name", "opening_hours", "opening_hours:covid19", "organic", "outdoor_seating", "roof:material", "roof:shape", "shop", "smoking", "website", "wheelchair", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$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"}, "dependencies": {"type": "object", "properties": {"device": {"type": "string"}}, "required": ["device"]}, "files": {"type": "array", "items": {"type": "string"}}, "testFiles": {"type": "array", "items": {"type": "string"}}, "targetVersions": {"type": "object", "properties": {"target": {"type": "string"}, "targetId": {"type": "string"}}, "required": ["target", "targetId"]}, "supportedTargets": {"type": "array", "items": {"type": "string"}}, "preferredEditor": {"type": "string"}}, "required": ["name", "version", "description", "dependencies", "files", "testFiles", "targetVersions", "supportedTargets", "preferredEditor"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "arcade-tile-util", "version" : "0.0.6", "description" : "", "dependencies" : {"device" : "*"}, "files" : ["main.ts", "README.md", "assets.json", "state.ts", "api.ts"], "testFiles" : ["test.ts"], "targetVersions" : {"target" : "1.8.17", "targetId" : "arcade"}, "supportedTargets" : ["arcade"], "preferredEditor" : "tsprj"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"device": {"type": "string"}}, "required": ["device"]}, "files": {"type": "array", "items": {"type": "string"}}, "testFiles": {"type": "array", "items": {"type": "string"}}, "targetVersions": {"type": "object", "properties": {"target": {"type": "string"}, "targetId": {"type": "string"}}, "required": ["target", "targetId"]}, "supportedTargets": {"type": "array", "items": {"type": "string"}}, "preferredEditor": {"type": "string"}}, "required": ["name", "version", "description", "dependencies", "files", "testFiles", "targetVersions", "supportedTargets", "preferredEditor"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7502070", "regency_id" : "7502", "name" : "LIMBOTO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u5ee2\u6b62\u8a3b\u8a18": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u5ee2\u6b62\u8a3b\u8a18", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u4e5d\u5341\u5e74\u570b\u6c11\u4f4f\u5b85\u51fa\u552e\u51fa\u79df\u53ca\u8cb8\u6b3e\u81ea\u5efa\u5c0d\u8c61\u5bb6\u5ead\u6536\u5165\u6a19\u6e96", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=D0070099", "\u6cd5\u898f\u985e\u5225" : "\u5ee2\u6b62\u6cd5\u898f\uff1e\u5167\u653f\u90e8", "\u6700\u65b0\u7570\u52d5\u65e5\u671f" : "20011231", "\u5ee2\u6b62\u8a3b\u8a18" : "\u5ee2", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18" : "N", "\u6cbf\u9769\u5167\u5bb9" : "1.\u4e2d\u83ef\u6c11\u570b\u4e5d\u5341\u5e74\u4e00\u6708\u5341\u4e03\u65e5\u884c\u653f\u9662\uff0889\uff09\u53f0\u5167\u5b57\u7b2c 36962 \u865f\u4ee4\u8a02\u5b9a\u767c\r\n \u5e03\r\n2.\u4e2d\u83ef\u6c11\u570b\u4e5d\u5341\u5e74\u5341\u4e8c\u6708\u4e09\u5341\u4e00\u65e5\u5ee2\u6b62\r\n \u4e2d\u83ef\u6c11\u570b\u4e5d\u5341\u4e5d\u5e74\u516d\u6708\u5341\u4e03\u65e5\u884c\u653f\u9662\u9662\u81fa\u5efa\u5b57\u7b2c 0990026112 \u865f\u516c\u544a\u65bd\r\n \u884c\u671f\u9593\u5df2\u65bc\u7576\u5e74 12 \u6708 31 \u65e5\u5c46\u6eff\uff0c\u7576\u7136\u5ee2\u6b62", "\u6cd5\u898f\u5167\u5bb9" : [{"\u689d\u865f" : "1", "\u689d\u6587\u5167\u5bb9" : "\u8332\u4f9d\u64da\u570b\u6c11\u4f4f\u5b85\u689d\u4f8b\u7b2c\u4e8c\u689d\u8a02\u5b9a\u4e5d\u5341\u5e74\u570b\u6c11\u4f4f\u5b85\u51fa\u552e\u51fa\u79df\u53ca\u8cb8\u6b3e\u81ea\u5efa\u5c0d\u8c61\r\n\u5bb6\u5ead\u6536\u5165\u6a19\u6e96\u5982\u5de6\uff1a\r\n\u250c\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510\r\n\u2502\u570b\u6c11\u4f4f\u5b85\u985e\u2502\u51fa\u552e\u53ca\u8cb8\u6b3e\u81ea\u5efa\u2502\u51fa\u79df\u90e8\u5206\u2502\u5099 \u8a3b\u2502\r\n\u2502\u5225\u5bb6\u5ead\u5e73\u5747\u2502\u90e8\u5206 \u2502 \u2502 \u2502\r\n\u2502\u5e74\u6240\u5f97\u5730\u5340\u2502 \u2502 \u2502 \u2502\r\n\u251c\u2500\u2500\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2524\r\n\u2502\u81fa\u7063\u7701 \u2502\u4e5d\u5341\u4e03\u842c\u5143\u4ee5\u4e0b\u2502\u4e94\u5341\u516d\u842c\u2502\u4e00 \u81fa\u7063\u7701\u4e4b\u5e02\u53ca\u9ad8\u96c4\u7e23\u2502\r\n\u2502 \u2502 \u2502\u5143\u4ee5\u4e0b \u2502 \u7e23\u8f44\u5e02\u5f97\u6bd4\u7167\u9ad8\u96c4\u5e02\u2502\r\n\u251c\u2500\u2500\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2500\u2524 \u6a19\u6e96\uff0c\u81fa\u5317\u7e23\u7e23\u8f44\u5e02\u2502\r\n\u2502\u81fa\u5317\u5e02 \u2502\u4e00\u767e\u56db\u5341\u4e8c\u842c\u5143\u2502\u516b\u5341\u4e5d\u842c\u2502 \u5f97\u6bd4\u7167\u81fa\u5317\u5e02\u6a19\u6e96\u8fa6\u2502\r\n\u2502 \u2502\u4ee5\u4e0b \u2502\u5143\u4ee5\u4e0b \u2502 \u7406\u3002 \u2502\r\n\u251c\u2500\u2500\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2500\u2524\u4e8c \u91d1\u99ac\u5730\u5340\u6bd4\u7167\u81fa\u7063\u7701\u2502\r\n\u2502\u9ad8\u96c4\u5e02 \u2502\u4e00\u767e\u96f6\u4e5d\u842c\u5143\u4ee5\u2502\u516d\u5341\u516d\u842c\u2502 \u6a19\u6e96\u8fa6\u7406\u3002 \u2502\r\n\u2502 \u2502\u4e0b \u2502\u5143\u4ee5\u4e0b \u2502\u4e09 \u734e\u52f5\u6295\u8cc7\u8208\u5efa\u570b\u6c11\u4f4f\u2502\r\n\u2502 \u2502 \u2502 \u2502 \u5b85\u4e4b\u627f\u8cfc\u6236\uff0c\u8fa6\u7406\u570b\u2502\r\n\u2502 \u2502 \u2502 \u2502 \u6c11\u4f4f\u5b85\u8cb8\u6b3e\u8005\uff0c\u6bd4\u7167\u2502\r\n\u2502 \u2502 \u2502 \u2502 \u672c\u6a19\u6e96\u51fa\u552e\u90e8\u5206\u8fa6\u7406\u2502\r\n\u2502 \u2502 \u2502 \u2502 \u3002 \u2502\r\n\u2502 \u2502 \u2502 \u2502\u56db \u8f14\u52a9\u4eba\u6c11\u8cb8\u6b3e\u81ea\u8cfc\u4f4f\u2502\r\n\u2502 \u2502 \u2502 \u2502 \u5b85\u4e4b\u7533\u8acb\u4eba\uff0c\u6bd4\u7167\u672c\u2502\r\n\u2502 \u2502 \u2502 \u2502 \u6a19\u6e96\u51fa\u552e\u90e8\u5206\u8fa6\u7406\u3002\u2502\r\n\u2514\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\r\n \u9662 \u9577 \u5f35\u4fca\u96c4"}]} | json_instruct | {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u5ee2\u6b62\u8a3b\u8a18": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u5ee2\u6b62\u8a3b\u8a18", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pe_name" : "api-ms-win-service-core-l1-1-0.dll", "pe_type" : 523, "pe_size" : 11792, "pe_subsystem" : 3, "pe_subsystem_caption" : "The Windows character (Cosole UI) subsystem", "pe_path" : "c:\\Windows\\System32\\downlevel\\api-ms-win-service-core-l1-1-0.dll", "pe_timedate_stamp" : 1400629591, "pe_timedate_human" : "2014-05-20T23:46:31.000Z", "ImageDLLImports" : [{"name" : "", "imports" : 0, "functions" : []}], "ImageDLLExports" : {"exports" : 3, "functions" : ["RegisterServiceCtrlHandlerExW", "SetServiceStatus", "StartServiceCtrlDispatcherW"]}, "ImageHashSignatures" : {"md5" : "fa7d25b2fdc5d2fe825ffe0b92018bb0", "sha2" : "e21740d86814583e10f1831096e089bebbd5073f6f0deb3ec53c8661e4b7363b"}} | json_instruct | {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"A": {"type": "object", "properties": {"ActionFilterPaths": {"type": "object", "properties": {"CondAnyOf": {"type": "array", "items": {"type": "object", "properties": {"CondAllOf": {"type": "array", "items": {"type": "object", "properties": {"CondPathPredicate": {"type": "object", "properties": {"PP": {"type": "string"}}, "required": ["PP"]}}, "required": ["CondPathPredicate"]}}}, "required": ["CondAllOf"]}}}, "required": ["CondAnyOf"]}}, "required": ["ActionFilterPaths"]}}, "required": ["A"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"A" : {"ActionFilterPaths" : {"CondAnyOf" : [{"CondAllOf" : [{"CondPathPredicate" : {"PP" : "1-2#123"}}, {"CondPathPredicate" : {"PP" : "2-1#234"}}]}, {"CondAllOf" : [{"CondPathPredicate" : {"PP" : "1-2#345"}}, {"CondPathPredicate" : {"PP" : "2-1#456"}}]}]}}} | json_instruct | {"type": "object", "properties": {"A": {"type": "object", "properties": {"ActionFilterPaths": {"type": "object", "properties": {"CondAnyOf": {"type": "array", "items": {"type": "object", "properties": {"CondAllOf": {"type": "array", "items": {"type": "object", "properties": {"CondPathPredicate": {"type": "object", "properties": {"PP": {"type": "string"}}, "required": ["PP"]}}, "required": ["CondPathPredicate"]}}}, "required": ["CondAllOf"]}}}, "required": ["CondAnyOf"]}}, "required": ["ActionFilterPaths"]}}, "required": ["A"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"openapi": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "license": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version": {"type": "string"}}, "required": ["title", "license", "version"]}, "components": {"type": "object", "properties": {"schemas": {"type": "object", "properties": {"MySchema": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "address": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "age": {"type": "object", "properties": {"format": {"type": "string"}, "minimum": {"type": "integer"}, "type": {"type": "string"}}, "required": ["format", "minimum", "type"]}}, "required": ["name", "address", "age"]}}, "required": ["required", "type", "properties"]}}, "required": ["MySchema"]}}, "required": ["schemas"]}}, "required": ["openapi", "info", "components"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"openapi" : "3.0.0", "info" : {"title" : "Nashorn Test API", "license" : {"name" : "Apache 2.0", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html"}, "version" : "1.0.1"}, "components" : {"schemas" : {"MySchema" : {"required" : ["name"], "type" : "object", "properties" : {"name" : {"type" : "string"}, "address" : {"$ref" : "#/components/schemas/Address"}, "age" : {"format" : "int32", "minimum" : 0, "type" : "integer"}}}}}} | json_instruct | {"type": "object", "properties": {"openapi": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "license": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version": {"type": "string"}}, "required": ["title", "license", "version"]}, "components": {"type": "object", "properties": {"schemas": {"type": "object", "properties": {"MySchema": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "address": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "age": {"type": "object", "properties": {"format": {"type": "string"}, "minimum": {"type": "integer"}, "type": {"type": "string"}}, "required": ["format", "minimum", "type"]}}, "required": ["name", "address", "age"]}}, "required": ["required", "type", "properties"]}}, "required": ["MySchema"]}}, "required": ["schemas"]}}, "required": ["openapi", "info", "components"], "$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" : "bioconductor-nanoporernaseq", "downloads" : 1600, "count" : 1741}] | 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": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "bin": {"type": "object", "properties": {"node-fiddler": {"type": "string"}}, "required": ["node-fiddler"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "connect-multiparty": {"type": "string"}, "express": {"type": "string"}, "jade": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["body-parser", "connect-multiparty", "express", "jade", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "description", "version", "author", "maintainers", "scripts", "bin", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "node-fiddler", "description" : "a http proxy, can delegate request to other url or local file, and have a simple webui", "version" : "1.0.5", "author" : {"name" : "Wang Peng", "email" : "wwwppp0801@qq.com"}, "maintainers" : [{"name" : "Wang Peng", "email" : "wwwppp0801@qq.com"}], "scripts" : {"postinstall" : "bower install"}, "bin" : {"node-fiddler" : "./bin/node-fiddler.js"}, "license" : "MIT", "dependencies" : {"body-parser" : "^1.12.0", "connect-multiparty" : "^1.2.5", "express" : "^4.12.0", "jade" : "^1.9.2", "socket.io" : "^1.3.4"}, "devDependencies" : {"eslint" : "^7.14.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "bin": {"type": "object", "properties": {"node-fiddler": {"type": "string"}}, "required": ["node-fiddler"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "connect-multiparty": {"type": "string"}, "express": {"type": "string"}, "jade": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["body-parser", "connect-multiparty", "express", "jade", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "description", "version", "author", "maintainers", "scripts", "bin", "license", "dependencies", "devDependencies"], "$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"}, "dependencies": {"type": "object", "properties": {"fis-parser-babel-5.x": {"type": "string"}, "fis3-postpackager-loader": {"type": "string"}, "fis3-hook-commonjs": {"type": "string"}, "fis3-hook-node_modules": {"type": "string"}}, "required": ["fis-parser-babel-5.x", "fis3-postpackager-loader", "fis3-hook-commonjs", "fis3-hook-node_modules"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "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" : "trace-web-v3", "version" : "1.0.0", "description" : "baidu openmap trace web", "main" : "fis-conf.js", "dependencies" : {"fis-parser-babel-5.x" : "^1.4.0", "fis3-postpackager-loader" : "^2.1.3", "fis3-hook-commonjs" : "^0.1.25", "fis3-hook-node_modules" : "^2.2.8"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "cuijian", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fis-parser-babel-5.x": {"type": "string"}, "fis3-postpackager-loader": {"type": "string"}, "fis3-hook-commonjs": {"type": "string"}, "fis3-hook-node_modules": {"type": "string"}}, "required": ["fis-parser-babel-5.x", "fis3-postpackager-loader", "fis3-hook-commonjs", "fis3-hook-node_modules"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sassc", "version" : "3.6.2", "description" : "SassC is a wrapper around libsass (http://github.com/sass/libsass) used to generate a useful command-line application that can be installed and packaged for several operating systems.", "homepage" : "https://github.com/sass/sassc", "dependencies" : ["getopt", "libsass"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"is.js": {"type": "string"}, "is.min.js": {"type": "string"}}, "required": ["is.js", "is.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"is.js" : "sha512-LAzpiSMymI+cA5jcA+ODc6aeNaw0GzTb8hZscp6tc7yY0lQiYaUwqVm2N9Z8l9nO23ZAywtmEAxxE1a560PeEw==", "is.min.js" : "sha512-E1yVCfRxF4bgKm/JYrBJrTos45bJnmowqYklr9m+SHnUKBtfkqt2EGqv3x+EFfvdygSu2ZQEdLOxkFof8W0UAA=="} | json_instruct | {"type": "object", "properties": {"is.js": {"type": "string"}, "is.min.js": {"type": "string"}}, "required": ["is.js", "is.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "pretty": {"type": "string"}}, "required": ["start", "lint", "pretty"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "discord.js-commando": {"type": "string"}, "dotenv": {"type": "string"}, "lodash": {"type": "string"}, "lol-champions": {"type": "string"}, "node-fetch": {"type": "string"}, "querystring": {"type": "string"}}, "required": ["discord.js", "discord.js-commando", "dotenv", "lodash", "lol-champions", "node-fetch", "querystring"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "husky": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "husky", "prettier"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "husky"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "league-bot", "version" : "1.0.0", "description" : "Discord bot for league of legends stats", "main" : "index.js", "scripts" : {"start" : "node index.js", "lint" : "eslint \"./**/*.js\" --max-warnings 0", "pretty" : "prettier --write \"./**/*.js\""}, "author" : "Connor Fitzgerald", "license" : "MIT", "dependencies" : {"discord.js" : "github:discordjs/discord.js", "discord.js-commando" : "github:discordjs/Commando", "dotenv" : "^8.2.0", "lodash" : "^4.17.19", "lol-champions" : "^10.16.1", "node-fetch" : "^2.6.0", "querystring" : "^0.2.0"}, "devDependencies" : {"eslint" : "^7.6.0", "eslint-config-airbnb-base" : "^14.2.0", "eslint-plugin-import" : "^2.22.0", "husky" : "^4.2.5", "prettier" : "^2.0.5"}, "husky" : {"hooks" : {"pre-commit" : "npm run pretty && npm run lint"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "pretty": {"type": "string"}}, "required": ["start", "lint", "pretty"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "discord.js-commando": {"type": "string"}, "dotenv": {"type": "string"}, "lodash": {"type": "string"}, "lol-champions": {"type": "string"}, "node-fetch": {"type": "string"}, "querystring": {"type": "string"}}, "required": ["discord.js", "discord.js-commando", "dotenv", "lodash", "lol-champions", "node-fetch", "querystring"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "husky": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "husky", "prettier"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "husky"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"upper_limit": {"type": "number"}, "lower_limit": {"type": "number"}, "points": {"type": "integer"}, "function": {"type": "array", "items": {"type": "string"}}, "left_domain": {"type": "number"}, "right_domain": {"type": "number"}, "title": {"type": "string"}}, "required": ["upper_limit", "lower_limit", "points", "function", "left_domain", "right_domain", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"upper_limit" : 1.0, "lower_limit" : -1.0, "points" : 100, "function" : ["cos(x)"], "left_domain" : -6.28, "right_domain" : 6.28, "title" : "Cosine"} | json_instruct | {"type": "object", "properties": {"upper_limit": {"type": "number"}, "lower_limit": {"type": "number"}, "points": {"type": "integer"}, "function": {"type": "array", "items": {"type": "string"}}, "left_domain": {"type": "number"}, "right_domain": {"type": "number"}, "title": {"type": "string"}}, "required": ["upper_limit", "lower_limit", "points", "function", "left_domain", "right_domain", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"token": {"type": "string"}, "channelNotification": {"type": "string"}, "botChannel": {"type": "array", "items": {"type": "string"}}, "reddit": {"type": "object", "properties": {"clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "refreshToken": {"type": "string"}}, "required": ["clientId", "clientSecret", "refreshToken"]}, "prefix": {"type": "string"}}, "required": ["token", "channelNotification", "botChannel", "reddit", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"token" : "", "channelNotification" : "", "botChannel" : [""], "reddit" : {"clientId" : "", "clientSecret" : "", "refreshToken" : ""}, "prefix" : "m!"} | json_instruct | {"type": "object", "properties": {"token": {"type": "string"}, "channelNotification": {"type": "string"}, "botChannel": {"type": "array", "items": {"type": "string"}}, "reddit": {"type": "object", "properties": {"clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "refreshToken": {"type": "string"}}, "required": ["clientId", "clientSecret", "refreshToken"]}, "prefix": {"type": "string"}}, "required": ["token", "channelNotification", "botChannel", "reddit", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@bananocoin/bananojs": {"type": "string"}, "dotenv": {"type": "string"}, "nanocurrency": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@bananocoin/bananojs", "dotenv", "nanocurrency", "typescript"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}}, "required": ["dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"@bananocoin/bananojs" : "^2.4.22", "dotenv" : "^10.0.0", "nanocurrency" : "^2.5.0", "typescript" : "^4.4.4"}, "scripts" : {"start" : "tsc && cd dist && node index.js"}, "devDependencies" : {"@types/node" : "^16.11.6"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@bananocoin/bananojs": {"type": "string"}, "dotenv": {"type": "string"}, "nanocurrency": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@bananocoin/bananojs", "dotenv", "nanocurrency", "typescript"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}}, "required": ["dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"CFBundleDisplayName": {"type": "string"}, "NSHumanReadableCopyright": {"type": "string"}, "CFBundleName": {"type": "string"}}, "required": ["CFBundleDisplayName", "NSHumanReadableCopyright", "CFBundleName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CFBundleDisplayName" : "Maps", "NSHumanReadableCopyright" : "\u00a9 Apple, Inc, 2005", "CFBundleName" : "Maps"} | json_instruct | {"type": "object", "properties": {"CFBundleDisplayName": {"type": "string"}, "NSHumanReadableCopyright": {"type": "string"}, "CFBundleName": {"type": "string"}}, "required": ["CFBundleDisplayName", "NSHumanReadableCopyright", "CFBundleName"], "$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"}, "typings": {"type": "string"}, "module": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:main": {"type": "string"}, "build:module": {"type": "string"}, "clean": {"type": "string"}}, "required": ["build", "build:main", "build:module", "clean"]}, "scripts-info": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@types/argparse": {"type": "string"}, "@types/dateformat": {"type": "string"}, "@types/node": {"type": "string"}, "argparse": {"type": "string"}, "dateformat": {"type": "string"}, "node-pty": {"type": "string"}}, "required": ["@types/argparse", "@types/dateformat", "@types/node", "argparse", "dateformat", "node-pty"]}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}, "npm-run-all": {"type": "string"}, "trash-cli": {"type": "string"}}, "required": ["typescript", "npm-run-all", "trash-cli"]}}, "required": ["name", "version", "description", "main", "typings", "module", "repository", "license", "keywords", "scripts", "scripts-info", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ac-bt-tracker", "version" : "1.0.0", "description" : "A aria2c runner with downloaded bt trackers.", "main" : "build/main/index.js", "typings" : "build/main/index.d.ts", "module" : "build/module/index.js", "repository" : "https://github.com/JohnWall2016/ac-bt-tracker", "license" : "MIT", "keywords" : [], "scripts" : {"build" : "run-s clean && run-p build:*", "build:main" : "tsc -p tsconfig.json", "build:module" : "tsc -p tsconfig.module.json", "clean" : "trash build test"}, "scripts-info" : {"build" : "Clean and rebuild the project"}, "engines" : {"node" : ">=8.9"}, "dependencies" : {"@types/argparse" : "^1.0.35", "@types/dateformat" : "^1.0.1", "@types/node" : "^10.12.12", "argparse" : "^1.0.10", "dateformat" : "^3.0.3", "node-pty" : "^0.7.8"}, "devDependencies" : {"typescript" : "^3.1.6", "npm-run-all" : "^4.1.5", "trash-cli" : "^1.4.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "module": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:main": {"type": "string"}, "build:module": {"type": "string"}, "clean": {"type": "string"}}, "required": ["build", "build:main", "build:module", "clean"]}, "scripts-info": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@types/argparse": {"type": "string"}, "@types/dateformat": {"type": "string"}, "@types/node": {"type": "string"}, "argparse": {"type": "string"}, "dateformat": {"type": "string"}, "node-pty": {"type": "string"}}, "required": ["@types/argparse", "@types/dateformat", "@types/node", "argparse", "dateformat", "node-pty"]}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}, "npm-run-all": {"type": "string"}, "trash-cli": {"type": "string"}}, "required": ["typescript", "npm-run-all", "trash-cli"]}}, "required": ["name", "version", "description", "main", "typings", "module", "repository", "license", "keywords", "scripts", "scripts-info", "engines", "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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "93fbab90437f14042557240b5aedb7c36e41b357"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "chrome_url_overrides": {"type": "object", "properties": {"newtab": {"type": "string"}}, "required": ["newtab"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version_name": {"type": "string"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}}, "required": ["manifest_version", "name", "version", "description", "chrome_url_overrides", "permissions", "author", "version_name", "homepage_url", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "UBC50", "version" : "0.1.0", "description" : "A productive new tab with a UBC theme", "chrome_url_overrides" : {"newtab" : "index.html"}, "permissions" : ["geolocation", "storage"], "author" : "Rajdeep Dev", "version_name" : "Alpha: 0.1.0", "homepage_url" : "http://github.com/rajdeepdev10/UBC50", "icons" : {"16" : "./photos/ubc-logo-square.png", "48" : "./photos/ubc-logo-square.png", "128" : "./photos/ubc-logo-square.png"}} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "chrome_url_overrides": {"type": "object", "properties": {"newtab": {"type": "string"}}, "required": ["newtab"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version_name": {"type": "string"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}}, "required": ["manifest_version", "name", "version", "description", "chrome_url_overrides", "permissions", "author", "version_name", "homepage_url", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[136.75, 38.083333333333336], [136.75, 38.166666666666664], [136.875, 38.166666666666664], [136.875, 38.083333333333336], [136.75, 38.083333333333336]]]}, "properties" : {"code" : 573616, "url" : "http://madefor.github.io/0410/api/v1/573616.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/573616.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"6136": {"type": "string"}, "6138": {"type": "string"}, "6140": {"type": "string"}, "6143": {"type": "string"}, "6144": {"type": "string"}}, "required": ["6136", "6138", "6140", "6143", "6144"]}, "timeto": {"type": "object", "properties": {"6136": {"type": "number"}, "6138": {"type": "number"}, "6140": {"type": "number"}, "6143": {"type": "number"}, "6144": {"type": "number"}}, "required": ["6136", "6138", "6140", "6143", "6144"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 6137, "title" : ["[Upper Krag Slopes]"], "description" : ["A cold, wet mist rises from the hard-packed ground that is strewn with crushed pieces of stone. Huge boulders and slabs of rock are separated here and there by trails which lead off in many directions, like the spokes in a wheel. Tufts of fur cling to the wet surface of the nearest rock, which has a footprint of enormous proportions visible at its base."], "paths" : ["Obvious paths: northeast, east, south, west, northwest"], "location" : "the Krag slopes", "wayto" : {"6136" : "south", "6138" : "east", "6140" : "west", "6143" : "northeast", "6144" : "northwest"}, "timeto" : {"6136" : 0.2, "6138" : 0.2, "6140" : 0.2, "6143" : 0.2, "6144" : 0.2}, "image" : "wl-wehntoph-1310775397.png", "image_coords" : [894, 892, 930, 928], "tags" : ["sprig of larkspur", "marallis berry", "wild pink geranium", "golden aster", "some bolmara lichen", "some pennyroyal stem", "some angelica root", "sassafras leaf", "some valerian root", "cuctucae berry", "sweetfern stalk", "some wingstem root", "stalk of bluebells", "angelica root", "valerian root", "pennyroyal stem", "ironfern root", "bolmara lichen", "wingstem root"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"6136": {"type": "string"}, "6138": {"type": "string"}, "6140": {"type": "string"}, "6143": {"type": "string"}, "6144": {"type": "string"}}, "required": ["6136", "6138", "6140", "6143", "6144"]}, "timeto": {"type": "object", "properties": {"6136": {"type": "number"}, "6138": {"type": "number"}, "6140": {"type": "number"}, "6143": {"type": "number"}, "6144": {"type": "number"}}, "required": ["6136", "6138", "6140", "6143", "6144"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.