input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angular": {"type": "string"}, "restangular": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-xeditable": {"type": "string"}, "angular-ui-mask": {"type": "string"}}, "required": ["bootstrap", "angular", "restangular", "angular-ui-router", "angular-xeditable", "angular-ui-mask"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "version", "ignore", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "demo.socialquantum", "version" : "0.0.1", "ignore" : ["**/.*", "node_modules", "bower_components"], "dependencies" : {"bootstrap" : "~3.3.6", "angular" : "~1.5", "restangular" : "~1.5.1", "angular-ui-router" : "~1.0", "angular-xeditable" : "^0.6.0", "angular-ui-mask" : "^1.8.7"}, "resolutions" : {"angular" : "~1.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angular": {"type": "string"}, "restangular": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-xeditable": {"type": "string"}, "angular-ui-mask": {"type": "string"}}, "required": ["bootstrap", "angular", "restangular", "angular-ui-router", "angular-xeditable", "angular-ui-mask"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "version", "ignore", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Izhmash AK bakelite pistol grip (6P4 Sb.8V)", "ShortName" : "6P4 Sb.8V", "Description" : "Izhmash bakelite pistol grip for AK and compatible weapon systems."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Fjernbetjening"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_4w0js9am", "name" : "SLMumby"}, "date" : {"day" : 1632873600, "full" : 1632920420, "month" : 1630454400, "week" : 1632614400}, "id" : "t3_pxuvkc", "picture" : {"filesize" : 131782, "fullUrl" : "https://preview.redd.it/8x3o222vwfq71.jpg?auto=webp&s=872e5f33e74c01d417fbb24738fd618003f8aa5c", "hash" : "8679ac04d8", "height" : 640, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUH/8QAJBAAAgIBAwMFAQAAAAAAAAAAAQIDEQQABRIiMVETIUFhcZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABoRAQACAwEAAAAAAAAAAAAAAAEAAhExQVH/2gAMAwEAAhEDEQA/AMLx8aXLUWheRgChB42LP901tpfCZGc4sit0lPW5fZuu3jRdtyBgZMbuHNCuQNEfHt4PfVLdJseWGJoSTIzdXEUFAFVf5oa2bHkrYO7J/9k=", "url" : "https://preview.redd.it/8x3o222vwfq71.jpg?width=640&crop=smart&auto=webp&s=265bb03c97f566bd5b444afff7ae23f4e76650af", "width" : 640}, "score" : {"comments" : 3, "downs" : 0, "isCurated" : false, "ratio" : 0.93, "ups" : 22, "value" : 22}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Dungeon"], "title" : "Adventures In Hell", "url" : "https://www.reddit.com/r/dndmaps/comments/pxuvkc/adventures_in_hell/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "qualityRules": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}, "qualityTemplates": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}, "required": ["id", "name", "href", "description", "qualityRules", "qualityTemplates"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1061148, "name" : "CWE-1098 - Data Element containing Pointer Item without Proper Copy Control Element", "href" : "AIP/technical-criteria/1061148", "description" : "The code contains a data element with a pointer that does not have an associated copy or constructor method.", "qualityRules" : {"name" : "Quality Rules in numeric ID order", "href" : "AIP/technical-criteria/1061148/quality-rules"}, "qualityTemplates" : {"name" : "Quality Templates in numeric ID order", "href" : "AIP/technical-criteria/1061148/quality-templates"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "qualityRules": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}, "qualityTemplates": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}, "required": ["id", "name", "href", "description", "qualityRules", "qualityTemplates"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"nom": {"type": "string"}, "prenom": {"type": "string"}, "listNotes": {"type": "array", "items": {"type": "integer"}}}, "required": ["nom", "prenom", "listNotes"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"nom" : "aaaaa", "prenom" : "aaaaa", "listNotes" : [1, 2]}, {"nom" : "bezos", "prenom" : "jeff", "listNotes" : [1, 2, 2]}, {"nom" : "Cros", "prenom" : "Guilhem", "listNotes" : [1, 1, 2]}, {"nom" : "reso", "prenom" : "test", "listNotes" : [2, 1, 2]}, {"nom" : "resooo", "prenom" : "test", "listNotes" : [1, 1, 2]}, {"nom" : "test", "prenom" : "test", "listNotes" : [2, 1, 1]}, {"nom" : "test", "prenom" : "reso", "listNotes" : [2, 1, 1]}, {"nom" : "test", "prenom" : "oui", "listNotes" : [1]}, {"nom" : "Tillier", "prenom" : "Etienne", "listNotes" : [1, 2, 2]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"nom": {"type": "string"}, "prenom": {"type": "string"}, "listNotes": {"type": "array", "items": {"type": "integer"}}}, "required": ["nom", "prenom", "listNotes"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"processes": {"type": "object", "properties": {"queue": {"type": "string"}}, "required": ["queue"]}}, "required": ["processes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"processes" : {"queue" : "[1,2,3]"}} | json_instruct | {"type": "object", "properties": {"processes": {"type": "object", "properties": {"queue": {"type": "string"}}, "required": ["queue"]}}, "required": ["processes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"identifier" : "OPTIDXBANKNIFTY26-05-2022PE30400.00", "name" : "BANKNIFTY", "grapthData" : [[1646731105000, 0], [1646731195000, 0], [1646731500000, 0], [1646731530000, 0], [1646731704000, 0], [1646731760000, 0], [1646733873000, 0], [1646734003000, 0], [1646734442000, 0], [1646734952000, 0], [1646735781000, 0], [1646735840000, 0], [1646735965000, 0], [1646739315000, 0], [1646745901000, 0], [1646747631000, 0], [1646747751000, 0], [1646747839000, 0], [1646748640000, 0], [1646750125000, 0], [1646750260000, 0]], "closePrice" : 490.95} | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WorkItem" : {"AffectedComponent" : {"Name" : "", "DisplayName" : ""}, "ClosedComment" : "", "ClosedDate" : null, "CommentCount" : 0, "Custom" : null, "Description" : "I have a problem with the RowEndEditing Event in the DataGrid. I use this event in order to save the changes made by the user in the database. After passing the event handler for RowEndEditing, I get a Null Reference Exception. Here the stacktrace:\n at System.Windows.Controls.VirtualizingStackPanel.InsertContainer(Int32 childIndex, UIElement container, Boolean isRecycled)\n at System.Windows.Controls.VirtualizingStackPanel.AddContainerFromGenerator(Int32 childIndex, UIElement child, Boolean newlyRealized)\n at System.Windows.Controls.VirtualizingStackPanel.BringIndexIntoView(Int32 index)\n at Microsoft.Windows.Controls.Primitives.DataGridRowsPresenter.InternalBringIndexIntoView(Int32 index)\n at Microsoft.Windows.Controls.DataGrid.ScrollRowIntoView(Object item)\n at Microsoft.Windows.Controls.DataGrid.ScrollCellIntoView(Object item, DataGridColumn column)\n at Microsoft.Windows.Controls.DataGrid.ScrollIntoView(Object item, DataGridColumn column)\n\u00a0\nAs a workaround I set EnableRowVirtualization = False and EnableColumnVirtualization = False.\n\u00a0\nThanks Jaspis", "LastUpdatedDate" : "2013-02-21T18:40:47.343-08:00", "PlannedForRelease" : "", "ReleaseVisibleToPublic" : false, "Priority" : {"Name" : "Low", "Severity" : 50, "Id" : 1}, "ProjectName" : "wpf", "ReportedDate" : "2010-01-20T03:12:02.033-08:00", "Status" : {"Name" : "Proposed", "Id" : 1}, "ReasonClosed" : {"Name" : "Unassigned"}, "Summary" : "DataGrid - Null Reference Exception", "Type" : {"Name" : "Issue", "Id" : 3}, "VoteCount" : 1, "Id" : 11558}, "FileAttachments" : [], "Comments" : []} | json_instruct | {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCount", "userCount", "popularity"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "influxcoin", "title" : "Influxcoin", "parent_slug" : null, "path" : "influxcoin", "repoCount" : 1, "userCount" : 1, "popularity" : 24} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCount", "userCount", "popularity"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "142.93.175.29.nip.io", "min_cert_id" : 1106585468, "min_entry_timestamp" : "2019-01-13T12:23:14.67", "not_before" : "2019-01-13T11:23:13", "not_after" : "2019-04-13T11:23:13"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-05-20T04:00:00Z", "Temp" : 21.6, "RelHum" : 82, "WindSpeed" : 2.5, "WindDir" : 257} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "details": {"type": "array", "items": {"type": "string"}}, "website": {"type": "string"}}, "required": ["description", "details", "website"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Version control system.", "details" : ["The most used version control system. Not to be confused with github (which uses git)."], "website" : "https://git-scm.com/"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "details": {"type": "array", "items": {"type": "string"}}, "website": {"type": "string"}}, "required": ["description", "details", "website"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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": {"listed-building": {"type": "string"}, "documentation-url": {"type": "string"}, "start-date": {"type": "string"}, "listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["listed-building", "documentation-url", "start-date", "listed-building-grade", "name", "point", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.511788, 50.956913]}, "properties" : {"listed-building" : "1027343", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1027343", "start-date" : "1980-05-09", "listed-building-grade" : "II", "name" : "FORGE COTTAGES", "point" : "POINT (-0.511788 50.956913)", "slug" : "/listed-building/1027343", "entry-date" : "2021-05-28"}} | json_instruct | {"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": {"listed-building": {"type": "string"}, "documentation-url": {"type": "string"}, "start-date": {"type": "string"}, "listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["listed-building", "documentation-url", "start-date", "listed-building-grade", "name", "point", "slug", "entry-date"]}}, "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": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "37e9c015-2496-49dd-b72f-53a2e943259c", "name" : "Default test", "children" : ["336601b1-689f-4327-8a44-176bd758c50a"], "befores" : [], "afters" : [], "links" : [], "start" : 1586244954962, "stop" : 1586245039905} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "author": {"type": "array", "items": {"type": "object", "properties": {"family": {"type": "string"}, "given": {"type": "string"}}, "required": ["family", "given"]}}, "issued": {"type": "object", "properties": {"date-parts": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["date-parts"]}, "container-title": {"type": "string"}, "DOI": {"type": "string"}, "volume": {"type": "string"}, "issue": {"type": "string"}, "page": {"type": "string"}, "publisher": {"type": "string"}, "title": {"type": "string"}, "URL": {"type": "string"}}, "required": ["type", "id", "author", "issued", "container-title", "DOI", "volume", "issue", "page", "publisher", "title", "URL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "article-journal", "id" : "https://doi.org/10.1136/gutjnl-2017-314607", "author" : [{"family" : "Lin", "given" : "De-Chen"}, {"family" : "Dinh", "given" : "Huy Q"}, {"family" : "Xie", "given" : "Jian-Jun"}, {"family" : "Mayakonda", "given" : "Anand"}, {"family" : "Silva", "given" : "Tiago Chedraoui"}, {"family" : "Jiang", "given" : "Yan-Yi"}, {"family" : "Ding", "given" : "Ling-Wen"}, {"family" : "He", "given" : "Jian-Zhong"}, {"family" : "Xu", "given" : "Xiu-E"}, {"family" : "Hao", "given" : "Jia-Jie"}, {"family" : "Wang", "given" : "Ming-Rong"}, {"family" : "Li", "given" : "Chunquan"}, {"family" : "Xu", "given" : "Li-Yan"}, {"family" : "Li", "given" : "En-Min"}, {"family" : "Berman", "given" : "Benjamin P"}, {"family" : "Phillip Koeffler", "given" : "H"}], "issued" : {"date-parts" : [[2018, 10]]}, "container-title" : "Gut", "DOI" : "10.1136/gutjnl-2017-314607", "volume" : "67", "issue" : "10", "page" : "1769-1779", "publisher" : "(:unav)", "title" : "Identification of distinct mutational patterns and new driver genes in oesophageal squamous cell carcinomas and adenocarcinomas", "URL" : "http://gut.bmj.com/lookup/doi/10.1136/gutjnl-2017-314607"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "author": {"type": "array", "items": {"type": "object", "properties": {"family": {"type": "string"}, "given": {"type": "string"}}, "required": ["family", "given"]}}, "issued": {"type": "object", "properties": {"date-parts": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["date-parts"]}, "container-title": {"type": "string"}, "DOI": {"type": "string"}, "volume": {"type": "string"}, "issue": {"type": "string"}, "page": {"type": "string"}, "publisher": {"type": "string"}, "title": {"type": "string"}, "URL": {"type": "string"}}, "required": ["type", "id", "author", "issued", "container-title", "DOI", "volume", "issue", "page", "publisher", "title", "URL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Networking", "Security"], "desc" : "\n", "details" : {"authors" : "Michael Cross", "format" : "pdf", "isbn-10" : "1597499862", "isbn-13" : "978-1597499866", "pages" : "346 pages", "publication date" : "November 29, 2013", "publisher" : "Syngress", "size" : "10.00Mb"}, "img" : "http://23.95.221.108/covers/f4/f49bc02ebabbeb84375229b8407fe3a0.jpg", "link" : "https://rapidhosting.info/files/9vv", "title" : "Social Media Security: Leveraging Social Networking While Mitigating Risk"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2cfa915a80d4b044a14df69261cd109106c5fc28"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["browserify-banner", "readdir-enhanced", "simplifyify", "sourcemapify", "static-mock-data"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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#"}
| ["./fonts/google/noto-sans-gothic/files/noto-sans-gothic-gothic-400-normal.woff", "./fonts/google/noto-sans-gothic/files/noto-sans-gothic-gothic-400-normal.woff2", "./fonts/google/noto-sans-gothic/files/noto-sans-gothic-all-400-normal.woff"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 4, "pts" : 147, "connections" : 42396, "capacity" : 1884295, "investments" : 5937119}, {"tech" : 3, "pts" : 5301, "connections" : 97167, "capacity" : 6174876, "investments" : 33961905}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Outhit", "definitions" : ["Surpass (someone) in hitting; hit a higher score than."], "parts-of-speech" : "Verb"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"tfx": {"type": "string"}, "tfx-create": {"type": "string"}}, "required": ["tfx", "tfx-create"]}, "devDependencies": {"type": "object", "properties": {"tfx-cli": {"type": "string"}}, "required": ["tfx-cli"]}}, "required": ["scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"tfx" : "tfx", "tfx-create" : "tfx extension create --manifest-globs vss-extension.json"}, "devDependencies" : {"tfx-cli" : "^0.9.3"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"tfx": {"type": "string"}, "tfx-create": {"type": "string"}}, "required": ["tfx", "tfx-create"]}, "devDependencies": {"type": "object", "properties": {"tfx-cli": {"type": "string"}}, "required": ["tfx-cli"]}}, "required": ["scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "object", "properties": {"name": {"type": "string"}, "subset": {"type": "string"}}, "required": ["name", "subset"]}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}}, "required": ["id", "category", "help", "img"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1500, "category" : {"name" : "Items", "subset" : "Items"}, "help" : {"de" : "Die Anima-Waffen \u201ehyperleitendes Verethragna\u201c erhalten.", "en" : "Obtain a pair of hyperconductive Verethragna.", "fr" : "Obtenir les Verethragna hyperconducteurs.", "jp" : "\u30a6\u30eb\u30b9\u30e9\u30b0\u30ca\u30fb\u30b3\u30f3\u30c0\u30af\u30c8\u3092\u5165\u624b\u3059\u308b"}, "img" : "031000/031103.png"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "object", "properties": {"name": {"type": "string"}, "subset": {"type": "string"}}, "required": ["name", "subset"]}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}}, "required": ["id", "category", "help", "img"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}, "answer": {"type": "string"}, "type": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}, "q_number": {"type": "integer"}}, "required": ["status", "knowledge", "degree_of_difficulty", "explain", "question", "source", "answer", "type", "options", "q_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "ok", "knowledge" : ["\u865a\u62df\u5185\u5b58\u7ba1\u7406"], "degree_of_difficulty" : 1, "explain" : "A \u9875\u8868\u9879\u7684P bit\u4e3a0\uff0c\u8868\u793a\u6b64\u9875\u4e0d\u5b58\u5728\n", "question" : "lab3\u4e2d\u8bbf\u95ee\u201c\u5408\u6cd5\u201d\u865a\u62df\u9875\u4ea7\u751f\u7f3a\u9875\u5f02\u5e38\u7684\u539f\u56e0\u662f\uff08\uff09s4\n", "source" : "\u7f51\u7edc", "answer" : "A", "type" : "single_answer", "options" : ["A.\u9875\u8868\u9879\u7684P bit\u4e3a0", "B.\u9875\u76ee\u5f55\u9879\u7684I/D bit\u4e3a0", "C.\u9875\u8868\u9879\u7684U/S bit\u4e3a0", "D.\u9875\u76ee\u5f55\u9879\u7684W/R bit\u4f4d0"], "q_number" : 1370} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}, "answer": {"type": "string"}, "type": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}, "q_number": {"type": "integer"}}, "required": ["status", "knowledge", "degree_of_difficulty", "explain", "question", "source", "answer", "type", "options", "q_number"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"node-fetch": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "passport": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"passport-strategy": {"type": "string"}, "pause": {"type": "string"}}, "required": ["passport-strategy", "pause"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "passport-strategy": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "pause": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["node-fetch", "passport", "passport-strategy", "pause"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "passport-draugiem", "version" : "0.0.5", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"node-fetch" : {"version" : "2.6.1", "resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", "integrity" : "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="}, "passport" : {"version" : "0.4.1", "resolved" : "https://registry.npmjs.org/passport/-/passport-0.4.1.tgz", "integrity" : "sha512-IxXgZZs8d7uFSt3eqNjM9NQ3g3uQCW5avD8mRNoXV99Yig50vjuaez6dQK2qC0kVWPRTujxY0dWgGfT09adjYg==", "requires" : {"passport-strategy" : "1.x.x", "pause" : "0.0.1"}}, "passport-strategy" : {"version" : "1.0.0", "resolved" : "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz", "integrity" : "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ="}, "pause" : {"version" : "0.0.1", "resolved" : "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz", "integrity" : "sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10="}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"node-fetch": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "passport": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"passport-strategy": {"type": "string"}, "pause": {"type": "string"}}, "required": ["passport-strategy", "pause"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "passport-strategy": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "pause": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["node-fetch", "passport", "passport-strategy", "pause"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Guitt\u00e9", "circ" : "2\u00e8me circonscription", "dpt" : "C\u00f4tes-d'Armor", "inscrits" : 486, "abs" : 246, "votants" : 240, "blancs" : 15, "nuls" : 7, "exp" : 218, "res" : [{"nuance" : "REM", "nom" : "M. Herv\u00e9 BERVILLE", "voix" : 142}, {"nuance" : "LR", "nom" : "M. Didier D\u00c9RU", "voix" : 76}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01001263": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["W01001263"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"W01001263" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "W00006625", "LAD11CD" : "W06000016"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00006628", "LAD11CD" : "W06000016"}, "arcs" : [[2, 3, 4, 5, -1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00006629", "LAD11CD" : "W06000016"}, "arcs" : [[-4, 6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00006630", "LAD11CD" : "W06000016"}, "arcs" : [[-8, 8, -5]]}]}}, "arcs" : [[[6945, 7077], [-919, 169], [-715, -356], [-143, -735], [-56, 310], [-694, 99], [-158, 518], [-1200, 513]], [[3060, 7595], [648, 1497], [804, -287], [-307, 503], [210, 691], [769, -359], [895, -730], [-149, -538], [252, -229], [-247, -184], [1010, -882]], [[6945, 7077], [1416, -1381], [217, -1051], [135, -1014]], [[8713, 3631], [-952, -210]], [[7761, 3421], [-870, 1021], [-1676, -1770], [104, -573]], [[5319, 2099], [-828, -89], [-1007, 1010], [-3440, -41], [-44, 774], [628, 50], [744, 990], [856, 1141], [-250, 397], [1190, 734], [-108, 530]], [[8713, 3631], [447, -1973], [-423, -83]], [[8737, 1575], [-324, -41], [40, -561], [-587, 137], [-456, 1997], [351, 314]], [[8737, 1575], [692, -853], [454, 10], [116, -620], [-1170, 392], [-126, -504], [-969, 145], [-110, 937], [-2036, 389], [-269, 628]]], "transform" : {"scale" : [1.389753946885704e-06, 8.236321482271124e-07], "translate" : [-3.339111380469106, 51.58975756074214]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01001263": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["W01001263"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"appDesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["appDesc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appDesc" : {"message" : "Align to the left"}} | json_instruct | {"type": "object", "properties": {"appDesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["appDesc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Installation": {"type": "object", "properties": {"DatabaseSetupAdapter": {"type": "string"}, "DatabaseSetupLogin": {"type": "string"}}, "required": ["DatabaseSetupAdapter", "DatabaseSetupLogin"]}}, "required": ["Installation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Installation" : {"DatabaseSetupAdapter" : "Adapter", "DatabaseSetupLogin" : "Prijavi se"}} | json_instruct | {"type": "object", "properties": {"Installation": {"type": "object", "properties": {"DatabaseSetupAdapter": {"type": "string"}, "DatabaseSetupLogin": {"type": "string"}}, "required": ["DatabaseSetupAdapter", "DatabaseSetupLogin"]}}, "required": ["Installation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_16vdzt", "name" : "Shaedeelady"}, "date" : {"day" : 1613779200, "full" : 1613792824, "month" : 1612137600, "week" : 1613260800}, "id" : "t3_lnyff1", "picture" : {"filesize" : 63039, "fullUrl" : "https://preview.redd.it/mwt8oy331ki61.jpg?width=4032&format=pjpg&auto=webp&s=f803d5686d91ec18b65adae78ec1f50e1708a4b2", "hash" : "412cb0b07f", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAABAUHCP/EACgQAAEEAAQDCQAAAAAAAAAAAAECAwQRAAUGEhMhMRYiIyVBQlFhgf/EABUBAQEAAAAAAAAAAAAAAAAAAAEC/8QAGxEAAQUBAQAAAAAAAAAAAAAAAQACERIxBBT/2gAMAwEAAhEDEQA/AJ9Ay+fmqPL4UiSkGlFpBUEn7+MJdURJSpLK24jlZespk7Gz4Xt79dOfK8aZ0tpqB2J00E8ZBdjBbpQvaXCobjdDpajgnMMhhZVcqCFtuOnhKFggpH5Zv1u7wjsiW11T57EOnF//2Q==", "url" : "https://preview.redd.it/mwt8oy331ki61.jpg?width=640&crop=smart&auto=webp&s=a11088d4f29410aa9c111fa382d1c4a45f4d8b2c", "width" : 640}, "score" : {"comments" : 2, "downs" : 0, "ratio" : 0.87, "ups" : 10, "value" : 10}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "For My first terrain build I was following a tutorial from black magic craft \u201cthe shack\u201d. This is my version which is also serving as the home of my Dragonborn moon Druid Saurophaganax. I\u2019m adding a miniature soon, going to attempt to make one \ud83d\ude2c.", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/lnyff1/for_my_first_terrain_build_i_was_following_a/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "dependencies": {"type": "object", "properties": {"@modulz/radix-icons": {"type": "string"}, "@radix-ui/colors": {"type": "string"}, "@radix-ui/react-tooltip": {"type": "string"}, "@stitches/react": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@modulz/radix-icons", "@radix-ui/colors", "@radix-ui/react-tooltip", "@stitches/react", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@vitejs/plugin-react": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-react-app": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vitejs/plugin-react", "eslint", "eslint-config-react-app", "vite"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vite-react-stitches-radix", "version" : "0.0.1", "scripts" : {"dev" : "vite", "build" : "vite build", "serve" : "vite preview"}, "dependencies" : {"@modulz/radix-icons" : "^4.0.0", "@radix-ui/colors" : "^0.1.8", "@radix-ui/react-tooltip" : "^0.1.2", "@stitches/react" : "^1.2.6", "react" : "^17.0.0", "react-dom" : "^17.0.0"}, "devDependencies" : {"@vitejs/plugin-react" : "^1.0.0", "eslint" : "^7.32.0", "eslint-config-react-app" : "^6.0.0", "vite" : "^2.6.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "dependencies": {"type": "object", "properties": {"@modulz/radix-icons": {"type": "string"}, "@radix-ui/colors": {"type": "string"}, "@radix-ui/react-tooltip": {"type": "string"}, "@stitches/react": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@modulz/radix-icons", "@radix-ui/colors", "@radix-ui/react-tooltip", "@stitches/react", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@vitejs/plugin-react": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-react-app": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vitejs/plugin-react", "eslint", "eslint-config-react-app", "vite"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 44676200, "ot" : 3, "alias" : 0, "setcode" : 0, "type" : 4, "atk" : 0, "def" : 0, "level" : 0, "race" : 0, "attribute" : 0, "category" : 0, "name" : "Hero Barrier", "desc" : "Negate 1 attack from an opponent's monster. You must control a face-up \"Elemental HERO\" monster to resolve this effect.", "str1" : "", "str2" : "", "str3" : "", "str4" : "", "str5" : "", "str6" : "", "str7" : "", "str8" : "", "str9" : "", "str10" : "", "str11" : "", "str12" : "", "str13" : "", "str14" : "", "str15" : "", "str16" : "", "links" : [], "cardpool" : "OCG/TCG", "ocg" : {"pack" : "Elemental Energy", "pack_id" : "EEN-JP049", "date" : "2005-08-11"}, "tcg" : {"pack" : "Elemental Energy", "pack_id" : "EEN-DE049", "date" : "2005-11-01"}, "picture" : "https://vignette.wikia.nocookie.net/yugioh/images/7/7d/HeroBarrier-LCGX-EN-C-1E.png"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"stats/effects/fu_armoreffects/new/set_bonuses/tier2/diplomatsetbonus.statuseffect": {"type": "array", "items": {"type": "string"}}}, "required": ["stats/effects/fu_armoreffects/new/set_bonuses/tier2/diplomatsetbonus.statuseffect"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"stats/effects/fu_armoreffects/new/set_bonuses/tier2/diplomatsetbonus.statuseffect" : ["/label"]}, "Texts" : {"Chs" : "+25%\u9b45\u529b\uff0c+25%\u7cbe\u795e\u6297\u6027\uff0c\u523a\u5251/\u624b\u67aa\uff1a+7.5%\u4fdd\u62a4", "Eng" : "+25% Charisma, +25% Mental Protection, Rapier/Pistol: +7.5% Protection each"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"stats/effects/fu_armoreffects/new/set_bonuses/tier2/diplomatsetbonus.statuseffect": {"type": "array", "items": {"type": "string"}}}, "required": ["stats/effects/fu_armoreffects/new/set_bonuses/tier2/diplomatsetbonus.statuseffect"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-8wpc-4pc2-9f8f", "modified" : "2022-04-30T18:17:20Z", "published" : "2022-04-30T18:17:20Z", "aliases" : ["CVE-2001-1094"], "details" : "NetOp School 1.5 allows local users to bypass access restrictions on the administration version by logging into the student version, closing the student version, then starting the administration version.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2001-1094"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/7120"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/213516"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/3321"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ubi-flasher"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Cyanide7523": {"type": "string"}}, "required": ["Cyanide7523"]}, "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"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Elina", "version" : "0.4.0", "summary" : "Joke pod for pranking", "description" : "Elina-nyan is kawaii. Why? because Elina-nyan is kawaii.", "homepage" : "https://github.com/Cyanide7523/Elina", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Cyanide7523" : "[email protected]"}, "source" : {"git" : "https://github.com/Cyanide7523/Elina.git", "tag" : "0.4.0"}, "platforms" : {"ios" : "8.0"}, "source_files" : "Elina/Classes/**/*"} | 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": {"Cyanide7523": {"type": "string"}}, "required": ["Cyanide7523"]}, "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"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "javaInterfaces": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"JSONMappingParameters": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}, "javaType": {"type": "string"}}, "required": ["description", "$ref", "javaType"]}, "CSVMappingParameters": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}, "javaType": {"type": "string"}}, "required": ["description", "$ref", "javaType"]}}, "required": ["JSONMappingParameters", "CSVMappingParameters"]}}, "required": ["$schema", "$id", "title", "description", "type", "javaType", "javaInterfaces", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "AWS_KinesisAnalyticsV2_ApplicationReferenceDataSource.MappingParameters.schema.json", "title" : "ApplicationReferenceDataSourceMappingParameters", "description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-mappingparameters.html", "type" : "object", "javaType" : "shiver.me.timbers.aws.kinesisanalyticsv2.ApplicationReferenceDataSourceMappingParameters", "javaInterfaces" : ["shiver.me.timbers.aws.Property<ApplicationReferenceDataSourceMappingParameters>"], "properties" : {"JSONMappingParameters" : {"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-mappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-mappingparameters-jsonmappingparameters", "$ref" : "AWS_KinesisAnalyticsV2_ApplicationReferenceDataSource.JSONMappingParameters.schema.json", "javaType" : "shiver.me.timbers.aws.Property<shiver.me.timbers.aws.kinesisanalyticsv2.ApplicationReferenceDataSourceJSONMappingParameters>"}, "CSVMappingParameters" : {"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-mappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-mappingparameters-csvmappingparameters", "$ref" : "AWS_KinesisAnalyticsV2_ApplicationReferenceDataSource.CSVMappingParameters.schema.json", "javaType" : "shiver.me.timbers.aws.Property<shiver.me.timbers.aws.kinesisanalyticsv2.ApplicationReferenceDataSourceCSVMappingParameters>"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "javaInterfaces": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"JSONMappingParameters": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}, "javaType": {"type": "string"}}, "required": ["description", "$ref", "javaType"]}, "CSVMappingParameters": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}, "javaType": {"type": "string"}}, "required": ["description", "$ref", "javaType"]}}, "required": ["JSONMappingParameters", "CSVMappingParameters"]}}, "required": ["$schema", "$id", "title", "description", "type", "javaType", "javaInterfaces", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lastUpdated" : 1655019279666, "username" : "Nivnico96", "scores" : [{"xp" : 7855, "rank" : 276, "cardId" : 407}, {"xp" : 3541, "rank" : 283, "cardId" : 572}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "var _jsxFileName = \"/media/beni/Work1/git/github/reactPersonalWebsite/src/components/body/skills/skill-card.js\";\nimport React from \"react\";\nimport \"./skill-card.css\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\n\nfunction SkillCard({\n skill\n}) {\n return /*#__PURE__*/_jsxDEV(\"div\", {\n className: \"skill-card\",\n children: [/*#__PURE__*/_jsxDEV(\"div\", {\n className: \"skill-icon\",\n children: skill.icon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 6,\n columnNumber: 7\n }, this), /*#__PURE__*/_jsxDEV(\"label\", {\n className: \"skill-name\",\n children: skill.name\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 7,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 5,\n columnNumber: 5\n }, this);\n}\n\n_c = SkillCard;\nexport default SkillCard;\n\nvar _c;\n\n$RefreshReg$(_c, \"SkillCard\");", "map" : {"version" : 3, "sources" : ["/media/beni/Work1/git/github/reactPersonalWebsite/src/components/body/skills/skill-card.js"], "names" : ["React", "SkillCard", "skill", "icon", "name"], "mappings" : ";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAO,kBAAP;;;AACA,SAASC,SAAT,CAAmB;AAAEC,EAAAA;AAAF,CAAnB,EAA8B;AAC5B,sBACE;AAAK,IAAA,SAAS,EAAC,YAAf;AAAA,4BACE;AAAK,MAAA,SAAS,EAAC,YAAf;AAAA,gBAA6BA,KAAK,CAACC;AAAnC;AAAA;AAAA;AAAA;AAAA,YADF,eAEE;AAAO,MAAA,SAAS,EAAC,YAAjB;AAAA,gBAA+BD,KAAK,CAACE;AAArC;AAAA;AAAA;AAAA;AAAA,YAFF;AAAA;AAAA;AAAA;AAAA;AAAA,UADF;AAMD;;KAPQH,S;AAST,eAAeA,SAAf", "sourcesContent" : ["import React from \"react\";\nimport \"./skill-card.css\";\nfunction SkillCard({ skill }) {\n return (\n <div className=\"skill-card\">\n <div className=\"skill-icon\">{skill.icon}</div>\n <label className=\"skill-name\">{skill.name}</label>\n </div>\n );\n}\n\nexport default SkillCard;\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["130423100000", "\u4e34\u6f33\u9547", "4", "1"], ["130423101000", "\u5357\u4e1c\u574a\u9547", "4", "1"], ["130423102000", "\u5b59\u9676\u96c6\u9547", "4", "1"], ["130423103000", "\u67f3\u56ed\u9547", "4", "1"], ["130423104000", "\u79f0\u52fe\u96c6\u9547", "4", "1"], ["130423105000", "\u90ba\u57ce\u9547", "4", "1"], ["130423106000", "\u7ae0\u91cc\u96c6\u9547", "4", "1"], ["130423200000", "\u72c4\u90b1\u4e61", "4", "1"], ["130423201000", "\u5f20\u6751\u96c6\u4e61", "4", "1"], ["130423202000", "\u897f\u7f8a\u7f94\u4e61", "4", "1"], ["130423204000", "\u675c\u6751\u96c6\u4e61", "4", "1"], ["130423206000", "\u4e60\u6587\u4e61", "4", "1"], ["130423207000", "\u7816\u5be8\u8425\u4e61", "4", "1"], ["130423208000", "\u67cf\u9e64\u96c6\u4e61", "4", "1"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200810964387000, "key" : "08b6ebcd-888a-5148-84f4-7be704e155a5{\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"toFormat\":\"jpg\",\"toFormatBase64\":\"\",\"width\":20,\"height\":14}", "val" : {"src" : "data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAOABQDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAUBAgT/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/9oADAMBAAIQAxAAAAFXfNCD0SCP/8QAGhAAAgIDAAAAAAAAAAAAAAAAAAECEgMhMf/aAAgBAQABBQJPUXjvKTTOFmf/xAAWEQEBAQAAAAAAAAAAAAAAAAAAESH/2gAIAQMBAT8BjX//xAAWEQEBAQAAAAAAAAAAAAAAAAAAEQH/2gAIAQIBAT8Bq4//xAAaEAACAgMAAAAAAAAAAAAAAAAAAgERIDFh/9oACAEBAAY/AuEWptcP/8QAGxABAAEFAQAAAAAAAAAAAAAAAQARITFRYUH/2gAIAQEAAT8h9KukEljspQM0EzaZdItln//aAAwDAQACAAMAAAAQ8M//xAAWEQEBAQAAAAAAAAAAAAAAAAABABH/2gAIAQMBAT8QwSX/xAAYEQACAwAAAAAAAAAAAAAAAAAAAREhUf/aAAgBAgEBPxCbViwP/8QAGxABAQEBAQADAAAAAAAAAAAAAREAMSFRobH/2gAIAQEAAT8QblHb5iAr8iUvzD3HzIIID6wJmA/uqCLSjeZCou//2Q==", "width" : 20, "height" : 14, "aspectRatio" : 1.4285714285714286, "originalName" : "RopeBridge.jpg"}} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "sort": {"type": "string"}, "templates": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "sort", "templates"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f", "sort" : "110", "templates" : ["select.html"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "sort": {"type": "string"}, "templates": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "sort", "templates"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-svg-core": {"type": "string"}, "@fortawesome/free-regular-svg-icons": {"type": "string"}, "@fortawesome/free-solid-svg-icons": {"type": "string"}, "@fortawesome/react-fontawesome": {"type": "string"}, "bootstrap": {"type": "string"}, "immutability-helper": {"type": "string"}, "lodash": {"type": "string"}, "lodash.flow": {"type": "string"}, "markdown-it": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dnd": {"type": "string"}, "react-dnd-html5-backend": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "reactstrap": {"type": "string"}}, "required": ["@fortawesome/fontawesome-svg-core", "@fortawesome/free-regular-svg-icons", "@fortawesome/free-solid-svg-icons", "@fortawesome/react-fontawesome", "bootstrap", "immutability-helper", "lodash", "lodash.flow", "markdown-it", "prop-types", "react", "react-dnd", "react-dnd-html5-backend", "react-dom", "react-scripts", "reactstrap"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["start", "build", "test", "eject", "prettier"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["name", "version", "private", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cnu-6-2018-react", "version" : "0.1.0", "private" : true, "dependencies" : {"@fortawesome/fontawesome-svg-core" : "^1.2.0-14", "@fortawesome/free-regular-svg-icons" : "^5.1.0-11", "@fortawesome/free-solid-svg-icons" : "^5.1.0-11", "@fortawesome/react-fontawesome" : "^0.1.0-11", "bootstrap" : "4.1.1", "immutability-helper" : "^2.7.1", "lodash" : "latest", "lodash.flow" : "^3.5.0", "markdown-it" : "^8.4.1", "prop-types" : "^15.6.2", "react" : "^16.4.1", "react-dnd" : "^5.0.0", "react-dnd-html5-backend" : "^5.0.1", "react-dom" : "^16.4.1", "react-scripts" : "1.1.4", "reactstrap" : "^6.1.0"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject", "prettier" : "prettier --write 'src/**/*.{js,jsx,json,css}'"}, "devDependencies" : {"prettier" : "^1.13.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-svg-core": {"type": "string"}, "@fortawesome/free-regular-svg-icons": {"type": "string"}, "@fortawesome/free-solid-svg-icons": {"type": "string"}, "@fortawesome/react-fontawesome": {"type": "string"}, "bootstrap": {"type": "string"}, "immutability-helper": {"type": "string"}, "lodash": {"type": "string"}, "lodash.flow": {"type": "string"}, "markdown-it": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dnd": {"type": "string"}, "react-dnd-html5-backend": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "reactstrap": {"type": "string"}}, "required": ["@fortawesome/fontawesome-svg-core", "@fortawesome/free-regular-svg-icons", "@fortawesome/free-solid-svg-icons", "@fortawesome/react-fontawesome", "bootstrap", "immutability-helper", "lodash", "lodash.flow", "markdown-it", "prop-types", "react", "react-dnd", "react-dnd-html5-backend", "react-dom", "react-scripts", "reactstrap"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["start", "build", "test", "eject", "prettier"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["name", "version", "private", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-68r5-44xv-q47r", "modified" : "2022-05-02T03:49:44Z", "published" : "2022-05-02T03:49:44Z", "aliases" : ["CVE-2009-3901"], "details" : "Multiple cross-site scripting (XSS) vulnerabilities in e-Courier CMS allow remote attackers to inject arbitrary web script or HTML via the UserGUID parameter to home/index.asp and other unspecified vectors.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-3901"}, {"type" : "WEB", "url" : "http://packetstormsecurity.org/0911-exploits/ecourier-xss.txt"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/37240"}], "database_specific" : {"cwe_ids" : ["CWE-79"], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"editor.quickSuggestions": {"type": "object", "properties": {"other": {"type": "boolean"}, "comments": {"type": "boolean"}, "strings": {"type": "boolean"}}, "required": ["other", "comments", "strings"]}, "python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["editor.quickSuggestions", "python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"editor.quickSuggestions" : {"other" : true, "comments" : true, "strings" : false}, "python.analysis.extraPaths" : ["./sources"]} | json_instruct | {"type": "object", "properties": {"editor.quickSuggestions": {"type": "object", "properties": {"other": {"type": "boolean"}, "comments": {"type": "boolean"}, "strings": {"type": "boolean"}}, "required": ["other", "comments", "strings"]}, "python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["editor.quickSuggestions", "python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "count": {"type": "integer"}, "income": {"type": "number"}, "commission": {"type": "number"}, "cleared": {"type": "number"}}, "required": ["status", "count", "income", "commission", "cleared"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"status" : "paid", "count" : 2, "income" : 35.5, "commission" : 8.8, "cleared" : 4.2}, {"status" : "left", "count" : 23, "income" : 0.0, "commission" : 0.0, "cleared" : 0.0}, {"status" : "trying", "count" : 30, "income" : 0.0, "commission" : 0.0, "cleared" : 0.0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "count": {"type": "integer"}, "income": {"type": "number"}, "commission": {"type": "number"}, "cleared": {"type": "number"}}, "required": ["status", "count", "income", "commission", "cleared"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "5dd800bde492226366631335", "_tpl" : "5c793fde2e221601da358614", "parentId" : "5dd800bde492226366631334", "slotId" : "mod_stock"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.7": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.1.5", "0.1.6", "0.1.7"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.1.7"], "meta" : {"description" : "A representation of an organization", "homepage" : "http://svn.plone.org/svn/plone/plone.example", "license" : "GPL"}, "versions" : {"0.1" : {"sha256" : "8d393f21bbdd556bbbce615d5fb5e69b6878bfa0e0c6dff5cc273fc622240b45", "url" : "https://files.pythonhosted.org/packages/f3/b3/116c3b7535287d8c1051858ff82f7a5b97980806124417f03939ae0220b2/Products.Organization-0.1.tar.gz"}, "0.1.5" : {"sha256" : "0c94b6464341c9c5e96493f65688e32425d0e961740326778cae014eaac6ef94", "url" : "https://files.pythonhosted.org/packages/6e/c0/cae73ea8e44dfaca7363af16338b27e15a69c34b2146b1b019eb856be8e8/Products.Organization-0.1.5.tar.gz"}, "0.1.6" : {"sha256" : "97705ef6f701bcfc1aac81b9a5687141d88c64896049aebfdd9194b52088a93f", "url" : "https://files.pythonhosted.org/packages/6f/20/2efadd8c0fc95bd1c131e3070c19a9174946aff1fd631fb35c04bacb7bef/Products.Organization-0.1.6.tar.gz"}, "0.1.7" : {"sha256" : "4f29f46ada2f15f570889c742fa17fdedc587372fd532713bb3304f49a9f45fc", "url" : "https://files.pythonhosted.org/packages/c6/42/f249f27b59b5d53a8b5d4c1f025c79a1ab7018aa90de5006c16d29e63b98/Products.Organization-0.1.7.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.7": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.1.5", "0.1.6", "0.1.7"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"entryPoints": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mode": {"type": "string"}}, "required": ["name", "mode"]}}, "types": {"type": "object", "properties": {"_89": {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["name", "members"]}, "_102": {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "array": {"type": "array", "items": {"type": "integer"}}, "array_size_is_literal": {"type": "array", "items": {"type": "boolean"}}, "offset": {"type": "integer"}, "array_stride": {"type": "integer"}, "matrix_stride": {"type": "integer"}, "row_major": {"type": "boolean"}}, "required": ["name", "type", "array", "array_size_is_literal", "offset", "array_stride", "matrix_stride", "row_major"]}}}, "required": ["name", "members"]}}, "required": ["_89", "_102"]}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "integer"}}, "required": ["type", "name", "location"]}}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "integer"}}, "required": ["type", "name", "location"]}}, "ubos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "block_size": {"type": "integer"}, "set": {"type": "integer"}, "binding": {"type": "integer"}}, "required": ["type", "name", "block_size", "set", "binding"]}}}, "required": ["entryPoints", "types", "inputs", "outputs", "ubos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entryPoints" : [{"name" : "main", "mode" : "vert"}], "types" : {"_89" : {"name" : "gl_PerVertex", "members" : [{"name" : "gl_Position", "type" : "vec4"}, {"name" : "gl_PointSize", "type" : "float"}]}, "_102" : {"name" : "Block", "members" : [{"name" : "var", "type" : "mat2x3", "array" : [4, 3], "array_size_is_literal" : [true, true], "offset" : 0, "array_stride" : 192, "matrix_stride" : 16, "row_major" : true}]}}, "inputs" : [{"type" : "vec4", "name" : "a_position", "location" : 0}], "outputs" : [{"type" : "float", "name" : "v_vtxResult", "location" : 0}], "ubos" : [{"type" : "_102", "name" : "Block", "block_size" : 576, "set" : 0, "binding" : 0}]} | json_instruct | {"type": "object", "properties": {"entryPoints": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mode": {"type": "string"}}, "required": ["name", "mode"]}}, "types": {"type": "object", "properties": {"_89": {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["name", "members"]}, "_102": {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "array": {"type": "array", "items": {"type": "integer"}}, "array_size_is_literal": {"type": "array", "items": {"type": "boolean"}}, "offset": {"type": "integer"}, "array_stride": {"type": "integer"}, "matrix_stride": {"type": "integer"}, "row_major": {"type": "boolean"}}, "required": ["name", "type", "array", "array_size_is_literal", "offset", "array_stride", "matrix_stride", "row_major"]}}}, "required": ["name", "members"]}}, "required": ["_89", "_102"]}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "integer"}}, "required": ["type", "name", "location"]}}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "integer"}}, "required": ["type", "name", "location"]}}, "ubos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "block_size": {"type": "integer"}, "set": {"type": "integer"}, "binding": {"type": "integer"}}, "required": ["type", "name", "block_size", "set", "binding"]}}}, "required": ["entryPoints", "types", "inputs", "outputs", "ubos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"0-9": {"type": "integer"}, "10-19": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type": "integer"}, "80+": {"type": "integer"}}, "required": ["0-9", "10-19", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0-9" : 1, "10-19" : 6, "20-29" : 31, "30-39" : 41, "40-49" : 123, "50-59" : 256, "60-69" : 576, "70-79" : 1117, "80+" : 2538} | json_instruct | {"type": "object", "properties": {"0-9": {"type": "integer"}, "10-19": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type": "integer"}, "80+": {"type": "integer"}}, "required": ["0-9", "10-19", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Grundschule Pye", "id" : "NI-19203-0", "address" : "Am Stollenbach 3, 49090\u00a0Osnabr\u00fcck", "school_type" : "Grundschule", "phone" : "0541 124209", "full_time_school" : false, "email" : "[email protected]", "programs" : {"programs" : []}, "state" : "NI", "lon" : 7.995168, "lat" : 52.321131} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "licence": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}, "underscore-fix": {"type": "string"}}, "required": ["underscore", "underscore-fix"]}}, "required": ["name", "version", "author", "description", "main", "moduleType", "licence", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kakahiaka", "version" : "0.1.2", "author" : "Minori Yamashita <[email protected]>", "description" : "Nothing else but Flux", "main" : "kakahiaka.js", "moduleType" : ["globals"], "licence" : "MIT", "ignore" : ["**/.*", "node_modules", "components", "bower_components"], "dependencies" : {"underscore" : "*", "underscore-fix" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "licence": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}, "underscore-fix": {"type": "string"}}, "required": ["underscore", "underscore-fix"]}}, "required": ["name", "version", "author", "description", "main", "moduleType", "licence", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Agglutinin V": {"type": "string"}, "SNAV": {"type": "string"}, "LECSNAI": {"type": "string"}, "SNAI": {"type": "string"}, "Agglutinin I": {"type": "string"}, "LECSNA-If": {"type": "string"}, "SNAIf": {"type": "string"}, "P33183": {"type": "string"}, "NIGB_SAMNI": {"type": "string"}, "Nigrin b": {"type": "string"}, "P00226": {"type": "string"}, "FER_SAMNI": {"type": "string"}, "Ferredoxin": {"type": "string"}, "P00062": {"type": "string"}, "CYC_SAMNI": {"type": "string"}, "Cytochrome c": {"type": "string"}, "Q41358": {"type": "string"}, "SNAIB_SAMNI": {"type": "string"}, "Ribosome-inactivating protein SNAI": {"type": "string"}, "SNA-I": {"type": "string"}, "Q41359": {"type": "string"}, "PR1_SAMNI": {"type": "string"}, "Pathogenesis-related protein PR-1 type": {"type": "string"}, "P93543": {"type": "string"}, "RIP1_SAMNI": {"type": "string"}, "Ribosome-inactivating protein SNAI'": {"type": "string"}, "O22415": {"type": "string"}, "SNAIF_SAMNI": {"type": "string"}, "Ribosome-inactivating protein SNAIf": {"type": "string"}, "SNA-If": {"type": "string"}, "P00291": {"type": "string"}, "PLAS_SAMNI": {"type": "string"}, "Plastocyanin": {"type": "string"}, "PETE": {"type": "string"}}, "required": ["Agglutinin V", "SNAV", "LECSNAI", "SNAI", "Agglutinin I", "LECSNA-If", "SNAIf", "P33183", "NIGB_SAMNI", "Nigrin b", "P00226", "FER_SAMNI", "Ferredoxin", "P00062", "CYC_SAMNI", "Cytochrome c", "Q41358", "SNAIB_SAMNI", "Ribosome-inactivating protein SNAI", "SNA-I", "Q41359", "PR1_SAMNI", "Pathogenesis-related protein PR-1 type", "P93543", "RIP1_SAMNI", "Ribosome-inactivating protein SNAI'", "O22415", "SNAIF_SAMNI", "Ribosome-inactivating protein SNAIf", "SNA-If", "P00291", "PLAS_SAMNI", "Plastocyanin", "PETE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Agglutinin V" : "P33183", "SNAV" : "P33183", "LECSNAI" : "Q41358", "SNAI" : "Q41358", "Agglutinin I" : "O22415", "LECSNA-If" : "O22415", "SNAIf" : "O22415", "P33183" : "P33183", "NIGB_SAMNI" : "P33183", "Nigrin b" : "P33183", "P00226" : "P00226", "FER_SAMNI" : "P00226", "Ferredoxin" : "P00226", "P00062" : "P00062", "CYC_SAMNI" : "P00062", "Cytochrome c" : "P00062", "Q41358" : "Q41358", "SNAIB_SAMNI" : "Q41358", "Ribosome-inactivating protein SNAI" : "Q41358", "SNA-I" : "Q41358", "Q41359" : "Q41359", "PR1_SAMNI" : "Q41359", "Pathogenesis-related protein PR-1 type" : "Q41359", "P93543" : "P93543", "RIP1_SAMNI" : "P93543", "Ribosome-inactivating protein SNAI'" : "P93543", "O22415" : "O22415", "SNAIF_SAMNI" : "O22415", "Ribosome-inactivating protein SNAIf" : "O22415", "SNA-If" : "O22415", "P00291" : "P00291", "PLAS_SAMNI" : "P00291", "Plastocyanin" : "P00291", "PETE" : "P00291"} | json_instruct | {"type": "object", "properties": {"Agglutinin V": {"type": "string"}, "SNAV": {"type": "string"}, "LECSNAI": {"type": "string"}, "SNAI": {"type": "string"}, "Agglutinin I": {"type": "string"}, "LECSNA-If": {"type": "string"}, "SNAIf": {"type": "string"}, "P33183": {"type": "string"}, "NIGB_SAMNI": {"type": "string"}, "Nigrin b": {"type": "string"}, "P00226": {"type": "string"}, "FER_SAMNI": {"type": "string"}, "Ferredoxin": {"type": "string"}, "P00062": {"type": "string"}, "CYC_SAMNI": {"type": "string"}, "Cytochrome c": {"type": "string"}, "Q41358": {"type": "string"}, "SNAIB_SAMNI": {"type": "string"}, "Ribosome-inactivating protein SNAI": {"type": "string"}, "SNA-I": {"type": "string"}, "Q41359": {"type": "string"}, "PR1_SAMNI": {"type": "string"}, "Pathogenesis-related protein PR-1 type": {"type": "string"}, "P93543": {"type": "string"}, "RIP1_SAMNI": {"type": "string"}, "Ribosome-inactivating protein SNAI'": {"type": "string"}, "O22415": {"type": "string"}, "SNAIF_SAMNI": {"type": "string"}, "Ribosome-inactivating protein SNAIf": {"type": "string"}, "SNA-If": {"type": "string"}, "P00291": {"type": "string"}, "PLAS_SAMNI": {"type": "string"}, "Plastocyanin": {"type": "string"}, "PETE": {"type": "string"}}, "required": ["Agglutinin V", "SNAV", "LECSNAI", "SNAI", "Agglutinin I", "LECSNA-If", "SNAIf", "P33183", "NIGB_SAMNI", "Nigrin b", "P00226", "FER_SAMNI", "Ferredoxin", "P00062", "CYC_SAMNI", "Cytochrome c", "Q41358", "SNAIB_SAMNI", "Ribosome-inactivating protein SNAI", "SNA-I", "Q41359", "PR1_SAMNI", "Pathogenesis-related protein PR-1 type", "P93543", "RIP1_SAMNI", "Ribosome-inactivating protein SNAI'", "O22415", "SNAIF_SAMNI", "Ribosome-inactivating protein SNAIf", "SNA-If", "P00291", "PLAS_SAMNI", "Plastocyanin", "PETE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"80dce04f6d2cfac31f8c1ef27d92e705\"", "Last-Modified" : "Wed, 19 Sep 2018 12:19:14 GMT", "base" : {"repo" : {"name" : "slepc-feedstock"}}, "closed_at" : "2018-09-19T12:19:14Z", "created_at" : "2018-09-18T18:24:07Z", "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/slepc-feedstock/pull/18", "id" : 216400594, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2018-09-19T12:19:14Z", "number" : 18, "state" : "closed", "updated_at" : "2018-09-19T12:19:14Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"entity": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "item": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["entity", "item"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entity" : [["y-tut", "ye_fassembly1"]], "item" : [["y-tut", "ye_fassembly1"]]} | json_instruct | {"type": "object", "properties": {"entity": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "item": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["entity", "item"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Script": {"type": "object", "properties": {"Directory Script": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "PathDLL": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Script", "UUID Resource", "Name", "PathDLL", "Type", "Last Write"]}}, "required": ["Script"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Script" : {"Directory Script" : "Assets/ManagerProjectile.cs", "UUID Resource" : 1367411234, "Name" : "ManagerProjectile", "PathDLL" : "Library/Scripts/1367411234.dll", "Type" : 4, "Last Write" : 1523543240}} | json_instruct | {"type": "object", "properties": {"Script": {"type": "object", "properties": {"Directory Script": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "PathDLL": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Script", "UUID Resource", "Name", "PathDLL", "Type", "Last Write"]}}, "required": ["Script"], "$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" : "TALVASA", "frequency" : 1, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"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" : "Vexaincourt", "dpt" : "Vosges", "inscrits" : 132, "abs" : 32, "votants" : 100, "blancs" : 9, "nuls" : 6, "exp" : 85, "res" : [{"panneau" : "2", "voix" : 45}, {"panneau" : "1", "voix" : 40}]} | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "keywords", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-native-fullwidth-image", "version" : "0.1.3", "description" : "A responsive Image element that takes the full width of its parent element while maintaining aspect ratio.", "main" : "index.js", "keywords" : ["react-native", "react-component", "react-native-component", "react", "mobile", "ios", "android", "ui", "full-width", "width", "100%", "square", "image"], "repository" : {"type" : "git", "url" : "https://github.com/wassgha/react-native-fullwidth-image.git"}, "author" : "Wassim Gharbi <[email protected]>", "license" : "MIT", "bugs" : {"url" : "https://github.com/wassgha/react-native-fullwidth-image/issues"}, "homepage" : "https://github.com/wassgha/react-native-fullwidth-image", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "keywords", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"0-4": {"type": "string"}, "5-17": {"type": "string"}, "18-35": {"type": "string"}, "36-49": {"type": "string"}, "50-64": {"type": "string"}, "65+": {"type": "string"}}, "required": ["0-4", "5-17", "18-35", "36-49", "50-64", "65+"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0-4" : "0", "5-17" : "0", "18-35" : "6", "36-49" : "8", "50-64" : "58", "65+" : "292"} | json_instruct | {"type": "object", "properties": {"0-4": {"type": "string"}, "5-17": {"type": "string"}, "18-35": {"type": "string"}, "36-49": {"type": "string"}, "50-64": {"type": "string"}, "65+": {"type": "string"}}, "required": ["0-4", "5-17", "18-35", "36-49", "50-64", "65+"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : "2020-12-14T09:22:35Z", "data" : [{"data_type" : "pm10", "value" : "5.73", "max" : "6.00", "min" : "5.00", "sd" : "0.46"}, {"data_type" : "pm2.5", "value" : "5.73", "max" : "6.00", "min" : "5.00", "sd" : "0.46"}, {"data_type" : "pm1", "value" : "4.80", "max" : "5.00", "min" : "4.00", "sd" : "0.41"}, {"data_type" : "pm10", "value" : "5.13", "max" : "6.00", "min" : "4.00", "sd" : "0.83", "sensor" : 2}, {"data_type" : "pm2.5", "value" : "5.13", "max" : "6.00", "min" : "4.00", "sd" : "0.83", "sensor" : 2}, {"data_type" : "pm1", "value" : "4.73", "max" : "6.00", "min" : "4.00", "sd" : "0.59", "sensor" : 2}, {"data_type" : "pm10", "value" : "905.40", "max" : "984.00", "min" : "819.00", "sd" : "57.00", "sensor" : 3}, {"data_type" : "pm2.5", "value" : "255.87", "max" : "277.00", "min" : "237.00", "sd" : "12.74", "sensor" : 3}, {"data_type" : "pm1", "value" : "36.73", "max" : "45.00", "min" : "25.00", "sd" : "6.17", "sensor" : 3}, {"data_type" : "pm10", "value" : "1.53", "max" : "3.00", "min" : "0.00", "sd" : "0.74", "sensor" : 4}, {"data_type" : "pm2.5", "value" : "0.07", "max" : "1.00", "min" : "0.00", "sd" : "0.26", "sensor" : 4}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00", "sensor" : 4}, {"data_type" : "pm10", "value" : "515.40", "max" : "1212.00", "min" : "0.00", "sd" : "515.46", "sensor" : 5}, {"data_type" : "pm2.5", "value" : "270.80", "max" : "320.00", "min" : "224.00", "sd" : "32.16", "sensor" : 5}, {"data_type" : "pm1", "value" : "12.47", "max" : "18.00", "min" : "5.00", "sd" : "3.72", "sensor" : 5}, {"data_type" : "pm10", "value" : "0.87", "max" : "2.00", "min" : "0.00", "sd" : "0.83", "sensor" : 6}, {"data_type" : "pm2.5", "value" : "0.07", "max" : "1.00", "min" : "0.00", "sd" : "0.26", "sensor" : 6}, {"data_type" : "noise", "value" : "30.11", "max" : "33.56", "min" : "27.76", "sd" : "1.50"}, {"data_type" : "voltage", "value" : "5.05", "max" : "5.05", "min" : "5.04", "sd" : "0.00"}, {"data_type" : "batery", "value" : "4.16", "max" : "4.16", "min" : "4.16", "sd" : "0.00"}, {"data_type" : "panel", "value" : "0.01", "max" : "0.03", "min" : "0.00", "sd" : "0.01"}]} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "createdAt": {"type": "string"}, "expiresAt": {"type": "string"}, "space": {"type": "object", "properties": {"sys": {"type": "object", "properties": {"type": {"type": "string"}, "linkType": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "linkType", "id"]}}, "required": ["sys"]}, "createdBy": {"type": "object", "properties": {"sys": {"type": "object", "properties": {"type": {"type": "string"}, "linkType": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "linkType", "id"]}}, "required": ["sys"]}}, "required": ["id", "type", "createdAt", "expiresAt", "space", "createdBy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "kGrVn541RH6UzTOCojFqo", "type" : "Upload", "createdAt" : "2018-08-01T08:19:42Z", "expiresAt" : "2018-08-03T00:00:00Z", "space" : {"sys" : {"type" : "Link", "linkType" : "Space", "id" : "pmgjoasidv3w"}}, "createdBy" : {"sys" : {"type" : "Link", "linkType" : "User", "id" : "1CECdY5ZhqJapGieg6QS9P"}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "createdAt": {"type": "string"}, "expiresAt": {"type": "string"}, "space": {"type": "object", "properties": {"sys": {"type": "object", "properties": {"type": {"type": "string"}, "linkType": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "linkType", "id"]}}, "required": ["sys"]}, "createdBy": {"type": "object", "properties": {"sys": {"type": "object", "properties": {"type": {"type": "string"}, "linkType": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "linkType", "id"]}}, "required": ["sys"]}}, "required": ["id", "type", "createdAt", "expiresAt", "space", "createdBy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"arguments": {"type": "object", "properties": {"argument_name": {"type": "object", "properties": {"name": {"type": "string"}, "is_required": {"type": "boolean"}, "is_array": {"type": "boolean"}, "description": {"type": "string"}, "default": {"type": "null"}}, "required": ["name", "is_required", "is_array", "description", "default"]}}, "required": ["argument_name"]}, "options": {"type": "object", "properties": {"option_name": {"type": "object", "properties": {"name": {"type": "string"}, "shortcut": {"type": "string"}, "accept_value": {"type": "boolean"}, "is_value_required": {"type": "boolean"}, "is_multiple": {"type": "boolean"}, "description": {"type": "string"}, "default": {"type": "boolean"}}, "required": ["name", "shortcut", "accept_value", "is_value_required", "is_multiple", "description", "default"]}}, "required": ["option_name"]}}, "required": ["arguments", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"arguments" : {"argument_name" : {"name" : "argument_name", "is_required" : true, "is_array" : false, "description" : "", "default" : null}}, "options" : {"option_name" : {"name" : "--option_name", "shortcut" : "-o", "accept_value" : false, "is_value_required" : false, "is_multiple" : false, "description" : "", "default" : false}}} | json_instruct | {"type": "object", "properties": {"arguments": {"type": "object", "properties": {"argument_name": {"type": "object", "properties": {"name": {"type": "string"}, "is_required": {"type": "boolean"}, "is_array": {"type": "boolean"}, "description": {"type": "string"}, "default": {"type": "null"}}, "required": ["name", "is_required", "is_array", "description", "default"]}}, "required": ["argument_name"]}, "options": {"type": "object", "properties": {"option_name": {"type": "object", "properties": {"name": {"type": "string"}, "shortcut": {"type": "string"}, "accept_value": {"type": "boolean"}, "is_value_required": {"type": "boolean"}, "is_multiple": {"type": "boolean"}, "description": {"type": "string"}, "default": {"type": "boolean"}}, "required": ["name", "shortcut", "accept_value", "is_value_required", "is_multiple", "description", "default"]}}, "required": ["option_name"]}}, "required": ["arguments", "options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["short_name", "name", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"short_name" : "CARS NFTs", "name" : "MINT CARS NFTs", "icons" : [{"src" : "icon_72x72.png", "sizes" : "72x72", "type" : "image/png"}], "start_url" : ".", "display" : "standalone", "theme_color" : "#000000", "background_color" : "#ffffff"} | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["short_name", "name", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ledgerCreateSubText": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "newLocalWallet": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "newLocalWalletSubText": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "trezorCreateSubText": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["ledgerCreateSubText", "newLocalWallet", "newLocalWalletSubText", "trezorCreateSubText"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ledgerCreateSubText" : {"message" : "Pod\u0142\u0105cz portfel Ledger, aby korzysta\u0107 z dApps i dokona\u0107 transakcje do innych pod\u0142\u0105czonych portfeli."}, "newLocalWallet" : {"message" : "Nowy portfel lokalny"}, "newLocalWalletSubText" : {"message" : "Utw\u00f3rz nowy, lokalny portfel Brave, aby korzysta\u0107 z dApps i bezpiecznie przechowywa\u0107 kryptowaluty. Handluj tokenami anonimowo, bez op\u0142at handlowych."}, "trezorCreateSubText" : {"message" : "Pod\u0142\u0105cz portfel Trezor, aby korzysta\u0107 z dApps i dokona\u0107 transakcje do innych pod\u0142\u0105czonych portfeli."}} | json_instruct | {"type": "object", "properties": {"ledgerCreateSubText": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "newLocalWallet": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "newLocalWalletSubText": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "trezorCreateSubText": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["ledgerCreateSubText", "newLocalWallet", "newLocalWalletSubText", "trezorCreateSubText"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "from H6031 (\u05e2\u05b8\u05e0\u05b8\u05d4);", "pron" : "en-ooth'", "outline" : "<ol><li> affliction</li></ol>", "kjv_def" : "affliction.", "lemma" : "\u05e2\u05b1\u05e0\u05d5\u05bc\u05ea", "frequency" : 1, "strongs_def" : "affliction", "xlit" : "\u02bb\u0115n\u00fbwth"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Microsoft": {"type": "object", "properties": {"domain": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "tfa", "documentation", "keywords"]}}, "required": ["Microsoft"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Microsoft" : {"domain" : "microsoft.com", "tfa" : ["teachers", "students"], "documentation" : "https://www.microsoft.com/en-us/store/b/education", "keywords" : ["tech", "cloud", "retail"]}} | json_instruct | {"type": "object", "properties": {"Microsoft": {"type": "object", "properties": {"domain": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "tfa", "documentation", "keywords"]}}, "required": ["Microsoft"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "fc4abada-630c-4cd2-befb-8fa3eff0c8da", "children" : ["4dd943df-e694-482a-8d3c-bfe1539a8b89"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1618251251687, "stop" : 1618251251758}], "start" : 1618251251687, "stop" : 1618251251767} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "5ab8f85d86f7745cd93a1cf5", "ParentId" : "5b47574386f77428ca22b32f", "Price" : 4258} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "input": {"type": "string"}, "fluid": {"type": "object", "properties": {"tag": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["tag", "amount"]}, "temperature": {"type": "integer"}, "output": {"type": "string"}}, "required": ["type", "input", "fluid", "temperature", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "tconstruct:material_fluid", "input" : "tconstruct:necrotic_bone", "fluid" : {"tag" : "tconstruct:blazing_blood", "amount" : 200}, "temperature" : 1500, "output" : "tconstruct:blazing_bone"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "input": {"type": "string"}, "fluid": {"type": "object", "properties": {"tag": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["tag", "amount"]}, "temperature": {"type": "integer"}, "output": {"type": "string"}}, "required": ["type", "input", "fluid", "temperature", "output"], "$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" : "patiwtiwen", "h" : [{"d" : [{"f" : "\u7d66\u2026\u591a\u7d66\u4e00\u9ede\u3001\u8acb\u591a\u7d66\u3002", "e" : ["\ufff9`Pa~`tiwtiwen~ `kora~ `wawa~ `a~ `pafeli~ `to~ `'odax~.\ufffa\ufffb\u591a\u7d66\u90a3\u500b\u5b69\u5b50\u4e00\u9ede\u7cd6\u3002"]}]}], "stem" : "tiwtiw"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xbox" : 50068, "ps" : 36556} | json_instruct | {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.5.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.7": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.5", "0.5.1", "0.6", "0.7"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.7"], "meta" : {"description" : "PSD support for Pymaging", "homepage" : "https://github.com/kmike/pymaging-psd", "license" : "MIT License"}, "versions" : {"0.5" : {"sha256" : "5681864154a292918ef9f5056cf0a4a1e45775634012404aa043b9dc24a75d72", "url" : "https://files.pythonhosted.org/packages/6e/d5/26078b749bf23f1c8722e545535a201ba9359c9868a1d4b2e0ed78f4e1fd/pymaging-psd-0.5.tar.gz"}, "0.5.1" : {"sha256" : "5b50821930cb416761f87b0699d8ea0db0b30c5d23d828d51670456858e3c51b", "url" : "https://files.pythonhosted.org/packages/c5/8d/7e9eb1554326ed0a5f42fc31e32e95e58c638bf8c7fbc2e7c2c41cc31f33/pymaging-psd-0.5.1.tar.gz"}, "0.6" : {"sha256" : "6a4d08a766d30319ce85a627ec3a2390fb86d3ceb5adf95d3e158c775c32f3e2", "url" : "https://files.pythonhosted.org/packages/0c/33/f8d4fcc538069b62d9eb06e05a84aaebfbd7b3a63b41228bae7f7c770369/pymaging-psd-0.6.tar.gz"}, "0.7" : {"sha256" : "53f840ca0ea8e638df02fcf98d20c56edf5ead28756f0921eb462cba4081c129", "url" : "https://files.pythonhosted.org/packages/ad/44/84cc05785f9b2e5ce60db7843a948577b0cb4ed68b490d96a529bac5b0e2/pymaging-psd-0.7.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.5.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.7": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.5", "0.5.1", "0.6", "0.7"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["340203007002", "\u77f3\u784a\u5c45\u59d4\u4f1a", "112", "0"], ["340203007200", "\u767d\u9a6c\u6751\u59d4\u4f1a", "112", "0"], ["340203007201", "\u5854\u5f71\u6751\u59d4\u4f1a", "111", "0"], ["340203007202", "\u4e49\u5174\u6751\u59d4\u4f1a", "112", "0"], ["340203007203", "\u65b0\u4e49\u6751\u59d4\u4f1a", "112", "0"], ["340203007204", "\u65b0\u5927\u57be\u6751\u59d4\u4f1a", "112", "0"], ["340203007205", "\u724c\u574a\u6751\u59d4\u4f1a", "112", "0"], ["340203007206", "\u6e05\u7af9\u6751\u59d4\u4f1a", "112", "0"], ["340203007207", "\u65b0\u5c71\u6751\u59d4\u4f1a", "112", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Sweden - External Debt", "downloads" : 94, "tags" : ["economics", "hxl", "indicators", "Sweden"], "hxl" : 1, "org" : "World Bank Group", "id" : "fd92c6ac-830a-4d21-bcbe-0b9c42a9e891", "resources" : [{"update_date" : "2021-01-31T22:16:20.589015", "link" : "https://data.humdata.org/dataset/fd92c6ac-830a-4d21-bcbe-0b9c42a9e891/resource/d00639f3-f766-44be-a70a-9041c94aadea/download/external-debt_swe.csv"}, {"update_date" : "2021-01-31T22:16:20.589015", "link" : "https://data.humdata.org/dataset/fd92c6ac-830a-4d21-bcbe-0b9c42a9e891/resource/66abfb49-31bd-46ec-af8a-14d1f04608fd/download/qc_external-debt_swe.csv"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"GF_SERVER_ROOT_URL": {"type": "string"}, "GF_AUTH_AZUREAD_CLIENT_ID": {"type": "string"}, "GF_AUTH_AZUREAD_CLIENT_SECRET": {"type": "string"}, "GF_AUTH_AZUREAD_AUTH_URL": {"type": "string"}, "GF_AUTH_AZUREAD_TOKEN_URL": {"type": "string"}, "GF_AUTH_AZUREAD_ENABLED": {"type": "boolean"}, "GF_AUTH_AZUREAD_ALLOW_SIGN_UP": {"type": "boolean"}, "GF_AUTH_AZUREAD_SCOPES": {"type": "string"}, "GF_INSTALL_PLUGINS": {"type": "string"}, "GF_SECURITY_ADMIN_PASSWORD": {"type": "string"}, "GF_DATABASE_TYPE": {"type": "string"}, "GF_DATABASE_HOST": {"type": "string"}, "GF_DATABASE_USER": {"type": "string"}, "GF_DATABASE_PASSWORD": {"type": "string"}, "GF_DATABASE_SSL_MODE": {"type": "string"}}, "required": ["GF_SERVER_ROOT_URL", "GF_AUTH_AZUREAD_CLIENT_ID", "GF_AUTH_AZUREAD_CLIENT_SECRET", "GF_AUTH_AZUREAD_AUTH_URL", "GF_AUTH_AZUREAD_TOKEN_URL", "GF_AUTH_AZUREAD_ENABLED", "GF_AUTH_AZUREAD_ALLOW_SIGN_UP", "GF_AUTH_AZUREAD_SCOPES", "GF_INSTALL_PLUGINS", "GF_SECURITY_ADMIN_PASSWORD", "GF_DATABASE_TYPE", "GF_DATABASE_HOST", "GF_DATABASE_USER", "GF_DATABASE_PASSWORD", "GF_DATABASE_SSL_MODE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GF_SERVER_ROOT_URL" : "https://__1__.azurewebsites.net", "GF_AUTH_AZUREAD_CLIENT_ID" : "__2__", "GF_AUTH_AZUREAD_CLIENT_SECRET" : "__3__", "GF_AUTH_AZUREAD_AUTH_URL" : "https://login.microsoftonline.com/__4__/oauth2/v2.0/authorize", "GF_AUTH_AZUREAD_TOKEN_URL" : "https://login.microsoftonline.com/__4__/oauth2/v2.0/token", "GF_AUTH_AZUREAD_ENABLED" : true, "GF_AUTH_AZUREAD_ALLOW_SIGN_UP" : true, "GF_AUTH_AZUREAD_SCOPES" : "openid email profile", "GF_INSTALL_PLUGINS" : "grafana-azure-data-explorer-datasource", "GF_SECURITY_ADMIN_PASSWORD" : "__5__", "GF_DATABASE_TYPE" : "postgres", "GF_DATABASE_HOST" : "__6__.postgres.database.azure.com", "GF_DATABASE_USER" : "__7__", "GF_DATABASE_PASSWORD" : "__8__", "GF_DATABASE_SSL_MODE" : "require"} | json_instruct | {"type": "object", "properties": {"GF_SERVER_ROOT_URL": {"type": "string"}, "GF_AUTH_AZUREAD_CLIENT_ID": {"type": "string"}, "GF_AUTH_AZUREAD_CLIENT_SECRET": {"type": "string"}, "GF_AUTH_AZUREAD_AUTH_URL": {"type": "string"}, "GF_AUTH_AZUREAD_TOKEN_URL": {"type": "string"}, "GF_AUTH_AZUREAD_ENABLED": {"type": "boolean"}, "GF_AUTH_AZUREAD_ALLOW_SIGN_UP": {"type": "boolean"}, "GF_AUTH_AZUREAD_SCOPES": {"type": "string"}, "GF_INSTALL_PLUGINS": {"type": "string"}, "GF_SECURITY_ADMIN_PASSWORD": {"type": "string"}, "GF_DATABASE_TYPE": {"type": "string"}, "GF_DATABASE_HOST": {"type": "string"}, "GF_DATABASE_USER": {"type": "string"}, "GF_DATABASE_PASSWORD": {"type": "string"}, "GF_DATABASE_SSL_MODE": {"type": "string"}}, "required": ["GF_SERVER_ROOT_URL", "GF_AUTH_AZUREAD_CLIENT_ID", "GF_AUTH_AZUREAD_CLIENT_SECRET", "GF_AUTH_AZUREAD_AUTH_URL", "GF_AUTH_AZUREAD_TOKEN_URL", "GF_AUTH_AZUREAD_ENABLED", "GF_AUTH_AZUREAD_ALLOW_SIGN_UP", "GF_AUTH_AZUREAD_SCOPES", "GF_INSTALL_PLUGINS", "GF_SECURITY_ADMIN_PASSWORD", "GF_DATABASE_TYPE", "GF_DATABASE_HOST", "GF_DATABASE_USER", "GF_DATABASE_PASSWORD", "GF_DATABASE_SSL_MODE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "author": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "published_date": {"type": "string"}, "section": {"type": "string"}}, "required": ["id", "url", "author", "title", "text", "published_date", "section"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 453, "url" : "https://minefi.hosting.augure.com/Augure_Minefi/r/ContenuEnLigne/Download?id=1B9C84AA-9E97-4EB3-881D-016318C0A293&filename=1847%20-%20NAR%20-%20D%C3%A9claration%20%C3%A0%20l%27occasion%20de%20la%20cl%C3%B4ture%20de%20la%20p%C3%A9riode%20de%20souscription%20des%20actions%20de%20La%20Fran%C3%A7aise%20des%20Jeux.pdf", "author" : "Bruno Le Maire", "title" : "1847 - D\u00e9claration presse de Bruno Le Maire sur La Fran\u00e7aise des Jeux \u2013 Demain \u00e0 16h30", "text" : " \n \n \nMINISTERE DE L\u2019ECONOMIE \nET DES FINANCES \n \n \n \n \nParis, le 19 novembre 2019 \n \n \n \n \n \n \n \n \n \n \nN\u00b01847 \n \n \n \n \nINVITATION PRESSE \n \nBruno Le Maire fera une d\u00e9claration \u00e0 la presse \u00e0 l\u2019occasion \nde la cl\u00f4ture de la p\u00e9riode de souscription des actions de La Fran\u00e7aise des Jeux \n \n \nMercredi 20 novembre \u2013 16 h 30 \nBercy \n \n \n \n \n \n \n \n \nAccr\u00e9ditations aupr\u00e8s du bureau de presse de Bercy : \n01 53 18 33 80 - [email protected] \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \nContact presse : \n \nCabinet de Bruno Le Maire : 01 53 18 41 13 [email protected] \n \n", "published_date" : "2019-11-19", "section" : "Communiques"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "author": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "published_date": {"type": "string"}, "section": {"type": "string"}}, "required": ["id", "url", "author", "title", "text", "published_date", "section"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "amahen", "h" : [{"d" : [{"f" : "\u653e\u8f15\u9ede\u3002", "e" : ["\ufff9`Amah~`e~`n~ `a~ `romakat~!\ufffa\ufffb\u8d70\u8def\u8acb\u8f15\u4e00\u9ede\uff01", "\ufff9`Amah~`e~`n~ `ko~ `honi~!\ufffa\ufffb\u8072\u97f3\u8f15\u4e00\u9ede\uff01"], "s" : ["`sa~^`e~`da~`h~`e~`n~", "`sa~^`e~`ma~`h~`e~`n~", "`kahemaw~`e~`n~"]}]}], "stem" : "amah"} | 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"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string"}}, "required": ["id", "group", "checksum", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "01758", "group" : "easy-ham-1", "checksum" : {"type" : "MD5", "value" : "ace2433031b3ea150e728b34850cdceb"}, "text" : "Return-Path: [email protected]\nDelivery-Date: Thu Sep 12 02:10:50 2002\nFrom: [email protected] (Skip Montanaro)\nDate: Wed, 11 Sep 2002 20:10:50 -0500\nSubject: [Spambayes] Current histograms \nIn-Reply-To: <[email protected]>\nReferences: <[email protected]>\n <[email protected]>\nMessage-ID: <[email protected]>\n\n\n Anthony> They weren't partitioned in any particular scheme - I think\n Anthony> I'll write a reshuffler and move them all around, ...\n\nHmmm. How about you create empty Data/Ham/Set[12345], stuff all your\nfiles into a Data/Ham/reservoir folder, then run the rebal.py script to\nrandomly parcel messages out to the various real directories?\n\nI suspect you can pull the same stunt for your Data/Spam stuff.\n\nSkip\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string"}}, "required": ["id", "group", "checksum", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pools": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"entryName": {"type": "string"}, "weight": {"type": "integer"}, "quality": {"type": "integer"}, "type": {"type": "string"}, "functions": {"type": "array", "items": {"type": "object", "properties": {"skill": {"type": "string"}, "tier": {"type": "string"}, "rarity": {"type": "number"}, "function": {"type": "string"}}, "required": ["skill", "tier", "rarity", "function"]}}, "name": {"type": "string"}}, "required": ["entryName", "weight", "quality", "type", "functions", "name"]}}, "rolls": {"type": "number"}}, "required": ["name", "entries", "rolls"]}}}, "required": ["pools"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pools" : [{"name" : "main", "entries" : [{"entryName" : "waterflasks:bladder", "weight" : 1, "quality" : 0, "type" : "item", "functions" : [{"skill" : "butchering", "tier" : "EXPERT", "rarity" : 125.0, "function" : "waterflasks:apply_req_skill"}], "name" : "waterflasks:bladder"}], "rolls" : 1.0}]} | json_instruct | {"type": "object", "properties": {"pools": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"entryName": {"type": "string"}, "weight": {"type": "integer"}, "quality": {"type": "integer"}, "type": {"type": "string"}, "functions": {"type": "array", "items": {"type": "object", "properties": {"skill": {"type": "string"}, "tier": {"type": "string"}, "rarity": {"type": "number"}, "function": {"type": "string"}}, "required": ["skill", "tier", "rarity", "function"]}}, "name": {"type": "string"}}, "required": ["entryName", "weight", "quality", "type", "functions", "name"]}}, "rolls": {"type": "number"}}, "required": ["name", "entries", "rolls"]}}}, "required": ["pools"], "$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"}, "pennkey": {"type": "string"}, "major": {"type": "string"}, "school": {"type": "string"}, "bio": {"type": "string"}, "hometown": {"type": "string"}, "team": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}, "photo": {"type": "string"}, "linkedin": {"type": "string"}, "website": {"type": "string"}, "github": {"type": "string"}, "semester_joined": {"type": "string"}, "alumnus": {"type": "boolean"}, "graduation_year": {"type": "integer"}, "job": {"type": "null"}}, "required": ["name", "pennkey", "major", "school", "bio", "hometown", "team", "roles", "photo", "linkedin", "website", "github", "semester_joined", "alumnus", "graduation_year", "job"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Matthew Rosca-Halmagean", "pennkey" : "mattrh", "major" : "Computer Science + Finance", "school" : "Engineering & Wharton", "bio" : "Hey! I'm a team lead and full stack engineer working on Penn Mobile Portal. My passions include understanding obscure blockchain applications and building products that people love. In my free time, you can usually find me listening to music, learning something new, or trying a new restaurant in Philly!", "hometown" : "Houston, TX", "team" : "Penn Mobile", "roles" : ["Team Lead", "Full Stack Engineer"], "photo" : "https://i.imgur.com/JciQvbb.jpg", "linkedin" : "https://www.linkedin.com/in/matthew-rosca-halmagean/", "website" : "", "github" : "https://github.com/matthewrh", "semester_joined" : "2019C", "alumnus" : false, "graduation_year" : 2023, "job" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pennkey": {"type": "string"}, "major": {"type": "string"}, "school": {"type": "string"}, "bio": {"type": "string"}, "hometown": {"type": "string"}, "team": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}, "photo": {"type": "string"}, "linkedin": {"type": "string"}, "website": {"type": "string"}, "github": {"type": "string"}, "semester_joined": {"type": "string"}, "alumnus": {"type": "boolean"}, "graduation_year": {"type": "integer"}, "job": {"type": "null"}}, "required": ["name", "pennkey", "major", "school", "bio", "hometown", "team", "roles", "photo", "linkedin", "website", "github", "semester_joined", "alumnus", "graduation_year", "job"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"stdout": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}}, "required": ["line"]}}}, "required": ["stdout"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stdout" : [{"line" : "test cases/failing/76 link with shared module on osx/meson.build:8:0: ERROR: target links against shared modules. This is not permitted on OSX"}]} | json_instruct | {"type": "object", "properties": {"stdout": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}}, "required": ["line"]}}}, "required": ["stdout"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 34, "n_trials" : 340, "objective" : "bohachevsky_on_cube", "white" : "hyperopt_atpe", "black" : "platypus_gde3", "traceback" : ["passing", "passing"], "best_val" : [336.1062953600847, 511.07028003538943], "best_x" : [[0.2761941906858212, 0.768163731197271, 0.3048949819433606, 0.37595426278737254, 0.5774691819643527, 0.33338686991177824, 0.7313877249583858, 0.16708492998612762, 0.5537985232222248, 0.2087739893888917, 0.6752395936853013, 0.4309336217232185, 0.6280856749932369, 0.4059137825613929, 0.14403079498753654, 0.35176502446511476, 0.49552193057177973, 0.3862770017621599, 0.6704544813332071, 0.5395509496636605, 0.600952642708855, 0.39655013168110625, 0.4116777034880428, 0.3584847016207674, 0.5380766552046934, 0.20552008690886098, 0.4237891310493493, 0.7118958803120305, 0.39509882088164006, 0.6699794707260226, 0.482680672301543, 0.6431338390310714, 0.5534434314316712, 0.5127789067808388], [0.002259436039422358, 0.1905644319186952, 0.7411374724190152, 0.6061302539537825, 0.7313267018178782, 0.16828841390023253, 0.2385944745044053, 0.6338530229392123, 0.9335895223671118, 0.5158872402752012, 0.5017193049542533, 0.22353192937961908, 0.744795567852226, 0.38621607898041566, 0.4904422157172633, 0.32901798073897903, 0.21723366735860927, 0.3729217078044914, 0.7171842863969254, 0.6412560766247506, 0.5459032296549676, 0.273352172498159, 1.0, 0.6023768082401563, 0.6400242624177847, 0.43466559583526576, 0.616369093340773, 0.5151192250181119, 0.4474042329500223, 0.6489148911377584, 0.20874768436612534, 0.6732072242202092, 0.46808818294265636, 0.7113337097603648]], "feval_count" : [340, 300], "n_trials_instructed" : [340, 289], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "hyperopt_atpe", "loser" : "platypus_gde3"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "lint:nofix": {"type": "string"}, "lint:types": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["lint", "lint:nofix", "lint:types", "serve", "build"]}, "dependencies": {"type": "object", "properties": {"naive-ui": {"type": "string"}, "vue": {"type": "string"}}, "required": ["naive-ui", "vue"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "@vitejs/plugin-vue": {"type": "string"}, "@vue/eslint-config-typescript": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vue-tsc": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "@vitejs/plugin-vue", "@vue/eslint-config-typescript", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "eslint-plugin-vue", "typescript", "vite", "vue-tsc"]}}, "required": ["name", "version", "description", "repository", "author", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "luogu-motaki-heatmap", "version" : "0.0.1", "description" : "\u6d1b\u8c37\u51ac\u65e5\u7ed8\u677f\u70ed\u529b\u56fe", "repository" : "https://github.com/ouuan/luogu-motaki-heatmap", "author" : "Yufan You <[email protected]> (https://github.com/ouuan)", "license" : "Apache-2.0", "private" : true, "scripts" : {"lint" : "pnpm lint:nofix --fix", "lint:nofix" : "eslint . --ignore-path .gitignore --ext .ts,.vue,.js", "lint:types" : "vue-tsc --noEmit", "serve" : "vite", "build" : "pnpm lint && pnpm lint:types && vite build"}, "dependencies" : {"naive-ui" : "^2.23.2", "vue" : "^3.2.26"}, "devDependencies" : {"@typescript-eslint/eslint-plugin" : "^5.8.1", "@typescript-eslint/parser" : "^5.8.1", "@vitejs/plugin-vue" : "^2.0.1", "@vue/eslint-config-typescript" : "^10.0.0", "eslint" : "^8.5.0", "eslint-config-airbnb-base" : "^15.0.0", "eslint-plugin-import" : "^2.25.3", "eslint-plugin-vue" : "^8.2.0", "typescript" : "^4.5.4", "vite" : "^2.7.10", "vue-tsc" : "^0.30.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "lint:nofix": {"type": "string"}, "lint:types": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["lint", "lint:nofix", "lint:types", "serve", "build"]}, "dependencies": {"type": "object", "properties": {"naive-ui": {"type": "string"}, "vue": {"type": "string"}}, "required": ["naive-ui", "vue"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "@vitejs/plugin-vue": {"type": "string"}, "@vue/eslint-config-typescript": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vue-tsc": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "@vitejs/plugin-vue", "@vue/eslint-config-typescript", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "eslint-plugin-vue", "typescript", "vite", "vue-tsc"]}}, "required": ["name", "version", "description", "repository", "author", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"gateway_conf": {"type": "object", "properties": {"gateway_ID": {"type": "string"}, "servers": {"type": "array", "items": {"type": "object", "properties": {"server_address": {"type": "string"}, "serv_port_up": {"type": "integer"}, "serv_port_down": {"type": "integer"}, "serv_enabled": {"type": "boolean"}}, "required": ["server_address", "serv_port_up", "serv_port_down", "serv_enabled"]}}, "fake_gps": {"type": "boolean"}, "ref_latitude": {"type": "number"}, "ref_longitude": {"type": "number"}, "ref_altitude": {"type": "integer"}, "contact_email": {"type": "string"}, "description": {"type": "string"}}, "required": ["gateway_ID", "servers", "fake_gps", "ref_latitude", "ref_longitude", "ref_altitude", "contact_email", "description"]}}, "required": ["gateway_conf"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gateway_conf" : {"gateway_ID" : "B827EBFFFE97A1D5", "servers" : [{"server_address" : "router.eu.thethings.network", "serv_port_up" : 1700, "serv_port_down" : 1700, "serv_enabled" : true}, {"server_address" : "130.255.185.100", "serv_port_up" : 1700, "serv_port_down" : 1700, "serv_enabled" : true}], "fake_gps" : true, "ref_latitude" : 46.28303, "ref_longitude" : 7.53806, "ref_altitude" : 527, "contact_email" : "[email protected]", "description" : "Interra-Gateway @ Sierre"}} | json_instruct | {"type": "object", "properties": {"gateway_conf": {"type": "object", "properties": {"gateway_ID": {"type": "string"}, "servers": {"type": "array", "items": {"type": "object", "properties": {"server_address": {"type": "string"}, "serv_port_up": {"type": "integer"}, "serv_port_down": {"type": "integer"}, "serv_enabled": {"type": "boolean"}}, "required": ["server_address", "serv_port_up", "serv_port_down", "serv_enabled"]}}, "fake_gps": {"type": "boolean"}, "ref_latitude": {"type": "number"}, "ref_longitude": {"type": "number"}, "ref_altitude": {"type": "integer"}, "contact_email": {"type": "string"}, "description": {"type": "string"}}, "required": ["gateway_ID", "servers", "fake_gps", "ref_latitude", "ref_longitude", "ref_altitude", "contact_email", "description"]}}, "required": ["gateway_conf"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "string"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "null"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "18109619", "tms:id" : "7979", "accession_number" : "1901-39-1470", "title" : "Drawing, \"Design for an Altar\", ca. 1750", "url" : "http://collection.cooperhewitt.org/objects/18109619/", "department_id" : "35347493", "period_id" : null, "media_id" : "35365701", "type_id" : "35237093", "date" : "ca. 1750", "year_start" : null, "year_end" : null, "year_acquired" : "1901", "decade" : null, "woe:country" : "23424853", "medium" : "Brush and black wash, graphite on cream paper", "markings" : null, "signed" : null, "inscribed" : null, "provenance" : "Graphite, brush and black wash on cream paper", "dimensions" : "32.0 x 18.2 cm (12 5/8 x 7 3/16 in.)", "creditline" : "Museum purchase through gift of various donors", "description" : null, "justification" : null, "type" : {"id" : "35237093", "name" : "Drawing"}, "images" : [], "participants" : [{"person_id" : "18042631", "role_id" : "35236711", "person_name" : "Carlo Marchionni", "role_name" : "Attributed to", "person_url" : "http://collection.cooperhewitt.org/people/18042631/", "role_url" : "http://collection.cooperhewitt.org/roles/35236711/"}], "tombstone" : {"epitaph" : "Drawing, \"Design for an Altar\", ca. 1750.\nca. 1750. Brush and black wash, graphite on cream paper. Museum purchase through gift of various donors. 1901-39-1470."}, "colors" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "string"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "null"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "hash", "cacheData"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "img/favicon.ico", "dependencies" : [{"name" : "/Users/doit/Documents/REPOS/historic-districts/.babelrc", "includedInParent" : true, "mtime" : 1543873779433}, {"name" : "/Users/doit/Documents/REPOS/historic-districts/package.json", "includedInParent" : true, "mtime" : 1543877857809}], "generated" : {"js" : "module.exports = \"3d871e89e30a0ac3a73a3f8efc7b9a6e.ico\";"}, "hash" : "077da5f6df63a2e19a55b33fe7bc78bc", "cacheData" : {"env" : {}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "hash", "cacheData"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"sn9.13:1.1": {"type": "string"}, "sn9.13:2.1": {"type": "string"}, "sn9.13:3.1": {"type": "string"}, "sn9.13:4.1": {"type": "string"}, "sn9.13:5.1": {"type": "string"}, "sn9.13:6.1": {"type": "string"}}, "required": ["sn9.13:1.1", "sn9.13:2.1", "sn9.13:3.1", "sn9.13:4.1", "sn9.13:5.1", "sn9.13:6.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sn9.13:1.1" : "dr15.283, ms12S1_1431, msdiv233, ndp12.205, pts-vp-pli1ed1.204, pts-vp-pli2ed1.439, sya15.300, vri23.236", "sn9.13:2.1" : "bj13.364, cck15.264, ms12S1_1432", "sn9.13:3.1" : "ms12S1_1433", "sn9.13:4.1" : "csp1ed12.206, csp2ed12.206, ms12S1_1434", "sn9.13:5.1" : "ms12S1_1435", "sn9.13:6.1" : "ms12S1_1436"} | json_instruct | {"type": "object", "properties": {"sn9.13:1.1": {"type": "string"}, "sn9.13:2.1": {"type": "string"}, "sn9.13:3.1": {"type": "string"}, "sn9.13:4.1": {"type": "string"}, "sn9.13:5.1": {"type": "string"}, "sn9.13:6.1": {"type": "string"}}, "required": ["sn9.13:1.1", "sn9.13:2.1", "sn9.13:3.1", "sn9.13:4.1", "sn9.13:5.1", "sn9.13:6.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "adorn:block/byg/soapstone_brick_post"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-plugin-inferno": {"type": "string"}, "babel-preset-env": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["@babel/core", "babel-plugin-inferno", "babel-preset-env", "parcel-bundler"]}, "dependencies": {"type": "object", "properties": {"inferno": {"type": "string"}, "pure-store": {"type": "string"}}, "required": ["inferno", "pure-store"]}}, "required": ["name", "version", "description", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tetris", "version" : "0.0.1", "description" : "Tetris in react", "scripts" : {"start" : "parcel index.html", "build" : "parcel build index.html"}, "devDependencies" : {"@babel/core" : "^7", "babel-plugin-inferno" : "^6.0.4", "babel-preset-env" : "^1.7.0", "parcel-bundler" : "^1.10.3"}, "dependencies" : {"inferno" : "^5.0.5", "pure-store" : "^0.3.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-plugin-inferno": {"type": "string"}, "babel-preset-env": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["@babel/core", "babel-plugin-inferno", "babel-preset-env", "parcel-bundler"]}, "dependencies": {"type": "object", "properties": {"inferno": {"type": "string"}, "pure-store": {"type": "string"}}, "required": ["inferno", "pure-store"]}}, "required": ["name", "version", "description", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"course_code" : "ACCT1902D", "course_name" : "Managerial Accounting", "faculty" : "UQ College", "school" : "Business, Economics & Law Fac", "units" : "2", "duration" : "One Trimester", "description" : "Managerial Accounting is the study of the use of financial information to understand the operation and performance of the business and to make business decisions. The emphasis in this course is on accounting for decision making. This course will help students understand the language of business and develop a basic understanding of the information needed to make decisions about how to operate a business and evaluate its worth.", "prerequisites" : "ACCT1901D", "incompatible" : "", "restricted" : "AssocDBus students only"} | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 123457, "name" : "Amor doce Nathaniel Bel 2.0", "description" : "Nath <3", "user" : {"id" : 310888, "name" : "Bela Troll", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2016-01-23T19:52:03.000Z", "weekly_install_count" : 0, "total_install_count" : 80, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/123457_after.jpeg?r=1533686732", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : ["https://userstyles.org/style_screenshots/123457_additional_18382.gif?r=1533686732"], "license" : null, "created" : "2016-01-23T19:52:03.000Z", "category" : "site", "raw_subcategory" : "amordoce", "subcategory" : "amordoce", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"amordoce.com\") {\r\n#container{\r\nbackground-image : url(http://morandosozinha.com.br/wp-content/uploads/2014/05/tudo-sobre-o-meu-papel-de-parede-03.jpg) !important ;\r\n}\r\n#container.connected #header { background-image : url(http://i64.tinypic.com/2i7uutx.png) !important ;\r\n}\r\n.idcard-member { background : url(http://i65.tinypic.com/2ldjc6q.png) no-repeat !important ;\r\n}\r\n}\r\n\r\n@-moz-document regexp(\"http://www.amordoce.com/profil/BelaTrol\") {\r\n.idcard-member { background : url(http://i67.tinypic.com/33kgfvm.png) no-repeat !important ;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/123457/amor-doce-nathaniel-bel-2-0.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "alleghanian", "definition" : "Pertaining to or designating the humid division of the Transition zone extending across the northern United States from New England to eastern Dakota, and including also most of Pennsylvania and the mountainous region as far south as northern Georgia."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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#"}
| [["421202200003", "\u5e38\u6536\u793e\u533a", "210", "0"], ["421202200004", "\u77f3\u6865\u793e\u533a", "220", "0"], ["421202200227", "\u4e95\u5934\u6751\u59d4\u4f1a", "220", "0"], ["421202200228", "\u91d1\u9e21\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["421202200229", "\u6cc9\u5c71\u53e3\u6751\u59d4\u4f1a", "220", "0"], ["421202200230", "\u6843\u82b1\u5c16\u6751\u59d4\u4f1a", "220", "0"], ["421202200231", "\u9a6c\u978d\u5934\u6751\u59d4\u4f1a", "220", "0"], ["421202200232", "\u5e38\u6536\u6751\u59d4\u4f1a", "210", "0"], ["421202200233", "\u897f\u5c71\u4e0b\u6751\u59d4\u4f1a", "220", "0"], ["421202200234", "\u77f3\u6865\u6751\u59d4\u4f1a", "220", "0"], ["421202200235", "\u4e1c\u6e90\u6751\u59d4\u4f1a", "220", "0"], ["421202200236", "\u5927\u5e55\u6751\u59d4\u4f1a", "220", "0"], ["421202200237", "\u9ad8\u5cf0\u6751\u6751\u59d4\u4f1a", "220", "0"], ["421202200238", "\u53cc\u5784\u6751\u59d4\u4f1a", "220", "0"], ["421202200239", "\u5357\u5c71\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Left Lower Jaw Front": {"type": "array", "items": {"type": "string"}}, "Left Lower Jaw Top": {"type": "array", "items": {"type": "string"}}, "Left Lower Jaw Back": {"type": "array", "items": {"type": "string"}}, "Left Upper Jaw Front": {"type": "array", "items": {"type": "string"}}, "Left Upper Jaw Top": {"type": "array", "items": {"type": "string"}}, "Left Upper Jaw Back": {"type": "array", "items": {"type": "string"}}, "Right Lower Jaw Front": {"type": "array", "items": {"type": "string"}}, "Right Lower Jaw Top": {"type": "array", "items": {"type": "string"}}, "Right Lower Jaw Back": {"type": "array", "items": {"type": "string"}}, "Right Upper Jaw Front": {"type": "array", "items": {"type": "string"}}, "Right Upper Jaw Top": {"type": "array", "items": {"type": "string"}}, "Right Upper Jaw Back": {"type": "array", "items": {"type": "string"}}, "Lower Incisors Front": {"type": "array", "items": {"type": "string"}}, "Lower Incisors Back": {"type": "array", "items": {"type": "string"}}, "Upper Incisors Front": {"type": "array", "items": {"type": "string"}}, "Upper Incisors Back": {"type": "array", "items": {"type": "string"}}}, "required": ["Left Lower Jaw Front", "Left Lower Jaw Top", "Left Lower Jaw Back", "Left Upper Jaw Front", "Left Upper Jaw Top", "Left Upper Jaw Back", "Right Lower Jaw Front", "Right Lower Jaw Top", "Right Lower Jaw Back", "Right Upper Jaw Front", "Right Upper Jaw Top", "Right Upper Jaw Back", "Lower Incisors Front", "Lower Incisors Back", "Upper Incisors Front", "Upper Incisors Back"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Left Lower Jaw Front" : ["2020-07-14T21:17:40.395000+1000", "2020-07-14T21:17:48.490000+1000"], "Left Lower Jaw Top" : ["2020-07-14T21:17:48.490000+1000", "2020-07-14T21:17:55.170000+1000"], "Left Lower Jaw Back" : ["2020-07-14T21:17:55.170000+1000", "2020-07-14T21:18:02.595000+1000"], "Left Upper Jaw Front" : ["2020-07-14T21:18:02.595000+1000", "2020-07-14T21:18:09.970000+1000"], "Left Upper Jaw Top" : ["2020-07-14T21:18:09.970000+1000", "2020-07-14T21:18:19.695000+1000"], "Left Upper Jaw Back" : ["2020-07-14T21:18:19.695000+1000", "2020-07-14T21:18:26.470000+1000"], "Right Lower Jaw Front" : ["2020-07-14T21:18:26.470000+1000", "2020-07-14T21:18:33.845000+1000"], "Right Lower Jaw Top" : ["2020-07-14T21:18:33.845000+1000", "2020-07-14T21:18:40.995000+1000"], "Right Lower Jaw Back" : ["2020-07-14T21:18:40.995000+1000", "2020-07-14T21:18:48.370000+1000"], "Right Upper Jaw Front" : ["2020-07-14T21:18:48.370000+1000", "2020-07-14T21:18:57.595000+1000"], "Right Upper Jaw Top" : ["2020-07-14T21:18:57.595000+1000", "2020-07-14T21:19:05.695000+1000"], "Right Upper Jaw Back" : ["2020-07-14T21:19:05.695000+1000", "2020-07-14T21:19:13.020000+1000"], "Lower Incisors Front" : ["2020-07-14T21:19:13.020000+1000", "2020-07-14T21:19:17.870000+1000"], "Lower Incisors Back" : ["2020-07-14T21:19:17.870000+1000", "2020-07-14T21:19:25.270000+1000"], "Upper Incisors Front" : ["2020-07-14T21:19:25.270000+1000", "2020-07-14T21:19:33.495000+1000"], "Upper Incisors Back" : ["2020-07-14T21:19:33.495000+1000", "2020-07-14T21:19:43.930000+1000"]} | json_instruct | {"type": "object", "properties": {"Left Lower Jaw Front": {"type": "array", "items": {"type": "string"}}, "Left Lower Jaw Top": {"type": "array", "items": {"type": "string"}}, "Left Lower Jaw Back": {"type": "array", "items": {"type": "string"}}, "Left Upper Jaw Front": {"type": "array", "items": {"type": "string"}}, "Left Upper Jaw Top": {"type": "array", "items": {"type": "string"}}, "Left Upper Jaw Back": {"type": "array", "items": {"type": "string"}}, "Right Lower Jaw Front": {"type": "array", "items": {"type": "string"}}, "Right Lower Jaw Top": {"type": "array", "items": {"type": "string"}}, "Right Lower Jaw Back": {"type": "array", "items": {"type": "string"}}, "Right Upper Jaw Front": {"type": "array", "items": {"type": "string"}}, "Right Upper Jaw Top": {"type": "array", "items": {"type": "string"}}, "Right Upper Jaw Back": {"type": "array", "items": {"type": "string"}}, "Lower Incisors Front": {"type": "array", "items": {"type": "string"}}, "Lower Incisors Back": {"type": "array", "items": {"type": "string"}}, "Upper Incisors Front": {"type": "array", "items": {"type": "string"}}, "Upper Incisors Back": {"type": "array", "items": {"type": "string"}}}, "required": ["Left Lower Jaw Front", "Left Lower Jaw Top", "Left Lower Jaw Back", "Left Upper Jaw Front", "Left Upper Jaw Top", "Left Upper Jaw Back", "Right Lower Jaw Front", "Right Lower Jaw Top", "Right Lower Jaw Back", "Right Upper Jaw Front", "Right Upper Jaw Top", "Right Upper Jaw Back", "Lower Incisors Front", "Lower Incisors Back", "Upper Incisors Front", "Upper Incisors Back"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"icon": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "geometry": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {"indoor": {"type": "string"}, "stairs": {"type": "string"}}, "required": ["indoor", "stairs"]}, "terms": {"type": "array", "items": {"type": "string"}}, "matchScore": {"type": "number"}, "name": {"type": "string"}}, "required": ["icon", "fields", "geometry", "tags", "terms", "matchScore", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"icon" : "iD-highway-steps", "fields" : ["ref", "level_semi", "conveying_escalator"], "geometry" : ["area"], "tags" : {"indoor" : "room", "stairs" : "yes"}, "terms" : ["stair", "stairs", "staircase", "stairway", "stairwell", "steps"], "matchScore" : 0.8, "name" : "Indoor Stairwell"} | json_instruct | {"type": "object", "properties": {"icon": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "geometry": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {"indoor": {"type": "string"}, "stairs": {"type": "string"}}, "required": ["indoor", "stairs"]}, "terms": {"type": "array", "items": {"type": "string"}}, "matchScore": {"type": "number"}, "name": {"type": "string"}}, "required": ["icon", "fields", "geometry", "tags", "terms", "matchScore", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"192.168.95.251": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.95.251": {"type": "number"}, "192.168.95.253": {"type": "number"}}, "required": ["192.168.95.251", "192.168.95.253"]}, "6h": {"type": "object", "properties": {"192.168.95.251": {"type": "number"}, "192.168.95.253": {"type": "number"}}, "required": ["192.168.95.251", "192.168.95.253"]}}, "required": ["1h", "6h"]}, "192.168.95.253": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.95.251": {"type": "number"}, "192.168.95.253": {"type": "number"}}, "required": ["192.168.95.251", "192.168.95.253"]}, "6h": {"type": "object", "properties": {"192.168.95.251": {"type": "number"}, "192.168.95.253": {"type": "number"}}, "required": ["192.168.95.251", "192.168.95.253"]}}, "required": ["1h", "6h"]}}, "required": ["192.168.95.251", "192.168.95.253"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"192.168.95.251" : {"1h" : {"192.168.95.251" : 1.0, "192.168.95.253" : 1.0}, "6h" : {"192.168.95.251" : 1.0, "192.168.95.253" : 1.0}}, "192.168.95.253" : {"1h" : {"192.168.95.251" : 1.0, "192.168.95.253" : 1.0}, "6h" : {"192.168.95.251" : 1.0, "192.168.95.253" : 1.0}}} | json_instruct | {"type": "object", "properties": {"192.168.95.251": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.95.251": {"type": "number"}, "192.168.95.253": {"type": "number"}}, "required": ["192.168.95.251", "192.168.95.253"]}, "6h": {"type": "object", "properties": {"192.168.95.251": {"type": "number"}, "192.168.95.253": {"type": "number"}}, "required": ["192.168.95.251", "192.168.95.253"]}}, "required": ["1h", "6h"]}, "192.168.95.253": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.95.251": {"type": "number"}, "192.168.95.253": {"type": "number"}}, "required": ["192.168.95.251", "192.168.95.253"]}, "6h": {"type": "object", "properties": {"192.168.95.251": {"type": "number"}, "192.168.95.253": {"type": "number"}}, "required": ["192.168.95.251", "192.168.95.253"]}}, "required": ["1h", "6h"]}}, "required": ["192.168.95.251", "192.168.95.253"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1921, 5], [1924, 6], [1927, 6], [1986, 5], [1987, 5], [1989, 8], [1991, 7], [1992, 7], [1994, 5], [1995, 5], [1996, 7], [1997, 11], [1998, 20], [1999, 13], [2000, 21], [2001, 10], [2002, 30], [2003, 20], [2004, 12], [2005, 12], [2006, 23], [2007, 14], [2008, 20], [2009, 18], [2010, 16], [2011, 12], [2012, 14], [2013, 8], [2014, 12]] | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "iconv-lite": {"type": "string"}, "node-schedule": {"type": "string"}, "qrcode-terminal": {"type": "string"}, "superagent": {"type": "string"}, "wechaty": {"type": "string"}, "wechaty-plugin-contrib": {"type": "string"}}, "required": ["dotenv", "iconv-lite", "node-schedule", "qrcode-terminal", "superagent", "wechaty", "wechaty-plugin-contrib"]}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "check-node-version": {"type": "string"}, "connect": {"type": "string"}, "cron": {"type": "string"}, "cross-env": {"type": "string"}, "encoding": {"type": "string"}, "is-pr": {"type": "string"}, "marked": {"type": "string"}, "nodemon": {"type": "string"}, "wechaty-puppet-mock": {"type": "string"}, "wechaty-puppet-wechat": {"type": "string"}, "wechaty-puppet-wechat4u": {"type": "string"}, "wechaty-puppet-whatsapp": {"type": "string"}}, "required": ["axios", "check-node-version", "connect", "cron", "cross-env", "encoding", "is-pr", "marked", "nodemon", "wechaty-puppet-mock", "wechaty-puppet-wechat", "wechaty-puppet-wechat4u", "wechaty-puppet-whatsapp"]}}, "required": ["name", "version", "description", "main", "engines", "scripts", "author", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "wechat-bot", "version" : "0.0.1", "description" : "", "main" : "index.js", "engines" : {"node" : ">= 12"}, "scripts" : {"start" : "node index.js"}, "author" : "", "dependencies" : {"dotenv" : "^8.2.0", "iconv-lite" : "^0.6.3", "node-schedule" : "^2.0.0", "qrcode-terminal" : "^0.12.0", "superagent" : "^6.1.0", "wechaty" : "^0.60.3", "wechaty-plugin-contrib" : "^0.14.16"}, "devDependencies" : {"axios" : "^0.21.0", "check-node-version" : "^4.1.0", "connect" : "^3.7.0", "cron" : "^1.8.2", "cross-env" : "^7.0.3", "encoding" : "^0.1.13", "is-pr" : "^2.0.0", "marked" : "^2.0.0", "nodemon" : "^2.0.7", "wechaty-puppet-mock" : "^0.28.2", "wechaty-puppet-wechat" : "^0.28", "wechaty-puppet-wechat4u" : "^0.18", "wechaty-puppet-whatsapp" : "0.2.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "iconv-lite": {"type": "string"}, "node-schedule": {"type": "string"}, "qrcode-terminal": {"type": "string"}, "superagent": {"type": "string"}, "wechaty": {"type": "string"}, "wechaty-plugin-contrib": {"type": "string"}}, "required": ["dotenv", "iconv-lite", "node-schedule", "qrcode-terminal", "superagent", "wechaty", "wechaty-plugin-contrib"]}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "check-node-version": {"type": "string"}, "connect": {"type": "string"}, "cron": {"type": "string"}, "cross-env": {"type": "string"}, "encoding": {"type": "string"}, "is-pr": {"type": "string"}, "marked": {"type": "string"}, "nodemon": {"type": "string"}, "wechaty-puppet-mock": {"type": "string"}, "wechaty-puppet-wechat": {"type": "string"}, "wechaty-puppet-wechat4u": {"type": "string"}, "wechaty-puppet-whatsapp": {"type": "string"}}, "required": ["axios", "check-node-version", "connect", "cron", "cross-env", "encoding", "is-pr", "marked", "nodemon", "wechaty-puppet-mock", "wechaty-puppet-wechat", "wechaty-puppet-wechat4u", "wechaty-puppet-whatsapp"]}}, "required": ["name", "version", "description", "main", "engines", "scripts", "author", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.