input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs... | {"artist_id" : "ARJOTIP1187B99D2F0", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Trance Dance", "duration" : 203.12771, "num_songs" : 1, "song_id" : "SOAONUL12AB01892F5", "title" : "Hoodoo Wanna Voodoo", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc... | [{"year" : 1968, "sex" : "F", "n" : 9, "prop" : 5.26e-06}, {"year" : 1969, "sex" : "F", "n" : 6, "prop" : 3.4e-06}, {"year" : 1970, "sex" : "F", "n" : 8, "prop" : 4.37e-06}, {"year" : 1971, "sex" : "F", "n" : 10, "prop" : 5.71e-06}, {"year" : 1972, "sex" : "F", "n" : 5, "prop" : 3.1e-06}, {"year" : 1974, "sex" : "F", "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1970, 6], [1972, 6], [1973, 9], [1974, 14], [1975, 34], [1976, 18], [1977, 24], [1978, 23], [1979, 31], [1980, 25], [1981, 32], [1982, 20], [1983, 22], [1984, 13], [1985, 14], [1986, 13], [1987, 19], [1988, 13], [1989, 16], [1990, 23], [1991, 16], [1992, 15], [1993, 16], [1994, 24], [1995, 18], [1996, 20], [1997, 22]... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "authors": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "repository": {"typ... | {"name" : "Luminosity IoT", "description" : "A library to easily create Luminosity IoT compatible devices", "keywords" : "iot, twometer-iot, luminosity-iot", "authors" : {"name" : "Twometer"}, "repository" : {"type" : "git", "url" : "https://github.com/Twometer/luminosity"}, "version" : "3.0.0", "frameworks" : ["esp826... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "authors": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"blueprint": {"type": "string"}, "default_password": {"type": "string"}, "host_groups": {"type": "array", "items": {"type": "object", "properties": {"hosts": {"type": "array", "items": {"type": "object", "properties":... | {"blueprint" : "one-node-hdfs-blueprint", "default_password" : "super-secret-password", "host_groups" : [{"hosts" : [{"fqdn" : "c6401.ambari.apache.org"}], "name" : "host_group_1"}]} | json_instruct | {"type": "object", "properties": {"blueprint": {"type": "string"}, "default_password": {"type": "string"}, "host_groups": {"type": "array", "items": {"type": "object", "properties": {"hosts": {"type": "array", "items": {"type": "object", "properties": {"fqdn": {"type": "string"}}, "required": ["fqdn"]}}, "name": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.99": {"type": "in... | {"hour positive count" : 11, "hour neutral count" : 3, "hour negative count" : 1, "hour distri" : {"0.96" : 2, "0.99" : 3, "1.0" : 3, "0.29" : 1, "0.84" : 1, "0.98" : 1, "0.58" : 1, "0.97" : 2, "0.75" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.99": {"type": "integer"}, "1.0": {"type": "integer"}, "0.29": {"type": "in... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite... | {"directions" : ["In a large, heavy skillet, heat oil to 375 degrees F (190 degrees C). Fry the drumettes until lightly browned and no longer pink on the inside. Remove from heat and drain excess oil.", "In a large saucepan, bring the tomato soup and water to a boil. Reduce heat and simmer. Mix in the drumettes, green ... | 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"}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"0": {"type": "number"}}, "required": ["0"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0" : 69480.93994999216} | json_instruct | {"type": "object", "properties": {"0": {"type": "number"}}, "required": ["0"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"t... | {"name" : "@aftertheflood/londonsquared", "version" : "0.3.2", "description" : "Visualise london borough data in the style of After the Floods London Squared cartograms", "keywords" : ["d3-module", "cartogram", "london", "visualization"], "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "serve": {"type": "string"}, "b... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ThinLineAnimation": {"type": "array", "items": {"type": "string"}}}, "required": ["ThinLineAnimation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ThinLineAnimation" : ["TheNewTens", "RubberHoseLimbs", "Westernanimation", "Anime", "TheNineties", "Disneyesque", "LazyArtist", "ItsTheSameNowItSucks", "TheNineties", "ThickLineAnimation", "TheNineties", "Animesque", "TurnOfTheMillennium", "OlderThanTelevision", "InkblotCartoonStyle", "JustifiedTrope", "PuniPlush", "... | json_instruct | {"type": "object", "properties": {"ThinLineAnimation": {"type": "array", "items": {"type": "string"}}}, "required": ["ThinLineAnimation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"typ... | {"status_code" : "OK", "status_msg" : "All images in request have completed successfully. ", "meta" : {"tag" : {"timestamp" : 1442731372.987925, "model" : "default", "config" : "0b2b7436987dd912e077ff576731f8b7"}}, "results" : [{"docid" : 109592008318967101782820774236230115881, "status_code" : "OK", "status_msg" : "OK... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "confi... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "chipped:block/crimson_planks_17"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"renovate": {"... | {"author" : "Zenedith", "bugs" : {"url" : "https://github.com/Zenedith/renovate-config"}, "description" : "Zenedith presets for Renovate", "devDependencies" : {"renovate" : "^22.11.0", "standard-version" : "^8.0.2"}, "files" : [], "homepage" : "https://github.com/Zenedith/renovate-config", "license" : "MIT", "name" : "... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"renovate": {"type": "string"}, "standard-version": {"type": "string"}}, "re... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name":... | {"category" : "Squot-Capturing", "classinstvars" : [], "classvars" : [], "commentStamp" : "jr 9/30/2017 20:24", "instvars" : ["convertedObjects", "copiedObjects", "walk", "toBeVisited", "objectRegistry", "enumeratedObject", "capturedObject", "replacedObjects", "objectGraph", "slotValueReplacements", "slotsToConvert", "... | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "array", "items": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descript... | {"latest_version" : ["0.1.2"], "meta" : {"description" : "Extensions to Zope's I18n Support", "homepage" : "http://cheeseshop.python.org/pypi/z3c.i18n", "license" : "ZPL 2.1"}, "versions" : {"0.1.1" : {"sha256" : "1e388d0bc34df58f17739fc55497aaf5f6a7a4ea5ff1a1b9e4b8c6ee88afa02a", "url" : "https://files.pythonhosted.org... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "object", "properties": {"Precalcu... | {"rustc" : 2692670034823971972, "features" : "[\"gio-sys\", \"v2_34\", \"v2_36\", \"v2_38\", \"v2_40\", \"v2_42\"]", "target" : 6035165956360985840, "profile" : 4597243770934309319, "deps" : [], "local" : {"Precalculated" : "0e1d2ca7418031c1d18d991078810d300124fccd"}, "rustflags" : []} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "object", "properties": {"Precalculated": {"type": "string"}}, "required": ["Precalculated"]}, "rustfla... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"clbid": {"type": "string"}, "credits": {"type": "number"}, "crsid": {"type": "string"}, "department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "enrolled": {"type": "integer"}, "firstye... | {"clbid" : "0000126054", "credits" : 1.0, "crsid" : "0000000982", "department" : "PHIL", "description" : ["Valuing nature raises significant philosophical and ethical issues. This course considers the nature of animal life, the character and control of pollution, the conflict between preservationism and conservationism... | json_instruct | {"type": "object", "properties": {"clbid": {"type": "string"}, "credits": {"type": "number"}, "crsid": {"type": "string"}, "department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "enrolled": {"type": "integer"}, "firstyear": {"type": "string"}, "gereqs": {"type": "array", "items... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"postscribe.js": {"type": "string"}, "postscribe.max.js": {"type": "string"}, "postscribe.min.js": {"type": "string"}}, "required": ["postscribe.js", "postscribe.max.js", "postscribe.min.js"], "$schema": "http://js... | {"postscribe.js" : "sha256-42QqgtHnTk/JMx+jhl7RfVCryj0iKdJSRcZGNW7+5tg=", "postscribe.max.js" : "sha256-42QqgtHnTk/JMx+jhl7RfVCryj0iKdJSRcZGNW7+5tg=", "postscribe.min.js" : "sha256-/pWkx1JZC34tUpZEZkMwAgYXX/kxLEdwV8HJ3sAun4Q="} | json_instruct | {"type": "object", "properties": {"postscribe.js": {"type": "string"}, "postscribe.max.js": {"type": "string"}, "postscribe.min.js": {"type": "string"}}, "required": ["postscribe.js", "postscribe.max.js", "postscribe.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"MD004": {"type": "boolean"}, "MD007": {"type": "object", "properties": {"indent": {"type": "integer"}}, "required": ["indent"]}, "MD013": {"type": "object", "properties": {"line_length": {"type": "integer"}}, "required": ["line_... | {"MD004" : false, "MD007" : {"indent" : 2}, "MD013" : {"line_length" : 600}, "MD026" : {"punctuation" : ".,;:!\u3002\uff0c\uff1b:"}, "MD029" : false, "MD033" : false, "MD036" : false, "MD041" : false, "blank_lines" : false} | json_instruct | {"type": "object", "properties": {"MD004": {"type": "boolean"}, "MD007": {"type": "object", "properties": {"indent": {"type": "integer"}}, "required": ["indent"]}, "MD013": {"type": "object", "properties": {"line_length": {"type": "integer"}}, "required": ["line_length"]}, "MD026": {"type": "object", "properties": {"pu... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 15, "height" : 15, "block" : "<path d=\"M95.103 22.52c-1.06-3.867-4.166-6.653-8.108-7.272-7.199-1.165-35.997 2.155-35.997 2.155s-28.796 3.322-35.996 6.07c-3.864 1.519-7.048 5.108-8.108 9.218C5 40.196 5 55.306 5 55.306s0 15.186 1.894 22.178c1.062 3.865 4.167 6.652 8.11 7.272C22.277 85.91 51 82.598 51 82.598s2... | json_instruct | {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "unpkg": {"type": "string"}, "browser": {"type": "object", "pr... | {"name" : "vue-color-picker-wheel", "version" : "0.4.3", "description" : "A Vue color picker component based on the Farbtastic jQuery Color Picker plug-in", "main" : "dist/color-picker.umd.js", "module" : "dist/color-picker.esm.js", "unpkg" : "dist/color-picker.min.js", "browser" : {"./sfc" : "src/color-picker.vue"}, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "unpkg": {"type": "string"}, "browser": {"type": "object", "properties": {"./sfc": {"type": "string"}}, "required": ["./sfc"]}, "scrip... |
The schema below describes a JSON structure. Generate a valid example:
{"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": ... | {"nom" : "Etr\u00e9chy", "circ" : "3\u00e8me circonscription", "dpt" : "Essonne", "inscrits" : 4865, "abs" : 2748, "votants" : 2117, "blancs" : 154, "nuls" : 75, "exp" : 1888, "res" : [{"nuance" : "REM", "nom" : "Mme La\u00ebtitia ROMEIRO DIAS", "voix" : 1075}, {"nuance" : "FI", "nom" : "Mme Virginie ARAUJO", "voix" : ... | 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"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "imports": {"type": "array", "items": {}}, "component": {"type": "object", "properties": {"name": {"type": "string"}, "as": {"type": "string"}}, "requ... | {"title" : "", "subtitle" : "", "imports" : [], "component" : {"name" : "vue-sdz", "as" : "{ SAlert }"}, "props" : [{"name" : "border-color", "values" : [""], "default" : "", "value" : "", "placeholder" : "red, #FF0", "type" : "string", "description" : "Adiciona cor a borda lateral esqueda do card"}, {"name" : "backgro... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "imports": {"type": "array", "items": {}}, "component": {"type": "object", "properties": {"name": {"type": "string"}, "as": {"type": "string"}}, "required": ["name", "as"]}, "props": {"type": "array", "items": {"type": "objec... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nome": {"type": "string"}, "codice": {"type": "string"}, "zona": {"type": "object", "properties": {"codice": {"type": "string"}, "nome": {"type": "string"}}, "required": ["codice", "nome"]}, "regione": {"type":... | {"nome" : "Montaldo Roero", "codice" : "004135", "zona" : {"codice" : "1", "nome" : "Nord-ovest"}, "regione" : {"codice" : "01", "nome" : "Piemonte"}, "provincia" : {"codice" : "004", "nome" : "Cuneo"}, "sigla" : "CN", "codiceCatastale" : "F408", "cap" : ["12040"], "popolazione" : 872} | json_instruct | {"type": "object", "properties": {"nome": {"type": "string"}, "codice": {"type": "string"}, "zona": {"type": "object", "properties": {"codice": {"type": "string"}, "nome": {"type": "string"}}, "required": ["codice", "nome"]}, "regione": {"type": "object", "properties": {"codice": {"type": "string"}, "nome": {"type": "s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"dataTime": {"type": "string"}, "daily": {"type": "object", "properties": {"dataTime": {"type": "string"}, "firstCnt": {"type": "string"}, "secondCnt": {"type": "string"}, "thirdCnt": {"type": "string"}, "fourCnt": {"type": "stri... | {"dataTime" : "2022-05-27", "daily" : {"dataTime" : "2022-05-27", "firstCnt" : "585", "secondCnt" : "1836", "thirdCnt" : "5070", "fourCnt" : "36543"}, "yesterday" : {"dataTime" : "2022-05-26", "firstCnt" : "45050938", "secondCnt" : "44572572", "thirdCnt" : "33277874", "fourCnt" : "3937922"}, "today" : {"dataTime" : "20... | json_instruct | {"type": "object", "properties": {"dataTime": {"type": "string"}, "daily": {"type": "object", "properties": {"dataTime": {"type": "string"}, "firstCnt": {"type": "string"}, "secondCnt": {"type": "string"}, "thirdCnt": {"type": "string"}, "fourCnt": {"type": "string"}}, "required": ["dataTime", "firstCnt", "secondCnt", ... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2005, 6], [2007, 7], [2008, 5], [2010, 7], [2011, 10]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [73.3645, 49.3311, 0.843249, 74.1263, 57.8398, 0.890978, 69.0984, 57.8437, 0.86991, 67.5395, 67.173, 0.822872, 67.5412, 76.4436, 0.823853, 79.5575, 57.4816, 0.915994, 82.2735, 66.3843, 0.826043, 82.6695, 72.9779, 0.794625, 75.2891, 76.4467, 0.7728... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object... | {"name" : "virtual-gamepads", "version" : "0.0.1", "description" : "Virtual gamepads application", "main" : "main.js", "author" : "miroof", "license" : "BSD", "dependencies" : {"express" : "~3.3.5", "struct" : "~0.0.8", "ioctl" : "~0.0.7", "socket.io" : "~1.3.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "struct": {"type": "st... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required... | {"latest_version" : ["1.0.1"], "meta" : {"description" : "Look up movie from YTS", "homepage" : "https://github.com/blha303/getmovie/", "license" : "MIT"}, "versions" : {"1.0.0" : {"sha256" : "7c56885f221f35c68e743e0c4bb226e1749388ebd0882c253dd94d47f668dd48", "url" : "https://files.pythonhosted.org/packages/ad/4d/a811d... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"... | {"citations" : [{"textCitation" : "[See fzo0end on Metamath](http://us.metamath.org/mpegif/fzo0end.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_lbfzo0 | |- ( 0 e. ( 0 ..^ B ) <-> B e. NN ) |\n| 2 | | #P_fzoend | |- ( 0 e. ( 0 ..^ B ) -> ( B - 1 ) e. ( 0 ..... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"department": {"type": "object", "properties": {"NE-8": {"type": "string"}, "NE-1": {"type": "string"}, "NE-2": {"type": "string"}, "NE-3": {"type": "string"}, "NE-4": {"type": "string"}, "NE-5": {"type": "string"}, "... | {"department" : {"NE-8" : "Niamey", "NE-1" : "Agadez", "NE-2" : "Diffa", "NE-3" : "Dosso", "NE-4" : "Maradi", "NE-5" : "Tahoua", "NE-6" : "Tillab\u00e9ri", "NE-7" : "Zinder"}} | json_instruct | {"type": "object", "properties": {"department": {"type": "object", "properties": {"NE-8": {"type": "string"}, "NE-1": {"type": "string"}, "NE-2": {"type": "string"}, "NE-3": {"type": "string"}, "NE-4": {"type": "string"}, "NE-5": {"type": "string"}, "NE-6": {"type": "string"}, "NE-7": {"type": "string"}}, "required": [... |
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... | {"id" : 1125807589, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "f9049b3d56fc3689ef0f8ee502f5855e", "wof:id" : 1125807589, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.47428, 49.53624, 0.47428, 49.53624], "geometry" : {"coordinates" : [0.47428, 49.5362... | 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": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"role-name": {"type": "string"}, "role": {"type": "array", "items": {"type": "string"}}}, "required": ["role-name", "role"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"role-name" : "abc-ui-offline-user", "role" : ["abc-sss-ui-role"]} | json_instruct | {"type": "object", "properties": {"role-name": {"type": "string"}, "role": {"type": "array", "items": {"type": "string"}}}, "required": ["role-name", "role"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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"... | {"id" : 1125804839, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "80ce77ffcc112e7eec870268b4482cb7", "wof:id" : 1125804839, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.09408, 48.07578, 3.09408, 48.07578], "geometry" : {"coordinates" : [3.09408, 48.0757... | 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": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"packages" : ["packages/*", "packages_extra/*"], "version" : "2.6.0-alpha.6"} | json_instruct | {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=4ca081d1322eeaf10b87", "/css/app.css" : "/css/app.css?id=1cdc1c758b0c7d354f71"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "description", "... | {"itemDisplayName" : "Create a Virtual Network (full)", "description" : "Creates a Virtual Network with variables (no parameters)", "summary" : "This template creates a Virtual Network (with DNS), Public IP address, Network Security Group, and a Network Interface in the Azure Stack POC environment.", "githubUsername" :... | json_instruct | {"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "description", "summary", "githubUsername", "dateUpdated"], "$schema": "htt... |
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... | {"id" : 85931839, "type" : "Feature", "properties" : {"src:alt_label" : "mz", "src:geom" : "mz", "wof:geomhash" : "81c187feb29313e27f65530d439e67a1", "wof:id" : 85931839, "wof:repo" : "whosonfirst-data-admin-in"}, "bbox" : [76.779299, 30.717745, 76.779299, 30.717745], "geometry" : {"coordinates" : [76.779299, 30.717745... | 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": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Copper arsenite", "number" : "1586", "class" : "6.1"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"diaries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "max": {"type": "integer"}, "color": {"type": "string"}, "entries": {"type": "array", "items": {}}}, "required": ["name", "max"... | {"diaries" : [{"name" : "M\u00f3j dziennik", "max" : 5, "color" : "#33ffc5", "entries" : []}]} | json_instruct | {"type": "object", "properties": {"diaries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "max": {"type": "integer"}, "color": {"type": "string"}, "entries": {"type": "array", "items": {}}}, "required": ["name", "max", "color", "entries"]}}}, "required": ["diaries"], "$schema... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items":... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-76.644737, 39.216673], [-76.642063, 39.221748], [-76.641409, 39.22558], [-76.638391, 39.223746], [-76.632524, 39.223604], [-76.630117, 39.22459], [-76.626921, 39.228524], [-76.624433, 39.229424], [-76.625448, 39.216845],... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "s... | {"files" : {"main.css" : "./static/css/main.66297b1f.chunk.css", "main.js" : "./static/js/main.d4ef97d2.chunk.js", "main.js.map" : "./static/js/main.d4ef97d2.chunk.js.map", "runtime-main.js" : "./static/js/runtime-main.696991da.js", "runtime-main.js.map" : "./static/js/runtime-main.696991da.js.map", "static/js/2.0e5df4... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.0e5df49c.chunk.js": {"type": "string"}, "static/js... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@size-limit/preset-app": {"type": "string"}, "size-limit": {"type": "string"}}, "required": ["@size-limit/preset-app", "size-limi... | {"private" : true, "devDependencies" : {"@size-limit/preset-app" : ">= 0.0.0", "size-limit" : ">= 0.0.0"}, "size-limit" : [{"path" : "index.js", "limit" : "1 KB"}, {"path" : "lib.js", "limit" : "1 KB"}, {"path" : "lib2.js", "limit" : "1 KB"}]} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@size-limit/preset-app": {"type": "string"}, "size-limit": {"type": "string"}}, "required": ["@size-limit/preset-app", "size-limit"]}, "size-limit": {"type": "array", "items": {"type": "object", "prop... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3304080", "regency_id" : "3304", "name" : "MADUKARA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "target": {"type": "string"}, "declaration": {"type": "boolean"}, "inlineSources": {"type": "boolean"}}, "requ... | {"extends" : "../tsconfig.json", "compilerOptions" : {"module" : "esnext", "target" : "esnext", "declaration" : true, "inlineSources" : true}, "angularCompilerOptions" : {"annotateForClosureCompiler" : true, "disableTypeScriptVersionCheck" : true, "enableResourceInlining" : true, "fullTemplateTypeCheck" : true, "skipTe... | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "target": {"type": "string"}, "declaration": {"type": "boolean"}, "inlineSources": {"type": "boolean"}}, "required": ["module", "target", "declaration", "inlineSources"]}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"eth_btc": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "price": {"type": "number"}, "amount": {"type": "number"}, "tid": {"type": "integer"}, "timestamp": {"type": "integer"}}, "requir... | {"eth_btc" : [{"type" : "bid", "price" : 0.05308935, "amount" : 0.130412, "tid" : 35093453, "timestamp" : 1509285104}, {"type" : "bid", "price" : 0.05308936, "amount" : 0.13055678, "tid" : 35093435, "timestamp" : 1509285101}, {"type" : "bid", "price" : 0.0530532, "amount" : 0.5402235, "tid" : 35093405, "timestamp" : 15... | json_instruct | {"type": "object", "properties": {"eth_btc": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "price": {"type": "number"}, "amount": {"type": "number"}, "tid": {"type": "integer"}, "timestamp": {"type": "integer"}}, "required": ["type", "price", "amount", "tid", "timestamp"]}}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "t... | {"name" : "@dinomite-studios/unity-azure-pipelines-tasks-lib", "version" : "1.0.0", "description" : "A library containing common implementations for pipeline tasks available in the Unity Tools for Azure DevOps extension.", "main" : "dist/index.js", "types" : "dist/index.d.ts", "scripts" : {"build" : "tsc", "test" : "mo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "publish": {"type": "string"}, "b... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array... | {"source" : "http://www.spanishdict.com/conjugate/evadirse", "word" : "evadirse", "infinitivo" : "evadir", "translation" : "to avoid", "gerundio" : ["evadiendo"], "participio" : ["evadido"], "tenses" : {"3" : [["me evado"], ["te evades"], ["se evade"], ["nos evadimos"], ["os evad\u00eds"], ["se evaden"]], "4" : [["me e... | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "propert... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "str... | {"name" : "mortendhansen/eloquent-docblock-generator", "description" : "Generates docblock for the properties of eloquent models based on the table columns", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Morten D. Hansen", "email" : "morten@visia.dk"}], "require" : {"doctrine/dbal" : "^2.9"}, "autoload... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["... | {"name" : "redux-debounce-listener-example", "version" : "0.0.0", "description" : "An example for redux-debounce-listener.", "main" : "index.js", "scripts" : {"start" : "node server.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/nakamura-to/redux-debounce-listener.git"}, "author" : "nakamura-to",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
Create an example JSON object that satisfies this schema:
{"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" : "3304050016", "district_id" : "3304050", "name" : "JOHO"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/... | {"name" : "plantechta", "private" : true, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"item": {"type": "string"}, "primary_color": {"type": "string"}, "secondary_color": {"type": "string"}, "mana": {"type": "object", "properties": {"base": {"type": "integer"}}, "required": ["base"]}, "burnout": {"type": "object"... | {"item" : "minecraft:ender_pearl", "primary_color" : "800000", "secondary_color" : "FF0000", "mana" : {"base" : 200}, "burnout" : {"base" : 100}, "cooldown" : {"base" : 40}, "chargeup" : {"base" : 10}, "duration" : {"base" : 5, "min" : 5, "max" : 30}} | json_instruct | {"type": "object", "properties": {"item": {"type": "string"}, "primary_color": {"type": "string"}, "secondary_color": {"type": "string"}, "mana": {"type": "object", "properties": {"base": {"type": "integer"}}, "required": ["base"]}, "burnout": {"type": "object", "properties": {"base": {"type": "integer"}}, "required": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "... | {"id" : "http://data.doremus.org/performance/dadccc6d-3ad0-3aaf-a660-5b81ad3997aa", "expression" : [{"composer" : "http://data.doremus.org/artist/15871fdd-5523-3f09-beb2-82cdd26c2766", "id" : "http://data.doremus.org/expression/15e78bca-b9cc-3fac-b89e-dbbd0f0a2944"}, {"composer" : "http://data.doremus.org/artist/15871f... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$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"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "str... | {"id" : 12542, "source" : "wen", "verse_id" : 17891, "verse_count" : 1, "reference" : "11:6", "title" : "", "html" : "The wolf\u2014The creatures shall be restored to that state of innocency in which they were before the fall of man. Men of fierce, and cruel dispositions, shall be so transformed by the grace of Christ,... | 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", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"aids": {"type": "object", "properties": {"include_in_all": {"type": "boolean"}, "_source": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "properties": {"type": "objec... | {"aids" : {"include_in_all" : false, "_source" : {"enabled" : false}, "properties" : {"current_year" : {"type" : "string", "index" : "not_analyzed"}, "race_ethnicity" : {"type" : "string", "index" : "not_analyzed"}, "disease" : {"type" : "string", "index" : "not_analyzed"}, "state" : {"type" : "string", "index" : "not_... | json_instruct | {"type": "object", "properties": {"aids": {"type": "object", "properties": {"include_in_all": {"type": "boolean"}, "_source": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "properties": {"type": "object", "properties": {"current_year": {"type": "object", "properties": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "lan... | {"citations" : [{"textCitation" : "[See cardeq0 on Metamath](http://us.metamath.org/mpegif/cardeq0.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_0ex | |- (/) e. _V |\n| 2 | | #P_carden | |- ( ( A e. V /\\ (/) e. _V ) -> ( ( card ` A ) = ( card ` (/) ) <-> A... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":... |
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... | {"id" : 101897475, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "10461cbc9e019a277a9876f0592e1d92", "wof:id" : 101897475, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.0909929118709, 44.15041065623649, 3.10591331224498, 44.16404052715018]... | 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": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec":... | [{"id" : 87295, "idParent" : 13285, "namaWilayah" : "BALAI BAIAK MALAI III KOTO", "tingkatWilayah" : 4, "idPro" : 12920, "idKab" : 13253, "idKec" : 13285, "idKel" : 87295, "namaPro" : "SUMATERA BARAT", "namaKab" : "PADANG PARIAMAN", "namaKec" : "IV KOTO AUR MALINTANG", "namaKel" : "BALAI BAIAK MALAI III KOTO", "kodeWil... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "nama... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"thrift2ts": {"type": "string"}, "t2t": {"type": "string"}}, "re... | {"name" : "thrift2ts", "version" : "0.8.1", "description" : "Generate thrift RPC service clients and type definition document, all in TypeScript", "main" : "./lib/gen.js", "bin" : {"thrift2ts" : "./bin/thrift2ts", "t2t" : "./bin/t2t"}, "scripts" : {"build" : "tsc", "prepublishOnly" : "npm run build"}, "repository" : "g... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"thrift2ts": {"type": "string"}, "t2t": {"type": "string"}}, "required": ["thrift2ts", "t2t"]}, "scripts": {"type": "object... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"error": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}... | {"$schema" : "http://json-schema.org/draft-04/schema", "type" : "object", "properties" : {"error" : {"type" : "string", "description" : "Error name"}, "message" : {"type" : "string", "description" : "Error description"}, "details" : {"type" : "array", "items" : {"type" : "object", "properties" : {"msg" : {"type" : "str... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"error": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "message": {"type": "object", "pro... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type"... | {"deprecated" : "false", "authority-code" : "DYM", "identifier" : "DYM", "about" : "http://publications.europa.eu/resource/authority/language/DYM", "prefLabel" : {"@lang" : "dym", "#text" : "yanda Dom Dogon"}, "start.use" : "1950-05-09"} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "ch... | {"code" : 3673020, "parent" : 3673, "name" : "WALANTAKA", "latitude" : "-6.1442304904781", "longitude" : "106.22799028062", "postal" : [42135, 42136, 42137, 42138, 42139, 42183], "children" : [3673020001, 3673020002, 3673020003, 3673020004, 3673020005, 3673020006, 3673020007, 3673020008, 3673020009, 3673020010, 3673020... | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"imdb_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["imdb_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"imdb_id" : "nm5232139", "name" : "Yash"}, {"imdb_id" : "nm8635807", "name" : "Srinidhi Shetty"}, {"imdb_id" : "nm1034613", "name" : "Ramachandra Raju"}, {"imdb_id" : "nm1034613", "name" : "Archana Jois"}, {"imdb_id" : "nm0619047", "name" : "Anant Nag"}, {"imdb_id" : "nm7181957", "name" : "Vasishta N. Simha"}, {"imdb... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"imdb_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["imdb_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type":... | {"description" : "The enumeration of possible upload types.", "name" : "UploadType", "type" : "string", "enum" : [{"name" : "S3", "description" : "An upload to an Amazon Web Services S3 bucket"}, {"name" : "GOOGLECLOUDSTORAGE", "description" : "An upload to a Google Cloud Platform storage bucket"}, {"name" : "SFTP", "d... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}}, "required": ["descript... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", ... | {"ast" : null, "code" : "\"use strict\";\n\nvar _interopRequireWildcard = require(\"@babel/runtime/helpers/interopRequireWildcard\");\n\nexports.__esModule = true;\nexports.default = void 0;\n\nvar React = _interopRequireWildcard(require(\"react\"));\n\nvar _utils = require(\"rsuite-utils/lib/utils\");\n\nfunction Sele... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties... | {"contract" : "0x189bf92ca6596fea8e57739bc4eb58ab3dab040c", "tool" : "honeybadger", "start" : 1565801219.0174627, "end" : 1565801299.871528, "duration" : 80.85406517982483, "analysis" : [{"errors" : [], "file" : "/unique_chucks/19/0x189bf92ca6596fea8e57739bc4eb58ab3dab040c.sol", "name" : "Brothel"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 4001, "date" : "2012-07-30 21:06:39", "user" : "SrvisLLC", "post" : "<img src=\"http://errantweb.com/image/logo.png\"/>\r\n\r\n**TEST IP:** det.errantweb.com\r\n**When did ErrantWeb open?** January 2012\r\n**What services does ErrantWeb offer?** KVM, OpenVZ, Shared, Reseller\r\n**Does ErrantWeb own it's h... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"test": {"type": "string"}}, "required": ["test"]}, "repo... | {"name" : "@getsafle/asset-controller", "version" : "1.0.4", "description" : "This controller detects tokens for a user and returns token balances.", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/getsafle/asset-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "deliveryApp", "displayName" : "deliveryApp"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type... | {"title" : "Gromov-Wasserstein Averaging of Kernel and Distance Matrices.", "fields" : ["kernel", "frechet mean", "probabilistic logic", "metric space", "distance matrices in phylogeny"], "abstract" : "This paper presents a new technique for computing the barycenter of a set of distance or kernel matrices. These matric... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01029869": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}... | {"type" : "Topology", "objects" : {"E01029869" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00152177", "LAD11CD" : "E07000199"}, "arcs" : [[0, 1, 2, 3, 4, 5]]}, {"type" : "Polygon... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01029869": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"subtitle": {"type": "string"}, "filename": {"type": "string"}, "path": {"type": "string"}, "i... | {"title" : "Phil Wheeler", "url" : "https://wheeler.kiwi.nz/", "description" : "Technology, leadership, education", "feed" : {"subtitle" : "Coding and abetting", "filename" : "feed.xml", "path" : "/feed/feed.xml", "id" : "https://wheeler.kiwi.nz/"}, "author" : {"name" : "Phil Wheeler", "email" : "youremailaddress@examp... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"subtitle": {"type": "string"}, "filename": {"type": "string"}, "path": {"type": "string"}, "id": {"type": "string"}}, "required": ["subtitle", "filename... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"port": {"type": "integer"}, "database": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}}, "required": ["type", "location"]}}, "required": ["port", "database"], "$s... | {"port" : 8080, "database" : {"type" : "sqlite", "location" : "chores.db"}} | json_instruct | {"type": "object", "properties": {"port": {"type": "integer"}, "database": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}}, "required": ["type", "location"]}}, "required": ["port", "database"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parse.js": {"type": "string"}, "parse.min.js": {"type": "string"}}, "required": ["parse.js", "parse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parse.js" : "sha512-6bwIGCJAVI/w0T2LuvjiT86ss+VWKtcPEWbQDhMbVBdpCbe7jJpIL0hq+mTLdx+jjYNNTw7VPwA+5J7O5/sfvg==", "parse.min.js" : "sha512-Piz7MYiV/dklTinvjY+ZIMNnCdjvyGlx8tvt511LxcU4svD0xeatHepd/FqgZjoizkZr8MEwMOk+tOYgJxTTTQ=="} | json_instruct | {"type": "object", "properties": {"parse.js": {"type": "string"}, "parse.min.js": {"type": "string"}}, "required": ["parse.js", "parse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"headline": {"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}}, "required": ["name", "uri"]}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"typ... | {"headline" : {"name" : "Index of Production", "uri" : "/businessindustryandtrade/manufacturingandproductionindustry/timeseries/k27q"}, "items" : [{"name" : "Index of Production", "uri" : "/businessindustryandtrade/manufacturingandproductionindustry/timeseries/k27q"}, {"name" : "Index of Production", "uri" : "/business... | json_instruct | {"type": "object", "properties": {"headline": {"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}}, "required": ["name", "uri"]}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}}, "required": ["name", "uri"]}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["1989-08-22T19:18:19", "1989-03-26T19:10:10", "1989-05-23T09:13:13", "1889-08-22T09:18:16", "1889-01-27T09:14:16"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$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"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}... | {"name" : "bazooka", "version" : "0.5.0", "description" : "Simple tool for declarative binding applications to HTML nodes.", "main" : "src/main.js", "directories" : {"example" : "examples"}, "scripts" : {"test" : "make test"}, "repository" : {"type" : "git", "url" : "https://github.com/seedofjoy/bazooka.git"}, "author"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "scripts": {"type": "object", "properties": {"test": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"]... | {"place_name" : "Bigelow", "state_name" : "Arkansas", "state_abbrv" : "AR", "lat" : "34.9847", "long" : "-92.6308"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "devDependencies": {"type": "ob... | {"name" : "ok100percentbot-web", "version" : "1.0.0", "main" : "index.js", "repository" : {}, "license" : "MIT", "devDependencies" : {"webpack" : "beta"}, "dependencies" : {"botkit" : "^0.4.9", "lodash" : "^4.17.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}}, "required": ["w... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t... | {"author" : {"id" : "t2_34kfhooe", "name" : "axis1970"}, "date" : {"day" : 1612224000, "full" : 1612246572, "month" : 1612137600, "week" : 1612051200}, "id" : "t3_lap778", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 98564, "fullUrl" : "https://preview.redd.it/c8iuejm4b0f61.jpg?auto=webp&s=527fbb93560b027... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema... | {"id" : "010100090304", "variable1" : 0.662, "variable2" : 0.1927, "variable3" : "B"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["i... | {"type" : "minecraft:crafting_shaped", "pattern" : ["THT", "TCT", "THT"], "key" : {"C" : {"item" : "minecraft:copper_ingot"}, "T" : {"tag" : "c:tin_ingots"}, "H" : {"item" : "techreborn:nak_coolant_cell_180k"}}, "result" : {"item" : "techreborn:nak_coolant_cell_360k"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "T": {"type": "object", "properties": {"tag": {"type": "string"}}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"beanType@STRING": {"type": "string"}, "name@STRING": {"type": "string"}, "dependencies@STRING": {"type": "array", "items": {"type": "string"}}, "sc... | {"type" : "cy:bean", "properties" : {"beanType@STRING" : "cy:requiremodule", "name@STRING" : "Relations", "dependencies@STRING" : ["/libs/bndly/data/scripts/cy/relations/BusinessProcessDefinition"], "script@STRING" : "return {\n\tBusinessProcessDefinition: BusinessProcessDefinition\n};", "initMethod@STRING" : "", "prox... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"beanType@STRING": {"type": "string"}, "name@STRING": {"type": "string"}, "dependencies@STRING": {"type": "array", "items": {"type": "string"}}, "script@STRING": {"type": "string"}, "initMethod@STRING": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07... | [{"name" : "AIKER", "frequency" : 0, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, ... | [{"ts" : "1536028819", "in" : [{"coinbase" : "03f6d0150493f08d5b08fabe6d6d37323239336435333764633832346566383437656238373536663762356536300100000000000000080002ddd40000000d2f6e6f64655374726174756d2f"}], "block" : 1429750, "sent" : 2500000000, "txid" : "3488441e6c7ee72cce92a20e63f4caaef240c144d83c6c8c2f490e06a552809a", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, "sent": {"type": "integer"}, "txid": {"type": "string"}, "fees": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "532626207201", "text" : "\u820d\u5f97\u6751\u59d4\u4f1a"}, {"id" : "532626207202", "text" : "\u843d\u6bcd\u6751\u59d4\u4f1a"}, {"id" : "532626207203", "text" : "\u559c\u9e4a\u843d\u6751\u59d4\u4f1a"}, {"id" : "532626207204", "text" : "\u535c\u621b\u6751\u59d4\u4f1a"}, {"id" : "532626207205", "text" : "\u7913\... | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["bench-lru", "rollup-plugin-ko-component"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "c... | {"output" : "Para cada caso de teste, imprima uma linha, contendo um valor, de dupla precis\u00e3o, com 15 casas decimais, informando a probabilidade de acertar o palpite da rodada correspondente.", "input" : "O primeiro valor a ser lido \u00e9 um inteiro C, indicando o n\u00famero de casos de teste. Cada caso de teste... | json_instruct | {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "propert... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "pr... | {"name" : "dag-jose-utils", "version" : "1.0.0", "description" : "Utility functions for the dag-jose ipld codec", "main" : "lib/index.js", "scripts" : {"test" : "jest", "build" : "./node_modules/.bin/tsc -p tsconfig.json", "prepublishOnly" : "npm run build", "prebuild" : "npm run clean", "lint" : "./node_modules/.bin/e... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepublishOnly": {"type": "string"}, "prebuild": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "s... | {"name" : "pname", "version" : "1.0.0", "description" : "ClickHouse Website", "main" : "index.js", "scripts" : {"build" : "webpack", "dev" : "NODE_ENV=development npm run build", "format" : "prettier --write '**/*.{ts,js,css,json,md}'", "transpile" : "tsc --project ./test"}, "author" : "author", "license" : "Apache-2.0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "format": {"type": "string"}, "transpile": {"type": "string"}},... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["3e1afecc200d7e3be9537c95b7cf52a7c5031300", "a2447673d9ca590a3ed967e7a30b1f9cd18e78d1"], ["3e1afecc200d7e3be9537c95b7cf52a7c5031300", "a2447673d9ca590a3ed967e7a30b1f9cd18e78d1"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "74680497d551ae07ef15", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"hermeneutApp": {"type": "object", "properties": {"splittingLoss": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel":... | {"hermeneutApp" : {"splittingLoss" : {"home" : {"title" : "Splitting Losses", "createLabel" : "Splitting Loss erstellen", "createOrEditLabel" : "Splitting Loss erstellen oder bearbeiten", "search" : "Suche nach Splitting Loss"}, "created" : "Splitting Loss erstellt mit ID {{ param }}", "updated" : "Splitting Loss aktua... | json_instruct | {"type": "object", "properties": {"hermeneutApp": {"type": "object", "properties": {"splittingLoss": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}, "search": {"type": "string"}}, "requir... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "360112104001", "text" : "\u77f3\u5c97\u8857\u9053\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "360112104002", "text" : "\u957f\u5f81\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "360112104200", "text" : "\u77f3\u5c97\u6751\u59d4\u4f1a"}, {"id" : "360112104201", "text" : "\u5218\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "36... | 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": "object", "properties": {"dc.css": {"type": "string"}, "dc.js": {"type": "string"}, "dc.min.css": {"type": "string"}, "dc.min.js": {"type": "string"}}, "required": ["dc.css", "dc.js", "dc.min.css", "dc.min.js"], "$schema": "http://json-schem... | {"dc.css" : "sha512-RxyS8fw7ziM/CuB01xDOA4+bseuuHSAPOUGgjCQQ0XINq0bBPunYOWfj57MamJH1DbK+jySwdK7uhh8mG5l80w==", "dc.js" : "sha512-ZmVtEpcRM73nBbT0aieWwzLajFvOMm2i9bChbU67RD+sBbyVF1feqJBs6q5Nxz8cIvjn4C21BFTWedECUFONfw==", "dc.min.css" : "sha512-+thrdF394MD4rhGQ0C4e7s6hq2bNSi1X4rrjEdSdJuuaXrw7H16zCiBStv8mkhed/tvH5RPVz6poW... | json_instruct | {"type": "object", "properties": {"dc.css": {"type": "string"}, "dc.js": {"type": "string"}, "dc.min.css": {"type": "string"}, "dc.min.js": {"type": "string"}}, "required": ["dc.css", "dc.js", "dc.min.css", "dc.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "key": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type":... | {"name" : "chrome.automation.sanityCheck", "key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJ8Hl8K6R+n/hrPsN1ienxRU3GbL00wFHLJNML45MHwT+3PstgWf4EgC3wbyyTXFtbvJC+Hn14Hyltfhsa+cSraldNHeL+rl+FL04kE4uYHq8YhOYEtzUfg380+o7XV9oESKu9oLTeG9QuQCjmlp3MUqC9wm7ICjxR9flODClOkQIDAQAB", "version" : "0.1", "manifest_version" : 2, "descr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "key": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["sc... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author... | {"title" : "[MMD]Angela Balzac \u30a2\u30f3\u30b8\u30a7\u30e9\u30fb\u30d0\u30eb\u30b6\u30c3\u30af Killer Lady", "author" : "HaojieMa", "description" : "Credit<br>Model:undefinedAngelaundefinedBalzacundefinedbyundefinedKakomiki<br>BGM:undefinedKillerundefinedLadyundefinedbyundefinedbyundefinedHachiojiP<br>Stage:undefine... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"displayName" : "Monokai Dimmed \u30c6\u30fc\u30de", "description" : "Visual Studio Code \u306e Monokai dimmed \u30c6\u30fc\u30de"} | json_instruct | {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"... | {"userId" : 16642, "cartId" : "87d15e4c-cc8d-42c4-acb3-50a06e65f574", "preferredProducts" : [1016, 1473, 3481, 4369, 2567, 2261, 4298, 2500, 4552, 2105], "productReviews" : [{"productId" : 1228, "reviewText" : "i use it profusely when i'm in my garage.", "reviewDate" : "2016-07-01T06:54:23.1101837+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.