input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"query": {"type": "string"}}, "required": ["query"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"query" : "let main = p\u03bb .\n df : \ud835\udd44 [L\u221e , U | \u2605 , \ud835\udc1d \u2115 \u2237 \ud835\udc1d \u2115 \u2237 [] ]\n \u21d2\n let \u03b5 = \u211d\u207a[1.0] in\n let \u03b4 = \u211d\u207a[0.00001] in\n gauss[\u211d\u207a[1.0], \u03b5, \u03b4] <df> { real (rows df) }\nin main"}
json_instruct
{"type": "object", "properties": {"query": {"type": "string"}}, "required": ["query"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "TCT (Alcatel)", "market_name" : "", "codename" : "one_touch_916A_gsm", "model" : "ALCATEL ONE TOUCH 916A"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stmts": {"type": "array", "items": {"type": "object", "properties": {"stmt": {"type": "object", "properties": {"ReindexStmt": {"type": "object", "properties": {"kind": {"type": "string"}, "relation": {"type": "object", "properties": {"inh": {"type": "boolean"}, "location": {"type": "integer"}, "relname": {"type": "string"}, "relpersistence": {"type": "string"}}, "required": ["inh", "location", "relname", "relpersistence"]}}, "required": ["kind", "relation"]}}, "required": ["ReindexStmt"]}, "stmt_len": {"type": "integer"}}, "required": ["stmt", "stmt_len"]}}, "version": {"type": "integer"}}, "required": ["stmts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stmts" : [{"stmt" : {"ReindexStmt" : {"kind" : "REINDEX_OBJECT_INDEX", "relation" : {"inh" : true, "location" : 14, "relname" : "my_index", "relpersistence" : "p"}}}, "stmt_len" : 22}], "version" : 130003}
json_instruct
{"type": "object", "properties": {"stmts": {"type": "array", "items": {"type": "object", "properties": {"stmt": {"type": "object", "properties": {"ReindexStmt": {"type": "object", "properties": {"kind": {"type": "string"}, "relation": {"type": "object", "properties": {"inh": {"type": "boolean"}, "location": {"type": "integer"}, "relname": {"type": "string"}, "relpersistence": {"type": "string"}}, "required": ["inh", "location", "relname", "relpersistence"]}}, "required": ["kind", "relation"]}}, "required": ["ReindexStmt"]}, "stmt_len": {"type": "integer"}}, "required": ["stmt", "stmt_len"]}}, "version": {"type": "integer"}}, "required": ["stmts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["http_trigger"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "zachete", "repos" : 1, "login" : "zachete", "id" : 18498965, "avatar_url" : "https://avatars3.githubusercontent.com/u/18498965?v=3", "url" : "https://api.github.com/users/zachete", "html_url" : "https://github.com/zachete", "followers_url" : "https://api.github.com/users/zachete/followers", "following_url" : "https://api.github.com/users/zachete/following{/other_user}", "gists_url" : "https://api.github.com/users/zachete/gists{/gist_id}", "starred_url" : "https://api.github.com/users/zachete/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/zachete/subscriptions", "organizations_url" : "https://api.github.com/users/zachete/orgs", "repos_url" : "https://api.github.com/users/zachete/repos", "events_url" : "https://api.github.com/users/zachete/events{/privacy}", "received_events_url" : "https://api.github.com/users/zachete/received_events", "type" : "User", "site_admin" : false, "name" : "Aleksey", "company" : null, "blog" : null, "location" : null, "email" : null, "hireable" : null, "bio" : null, "public_repos" : 2, "public_gists" : 0, "followers" : 0, "following" : 0, "created_at" : "2016-04-16T11:16:49Z", "updated_at" : "2016-04-24T08:38:51Z"}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "Cours-Maugis-sur-Huisne", "dpt" : "Orne", "inscrits" : 540, "abs" : 89, "votants" : 451, "blancs" : 36, "nuls" : 12, "exp" : 403, "res" : [{"panneau" : "1", "voix" : 266}, {"panneau" : "2", "voix" : 137}]}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "descendants", "id", "kids", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"by" : "dtech", "descendants" : 1, "id" : 18045025, "kids" : [18047699], "score" : 3, "time" : 1537603281, "title" : "Telltale Games shuts down", "type" : "story", "url" : "https://twitter.com/telltalegames/status/1043252010999410689"}
json_instruct
{"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "descendants", "id", "kids", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : [{"name" : "BubbleSort.java", "path" : "programming_exercise_submissions/all_successful/BubbleSort.txt"}, {"name" : "MergeSort.java", "path" : "programming_exercise_submissions/all_successful/MergeSort.txt"}, {"name" : "SortStrategy.java", "path" : "programming_exercise_submissions/all_successful/SortStrategy.txt"}]}
json_instruct
{"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404400611, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "de21c04806373903dd311ec94e16e3be", "wof:id" : 404400611, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.34895443792662, 45.43876865072822, 2.43373177764181, 45.48243952983172], "geometry" : {"coordinates" : [[[2.38581352092211, 45.43876865072822], [2.3675334572149, 45.44453824505588], [2.36721672172507, 45.4453919232759], [2.35502073668218, 45.46563754931987], [2.34895443792662, 45.4744093482114], [2.35239593309386, 45.47673452465108], [2.36085276188828, 45.47373032913724], [2.37496318031501, 45.47435009554078], [2.3853951809362, 45.48123343428076], [2.397905288172, 45.47970736796262], [2.40535148534679, 45.48243952983172], [2.42803768165213, 45.48092753614162], [2.43373177764181, 45.47612078878933], [2.40398661023683, 45.46528697194329], [2.39001462066049, 45.45573874704833], [2.38581352092211, 45.43876865072822]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "5306022001", "nama" : "Kobasoma"}, {"id" : "5306022002", "nama" : "Lewolaga"}, {"id" : "5306022003", "nama" : "Lewoingu"}, {"id" : "5306022004", "nama" : "Tuakepa"}, {"id" : "5306022005", "nama" : "Tenawahang"}, {"id" : "5306022006", "nama" : "Leraboleng"}, {"id" : "5306022007", "nama" : "Serinuho"}, {"id" : "5306022008", "nama" : "Watowara"}, {"id" : "5306022009", "nama" : "Konga"}, {"id" : "5306022010", "nama" : "Ile Gerong"}, {"id" : "5306022011", "nama" : "Adabang"}, {"id" : "5306022012", "nama" : "Dun Tana Lewoingu"}, {"id" : "5306022013", "nama" : "Duli Jaya"}, {"id" : "5306022014", "nama" : "Bokang Wolomatang"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id_hochschule": {"type": "integer"}, "id_studien": {"type": "integer"}, "name": {"type": "string"}, "steckbrief": {"type": "object", "properties": {"Hochschule": {"type": "string"}, "Hochschulleitung": {"type": "string"}, "": {"type": "string"}, "Hochschultyp": {"type": "string"}, "Bundesland": {"type": "string"}, "Tr\u00e4gerschaft": {"type": "string"}, "Promotionsrecht": {"type": "string"}, "Habilitationsrecht": {"type": "string"}, "Gr\u00fcndungsjahr": {"type": "string"}, "Studierendenzahl": {"type": "string"}}, "required": ["Hochschule", "Hochschulleitung", "", "Hochschultyp", "Bundesland", "Tr\u00e4gerschaft", "Promotionsrecht", "Habilitationsrecht", "Gr\u00fcndungsjahr", "Studierendenzahl"]}, "anschrift": {"type": "object", "properties": {"Hausanschrift": {"type": "string"}, "E-Mail": {"type": "string"}, "Telefon": {"type": "string"}}, "required": ["Hausanschrift", "E-Mail", "Telefon"]}}, "required": ["id_hochschule", "id_studien", "name", "steckbrief", "anschrift"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_hochschule" : 75, "id_studien" : 327, "name" : "Jacobs University Bremen", "steckbrief" : {"Hochschule" : "Jacobs University Bremen", "Hochschulleitung" : "Frau Prof. Dr.-Ing. Katja Windt", "" : "", "Hochschultyp" : "Universit\u00e4ten", "Bundesland" : "Bremen", "Tr\u00e4gerschaft" : "privat, staatlich anerkannt", "Promotionsrecht" : "Ja", "Habilitationsrecht" : "Nein", "Gr\u00fcndungsjahr" : "2001", "Studierendenzahl" : "1145 (WS 2016/2017)"}, "anschrift" : {"Hausanschrift" : "Campus Ring 1, 28759 Bremen", "E-Mail" : "info(at)jacobs-university.de", "Telefon" : "0421 200-4200"}}
json_instruct
{"type": "object", "properties": {"id_hochschule": {"type": "integer"}, "id_studien": {"type": "integer"}, "name": {"type": "string"}, "steckbrief": {"type": "object", "properties": {"Hochschule": {"type": "string"}, "Hochschulleitung": {"type": "string"}, "": {"type": "string"}, "Hochschultyp": {"type": "string"}, "Bundesland": {"type": "string"}, "Tr\u00e4gerschaft": {"type": "string"}, "Promotionsrecht": {"type": "string"}, "Habilitationsrecht": {"type": "string"}, "Gr\u00fcndungsjahr": {"type": "string"}, "Studierendenzahl": {"type": "string"}}, "required": ["Hochschule", "Hochschulleitung", "", "Hochschultyp", "Bundesland", "Tr\u00e4gerschaft", "Promotionsrecht", "Habilitationsrecht", "Gr\u00fcndungsjahr", "Studierendenzahl"]}, "anschrift": {"type": "object", "properties": {"Hausanschrift": {"type": "string"}, "E-Mail": {"type": "string"}, "Telefon": {"type": "string"}}, "required": ["Hausanschrift", "E-Mail", "Telefon"]}}, "required": ["id_hochschule", "id_studien", "name", "steckbrief", "anschrift"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Person": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ReleaseDate": {"type": "string"}, "PersonName": {"type": "string"}, "OrganizationName": {"type": "string"}, "Email": {"type": "string"}, "PhoneNumber": {"type": "string"}}, "required": ["ResourceID", "ReleaseDate", "PersonName", "OrganizationName", "Email", "PhoneNumber"]}}, "required": ["xmlns:xsi", "xmlns", "xsi:schemaLocation", "Version", "Person"]}}, "required": ["Spase"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Spase" : {"xmlns:xsi" : "http://www.w3.org/2001/XMLSchema-instance", "xmlns" : "http://www.spase-group.org/data/schema", "xsi:schemaLocation" : "http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd", "Version" : "2.2.0", "Person" : {"ResourceID" : "spase://SMWG/Person/Christopher.C.Harvey", "ReleaseDate" : "2010-08-05T17:35:46Z", "PersonName" : "Christopher C. Harvey", "OrganizationName" : "CESR / Centre National de la Recherche Scientifique / Universit\u00e9 de Toulouse (UPS)", "Email" : "chris.harvey@cesr.fr", "PhoneNumber" : "+33-561-556160"}}}
json_instruct
{"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Person": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ReleaseDate": {"type": "string"}, "PersonName": {"type": "string"}, "OrganizationName": {"type": "string"}, "Email": {"type": "string"}, "PhoneNumber": {"type": "string"}}, "required": ["ResourceID", "ReleaseDate", "PersonName", "OrganizationName", "Email", "PhoneNumber"]}}, "required": ["xmlns:xsi", "xmlns", "xsi:schemaLocation", "Version", "Person"]}}, "required": ["Spase"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"zoomFixed": {"type": "boolean"}, "views": {"type": "array", "items": {"type": "object", "properties": {"layout": {"type": "object", "properties": {"w": {"type": "integer"}, "h": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["w", "h", "x", "y"]}, "uid": {"type": "string"}, "initialYDomain": {"type": "array", "items": {"type": "number"}}, "initialXDomain": {"type": "array", "items": {"type": "number"}}, "tracks": {"type": "object", "properties": {"left": {"type": "array", "items": {}}, "top": {"type": "array", "items": {"type": "object", "properties": {"uid": {"type": "string"}, "tilesetUid": {"type": "string"}, "height": {"type": "integer"}, "server": {"type": "string"}, "type": {"type": "string"}, "options": {"type": "object", "properties": {"name": {"type": "string"}, "barFillColor": {"type": "string"}, "axisPositionHorizontal": {"type": "string"}, "labelColor": {"type": "string"}, "labelTextOpacity": {"type": "integer"}, "zeroLineVisible": {"type": "boolean"}, "zeroLineColor": {"type": "string"}, "zeroLineOpacity": {"type": "number"}}, "required": ["name", "barFillColor", "axisPositionHorizontal", "labelColor", "labelTextOpacity", "zeroLineVisible", "zeroLineColor", "zeroLineOpacity"]}}, "required": ["uid", "tilesetUid", "height", "server", "type", "options"]}}}, "required": ["left", "top"]}, "chromInfoPath": {"type": "string"}}, "required": ["layout", "uid", "initialYDomain", "initialXDomain", "tracks", "chromInfoPath"]}}, "editable": {"type": "boolean"}, "exportViewUrl": {"type": "string"}, "trackSourceServers": {"type": "array", "items": {"type": "string"}}}, "required": ["zoomFixed", "views", "editable", "exportViewUrl", "trackSourceServers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"zoomFixed" : false, "views" : [{"layout" : {"w" : 12, "h" : 6, "x" : 0, "y" : 0}, "uid" : "aa", "initialYDomain" : [2541320068.253662, 2541325651.38588], "initialXDomain" : [2540172918.0011406, 2540208277.8385234], "tracks" : {"left" : [], "top" : [{"uid" : "bar1", "tilesetUid" : "PjIJKXGbSNCalUZO21e_HQ", "height" : 48, "server" : "//higlass.io/api/v1", "type" : "horizontal-bar", "options" : {"name" : "GM12878-E116-H3K27ac.fc.signal", "barFillColor" : "blue", "axisPositionHorizontal" : "right", "labelColor" : "black", "labelTextOpacity" : 1, "zeroLineVisible" : true, "zeroLineColor" : "red", "zeroLineOpacity" : 0.5}}]}, "chromInfoPath" : "//s3.amazonaws.com/pkerp/data/hg19/chromSizes.tsv"}], "editable" : true, "exportViewUrl" : "/api/v1/viewconfs", "trackSourceServers" : ["//higlass.io/api/v1"]}
json_instruct
{"type": "object", "properties": {"zoomFixed": {"type": "boolean"}, "views": {"type": "array", "items": {"type": "object", "properties": {"layout": {"type": "object", "properties": {"w": {"type": "integer"}, "h": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["w", "h", "x", "y"]}, "uid": {"type": "string"}, "initialYDomain": {"type": "array", "items": {"type": "number"}}, "initialXDomain": {"type": "array", "items": {"type": "number"}}, "tracks": {"type": "object", "properties": {"left": {"type": "array", "items": {}}, "top": {"type": "array", "items": {"type": "object", "properties": {"uid": {"type": "string"}, "tilesetUid": {"type": "string"}, "height": {"type": "integer"}, "server": {"type": "string"}, "type": {"type": "string"}, "options": {"type": "object", "properties": {"name": {"type": "string"}, "barFillColor": {"type": "string"}, "axisPositionHorizontal": {"type": "string"}, "labelColor": {"type": "string"}, "labelTextOpacity": {"type": "integer"}, "zeroLineVisible": {"type": "boolean"}, "zeroLineColor": {"type": "string"}, "zeroLineOpacity": {"type": "number"}}, "required": ["name", "barFillColor", "axisPositionHorizontal", "labelColor", "labelTextOpacity", "zeroLineVisible", "zeroLineColor", "zeroLineOpacity"]}}, "required": ["uid", "tilesetUid", "height", "server", "type", "options"]}}}, "required": ["left", "top"]}, "chromInfoPath": {"type": "string"}}, "required": ["layout", "uid", "initialYDomain", "initialXDomain", "tracks", "chromInfoPath"]}}, "editable": {"type": "boolean"}, "exportViewUrl": {"type": "string"}, "trackSourceServers": {"type": "array", "items": {"type": "string"}}}, "required": ["zoomFixed", "views", "editable", "exportViewUrl", "trackSourceServers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "npmClient": {"type": "string"}, "npmClientArgs": {"type": "array", "items": {"type": "string"}}, "useWorkspaces": {"type": "boolean"}, "command": {"type": "object", "properties": {"publish": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "init": {"type": "object", "properties": {"exact": {"type": "boolean"}}, "required": ["exact"]}}, "required": ["publish", "init"]}}, "required": ["packages", "version", "npmClient", "npmClientArgs", "useWorkspaces", "command"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : ["packages/socket", "packages/socket-apollo-link"], "version" : "independent", "npmClient" : "yarn", "npmClientArgs" : ["--exact"], "useWorkspaces" : true, "command" : {"publish" : {"message" : "chore: Publish release"}, "init" : {"exact" : true}}}
json_instruct
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "npmClient": {"type": "string"}, "npmClientArgs": {"type": "array", "items": {"type": "string"}}, "useWorkspaces": {"type": "boolean"}, "command": {"type": "object", "properties": {"publish": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "init": {"type": "object", "properties": {"exact": {"type": "boolean"}}, "required": ["exact"]}}, "required": ["publish", "init"]}}, "required": ["packages", "version", "npmClient", "npmClientArgs", "useWorkspaces", "command"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"heroku-prebuild": {"type": "string"}}, "required": ["heroku-prebuild"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["node", "npm", "yarn"]}, "cacheDirectories": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts", "engines", "cacheDirectories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scripts" : {"heroku-prebuild" : "cd client/ && npm install && npm run build"}, "engines" : {"node" : "12.9.1", "npm" : "6.10.3", "yarn" : "1.18.0"}, "cacheDirectories" : ["client/node_modules"]}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"heroku-prebuild": {"type": "string"}}, "required": ["heroku-prebuild"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["node", "npm", "yarn"]}, "cacheDirectories": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts", "engines", "cacheDirectories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "I'm trying to install `pdt` from buildcache and I get this message:\r\n\r\n```\r\npatchelf: cannot find section '.dynamic'. The input file is most likely statically linked\r\n==> Error: Command exited with status 1: '/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/patchelf-0.10-jsttikjc3pizbwk5sa3rr7ywhacgboyy/bin/patchelf' '--print-rpath' '/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/pdt-3.25.1-qn7v7q63nj4dxruluce7m2bqk4xatel2/x86_64/bin/taucpdisp'\r\n```\r\n\r\nShould there be some sort of check to prevent patchelf from trying to relocate static binaries?\r\n", "user" : "eugeneswalker", "url" : "https://api.github.com/repos/spack/spack/issues/14541", "updated_at" : "2020-01-16 21:29:22", "created_at" : "2020-01-16 17:43:04", "closed_at" : "2020-01-16 21:27:45", "state" : "closed", "title" : "patchelf trying to relocate static binaries when installing from buildcache", "number" : 14541, "milestone" : null, "labels" : ["bug", "buildcache", "binary-packages"], "id" : 550958353, "html_url" : "https://github.com/spack/spack/issues/14541", "assignees" : [], "comments" : 7}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "critical": {"type": "boolean"}, "maxWeight": {"type": "integer"}, "associatedValueName": {"type": "string"}, "output": {"type": "string"}, "rationale": {"type": "string"}, "reference": {"type": "string"}, "total": {"type": "string"}, "businessCriteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}}, "required": ["id", "name", "href"]}}, "technicalCriteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "weight": {"type": "integer"}, "critical": {"type": "boolean"}}, "required": ["id", "name", "weight", "critical"]}}, "technologies": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}}, "required": ["id", "name", "href"]}}, "qualityStandards": {"type": "array", "items": {}}}, "required": ["id", "name", "href", "critical", "maxWeight", "associatedValueName", "output", "rationale", "reference", "total", "businessCriteria", "technicalCriteria", "technologies", "qualityStandards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1600200, "name" : "PeopleSoft: Don't use hardcoded message", "href" : "AIP/quality-rules/1600200", "critical" : false, "maxWeight" : 6, "associatedValueName" : "Number of hardcoded messages", "output" : "Failed checks give the number of objects that contain a calls to the message functions without using a message catalog reference", "rationale" : "Hardcoded messages are not translated and it decrease the maintenance of the application", "reference" : "3.0", "total" : "Number of PeopleSoft Events, Functions and Methods", "businessCriteria" : [{"id" : 60012, "name" : "Changeability", "href" : "AIP/business-criteria/60012"}, {"id" : 60014, "name" : "Efficiency", "href" : "AIP/business-criteria/60014"}, {"id" : 66031, "name" : "Programming Practices", "href" : "AIP/business-criteria/66031"}, {"id" : 60013, "name" : "Robustness", "href" : "AIP/business-criteria/60013"}, {"id" : 60011, "name" : "Transferability", "href" : "AIP/business-criteria/60011"}], "technicalCriteria" : [{"id" : 61029, "name" : "Complexity - Dynamic Instantiation", "weight" : 6, "critical" : false}], "technologies" : [{"id" : 1600000, "name" : "PeopleSoft", "href" : "AIP/technologies/1600000"}], "qualityStandards" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "critical": {"type": "boolean"}, "maxWeight": {"type": "integer"}, "associatedValueName": {"type": "string"}, "output": {"type": "string"}, "rationale": {"type": "string"}, "reference": {"type": "string"}, "total": {"type": "string"}, "businessCriteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}}, "required": ["id", "name", "href"]}}, "technicalCriteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "weight": {"type": "integer"}, "critical": {"type": "boolean"}}, "required": ["id", "name", "weight", "critical"]}}, "technologies": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}}, "required": ["id", "name", "href"]}}, "qualityStandards": {"type": "array", "items": {}}}, "required": ["id", "name", "href", "critical", "maxWeight", "associatedValueName", "output", "rationale", "reference", "total", "businessCriteria", "technicalCriteria", "technologies", "qualityStandards"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}, "cra-templetize": {"type": "string"}}, "required": ["lerna", "cra-templetize"]}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"templatize:mycoriza": {"type": "string"}}, "required": ["templatize:mycoriza"]}, "resolutions": {"type": "object", "properties": {"babel-jest": {"type": "string"}, "**/typescript": {"type": "string"}}, "required": ["babel-jest", "**/typescript"]}}, "required": ["name", "private", "repository", "devDependencies", "workspaces", "scripts", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "root", "private" : true, "repository" : {"url" : "https://github.com/hsenid-mobile/mycoriza"}, "devDependencies" : {"lerna" : "^4.0.0", "cra-templetize" : "^0.0.1"}, "workspaces" : ["packages/*"], "scripts" : {"templatize:mycoriza" : "cra-templetize -i ./packages/mycoriza -o ./packages"}, "resolutions" : {"babel-jest" : "^26.6.0", "**/typescript" : "4.4.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}, "cra-templetize": {"type": "string"}}, "required": ["lerna", "cra-templetize"]}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"templatize:mycoriza": {"type": "string"}}, "required": ["templatize:mycoriza"]}, "resolutions": {"type": "object", "properties": {"babel-jest": {"type": "string"}, "**/typescript": {"type": "string"}}, "required": ["babel-jest", "**/typescript"]}}, "required": ["name", "private", "repository", "devDependencies", "workspaces", "scripts", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"authors": {"type": "string"}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : "Garmendia Jimena, Gonz\u00c3\u00a1lez Gonz\u00c3\u00a1lez Daniel, Garmendia Jimena, Gonz\u00c3\u00a1lez Gonz\u00c3\u00a1lez Daniel", "doi" : "10.29193/rmu.36.2.10", "publication_date" : "2020-06-01", "id" : "ES102809", "url" : "http://www.scielo.edu.uy/scielo.php?script=sci_arttext&pid=S1688-03902020000200198&lang=pt", "source" : "SciELO", "source_url" : "http://scielo.isciii.es/", "licence" : "CC-BY-NC", "language" : "es", "type" : "journal", "description" : "", "text" : "Paciente de 63 a\u00f1os, sexo masculino, de raza blanca, que consult\u00f3 por tumoraci\u00f3n de regi\u00f3n gl\u00fatea derecha de un a\u00f1o de evoluci\u00f3n, de crecimiento r\u00e1pido, color viol\u00e1ceo, l\u00edmites netos, consistencia dura, de 2 por 2 cm, que asienta sobre piel sana (figura 1). No se palparon adenomegalias inguino crurales. Se realiz\u00f3 la resecci\u00f3n completa de la lesi\u00f3n con anestesia local El estudio histol\u00f3gico e inmunohistoqu\u00edmico de la pieza diagnostic\u00f3 un carcinoma de c\u00e9lulas de Merkel. Con dicho diagn\u00f3stico se realiz\u00f3 la evaluaci\u00f3n de diseminaci\u00f3n a distancia mediante tomograf\u00eda computada t\u00f3raco abd\u00f3mino-p\u00e9lvica y tomograf\u00eda por emisi\u00f3n de positrones (PET). No se evidenci\u00f3 enfermedad diseminada, por lo cual de acuerdo a la clasificaci\u00f3n de TNM, correspondi\u00f3 al estadio I. Posteriormente se complet\u00f3 el tratamiento con radioterapia adyuvante del lecho tumoral. Se realiz\u00f3 en series de 56 Gy durante 5,4 semanas, con buena tolerancia. Actualmente, paciente asintom\u00e1tico y en control desde hace un a\u00f1o."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "string"}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"overall": {"type": "object", "properties": {"accuracy": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "precision": {"type": "object", "properties": {"macro": {"type": "number"}, "weighted": {"type": "number"}}, "required": ["macro", "weighted"]}, "recall": {"type": "object", "properties": {"macro": {"type": "number"}, "weighted": {"type": "number"}}, "required": ["macro", "weighted"]}, "f1": {"type": "object", "properties": {"macro": {"type": "number"}, "weighted": {"type": "number"}}, "required": ["macro", "weighted"]}}, "required": ["accuracy", "precision", "recall", "f1"]}}, "required": ["overall"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"overall" : {"accuracy" : {"value" : 0.010311283250607864}, "precision" : {"macro" : 0.010582505211956568, "weighted" : 0.011074108365287176}, "recall" : {"macro" : 0.023743240001922628, "weighted" : 0.010311283250607864}, "f1" : {"macro" : 0.01523059690649221, "weighted" : 0.009820552924831616}}}
json_instruct
{"type": "object", "properties": {"overall": {"type": "object", "properties": {"accuracy": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "precision": {"type": "object", "properties": {"macro": {"type": "number"}, "weighted": {"type": "number"}}, "required": ["macro", "weighted"]}, "recall": {"type": "object", "properties": {"macro": {"type": "number"}, "weighted": {"type": "number"}}, "required": ["macro", "weighted"]}, "f1": {"type": "object", "properties": {"macro": {"type": "number"}, "weighted": {"type": "number"}}, "required": ["macro", "weighted"]}}, "required": ["accuracy", "precision", "recall", "f1"]}}, "required": ["overall"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "666 Whitelist Pass", "symbol" : "666", "logoURI" : "http://666serials.xyz/wp-content/uploads/2022/04/6.png", "decimals" : 0, "address" : "6668ECUWVZjx5HiR74UGcuumtAyW2ser7HBX3RTVBCZF", "chainId" : 101, "tags" : ["WL-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"32": {"type": "string"}, "48": {"type": "string"}}, "required": ["32", "48"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "options_ui": {"type": "object", "properties": {"page": {"type": "string"}, "open_in_tab": {"type": "boolean"}}, "required": ["page", "open_in_tab"]}, "browser_specific_settings": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["gecko"]}}, "required": ["manifest_version", "name", "version", "description", "homepage_url", "permissions", "icons", "content_scripts", "background", "options_ui", "browser_specific_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "\"Did you mean...?\" for GitHub", "version" : "1.2", "description" : "This extension suggests you similar repository names when you get a 404 error on GitHub", "homepage_url" : "https://github.com/vantezzen/did-you-mean-for-github", "permissions" : ["https://github.com/*/*", "storage"], "icons" : {"32" : "icons/icon-32.png", "48" : "icons/icon-48.png"}, "content_scripts" : [{"matches" : ["*://github.com/*"], "js" : ["content/main.js"], "run_at" : "document_end"}], "background" : {"scripts" : ["background/data/dictionary.js", "background/data/popular_users.js", "background/data/popular.js", "background/libraries/distance.js", "background/possibleCorrections.js", "background/contactGitHubAPI.js", "background/main.js"]}, "options_ui" : {"page" : "options/index.html", "open_in_tab" : true}, "browser_specific_settings" : {"gecko" : {"id" : "didyoumeanforgithub@vantezzen.io"}}}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"32": {"type": "string"}, "48": {"type": "string"}}, "required": ["32", "48"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "options_ui": {"type": "object", "properties": {"page": {"type": "string"}, "open_in_tab": {"type": "boolean"}}, "required": ["page", "open_in_tab"]}, "browser_specific_settings": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["gecko"]}}, "required": ["manifest_version", "name", "version", "description", "homepage_url", "permissions", "icons", "content_scripts", "background", "options_ui", "browser_specific_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "iconUrl": {"type": "string"}, "website": {"type": "string"}, "applicationUrl": {"type": "string"}, "countryHQ": {"type": "string"}, "gdprReadyStatus": {"type": "string"}, "privacyUrl": {"type": "string"}, "dsarUrl": {"type": "string"}, "dpaUrl": {"type": "string"}, "subprocessorsUrl": {"type": "string"}, "dataCenters": {"type": "array", "items": {"type": "string"}}, "hostingProviders": {"type": "array", "items": {"type": "string"}}, "contacts": {"type": "array", "items": {}}, "certifications": {"type": "array", "items": {}}, "dataBreaches": {"type": "array", "items": {}}, "articles": {"type": "array", "items": {}}, "verified": {"type": "boolean"}}, "required": ["id", "name", "description", "categories", "iconUrl", "website", "applicationUrl", "countryHQ", "gdprReadyStatus", "privacyUrl", "dsarUrl", "dpaUrl", "subprocessorsUrl", "dataCenters", "hostingProviders", "contacts", "certifications", "dataBreaches", "articles", "verified"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "knowlex", "name" : "Knowlex", "description" : "Secure your professional knowhow", "categories" : ["Productivity"], "iconUrl" : "https://uploads-ssl.webflow.com/58d7ddd3795edeea602c6a61/58d7e20f3891b58e45ce4e63_knowlex.PNG", "website" : "https://www.knowlex.be", "applicationUrl" : "https://app.knowlex.be", "countryHQ" : "BE", "gdprReadyStatus" : "ready", "privacyUrl" : "https://www.knowlex.be/nl/knowlex-beveiliging", "dsarUrl" : "https://knowlex.gdprform.io", "dpaUrl" : "", "subprocessorsUrl" : "", "dataCenters" : ["EU"], "hostingProviders" : ["AWS"], "contacts" : [], "certifications" : [], "dataBreaches" : [], "articles" : [], "verified" : true}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "iconUrl": {"type": "string"}, "website": {"type": "string"}, "applicationUrl": {"type": "string"}, "countryHQ": {"type": "string"}, "gdprReadyStatus": {"type": "string"}, "privacyUrl": {"type": "string"}, "dsarUrl": {"type": "string"}, "dpaUrl": {"type": "string"}, "subprocessorsUrl": {"type": "string"}, "dataCenters": {"type": "array", "items": {"type": "string"}}, "hostingProviders": {"type": "array", "items": {"type": "string"}}, "contacts": {"type": "array", "items": {}}, "certifications": {"type": "array", "items": {}}, "dataBreaches": {"type": "array", "items": {}}, "articles": {"type": "array", "items": {}}, "verified": {"type": "boolean"}}, "required": ["id", "name", "description", "categories", "iconUrl", "website", "applicationUrl", "countryHQ", "gdprReadyStatus", "privacyUrl", "dsarUrl", "dpaUrl", "subprocessorsUrl", "dataCenters", "hostingProviders", "contacts", "certifications", "dataBreaches", "articles", "verified"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 15979, "source" : "parry", "verse_id" : 18902, "verse_count" : 1, "reference" : "65:4", "title" : "", "html" : " <i>remain among the graves/monuments.</i> This statement may refer to an effort to communicate with the spirits of the dead, an action forbidden by the Mosaic law (<a class=\"ref\">Lev. 19:31; Deut. 18:10-12</a>; <a class=\"isa\" verses=\"WzE3ODI3XQ==\">Isa. 8:19</a>). </p> <p><i>eat swine's flesh/abominable beasts.</i> This statement describes another clear violation of God's law as given through Moses (Lev. 11:7-8; <a class=\"ref\">Deut. 14:7-8</a>). </p> <p><i>broth of abominable beasts.</i> The people are eating broth made from unclean animals or unclean sacrificial flesh (<a class=\"ref\">Lev. 7:18; 19:7</a>). </p> <p><i>pollute their vessels.</i> By eating foods forbidden by the Lord, the people make their pots, pans, and dishes unclean. The people who partake of forbidden foods also pollute their<i> </i>bodies, which are vessels for their spirits.</p> ", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ars_nouveau.glyph_desc.test": {"type": "string"}, "ars_nouveau.glyph_name.test": {"type": "string"}, "item.ars_nouveau.glyph_test": {"type": "string"}}, "required": ["ars_nouveau.glyph_desc.test", "ars_nouveau.glyph_name.test", "item.ars_nouveau.glyph_test"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ars_nouveau.glyph_desc.test" : "This is my test!", "ars_nouveau.glyph_name.test" : "Test", "item.ars_nouveau.glyph_test" : "Glyph of Testing"}
json_instruct
{"type": "object", "properties": {"ars_nouveau.glyph_desc.test": {"type": "string"}, "ars_nouveau.glyph_name.test": {"type": "string"}, "item.ars_nouveau.glyph_test": {"type": "string"}}, "required": ["ars_nouveau.glyph_desc.test", "ars_nouveau.glyph_name.test", "item.ars_nouveau.glyph_test"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Perl": {"type": "integer"}}, "required": ["Perl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Perl" : 22927}
json_instruct
{"type": "object", "properties": {"Perl": {"type": "integer"}}, "required": ["Perl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"countryCode": {"type": "string"}, "population": {"type": "integer"}, "activePopulationProportion": {"type": "number"}, "urbanPopulationProportion": {"type": "number"}, "urbanPopulationInDegradedHousingProportion": {"type": "null"}, "over64Proportion": {"type": "number"}, "hospitalBeds": {"type": "integer"}, "highContactPopulation": {"type": "null"}, "remoteAreasPopulationProportion": {"type": "null"}, "incomecategory": {"type": "string"}}, "required": ["countryCode", "population", "activePopulationProportion", "urbanPopulationProportion", "urbanPopulationInDegradedHousingProportion", "over64Proportion", "hospitalBeds", "highContactPopulation", "remoteAreasPopulationProportion", "incomecategory"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"countryCode" : "IR", "population" : 83993000, "activePopulationProportion" : 0.6900000000000001, "urbanPopulationProportion" : 0.74, "urbanPopulationInDegradedHousingProportion" : null, "over64Proportion" : 0.07235532722965007, "hospitalBeds" : 83993, "highContactPopulation" : null, "remoteAreasPopulationProportion" : null, "incomecategory" : "UM"}
json_instruct
{"type": "object", "properties": {"countryCode": {"type": "string"}, "population": {"type": "integer"}, "activePopulationProportion": {"type": "number"}, "urbanPopulationProportion": {"type": "number"}, "urbanPopulationInDegradedHousingProportion": {"type": "null"}, "over64Proportion": {"type": "number"}, "hospitalBeds": {"type": "integer"}, "highContactPopulation": {"type": "null"}, "remoteAreasPopulationProportion": {"type": "null"}, "incomecategory": {"type": "string"}}, "required": ["countryCode", "population", "activePopulationProportion", "urbanPopulationProportion", "urbanPopulationInDegradedHousingProportion", "over64Proportion", "hospitalBeds", "highContactPopulation", "remoteAreasPopulationProportion", "incomecategory"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "integer"}, "moralNum": {"type": "integer"}, "blockedDays": {"type": "integer"}, "blockedForever": {"type": "boolean"}, "commentSum": {"type": "integer"}, "punishTitle": {"type": "string"}, "reasonTypeName": {"type": "string"}}, "required": ["id", "uid", "uname", "face", "originContentModify", "originType", "reasonType", "punishTime", "punishType", "moralNum", "blockedDays", "blockedForever", "commentSum", "punishTitle", "reasonTypeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1169, "uid" : 31216561, "uname" : "\u5927\u540a\u8001\u59d0\u9e21\u513f\u90a6\u786c", "face" : "http://i0.hdslb.com/bfs/face/3f3bf003985341a2e76b2fc5d7a0eeb6e55004d1.jpg", "originContentModify" : "\u56de\u590d @\u5343\u5e74\u8001\u50e7\u6211\u513f\u5b50 :\u4f60*.\u5b50* \u67099\u4e2a*\u513f\uff0c \u6211\u8fd8\u5acc\u4e0d\u591f\u6211*\u7684\u5462\uff0c\u54c8\u54c8\u54c8\u54c8\u54c8\u54c8\u54c8", "originType" : 1, "reasonType" : 7, "punishTime" : 1488180532000, "punishType" : 2, "moralNum" : 0, "blockedDays" : 3, "blockedForever" : false, "commentSum" : 216, "punishTitle" : "\u5728\u8bc4\u8bba\u4e2d\u53d1\u5e03\u4eba\u8eab\u653b\u51fb\u8a00\u8bba", "reasonTypeName" : "\u53d1\u5e03\u4eba\u8eab\u653b\u51fb\u8a00\u8bba"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "integer"}, "moralNum": {"type": "integer"}, "blockedDays": {"type": "integer"}, "blockedForever": {"type": "boolean"}, "commentSum": {"type": "integer"}, "punishTitle": {"type": "string"}, "reasonTypeName": {"type": "string"}}, "required": ["id", "uid", "uname", "face", "originContentModify", "originType", "reasonType", "punishTime", "punishType", "moralNum", "blockedDays", "blockedForever", "commentSum", "punishTitle", "reasonTypeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"translations": {"type": "object", "properties": {"en": {"type": "object", "properties": {"sc1": {"type": "string"}, "sc2": {"type": "string"}, "sc3": {"type": "string"}, "sc4": {"type": "string"}, "sc5": {"type": "string"}, "sc6": {"type": "string"}}, "required": ["sc1", "sc2", "sc3", "sc4", "sc5", "sc6"]}}, "required": ["en"]}}, "required": ["translations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"translations" : {"en" : {"sc1" : "Here is an example of what the start of a blockchain (the genesis block) might look like. The first hash is all zeroes. Between the block number and the hash, the block might hold any information.", "sc2" : "The idea of the blockchain is that every block combines the hash of the preceding block in addition to its own data when computing its own hash. So, each block stores the previous hash, whatever local data needed by the application, possibly a nonce if the application uses that, and the resulting hash generated from those. In this example, these values are concatenated in order and hashed using SHA-256.", "sc3" : "In Bitcoin, the nonce is the foundation of block production. Given a publicly known previous hash, block number, and data message, a nonce can be mined so that the resulting hash begins with some predetermined number of zeroes (in our case: four). It takes work to come up with the nonce (basically, keep gussing numbers until something works). This is considered a feature of the Bitcoin system that a brute-force method must be used in order to find an acceptable nonce value (called 'proof of work').", "sc4" : "Here we have mined the nonce and produced a hash derived from the previous hash, data message, and nonce such that the hash begins with four zeroes.", "sc5" : "The process then repeats when a new data message needs to be recorded and publicly released (meaning, added to the blockchain).", "sc6" : "From this example, we can see what would happen if somebody tried to manipulate past blocks in the blockchain. The hash pointers won't match from the changed blocks on!"}}}
json_instruct
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"en": {"type": "object", "properties": {"sc1": {"type": "string"}, "sc2": {"type": "string"}, "sc3": {"type": "string"}, "sc4": {"type": "string"}, "sc5": {"type": "string"}, "sc6": {"type": "string"}}, "required": ["sc1", "sc2", "sc3", "sc4", "sc5", "sc6"]}}, "required": ["en"]}}, "required": ["translations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "BookingPayment", "main" : "./BookingPayment.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}}, "required": ["install"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "grunt-browserify": {"type": "string"}, "http-parser-js": {"type": "string"}, "net-chromify": {"type": "string"}, "freelist-chromify": {"type": "string"}, "string_decoder-chromify": {"type": "string"}, "http-chromify": {"type": "string"}}, "required": ["browserify", "grunt-browserify", "http-parser-js", "net-chromify", "freelist-chromify", "string_decoder-chromify", "http-chromify"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "engine": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "devDependencies", "author", "license", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-browserify", "version" : "0.0.1", "description" : "Node in your Chrome", "main" : "index.js", "repository" : {"type" : "git", "url" : "http://github.com/iceddev/node-chromify.git"}, "scripts" : {"install" : "grunt"}, "keywords" : ["node", "browser"], "devDependencies" : {"browserify" : "1.16.x", "grunt-browserify" : "git://github.com/bancek/grunt-browserify", "http-parser-js" : "git://github.com/iceddev/http-parser-js.git", "net-chromify" : "git://github.com/iceddev/net-chromify.git", "freelist-chromify" : "git://github.com/iceddev/freelist-chromify.git", "string_decoder-chromify" : "git://github.com/iceddev/string_decoder-chromify.git", "http-chromify" : "git://github.com/iceddev/http-chromify.git"}, "author" : {"name" : "Blaine Bublitz", "email" : "blaine@iceddev.com", "url" : "http://iceddev.com"}, "license" : "Apache2", "engine" : {"node" : ">=0.8.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}}, "required": ["install"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "grunt-browserify": {"type": "string"}, "http-parser-js": {"type": "string"}, "net-chromify": {"type": "string"}, "freelist-chromify": {"type": "string"}, "string_decoder-chromify": {"type": "string"}, "http-chromify": {"type": "string"}}, "required": ["browserify", "grunt-browserify", "http-parser-js", "net-chromify", "freelist-chromify", "string_decoder-chromify", "http-chromify"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "engine": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "devDependencies", "author", "license", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"8129": {"type": "string"}, "8131": {"type": "string"}}, "required": ["8129", "8131"]}, "timeto": {"type": "object", "properties": {"8129": {"type": "number"}, "8131": {"type": "number"}}, "required": ["8129", "8131"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 8130, "title" : ["[Dubh Brugh, Cavern]"], "description" : ["Though the ground is flat and smooth, except for coarse sand and small pebbles nestling the perimeter, the domed ceiling and walls are corrugated diagonally. Barring one area on the southern wall, the furrows are quite shallow."], "paths" : ["Obvious exits: east, west"], "location" : "Dubh Brugh", "wayto" : {"8129" : "west", "8131" : "east"}, "timeto" : {"8129" : 0.2, "8131" : 0.2}, "image" : "wl-mineroad-1264234799.png", "image_coords" : [1202, 720, 1212, 730], "tags" : ["some bolmara lichen", "soft white mushroom", "daggerstalk mushroom", "some cave moss", "some wingstem root", "genkew mushroom", "blue trafel mushroom"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"8129": {"type": "string"}, "8131": {"type": "string"}}, "required": ["8129", "8131"]}, "timeto": {"type": "object", "properties": {"8129": {"type": "number"}, "8131": {"type": "number"}}, "required": ["8129", "8131"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"webpack": {"type": "string"}, "dev": {"type": "string"}, "production": {"type": "string"}}, "required": ["webpack", "dev", "production"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cross-env": {"type": "string"}, "laravel-mix": {"type": "string"}, "moment": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}}, "required": ["axios", "cross-env", "laravel-mix", "moment", "vue", "vue-router"]}}, "required": ["private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "scripts" : {"webpack" : "cross-env NODE_ENV=development webpack --progress --hide-modules", "dev" : "cross-env NODE_ENV=development webpack --watch --progress --hide-modules", "production" : "cross-env NODE_ENV=production webpack --progress --hide-modules"}, "dependencies" : {"axios" : "^0.15.3", "cross-env" : "^3.1.4", "laravel-mix" : "^0.4.0", "moment" : "^2.17.1", "vue" : "^2.1.10", "vue-router" : "^2.1.2"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"webpack": {"type": "string"}, "dev": {"type": "string"}, "production": {"type": "string"}}, "required": ["webpack", "dev", "production"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cross-env": {"type": "string"}, "laravel-mix": {"type": "string"}, "moment": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}}, "required": ["axios", "cross-env", "laravel-mix", "moment", "vue", "vue-router"]}}, "required": ["private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "GQNH0", "name" : {"en" : "Timbedra / Timbedgha"}, "country" : "MR", "region" : "HC", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "GQNH", "iata" : "TMD"}, "location" : {"latitude" : 16.233, "longitude" : -8.167, "elevation" : 211}, "timezone" : "Africa/Nouakchott", "history" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["accessibility", "cfp_end", "code_of_conduct", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accessibility" : "", "cfp_end" : "", "code_of_conduct" : "http://events.linuxfoundation.org/event-code-of-conduct", "event_end" : "2016-11-17", "event_start" : "2016-11-16", "facebook" : "", "languages" : ["English"], "location" : {"city" : "Bengaluru", "country" : "India", "state" : "Karnataka"}, "name" : "OpenDaylight Forum India", "tags" : ["opendaylight"], "twitter" : "OpenDaylightSDN", "website" : "http://events.linuxfoundation.org/events/opendaylight-forum-india", "youtube" : "PL8F5jrwEpGAirCRzjQ-09mnF6n5aAfvGY"}
json_instruct
{"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["accessibility", "cfp_end", "code_of_conduct", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Ariton", "state_name" : "Alabama", "state_abbrv" : "AL", "lat" : "31.583", "long" : "-85.7077"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404377509, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "daca26bada0c597360c7fead626dd6b6", "wof:id" : 404377509, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.62126076759138, 42.87167656419456, 0.65105423563209, 42.89970606764441], "geometry" : {"coordinates" : [[[0.63013362547623, 42.87167656419456], [0.62126076759138, 42.89300014798818], [0.62846228982534, 42.89852149645535], [0.63240320117538, 42.89970606764441], [0.65105423563209, 42.88575715434997], [0.65018160557491, 42.87255821022395], [0.63013362547623, 42.87167656419456]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "110710", "ProductId" : "P1000-04", "UserId" : "A3VD6KREW99X02", "ProfileName" : "Eric Alan", "HelpfulnessNumerator" : 1, "HelpfulnessDenominator" : 1, "Score" : 4, "Time" : "1345420800", "Summary" : "As good as instant coffee gets!", "text" : "I've always been disappointed by instant coffee. But things have changed with VIA. I picked up a 3 pack from the grocery store to test it out, cost me like $3 which is insane for instant coffee. $1 per serving compared to 10 cents with other brands. But, when i tried the Starbucks Via Columbia I had no regrets. Far superior then any instant. I'm not big on Starbucks, i have never ordered coffee from Starbucks. In fact, i'm shocked they got this far with the prices and silly names for sizes, etc. The entire experience going into a Starbucks makes me roll my eyes and leave everytime. But anyway, this instant coffee has great roasted taste and aroma. I'll def buy this in bulk from amazon. The 50 count for $29 breaks down to about 60 cents per cup, which the best way to go. You'd have to grind and brew at home to get this quality/price."}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [537.13, 268.885, 0.90796, 551.734, 374.956, 0.893417, 484.077, 372.008, 0.833892, 451.536, 501.6, 0.846109, 413.212, 599.048, 0.903686, 616.653, 377.802, 0.800269, 622.662, 484.02, 0.885027, 625.497, 584.196, 0.89195, 548.902, 584.267, 0.727436, 504.696, 584.249, 0.748767, 528.23, 784.596, 0.850633, 540.005, 952.783, 0.812146, 590.143, 587.164, 0.686751, 578.318, 781.747, 0.830769, 595.955, 864.287, 0.81405, 528.056, 262.894, 0.878315, 554.705, 254.02, 0.919425, 507.556, 286.431, 0.857552, 578.423, 271.854, 0.926426, 598.988, 929.162, 0.815049, 619.544, 914.453, 0.700051, 581.324, 864.259, 0.646296, 542.975, 1017.55, 0.813712, 525.277, 1005.84, 0.799588, 551.695, 961.54, 0.742929], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "https://bbs.byr.cn/article/Feeling/3151042", "title" : "\u4e00\u76f4\u8054\u7cfb\u7684\u51c6\u5907\u8868\u767d\u7684\u9ad8\u4e2d\u5973\u540c\u5b66\u7a81\u7136\u53d8\u51b7\u6de1\u4e86", "count" : 70}, {"url" : "https://bbs.byr.cn/article/Job/2095797", "title" : "\u641e\u7b97\u6cd5\u7684\u540c\u5b66\u90fd\u662f\u8fd9\u4e2a\u753b\u98ce\u5417\uff1f", "count" : 31}, {"url" : "https://bbs.byr.cn/article/Friends/1966347", "title" : "\u5f81\u53cb\u9047\u5230\u4e86\u5947\u602a\u7684\u4eba\uff0c\u601d\u8003\u518d\u4e09\u89c9\u5f97\u8fd8\u662f\u53d1\u4e0a\u6765", "count" : 29}, {"url" : "https://bbs.byr.cn/article/WorkLife/1149393", "title" : "\u3010\u5fc3\u5f97\u3011\u8d76\u8def\u4eba\u2014\u7eaa\u5ff5\u5de5\u4f5c\u4e00\u5468\u5e74\uff0c\u732e\u4e88\u521a\u521a\u6bd5\u4e1a\u7684\u5e08\u5f1f\u5e08\u59b9\u5171\u52c9", "count" : 28}, {"url" : "https://bbs.byr.cn/article/Talking/6211022", "title" : "\u53d1\u73b0\u4e00\u4e2a\u9488\u5bf9\u6211\u90ae\u7684\u201c\u952e\u76d8\u4fa0\u201d", "count" : 17}, {"url" : "https://bbs.byr.cn/article/Health/221406", "title" : "\u6bd5\u4e1a\u751f\u7684\u6821\u533b\u9662hpv\u4e5d\u4ef7\u75ab\u82d7\u8f6c\u8ba9", "count" : 14}, {"url" : "https://bbs.byr.cn/article/Constellations/326533", "title" : "\u3010\u8f6c\u3011\u8d85\u795e\u51c6\uff01\u661f\u5ea7\u5c0f\u738b\u5b50\u72ec\u521b\u7684\u65b0\u578b\u5360\u535c\u3001\u4f86\u4e00\u8d77\u8a66\u73a9\u4e00\u4e0b\uff01", "count" : 10}, {"url" : "https://bbs.byr.cn/article/AimGraduate/1193837", "title" : "\u3010\u4fdd\u7814\u8003\u7814\u3011\u8ba1\u7b97\u673a\u5b66\u9662\u674e\u6615\u8001\u5e08\u62db\u52df\u4fdd\u7814\u8003\u7814\u5b66\u751f", "count" : 9}, {"url" : "https://bbs.byr.cn/article/Python/25186", "title" : "\u6709\u507f\u6c42R/python\u6570\u636e\u722c\u53d6\u6307\u5bfc", "count" : 5}, {"url" : "https://bbs.byr.cn/article/Home/126191", "title" : "{\u8865\u5145\u4e86\u91cd\u8981\u4fe1\u606f}\u76f8\u4e2d\u4e00\u5904\u623f\u5b50\uff0c\u5b9e\u5730\u770b\u4e86\u540e\u53d1\u73b0\u79bb\u6ba1\u4eea\u9986\u4e0d\u8fdc\uff0c", "count" : 4}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"pub": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["pub", "build", "start", "serve"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "files", "repository", "keywords", "author", "license", "publishConfig", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "banned-words-detector", "version" : "1.0.7", "description" : "Detect and assert if string contains banned word", "main" : "lib/main.js", "types" : "lib/main.d.ts", "scripts" : {"pub" : " npm version patch --no-git-tag-version && npm publish", "build" : "rm -rf ./lib && tsc", "start" : "node ./lib/main", "serve" : "npm run build && npm start"}, "files" : ["lib"], "repository" : {"type" : "git", "url" : "git+https://github.com/PiliposyanDavid/banned-words-detector.git"}, "keywords" : ["banned-words", "string", "filter", "word-detector", "spam-words", "bad words"], "author" : "PiliposyanDavid", "license" : "ISC", "publishConfig" : {"access" : "public"}, "bugs" : {"url" : "https://github.com/PiliposyanDavid/banned-words-detector/issues"}, "homepage" : "https://github.com/PiliposyanDavid/banned-words-detector#readme", "devDependencies" : {"ts-node" : "^10.4.0", "typescript" : "^4.5.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"pub": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["pub", "build", "start", "serve"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "files", "repository", "keywords", "author", "license", "publishConfig", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "Voulg\u00e9zac", "circ" : "2\u00e8me circonscription", "dpt" : "Charente", "inscrits" : 239, "abs" : 132, "votants" : 107, "blancs" : 9, "nuls" : 7, "exp" : 91, "res" : [{"nuance" : "LR", "nom" : "M. Daniel SAUVAITRE", "voix" : 51}, {"nuance" : "REM", "nom" : "Mme Sandra MARSAUD", "voix" : 40}]}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "6108082001", "id_kecamatan" : "610808", "name" : "Meranti"}, {"id" : "6108082002", "id_kecamatan" : "610808", "name" : "Kelampai Setolo"}, {"id" : "6108082003", "id_kecamatan" : "610808", "name" : "Moro Betung"}, {"id" : "6108082004", "id_kecamatan" : "610808", "name" : "Selange"}, {"id" : "6108082005", "id_kecamatan" : "610808", "name" : "Ampadi"}, {"id" : "6108082006", "id_kecamatan" : "610808", "name" : "Tahu"}]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "part": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "part", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "", "historical" : "Legislative History of Laws\n\nFor history of Law 18-378, see notes under \u00a7 29-101.01.\n\nDC CODE \u00a7 29-412.09\n\nCurrent through December 11, 2012", "credits" : "(July 2, 2011, D.C. Law 18-378, \u00a7 2, 58 DCR 1720.)", "sections" : [{"prefix" : "a", "text" : " Directors shall cause the dissolved nonprofit corporation to discharge or make reasonable provision for the payment of claims and make distributions of assets after payment or provision for claims."}, {"prefix" : "b", "text" : " Directors of a dissolved nonprofit corporation that has disposed of claims under \u00a7 29-412.06, \u00a7 29-412.07, or \u00a7 29-412.08 shall not be liable for breach of \u00a7 29-412.09(a) with respect to claims against the dissolved corporation that are barred or satisfied under \u00a7 29-412.06, \u00a7 29-412.07, or \u00a7 29-412.08."}], "division" : {"identifier" : "V", "text" : "Local Business Affairs"}, "title" : {"identifier" : "29", "text" : "Business Organizations. (Refs & Annos)"}, "chapter" : {"identifier" : "4", "text" : "Nonprofit Corporations."}, "subchapter" : {"identifier" : "XII", "text" : "Dissolution."}, "part" : {"identifier" : "A", "text" : "Voluntary Dissolution."}, "heading" : {"title" : "29", "chaptersection" : "412", "identifier" : "29-412.09", "catch_text" : "Directors' duties."}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "part": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "part", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1277151001, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "09e2e1093a129adfb8f8dc1d464ce3ed", "wof:id" : 1277151001, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [22.8243, 46.22548, 22.8243, 46.22548], "geometry" : {"coordinates" : [22.8243, 46.22548], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "$collection": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {"type": "string"}, "value_re": {"type": "string"}}, "required": ["key_re", "value_re"]}}}, "required": ["name", "$collection", "uuid", "description", "event_class__name", "preference", "patterns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Juniper | JUNOS | Network | IP | Address Conflict (SYSLOG)", "$collection" : "fm.eventclassificationrules", "uuid" : "11b2a583-f4c6-4308-b3c0-a53b001a4eb4", "description" : "KERN_ARP_DUPLICATE_ADDR: duplicate IP address 10.60.9.1! sent from address: 02:2a:5d:10:e6:93 (error count = 14)", "event_class__name" : "Network | IP | Address Conflict", "preference" : 1000, "patterns" : [{"key_re" : "^source$", "value_re" : "^syslog$"}, {"key_re" : "^profile$", "value_re" : "^Juniper\\.JUNOS$"}, {"key_re" : "^message$", "value_re" : "KERN_ARP_DUPLICATE_ADDR: duplicate IP address (?P<ip>\\S+)! sent from address: (?P<mac>\\S+)"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "$collection": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {"type": "string"}, "value_re": {"type": "string"}}, "required": ["key_re", "value_re"]}}}, "required": ["name", "$collection", "uuid", "description", "event_class__name", "preference", "patterns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "user_id": {"type": "integer"}, "event": {"type": "string"}, "data": {"type": "object", "properties": {"source": {"type": "string"}, "super_duration": {"type": "number"}, "timedate": {"type": "string"}, "unique_id": {"type": "string"}, "start_time": {"type": "string"}, "finish_time": {"type": "string"}, "activity_name": {"type": "string"}}, "required": ["source", "super_duration", "timedate", "unique_id", "start_time", "finish_time", "activity_name"]}, "created_at": {"type": "string"}, "environment_id": {"type": "integer"}}, "required": ["id", "user_id", "event", "data", "created_at", "environment_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1fec4e4e-f8a6-11ea-a4b2-fc287a5c983c", "user_id" : 123, "event" : "meditation_created", "data" : {"source" : "Google Fit", "super_duration" : 1122000.0, "timedate" : "2020-09-14T01:08:04+10:00", "unique_id" : "ead342ad-ee34-e474-86f7-15dec5bd10e7", "start_time" : "2020-09-14T00:49:22+10:00", "finish_time" : "2020-09-14T01:08:04+10:00", "activity_name" : "Meditation"}, "created_at" : "2020-09-17T05:30:46.371759Z", "environment_id" : 1}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "user_id": {"type": "integer"}, "event": {"type": "string"}, "data": {"type": "object", "properties": {"source": {"type": "string"}, "super_duration": {"type": "number"}, "timedate": {"type": "string"}, "unique_id": {"type": "string"}, "start_time": {"type": "string"}, "finish_time": {"type": "string"}, "activity_name": {"type": "string"}}, "required": ["source", "super_duration", "timedate", "unique_id", "start_time", "finish_time", "activity_name"]}, "created_at": {"type": "string"}, "environment_id": {"type": "integer"}}, "required": ["id", "user_id", "event", "data", "created_at", "environment_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["1290", "aeromar", "mexico city", "mexico", "puerto escondido", "mexico", "0"], ["1290", "aeromar", "puerto escondido", "mexico", "mexico city", "mexico", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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": {"type": {"type": "string"}, "ident": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "points": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"level": {"type": "integer"}, "name": {"type": "string"}}, "required": ["level", "name"]}}, "traits": {"type": "array", "items": {"type": "string"}}, "vehicle": {"type": "string"}, "pets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["name", "amount"]}}, "items": {"type": "object", "properties": {"both": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "custom-flags": {"type": "array", "items": {"type": "string"}}}, "required": ["item", "custom-flags"]}}}, "required": ["items", "entries"]}, "male": {"type": "array", "items": {"type": "string"}}, "female": {"type": "array", "items": {"type": "string"}}}, "required": ["both", "male", "female"]}}, "required": ["type", "ident", "name", "description", "points", "skills", "traits", "vehicle", "pets", "items"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"type" : "profession", "ident" : "road_warrior", "name" : "Road Warrior", "description" : "", "points" : 5, "skills" : [{"level" : 2, "name" : "driving"}, {"level" : 1, "name" : "mechanics"}, {"level" : 1, "name" : "fabrication"}], "traits" : ["BADKNEES"], "vehicle" : "car_interceptor_v8", "pets" : [{"name" : "mon_dog_auscattle", "amount" : 1}], "items" : {"both" : {"items" : ["gloves_fingerless", "tshirt", "jacket_leather", "pants_leather", "socks", "boots", "hose", "dogfood"], "entries" : [{"item" : "jerrycan", "custom-flags" : ["auto_wield"]}]}, "male" : ["boxer_shorts"], "female" : ["bra", "panties"]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ident": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "points": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"level": {"type": "integer"}, "name": {"type": "string"}}, "required": ["level", "name"]}}, "traits": {"type": "array", "items": {"type": "string"}}, "vehicle": {"type": "string"}, "pets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["name", "amount"]}}, "items": {"type": "object", "properties": {"both": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "custom-flags": {"type": "array", "items": {"type": "string"}}}, "required": ["item", "custom-flags"]}}}, "required": ["items", "entries"]}, "male": {"type": "array", "items": {"type": "string"}}, "female": {"type": "array", "items": {"type": "string"}}}, "required": ["both", "male", "female"]}}, "required": ["type", "ident", "name", "description", "points", "skills", "traits", "vehicle", "pets", "items"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"${ModID}:Strike": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:Defend": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:TemporaryPowerDemo": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:InlinePowerDemo": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:SelectCardsPlusCardMods": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:InlineCardModDemo": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:NextTurnPowerDemo": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:MultiPreviewDemoCard": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}, "UPGRADE_DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION", "UPGRADE_DESCRIPTION"]}}, "required": ["${ModID}:Strike", "${ModID}:Defend", "${ModID}:TemporaryPowerDemo", "${ModID}:InlinePowerDemo", "${ModID}:SelectCardsPlusCardMods", "${ModID}:InlineCardModDemo", "${ModID}:NextTurnPowerDemo", "${ModID}:MultiPreviewDemoCard"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"${ModID}:Strike" : {"NAME" : "Strike", "DESCRIPTION" : "Deal !D! damage."}, "${ModID}:Defend" : {"NAME" : "Defend", "DESCRIPTION" : "Gain !B! Block."}, "${ModID}:TemporaryPowerDemo" : {"NAME" : "Auto-Generated Temporary Power", "DESCRIPTION" : "Whenever you Scry this turn, gain !M! Block."}, "${ModID}:InlinePowerDemo" : {"NAME" : "Inline Power", "DESCRIPTION" : "Strikes deal !M! more damage. NL At the end of your turn, gain !M! Block."}, "${ModID}:SelectCardsPlusCardMods" : {"NAME" : "Card Parsing, Card Selection, Card Mods", "DESCRIPTION" : "Choose from 1 of 3 cost 0 cards from any class. NL Add it into your hand. NL It gains Ethereal and Exhaust."}, "${ModID}:InlineCardModDemo" : {"NAME" : "Inline Card Mods", "DESCRIPTION" : "Add a random Strike of any color to your hand. NL Enchant it with \"Kills Spikers.\""}, "${ModID}:NextTurnPowerDemo" : {"NAME" : "Auto-Generated Next Turn Power", "DESCRIPTION" : "Next turn, gain !M! Thorns."}, "${ModID}:MultiPreviewDemoCard" : {"NAME" : "Multiple Previews - One Card", "DESCRIPTION" : "Ethereal. NL Add a random *Stinky *Watcher *Buddy into your hand. NL Exhaust.", "UPGRADE_DESCRIPTION" : "Ethereal. NL Add a random Upgraded *Stinky *Watcher *Buddy into your hand. NL Exhaust."}}
json_instruct
{"type": "object", "properties": {"${ModID}:Strike": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:Defend": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:TemporaryPowerDemo": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:InlinePowerDemo": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:SelectCardsPlusCardMods": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:InlineCardModDemo": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:NextTurnPowerDemo": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:MultiPreviewDemoCard": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}, "UPGRADE_DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION", "UPGRADE_DESCRIPTION"]}}, "required": ["${ModID}:Strike", "${ModID}:Defend", "${ModID}:TemporaryPowerDemo", "${ModID}:InlinePowerDemo", "${ModID}:SelectCardsPlusCardMods", "${ModID}:InlineCardModDemo", "${ModID}:NextTurnPowerDemo", "${ModID}:MultiPreviewDemoCard"], "$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"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Peach OG", "description" : "This isn't my recipe, the original creator has since taken it down. I spent a bit of time trying to recreate this and have a different peach rings recipe up as a result. After doing some cleaning in my closet I found the original recipe in full, so here it is.\r\n\r\nIt's very tasty.", "id" : 139989, "image_url" : null, "updated_at" : "2020-12-11T19:42:18.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Double Apple", "flavor_id" : "45", "millipercent" : 2000, "vendor" : "CAP"}, {"name" : "Gummy Candy", "flavor_id" : "2262", "millipercent" : 1000, "vendor" : "RF"}, {"name" : "Peach (juicy)", "flavor_id" : "254", "millipercent" : 2000, "vendor" : "TPA"}, {"name" : "Peach Gummy", "flavor_id" : "4313", "millipercent" : 2000, "vendor" : "FLV"}, {"name" : "Peach White", "flavor_id" : "543", "millipercent" : 4000, "vendor" : "FA"}, {"name" : "Sweet Mango", "flavor_id" : "120", "millipercent" : 1500, "vendor" : "CAP"}, {"name" : "Sweet Tangerine", "flavor_id" : "123", "millipercent" : 750, "vendor" : "CAP"}], "author" : "Clearkill", "views" : "1274", "created_at" : "2019-02-21", "slug" : "peach_og", "total_flavoring" : "13.25%", "steep_days" : "2", "best_vg" : "0%", "temperature" : "0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "220101", "text" : "\u5e02\u8f96\u533a"}, {"id" : "220102", "text" : "\u5357\u5173\u533a"}, {"id" : "220103", "text" : "\u5bbd\u57ce\u533a"}, {"id" : "220104", "text" : "\u671d\u9633\u533a"}, {"id" : "220105", "text" : "\u4e8c\u9053\u533a"}, {"id" : "220106", "text" : "\u7eff\u56ed\u533a"}, {"id" : "220112", "text" : "\u53cc\u9633\u533a"}, {"id" : "220113", "text" : "\u4e5d\u53f0\u533a"}, {"id" : "220122", "text" : "\u519c\u5b89\u53bf"}, {"id" : "220171", "text" : "\u957f\u6625\u7ecf\u6d4e\u6280\u672f\u5f00\u53d1\u533a"}, {"id" : "220172", "text" : "\u957f\u6625\u51c0\u6708\u9ad8\u65b0\u6280\u672f\u4ea7\u4e1a\u5f00\u53d1\u533a"}, {"id" : "220173", "text" : "\u957f\u6625\u9ad8\u65b0\u6280\u672f\u4ea7\u4e1a\u5f00\u53d1\u533a"}, {"id" : "220174", "text" : "\u957f\u6625\u6c7d\u8f66\u7ecf\u6d4e\u6280\u672f\u5f00\u53d1\u533a"}, {"id" : "220182", "text" : "\u6986\u6811\u5e02"}, {"id" : "220183", "text" : "\u5fb7\u60e0\u5e02"}, {"id" : "220184", "text" : "\u516c\u4e3b\u5cad\u5e02"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"FIELD1" : 2767, "key" : "Kepler-1347_b", "star_name" : "Kepler-1347", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 14.00947528, "semi_major" : "NA", "orbital_eccentricity" : "NA", "star_temp" : 5193, "star_radius" : 0.79, "planet_temp" : "NA", "radius" : 1.03, "discovery_year" : 2016, "light_years" : 1046.96076}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "private", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@boilerz/prettier-config", "version" : "1.0.4", "description" : "Prettier config.", "main" : "prettier.config.js", "repository" : "git@github.com:boilerz/prettier-config.git", "author" : "momsse", "license" : "MIT", "private" : false, "scripts" : {"test" : "exit 0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "private", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20849": {"type": "string"}}, "required": ["20849"]}, "timeto": {"type": "object", "properties": {"20849": {"type": "number"}}, "required": ["20849"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 20850, "title" : ["[Igrak's Room]"], "description" : ["This room has a spartan feel. A modwir washstand occupies one corner, a small writing table the center of the room under the window. A dark blue rug is the only covering on the cold flagstones. Two fel-hafted spears crossed under an Iylari roundshield serve as a wall decoration."], "paths" : ["Obvious exits: none"], "location" : "Wehnimer's Landing", "wayto" : {"20849" : "go door"}, "timeto" : {"20849" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20849": {"type": "string"}}, "required": ["20849"]}, "timeto": {"type": "object", "properties": {"20849": {"type": "number"}}, "required": ["20849"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "All and every fraudulent attornment and attornments of any tenant or tenants of any messuages, lands, tenements, or hereditaments, shall be absolutely null and void to all intents and purposes whatsoever; and the possession of their respective landlord or landlords, lessor or lessors, shall not be deemed or construed to be anywise changed, altered, or affected by any such attornment or attornments; provided always, that nothing herein contained shall extend to vacate or affect any attornment made pursuant to and in consequence of some judgment at law, or decree or order of a court of equity, or made with the privity and consent of the landlord or landlords, lessor or lessors, or to any mortgagee after the mortgage is become forfeited.", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 45-1432.\n\n1973 Ed., \u00a7 45-934.\n\nDC CODE \u00a7 42-3232\n\nCurrent through December 11, 2012", "credits" : "(11 Geo. 2, ch. 19, \u00a7 11, 1738; Kilty's Rep. 251; Alex. Br. Stat. 737; Comp. Stat. D.C., 332, \u00a7 60.)", "sections" : [], "division" : {"identifier" : "VII", "text" : "Property."}, "title" : {"identifier" : "42", "text" : "Real Property. (Refs & Annos)"}, "subtitle" : {"prefix" : "VII", "text" : " Rental Housing."}, "chapter" : {"identifier" : "32", "text" : "Landlord and Tenant. (Refs & Annos)"}, "heading" : {"title" : "42", "chaptersection" : "3232", "identifier" : "42-3232", "catch_text" : "Fraudulent attornment void; possession not changed by such attornment; limitation on scope of provisions."}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dist:linux": {"type": "string"}}, "required": ["start", "dist:linux"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-builder": {"type": "string"}}, "required": ["electron", "electron-builder"]}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "lowdb": {"type": "string"}, "shortid": {"type": "string"}, "sweetalert2": {"type": "string"}}, "required": ["jquery", "lowdb", "shortid", "sweetalert2"]}, "build": {"type": "object", "properties": {"appId": {"type": "string"}, "linux": {"type": "object", "properties": {"target": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "category": {"type": "string"}}, "required": ["target", "files", "icon", "category"]}, "mac": {"type": "object", "properties": {"target": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}}, "required": ["target", "icon"]}}, "required": ["appId", "linux", "mac"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies", "build"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "clipaste", "version" : "1.0.0", "description" : "Clipboard manager application", "main" : "main.js", "scripts" : {"start" : "electron .", "dist:linux" : "electron-builder --linux"}, "repository" : "https://github.com/ahmetkorkmaz3/clipaste", "keywords" : ["clipboard", "copy", "paste", "keynote"], "author" : "Ahmet Korkmaz <muratahmetkorkmaz@hotmail.com>", "license" : "MIT", "devDependencies" : {"electron" : "^8.2.0", "electron-builder" : "^22.4.1"}, "dependencies" : {"jquery" : "^3.4.1", "lowdb" : "^1.0.0", "shortid" : "^2.2.15", "sweetalert2" : "^9.10.9"}, "build" : {"appId" : "com.arkkod.clipaste", "linux" : {"target" : ["snap", "deb"], "files" : ["**/*", "build/icon.*"], "icon" : "./build/", "category" : "Utility"}, "mac" : {"target" : ["dmg"], "icon" : "./images/logo.png"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dist:linux": {"type": "string"}}, "required": ["start", "dist:linux"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-builder": {"type": "string"}}, "required": ["electron", "electron-builder"]}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "lowdb": {"type": "string"}, "shortid": {"type": "string"}, "sweetalert2": {"type": "string"}}, "required": ["jquery", "lowdb", "shortid", "sweetalert2"]}, "build": {"type": "object", "properties": {"appId": {"type": "string"}, "linux": {"type": "object", "properties": {"target": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "category": {"type": "string"}}, "required": ["target", "files", "icon", "category"]}, "mac": {"type": "object", "properties": {"target": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}}, "required": ["target", "icon"]}}, "required": ["appId", "linux", "mac"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies", "build"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"exdesc": {"type": "string"}, "sourcetag": {"type": "string"}, "pointid": {"type": "string"}, "step": {"type": "string"}, "Measurement": {"type": "string"}, "pointsource": {"type": "string"}, "Turbine": {"type": "string"}, "instrumenttag": {"type": "string"}, "engunits": {"type": "string"}, "pointtype": {"type": "string"}}, "required": ["exdesc", "sourcetag", "pointid", "step", "Measurement", "pointsource", "Turbine", "instrumenttag", "engunits", "pointtype"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"exdesc" : "", "sourcetag" : "", "pointid" : "140", "step" : "0", "Measurement" : "Active Power", "pointsource" : "Wind", "Turbine" : "GE05", "instrumenttag" : "GE05_P_ACT", "engunits" : "kW", "pointtype" : "Float32"}
json_instruct
{"type": "object", "properties": {"exdesc": {"type": "string"}, "sourcetag": {"type": "string"}, "pointid": {"type": "string"}, "step": {"type": "string"}, "Measurement": {"type": "string"}, "pointsource": {"type": "string"}, "Turbine": {"type": "string"}, "instrumenttag": {"type": "string"}, "engunits": {"type": "string"}, "pointtype": {"type": "string"}}, "required": ["exdesc", "sourcetag", "pointid", "step", "Measurement", "pointsource", "Turbine", "instrumenttag", "engunits", "pointtype"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3205110006", "district_id" : "3205110", "name" : "KARANGAGUNG"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 13, "n_trials" : 130, "objective" : "markowitz_return_on_cube", "white" : "scipy_slsqp", "black" : "hyperopt_tpe", "traceback" : ["passing", "passing"], "best_val" : [3242.291444068948, 2753.2769507664684], "best_x" : [[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3232791810241833, 0.8694137474178176, 0.09583689680821239, 0.8878566127732751, 0.14835735116161652, 0.20407330212258834, 0.3426752964608697, 0.7142389266879168, 0.33106933235333247, 0.7336812564409252, 0.8704103636266559, 0.7589058191498139, 0.11577209411492928]], "feval_count" : [15, 15], "n_trials_instructed" : [130, 15], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "hyperopt_tpe_cube", "loser" : "scipy_slsqp_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "description", "frameworks", "keywords", "name", "platforms", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : {"name" : "Akira Minomo", "url" : "https://os.mbed.com/users/firlight1034/"}, "description" : "\u30c6\u30b9\u30c8", "frameworks" : "mbed", "keywords" : "US015", "name" : "US015", "platforms" : "*", "repository" : {"type" : "hg", "url" : "https://os.mbed.com/users/firlight1034/code/US015/"}}
json_instruct
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "description", "frameworks", "keywords", "name", "platforms", "repository"], "$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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "511304212201", "text" : "\u5e99\u575d\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212202", "text" : "\u6c34\u9601\u6881\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212203", "text" : "\u5927\u5634\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212204", "text" : "\u7389\u576a\u5be8\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212205", "text" : "\u7ea2\u5ca9\u5b50\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212206", "text" : "\u5fb7\u80dc\u6c9f\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212207", "text" : "\u77f3\u5858\u57ad\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212208", "text" : "\u7ea2\u91d1\u5802\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212209", "text" : "\u7eb8\u5382\u6865\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212210", "text" : "\u5927\u78e8\u57ad\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212211", "text" : "\u4e94\u6850\u5e99\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212212", "text" : "\u534e\u5174\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212213", "text" : "\u77f3\u677f\u6ee9\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}, "data": {"type": "object", "properties": {"hotjar_tracking_id": {"type": "object", "properties": {"label": {"type": "string"}, "info": {"type": "string"}, "type": {"type": "string"}}, "required": ["label", "info", "type"]}}, "required": ["hotjar_tracking_id"]}}, "required": ["name", "version", "description", "author", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hotjar", "version" : "1.0", "description" : "Automatically add hotjar tracking code to any theme.", "author" : {"name" : "daniel baker", "link" : "http://daniebker.co.uk"}, "data" : {"hotjar_tracking_id" : {"label" : "hotjar Tracking ID", "info" : "You can find your tracking info by logging into hotjar, then selecting the hjid from the line h._hjSettings={hjid:1234567,hjsv:5};. You only need the number.", "type" : "string"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}, "data": {"type": "object", "properties": {"hotjar_tracking_id": {"type": "object", "properties": {"label": {"type": "string"}, "info": {"type": "string"}, "type": {"type": "string"}}, "required": ["label", "info", "type"]}}, "required": ["hotjar_tracking_id"]}}, "required": ["name", "version", "description", "author", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Lightly grease a baking dish.", "Bring a large pot of lightly salted water to a boil over medium-high heat. Place the endives into the water. Cover, and cook until tender, 5 to 10 minutes.", "Place the butter into a saucepan, and melt over medium heat. Whisk in the flour, and stir until the mixture becomes paste-like and golden brown. Gradually whisk the milk into the flour mixture, whisking constantly until thick and smooth. Stir in 3/4 cup Gruyere cheese, Parmesan cheese, nutmeg, salt, and pepper until well blended. Cook gently over medium-low heat for 10 minutes, stirring frequently.", "Preheat an oven broiler to low.", "Drain the endives. Wrap each endive with a slice of ham, and place into the prepared baking dish. Pour the cheese sauce over the endives. Sprinkle with the remaining 1/4 cup Gruyere cheese and parsley.", "Cook the endives under preheated broiler until cheese is golden brown and sauce bubbles, about 10 minutes."], "ingredients" : ["8 heads Belgian endive, trimmed", "2 tablespoons butter", "2 tablespoons all-purpose flour", "1 cup milk", "1 cup grated Gruyere cheese, divided", "2 teaspoons grated Parmesan cheese", "1/4 teaspoon ground nutmeg, or amount to taste", "salt and ground black pepper to taste", "8 slices deli-style ham", "1/4 cup chopped fresh parsley"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Belgian Endive au Gratin", "url" : "http://allrecipes.com/recipe/149844/belgian-endive-au-gratin/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}, "other_urls": {"type": "array", "items": {"type": "string"}}, "ignorable_urls": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "short_name", "name", "category", "owner", "spdx_license_key", "other_urls", "ignorable_urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key" : "scsl-3.0", "short_name" : "Sun Community Source License 3.0", "name" : "Sun Community Source License 3.0", "category" : "Copyleft Limited", "owner" : "Oracle (Sun)", "spdx_license_key" : "LicenseRef-scancode-scsl-3.0", "other_urls" : ["http://www.sun.com/software/jini/licensing/SCSL3_JiniTSA1.html"], "ignorable_urls" : ["http://sun.com/software/communitysource"]}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}, "other_urls": {"type": "array", "items": {"type": "string"}}, "ignorable_urls": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "short_name", "name", "category", "owner", "spdx_license_key", "other_urls", "ignorable_urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 70124, "cartId" : "d02e11f7-401b-4345-8da1-b201a3625e78", "preferredProducts" : [5000, 4930, 1494, 1527], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xf2f22cd890785034b8531f27aa748091417ee015", "tool" : "osiris", "start" : 1564587027.811112, "end" : 1564587030.4417129, "duration" : 2.630600929260254, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404405727, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "6fa9e5a68d0f7f4dfc6773878a5817e9", "wof:id" : 404405727, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.53361, 47.02528, 3.53361, 47.02528], "geometry" : {"coordinates" : [3.53361, 47.02528], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Higher School of Education of Paula Frassinetti", "alt_name" : "Escola Superior de Educa\u00e7\u00e3o de Paula Frassinetti (ESEPF)", "country" : "Portugal", "state" : null, "address" : {"street" : "Rua Gil Vicente, 138-142", "city" : "Porto", "province" : null, "postal_code" : "4000-255"}, "contact" : {"telephone" : "+351(22) 5573420", "website" : "http://www.esefrassinetti.pt", "email" : "cric@esefrassinetti.pt", "fax" : "+351(22) 5508485"}, "funding" : "Private", "languages" : null, "academic_year" : null, "accrediting_agency" : "Ag\u00eancia de Avalia\u00e7\u00e3o e Acredita\u00e7\u00e3o do Ensino Superior (A3ES)"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"category" : ["Karaoke", "American (New)", "Restaurants", "Bars", "Nightlife", "Asian Fusion"], "city" : "Las Vegas", "em_sigma_b" : 1.541992009144002, "cum_star" : 4.884848484848485, "name" : "J Karaoke Bar", "em_sigma_p" : 0.19410527451750398, "lat" : 36.1263711, "lng" : -115.19176920000001, "em_star" : 4.528753913174955, "id" : "3pSUr_cdrphurO6m1HMP9A"}
json_instruct
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "993cffcd73a56883131e5eaf5395bf31a3417d45"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"improvement_proposals": {"type": "string"}, "status_updates": {"type": "string"}, "privacy_policy": {"type": "string"}, "about_us": {"type": "string"}, "mission_vision_strategy": {"type": "string"}, "terms_of_service": {"type": "string"}, "maker": {"type": "string"}, "budget": {"type": "string"}, "team": {"type": "string"}}, "required": ["improvement_proposals", "status_updates", "privacy_policy", "about_us", "mission_vision_strategy", "terms_of_service", "maker", "budget", "team"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"improvement_proposals" : "Propuestas de mejora", "status_updates" : "Actualizaciones de estado", "privacy_policy" : "Pol\u00edtica de privacidad", "about_us" : "Sobre nosotros", "mission_vision_strategy" : "Misi\u00f3n, Visi\u00f3n, Estrategia", "terms_of_service" : "T\u00e9rminos de servicio", "maker" : "Maker", "budget" : "Presupuesto", "team" : "Equipo"}
json_instruct
{"type": "object", "properties": {"improvement_proposals": {"type": "string"}, "status_updates": {"type": "string"}, "privacy_policy": {"type": "string"}, "about_us": {"type": "string"}, "mission_vision_strategy": {"type": "string"}, "terms_of_service": {"type": "string"}, "maker": {"type": "string"}, "budget": {"type": "string"}, "team": {"type": "string"}}, "required": ["improvement_proposals", "status_updates", "privacy_policy", "about_us", "mission_vision_strategy", "terms_of_service", "maker", "budget", "team"], "$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"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@hotwired/stimulus": {"type": "string"}, "@hotwired/turbo-rails": {"type": "string"}, "esbuild": {"type": "string"}}, "required": ["@hotwired/stimulus", "@hotwired/turbo-rails", "esbuild"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["name", "private", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "app", "private" : "true", "dependencies" : {"@hotwired/stimulus" : "^3.0.1", "@hotwired/turbo-rails" : "^7.1.0", "esbuild" : "^0.14.3"}, "scripts" : {"build" : "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@hotwired/stimulus": {"type": "string"}, "@hotwired/turbo-rails": {"type": "string"}, "esbuild": {"type": "string"}}, "required": ["@hotwired/stimulus", "@hotwired/turbo-rails", "esbuild"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["name", "private", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["html", "frontmatter"]}}, "required": ["markdownRemark"]}, "pathContext": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}}, "required": ["data", "pathContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"markdownRemark" : {"html" : "<h2>Today was also a good day!</h2>\n<p>Lorem ipsum dolor amet tumeric iceland pok pok williamsburg etsy portland jianbing knausgaard tousled bicycle rights crucifix listicle mixtape salvia. Literally yuccie occupy, meditation pug taiyaki hashtag. Taiyaki shaman banh mi live-edge drinking vinegar.&#x3C;-- end --> Poutine synth before they sold out health goth, VHS subway tile locavore jean shorts neutra flexitarian pop-up cray woke readymade put a bird on it. Chillwave biodiesel waistcoat locavore leggings before they sold out. Chicharrones vegan waistcoat art party. Messenger bag sartorial ramps, iceland vaporware tbh neutra narwhal bicycle rights squid PBR&#x26;B chia.</p>\n<ul>\n<li>This </li>\n<li>Is</li>\n<li>A </li>\n</ul>\n<p>Lorem ipsum dolor amet tumeric iceland pok pok williamsburg etsy portland jianbing knausgaard tousled bicycle rights crucifix listicle mixtape salvia. Literally yuccie occupy, meditation pug taiyaki hashtag. Taiyaki shaman banh mi live-edge drinking vinegar. Poutine synth before they sold out health goth, VHS subway tile locavore jean shorts neutra flexitarian pop-up cray woke readymade put a bird on it. Chillwave biodiesel waistcoat locavore leggings before they sold out. Chicharrones vegan waistcoat art party. Messenger bag sartorial ramps, iceland vaporware tbh neutra narwhal bicycle rights squid PBR&#x26;B chia.</p>\n<ul>\n<li>New</li>\n<li>Post</li>\n</ul>", "frontmatter" : {"title" : "Chiang Rai City", "date" : "August 16 2018"}}}, "pathContext" : {"slug" : "/posts/post/"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["html", "frontmatter"]}}, "required": ["markdownRemark"]}, "pathContext": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}}, "required": ["data", "pathContext"], "$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"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Volunteer computing: a model of the factors determining contribution to community-based scientific research.", "fields" : ["crowdsourcing", "citizen science", "volunteer", "online community", "seti home"], "abstract" : "Volunteer computing is a powerful way to harness distributed resources to perform large-scale tasks, similarly to other types of community-based initiatives. Volunteer computing is based on two pillars: the first is computational - allocating and managing large computing tasks; the second is participative - making large numbers of individuals volunteer their computer resources to a project. While the computational aspects of volunteer computing received much research attention, the participative aspect remains largely unexplored. In this study we aim to address this gap: by drawing on social psychology and online communities research, we develop and test a three-dimensional model of the factors determining volunteer computing users' contribution. We investigate one of the largest volunteer computing projects - SETI@home - by linking survey data about contributors' motivations to their activity logs. Our findings highlight the differences between volunteer computing and other forms of community-based projects, and reveal the intricate relationship between individual motivations, social affiliation, tenure in the project, and resource contribution. Implications for research and practice are discussed.", "citation" : "Citations (86)", "departments" : ["New York University", "University of California, Berkeley", "University of Alberta"], "authors" : ["Oded Nov.....http://dblp.org/pers/hd/n/Nov:Oded", "David Anderson.....http://dblp.org/pers/hd/a/Anderson:David", "Ofer Arazy.....http://dblp.org/pers/hd/a/Arazy:Ofer"], "conf" : "www", "year" : "2010", "pages" : 10}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101816333, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "30ab25fa5f61430da59ccee4634cc34e", "wof:id" : 101816333, "wof:repo" : "whosonfirst-data-admin-lv"}, "bbox" : [25.25534, 56.60477, 25.25534, 56.60477], "geometry" : {"coordinates" : [25.25534, 56.60477], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c92e5a69be3250c2f2599842c71f20feff31cd0c"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101882573, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "015a8b5b2ac5b5ac51363a6244e66c81", "wof:id" : 101882573, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.70007837002527, 48.55318966025919, 3.7207795753784, 48.56427048231802], "geometry" : {"coordinates" : [[[3.71819155502624, 48.5623256624188], [3.7184169161402, 48.5605339177888], [3.71706663926159, 48.56045736085252], [3.71729202778437, 48.55866561738213], [3.71594180250508, 48.55858904719281], [3.71605451302156, 48.55769317628739], [3.71335412158538, 48.5575399898363], [3.71380510388048, 48.55395651385049], [3.70030432916894, 48.55318966025919], [3.70007837002527, 48.5549813676264], [3.70277859046098, 48.55513487594123], [3.70221384212596, 48.55961415142565], [3.70356407756867, 48.55969088888185], [3.70378994442899, 48.55789917702458], [3.70784052988381, 48.55812928143882], [3.70761480651919, 48.55992100278684], [3.7089650570407, 48.55999767460042], [3.70885221160319, 48.5608935361056], [3.71155277178502, 48.56104683366192], [3.71143996907227, 48.56194269782878], [3.71279027873282, 48.56201932357027], [3.71290305752603, 48.56112345782316], [3.71695393733842, 48.56135323183844], [3.71672851816641, 48.56314497231125], [3.71807886680801, 48.56322153398452], [3.7179661734815, 48.56411740505109], [3.72066692989915, 48.56427048231802], [3.7207795753784, 48.56337460809419], [3.71942921921215, 48.56329807924567], [3.71954188350799, 48.56240220610113], [3.71819155502624, 48.5623256624188]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"181vbawWsmrxRSZBfCqJSTx4jA2eWsPFbk": {"type": "string"}}, "required": ["181vbawWsmrxRSZBfCqJSTx4jA2eWsPFbk"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HNvphXqD4nQOCqj+XvTv5jEpK9cjqY3/JNvj2ylu8EfPBdPCZckVNdmmumNzL2h9n2tzPMGAty65Vac2SrYYBpM=", "cert_user_id" : "cryptonym@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/181vbawWsmrxRSZBfCqJSTx4jA2eWsPFbk/content.json", "modified" : 1486790722, "signs" : {"181vbawWsmrxRSZBfCqJSTx4jA2eWsPFbk" : "HGk5TTGAyRsNP4JqbUfrrNfEgUmlsFd2MGWOyrbQn2t5U4lQGbHQZyZdfNPlch/Fuk1hhB1tWyb7fnMeNsy/R9I="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"181vbawWsmrxRSZBfCqJSTx4jA2eWsPFbk": {"type": "string"}}, "required": ["181vbawWsmrxRSZBfCqJSTx4jA2eWsPFbk"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$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"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"websocket": {"type": "string"}}, "required": ["websocket"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["title", "main", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "WebSocket chat server", "main" : "chat-server.js", "dependencies" : {"websocket" : "^1.0.22"}, "scripts" : {"start" : "node ./chat-server.js"}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"websocket": {"type": "string"}}, "required": ["websocket"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["title", "main", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"local_storage": {"type": "object", "properties": {"token": {"type": "string"}, "_ID": {"type": "string"}}, "required": ["token", "_ID"]}, "type_img": {"type": "object", "properties": {"avatar": {"type": "string"}, "background": {"type": "string"}, "timeline": {"type": "string"}}, "required": ["avatar", "background", "timeline"]}}, "required": ["local_storage", "type_img"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"local_storage" : {"token" : "MAN-Social-Token", "_ID" : "UID"}, "type_img" : {"avatar" : "avatar", "background" : "background", "timeline" : "timeline"}}
json_instruct
{"type": "object", "properties": {"local_storage": {"type": "object", "properties": {"token": {"type": "string"}, "_ID": {"type": "string"}}, "required": ["token", "_ID"]}, "type_img": {"type": "object", "properties": {"avatar": {"type": "string"}, "background": {"type": "string"}, "timeline": {"type": "string"}}, "required": ["avatar", "background", "timeline"]}}, "required": ["local_storage", "type_img"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"weights": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "number"}}, "required": ["weights", "scale"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"weights" : [4069, 8138], "scale" : 0.0002457468386200985}
json_instruct
{"type": "object", "properties": {"weights": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "number"}}, "required": ["weights", "scale"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"average_learning_time": {"type": "number"}, "average_test_LL": {"type": "number"}, "folds": {"type": "object", "properties": {"fold_1": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_10": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_2": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_3": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_4": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_5": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_6": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_7": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_8": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_9": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}}, "required": ["fold_1", "fold_10", "fold_2", "fold_3", "fold_4", "fold_5", "fold_6", "fold_7", "fold_8", "fold_9"]}}, "required": ["average_learning_time", "average_test_LL", "folds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_learning_time" : 72.72547431640625, "average_test_LL" : -2528.4483244915623, "folds" : {"fold_1" : {"learning_time" : 84306.8603515625, "test_LL" : -2629.7352448835036}, "fold_10" : {"learning_time" : 71069.17602539062, "test_LL" : -2538.0461968636228}, "fold_2" : {"learning_time" : 92055.38427734375, "test_LL" : -3184.735780578334}, "fold_3" : {"learning_time" : 88191.4228515625, "test_LL" : -2481.5088701721397}, "fold_4" : {"learning_time" : 77174.82177734375, "test_LL" : -3176.4755078065173}, "fold_5" : {"learning_time" : 56147.77099609375, "test_LL" : -2215.560099876097}, "fold_6" : {"learning_time" : 60807.546875, "test_LL" : -2400.6538503679076}, "fold_7" : {"learning_time" : 64775.962158203125, "test_LL" : -2206.873065938661}, "fold_8" : {"learning_time" : 60930.4150390625, "test_LL" : -2464.226910019107}, "fold_9" : {"learning_time" : 71795.3828125, "test_LL" : -1986.6677184097368}}}
json_instruct
{"type": "object", "properties": {"average_learning_time": {"type": "number"}, "average_test_LL": {"type": "number"}, "folds": {"type": "object", "properties": {"fold_1": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_10": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_2": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_3": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_4": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_5": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_6": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_7": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_8": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_9": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}}, "required": ["fold_1", "fold_10", "fold_2", "fold_3", "fold_4", "fold_5", "fold_6", "fold_7", "fold_8", "fold_9"]}}, "required": ["average_learning_time", "average_test_LL", "folds"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"translations": {"type": "object", "properties": {"This is the student view. Switch to the teacher view by clicking on the URL below.": {"type": "string"}, "This is the teacher view. Switch to the student view by clicking on the URL below.": {"type": "string"}, "Welcome to the Graasp App Starter Kit": {"type": "string"}, "Lab Title": {"type": "string"}, "Lab Explanation": {"type": "string"}, "Observe": {"type": "string"}, "Test": {"type": "string"}, "Coming Soon!": {"type": "string"}, "Choose your panel color": {"type": "string"}, "Language": {"type": "string"}, "Display Lab title": {"type": "string"}}, "required": ["This is the student view. Switch to the teacher view by clicking on the URL below.", "This is the teacher view. Switch to the student view by clicking on the URL below.", "Welcome to the Graasp App Starter Kit", "Lab Title", "Lab Explanation", "Observe", "Test", "Coming Soon!", "Choose your panel color", "Language", "Display Lab title"]}}, "required": ["translations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"translations" : {"This is the student view. Switch to the teacher view by clicking on the URL below." : "This is the student view. Switch to the teacher view by clicking on the URL below.", "This is the teacher view. Switch to the student view by clicking on the URL below." : "This is the teacher view. Switch to the student view by clicking on the URL below.", "Welcome to the Graasp App Starter Kit" : "Welcome to the Graasp App Starter Kit", "Lab Title" : "Lab Title to be updated", "Lab Explanation" : "Missing Lab Description to be updated", "Observe" : "Observe", "Test" : "Test", "Coming Soon!" : "Coming Soon!", "Choose your panel color" : "Choose your panel color", "Language" : "Language", "Display Lab title" : "Display Lab title"}}
json_instruct
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"This is the student view. Switch to the teacher view by clicking on the URL below.": {"type": "string"}, "This is the teacher view. Switch to the student view by clicking on the URL below.": {"type": "string"}, "Welcome to the Graasp App Starter Kit": {"type": "string"}, "Lab Title": {"type": "string"}, "Lab Explanation": {"type": "string"}, "Observe": {"type": "string"}, "Test": {"type": "string"}, "Coming Soon!": {"type": "string"}, "Choose your panel color": {"type": "string"}, "Language": {"type": "string"}, "Display Lab title": {"type": "string"}}, "required": ["This is the student view. Switch to the teacher view by clicking on the URL below.", "This is the teacher view. Switch to the student view by clicking on the URL below.", "Welcome to the Graasp App Starter Kit", "Lab Title", "Lab Explanation", "Observe", "Test", "Coming Soon!", "Choose your panel color", "Language", "Display Lab title"]}}, "required": ["translations"], "$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"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"index": {"type": "string"}, "package": {"type": "string"}}, "required": ["index", "package"]}, "dependencies": {"type": "object", "properties": {"@actions/core": {"type": "string"}, "@actions/github": {"type": "string"}, "aws-sdk": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["@actions/core", "@actions/github", "aws-sdk", "lodash"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@vercel/ncc": {"type": "string"}, "dotenv": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@vercel/ncc", "dotenv", "typescript"]}}, "required": ["name", "description", "author", "license", "repository", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ec2-github-runner", "description" : "GitHub Action for automatic creation and registration AWS EC2 instance as a GitHub Actions self-hosted runner.", "author" : "Volodymyr Machula", "license" : "MIT", "repository" : {"type" : "git", "url" : "git@github.com:crabel-js/ec2-ami-starter.git"}, "scripts" : {"index" : "tsc && node -r dotenv/config ./src/index.js", "package" : "tsc && ncc build ./src/index.js"}, "dependencies" : {"@actions/core" : "^1.3.0", "@actions/github" : "^5.0.0", "aws-sdk" : "^2.922.0", "lodash" : "^4.17.21"}, "devDependencies" : {"@types/node" : "^15.12.2", "@vercel/ncc" : "^0.28.6", "dotenv" : "^10.0.0", "typescript" : "^4.3.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"index": {"type": "string"}, "package": {"type": "string"}}, "required": ["index", "package"]}, "dependencies": {"type": "object", "properties": {"@actions/core": {"type": "string"}, "@actions/github": {"type": "string"}, "aws-sdk": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["@actions/core", "@actions/github", "aws-sdk", "lodash"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@vercel/ncc": {"type": "string"}, "dotenv": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@vercel/ncc", "dotenv", "typescript"]}}, "required": ["name", "description", "author", "license", "repository", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"tutorial": {"type": "string"}, "pageNumber": {"type": "integer"}, "type": {"type": "string"}, "definition": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"project": {"type": "string"}, "name": {"type": "string"}}, "required": ["project", "name"]}, "text": {"type": "string"}}, "required": ["icon", "text"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"type": "string"}}, "required": ["style", "text"]}}}, "required": ["tutorial", "pageNumber", "type", "definition", "paragraphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tutorial" : "Testing a Trading Idea - The Trigger Stage", "pageNumber" : 14, "type" : "Tutorial Step - Let's Study the Syntax!", "definition" : {"icon" : {"project" : "Superalgos", "name" : "text"}, "text" : "The syntax to write conditions and formulas follows a few basic rules that will soon seem obvious!"}, "paragraphs" : [{"style" : "Text", "text" : "It may take some time to master the syntax, particularly if you are not a technical person, but experience shows that Superalgos users get used to it while building their first strategy!"}, {"style" : "Callout", "text" : "Please, read this page carefully!"}, {"style" : "Success", "text" : "Don't worry if it seems hard to grasp... We'll practice a lot along this tutorial series!", "updated" : 1617190556168}]}
json_instruct
{"type": "object", "properties": {"tutorial": {"type": "string"}, "pageNumber": {"type": "integer"}, "type": {"type": "string"}, "definition": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"project": {"type": "string"}, "name": {"type": "string"}}, "required": ["project", "name"]}, "text": {"type": "string"}}, "required": ["icon", "text"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"type": "string"}}, "required": ["style", "text"]}}}, "required": ["tutorial", "pageNumber", "type", "definition", "paragraphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"64": {"type": "string"}}, "required": ["64"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_title": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_title", "default_popup"]}}, "required": ["manifest_version", "name", "version", "description", "icons", "permissions", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "rust-wasm-addon", "version" : "1.0.2", "description" : "Printing hello world \u00af\\_\u30c4_/\u00af", "icons" : {"64" : "icons/rust.png"}, "permissions" : ["activeTab"], "browser_action" : {"default_title" : "rust-wasm-addon", "default_popup" : "index.html"}}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"64": {"type": "string"}}, "required": ["64"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_title": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_title", "default_popup"]}}, "required": ["manifest_version", "name", "version", "description", "icons", "permissions", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"arrow-parens": {"type": "boolean"}, "quotemark": {"type": "boolean"}, "completed-docs": {"type": "boolean"}, "jsdoc-format": {"type": "boolean"}, "member-access": {"type": "boolean"}, "member-ordering": {"type": "boolean"}, "variable-name": {"type": "boolean"}, "semicolon": {"type": "boolean"}, "ordered-imports": {"type": "boolean"}, "class-name": {"type": "boolean"}, "array-type": {"type": "boolean"}, "curly": {"type": "boolean"}, "no-empty": {"type": "boolean"}, "object-literal-sort-keys": {"type": "boolean"}, "interface-over-type-literal": {"type": "boolean"}, "interface-name": {"type": "boolean"}, "adjacent-overload-signatures": {"type": "boolean"}}, "required": ["arrow-parens", "quotemark", "completed-docs", "jsdoc-format", "member-access", "member-ordering", "variable-name", "semicolon", "ordered-imports", "class-name", "array-type", "curly", "no-empty", "object-literal-sort-keys", "interface-over-type-literal", "interface-name", "adjacent-overload-signatures"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "tslint:recommended", "rules" : {"arrow-parens" : false, "quotemark" : false, "completed-docs" : false, "jsdoc-format" : false, "member-access" : false, "member-ordering" : false, "variable-name" : false, "semicolon" : false, "ordered-imports" : false, "class-name" : false, "array-type" : false, "curly" : false, "no-empty" : false, "object-literal-sort-keys" : false, "interface-over-type-literal" : false, "interface-name" : false, "adjacent-overload-signatures" : false}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"arrow-parens": {"type": "boolean"}, "quotemark": {"type": "boolean"}, "completed-docs": {"type": "boolean"}, "jsdoc-format": {"type": "boolean"}, "member-access": {"type": "boolean"}, "member-ordering": {"type": "boolean"}, "variable-name": {"type": "boolean"}, "semicolon": {"type": "boolean"}, "ordered-imports": {"type": "boolean"}, "class-name": {"type": "boolean"}, "array-type": {"type": "boolean"}, "curly": {"type": "boolean"}, "no-empty": {"type": "boolean"}, "object-literal-sort-keys": {"type": "boolean"}, "interface-over-type-literal": {"type": "boolean"}, "interface-name": {"type": "boolean"}, "adjacent-overload-signatures": {"type": "boolean"}}, "required": ["arrow-parens", "quotemark", "completed-docs", "jsdoc-format", "member-access", "member-ordering", "variable-name", "semicolon", "ordered-imports", "class-name", "array-type", "curly", "no-empty", "object-literal-sort-keys", "interface-over-type-literal", "interface-name", "adjacent-overload-signatures"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"queryName" : "SQL Server Accessibility is Not Minimal", "severity" : "MEDIUM", "line" : 3}, {"queryName" : "SQL Server Accessibility is Not Minimal", "severity" : "MEDIUM", "line" : 10}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@typechain/ethers-v5": {"type": "string"}, "ethers": {"type": "string"}, "prettier": {"type": "string"}, "prettier-plugin-solidity": {"type": "string"}, "solhint": {"type": "string"}, "solhint-plugin-prettier": {"type": "string"}, "solidity-coverage": {"type": "string"}, "ts-node": {"type": "string"}, "typechain": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typechain/ethers-v5", "ethers", "prettier", "prettier-plugin-solidity", "solhint", "solhint-plugin-prettier", "solidity-coverage", "ts-node", "typechain", "typescript"]}, "scripts": {"type": "object", "properties": {"compile-types": {"type": "string"}, "build": {"type": "string"}, "generate-code": {"type": "string"}, "prepare-tx": {"type": "string"}}, "required": ["compile-types", "build", "generate-code", "prepare-tx"]}}, "required": ["name", "description", "license", "version", "homepage", "keywords", "engines", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@botdad/chain-claim", "description" : "On chain claim code verification and off chain generation using only ECSDA signatures", "license" : "MIT", "version" : "0.0.1", "homepage" : "", "keywords" : [], "engines" : {"node" : ">=10"}, "dependencies" : {"@typechain/ethers-v5" : "^8.0.5", "ethers" : "^5.5.2", "prettier" : "^2.3.1", "prettier-plugin-solidity" : "^1.0.0-beta.10", "solhint" : "^3.3.4", "solhint-plugin-prettier" : "^0.0.5", "solidity-coverage" : "^0.7.16", "ts-node" : "^10.0.0", "typechain" : "^6.1.0", "typescript" : "^4.2.4"}, "scripts" : {"compile-types" : "typechain --target ethers-v5 --out-dir scripts/types './out/**/*.json'", "build" : "forge build && yarn compile-types", "generate-code" : "ts-node scripts/generateClaimCode.ts", "prepare-tx" : "ts-node scripts/prepareTx.ts"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@typechain/ethers-v5": {"type": "string"}, "ethers": {"type": "string"}, "prettier": {"type": "string"}, "prettier-plugin-solidity": {"type": "string"}, "solhint": {"type": "string"}, "solhint-plugin-prettier": {"type": "string"}, "solidity-coverage": {"type": "string"}, "ts-node": {"type": "string"}, "typechain": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typechain/ethers-v5", "ethers", "prettier", "prettier-plugin-solidity", "solhint", "solhint-plugin-prettier", "solidity-coverage", "ts-node", "typechain", "typescript"]}, "scripts": {"type": "object", "properties": {"compile-types": {"type": "string"}, "build": {"type": "string"}, "generate-code": {"type": "string"}, "prepare-tx": {"type": "string"}}, "required": ["compile-types", "build", "generate-code", "prepare-tx"]}}, "required": ["name", "description", "license", "version", "homepage", "keywords", "engines", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Gresham", "state_name" : "Wisconsin", "state_abbrv" : "WI", "lat" : "44.853", "long" : "-88.7887"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"actors" : [], "countries" : ["Argentina"], "enb_end_date" : "30-May-05", "enb_long_title" : "United Nations Framework Convention on Climate Change: Twenty-Second Session of the Subsidiary Bodies", "enb_short_title" : "UNFCCC SB 22", "enb_start_date" : "30-May-05", "enb_url" : "http://www.iisd.ca/vol12/enb12270e.html", "id" : "enb12270e_33", "section_title" : "GLOBAL CLIMATE OBSERVING SYSTEM", "sentences" : ["SBSTA considered this matter briefly on Thursday, 19 May, when Vice-Chair Abdulla said he would draft conclusions on the Global Climate Observing System (GCOS), and noted concerns voiced by Argentina about territorial water issues and drifting buoys.", "Conclusions were adopted on the issue on Friday, 27 May."], "subtype" : "", "topics" : [], "type" : ""}
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dsv.cjs.js": {"type": "string"}, "dsv.cjs.min.js": {"type": "string"}, "dsv.js": {"type": "string"}, "dsv.min.js": {"type": "string"}}, "required": ["dsv.cjs.js", "dsv.cjs.min.js", "dsv.js", "dsv.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dsv.cjs.js" : "sha256-/aaOGlmxtsviSGcAlVlt3l9XHFs67OfSY49RWew8iIU=", "dsv.cjs.min.js" : "sha256-TZhr/nlO5T0lYfR+17mFkBSxo6iruDy2e073AdHH9Hs=", "dsv.js" : "sha256-k2+gJGzL7T3ZH9JXFcu4rO+ZVm9kAkuVxWmJr4DyeWY=", "dsv.min.js" : "sha256-rICvqG46aNCIqi9P1yP+FZeb9dRGNmHJzYqT+uOjL/E="}
json_instruct
{"type": "object", "properties": {"dsv.cjs.js": {"type": "string"}, "dsv.cjs.min.js": {"type": "string"}, "dsv.js": {"type": "string"}, "dsv.min.js": {"type": "string"}}, "required": ["dsv.cjs.js", "dsv.cjs.min.js", "dsv.js", "dsv.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2008", "provinceId" : "11", "regencyId" : "11", "districtId" : "15", "name" : "Kubu Raya"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"ghost": {"type": "string"}}, "required": ["ghost"]}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "config": {"type": "object", "properties": {"posts_per_page": {"type": "integer"}}, "required": ["posts_per_page"]}}, "required": ["name", "description", "version", "engines", "license", "author", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rambler", "description" : "A brief explanation of your theme", "version" : "1.2.0", "engines" : {"ghost" : ">=1.1.0"}, "license" : "MIT", "author" : {"email" : "your@email.here"}, "config" : {"posts_per_page" : 0}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"ghost": {"type": "string"}}, "required": ["ghost"]}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "config": {"type": "object", "properties": {"posts_per_page": {"type": "integer"}}, "required": ["posts_per_page"]}}, "required": ["name", "description", "version", "engines", "license", "author", "config"], "$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": {"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-v87v-crjf-8qv4", "modified" : "2021-12-15T00:01:46Z", "published" : "2021-12-09T00:00:29Z", "aliases" : ["CVE-2021-23860"], "details" : "An error in a page handler of the VRM may lead to a reflected cross site scripting (XSS) in the web-based interface. To exploit this vulnerability an attack must be able to modify the HTTP header that is sent. This issue also affects installations of the DIVAR IP and BVMS with VRM installed.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-23860"}, {"type" : "WEB", "url" : "https://psirt.bosch.com/security-advisories/bosch-sa-043434-bt.html"}], "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"s": {"type": "integer"}, "v": {"type": "object", "properties": {"descriptor": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "integer"}, "v": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "required": ["s", "v"]}}}, "required": ["descriptor", "members"]}}, "required": ["s", "v"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"s" : 1, "v" : {"descriptor" : "java://org.auraframework.components.test.java.model.TestModel", "members" : [{"s" : 2, "v" : {"name" : "firstThing", "type" : "java://java.lang.String"}}, {"s" : 3, "v" : {"name" : "readOnlyThing", "type" : "java://java.lang.String"}}, {"s" : 4, "v" : {"name" : "stringList", "type" : "java://java.util.List"}}]}}
json_instruct
{"type": "object", "properties": {"s": {"type": "integer"}, "v": {"type": "object", "properties": {"descriptor": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "integer"}, "v": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "required": ["s", "v"]}}}, "required": ["descriptor", "members"]}}, "required": ["s", "v"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Place yogurt, milk, ice cubes, blueberries, strawberries, and lemonade mix in a blender. Pulse until smooth and creamy."], "ingredients" : ["1 (8 ounce) container blueberry nonfat yogurt", "1 1/2 cups skim milk", "1 cup ice cubes", "1 cup fresh blueberries", "1 cup fresh strawberries", "1 teaspoon powdered lemonade mix"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Lemon Berry Smoothie", "url" : "http://allrecipes.com/recipe/86729/lemon-berry-smoothie/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_credentialSecret": {"type": "string"}}, "required": ["_credentialSecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_credentialSecret" : "c9e72bc3c342465d8943181f393d10325fdab0c923dd1a798df82ca885ad5dab"}
json_instruct
{"type": "object", "properties": {"_credentialSecret": {"type": "string"}}, "required": ["_credentialSecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"worker": {"type": "array", "items": {"type": "string"}}, "ps": {"type": "array", "items": {"type": "string"}}}, "required": ["worker", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"worker" : ["162.105.146.116:12349", "162.105.146.116:12348", "162.105.146.116:12347", "162.105.146.116:12346", "162.105.146.116:12345", "162.105.146.116:12344", "162.105.146.116:12343", "162.105.146.116:12342", "162.105.146.117:12359", "162.105.146.117:12358", "162.105.146.117:12357", "162.105.146.117:12356", "162.105.146.117:12355", "162.105.146.117:12354", "162.105.146.117:12353", "162.105.146.117:12352", "162.105.146.118:12369", "162.105.146.118:12368", "162.105.146.118:12367", "162.105.146.118:12366", "162.105.146.118:12365", "162.105.146.118:12364", "162.105.146.118:12363", "162.105.146.118:12362", "162.105.146.119:12379", "162.105.146.119:12378", "162.105.146.119:12377", "162.105.146.119:12376", "162.105.146.119:12375", "162.105.146.119:12374", "162.105.146.119:12373", "162.105.146.119:12372"], "ps" : ["162.105.146.116:23455", "162.105.146.117:23456", "162.105.146.118:23457", "162.105.146.119:23458"]}
json_instruct
{"type": "object", "properties": {"worker": {"type": "array", "items": {"type": "string"}}, "ps": {"type": "array", "items": {"type": "string"}}}, "required": ["worker", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}