input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int... | {"nom" : "Br\u00e9gy", "dpt" : "Oise", "inscrits" : 405, "abs" : 88, "votants" : 317, "blancs" : 30, "nuls" : 11, "exp" : 276, "res" : [{"panneau" : "2", "voix" : 196}, {"panneau" : "1", "voix" : 80}]} | 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"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#... | [{"Similarity" : "0.878", "Title" : "Manipulating Manner Semantic Representations of Human Locomotion Verbs in English and German", "Year" : 2012}, {"Similarity" : "0.874", "Title" : "Non-Native Language Processing Engages Mental Imagery", "Year" : 2006}, {"Similarity" : "0.872", "Title" : "Time (also) flies from left ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Recall@20": {"type": "number"}, "Recall@50": {"type": "number"}, "NDCG@100": {"type": "number"}}, "required": ["Recall@20", "Recall@50", "NDCG@100"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Recall@20" : 0.38778717732276363, "Recall@50" : 0.5361633665733785, "NDCG@100" : 0.34575317587222926} | json_instruct | {"type": "object", "properties": {"Recall@20": {"type": "number"}, "Recall@50": {"type": "number"}, "NDCG@100": {"type": "number"}}, "required": ["Recall@20", "Recall@50", "NDCG@100"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type"... | {"uuid" : "509385f2-bab9-4d19-9970-31755eb6cffa", "name" : "AddNewCategory", "children" : ["f778c2a8-31f1-477e-ab9a-88917b637c44", "41081107-f18b-4281-93fc-34cb0799b564", "69c7c642-f471-4e16-9eeb-b8626d3c93f8"], "befores" : [], "afters" : [], "links" : [], "start" : 1568204561721, "stop" : 1568204585897} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type... | {"name" : "angular-flex", "description" : "Make AngularJS Module dynamic!", "version" : "1.0.1", "repository" : {"type" : "git", "url" : "https://github.com/scbd/angular-flex"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "version", "repositor... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"params": {"type": "object", "properties": {"_UPDATE_JSON_DOCS": {"type": "object", "properties": {"srcField": {"type": "string"}, "mapUniqueKeyOnly": {"type": "boolean"}, "": {"type": "object", "properties": {"v": {"type": "inte... | {"params" : {"_UPDATE_JSON_DOCS" : {"srcField" : "_src_", "mapUniqueKeyOnly" : true, "" : {"v" : 0}}}} | json_instruct | {"type": "object", "properties": {"params": {"type": "object", "properties": {"_UPDATE_JSON_DOCS": {"type": "object", "properties": {"srcField": {"type": "string"}, "mapUniqueKeyOnly": {"type": "boolean"}, "": {"type": "object", "properties": {"v": {"type": "integer"}}, "required": ["v"]}}, "required": ["srcField", "ma... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"tof_type": {"type": "string"}, "rate": {"type": "number"}, "tof": {"type": "number"}, "potential": {"type": "number"}, "current": {"type": "number"}, "e_id": {"type": "integer"}, "tspan": {"type": "array", "i... | {"tof_type" : "activity", "rate" : 5.718837843160045e-13, "tof" : 0.00010428144915239318, "potential" : 1.3221949853200001, "current" : 5.87857036064072e-07, "e_id" : 48, "tspan" : [1425, 1475], "r_id" : null, "rate_calc_kwargs" : {}, "description" : null, "t_id" : 305, "amount" : null, "sample_name" : null} | json_instruct | {"type": "object", "properties": {"tof_type": {"type": "string"}, "rate": {"type": "number"}, "tof": {"type": "number"}, "potential": {"type": "number"}, "current": {"type": "number"}, "e_id": {"type": "integer"}, "tspan": {"type": "array", "items": {"type": "integer"}}, "r_id": {"type": "null"}, "rate_calc_kwargs": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "OrderStatusDetail.tsx"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema":... | [{"name" : "SAYEN", "frequency" : 31, "males" : "6.451612903225806 %", "females" : "93.54838709677419 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "compulsory", "definition" : "1. Having the power of compulsion; constraining. 2. Obligatory; enjoined by authority; necessary; due to complusion. This contribution therestening fall infinitely short of their hopes, they soon made it compulsory. Burke."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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": {"allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"id": {"type": "stri... | {"data" : {"allMarkdownRemark" : {"edges" : [{"node" : {"id" : "a3aad463-fc6d-5e89-bf5f-039f10a83499", "frontmatter" : {"title" : "How to Improve Your Hackathon", "date" : "April 21, 2019", "subtitle" : "a plan, a good team, and lots of lead time!", "duration" : "15 minute read"}, "fields" : {"slug" : "/blog/how-to-run... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"id": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"t... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "precommit": {"t... | {"name" : "serverless-es6-webpack-circle-boilerplate", "version" : "0.0.1", "description" : "A serverless boilerplate with circle ci setup", "main" : "handler.js", "scripts" : {"test" : "jest", "precommit" : "lint-staged"}, "author" : "Sammy Isseyegh", "license" : "MIT", "repository" : {"type" : "git", "url" : "https:/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "precommit": {"type": "string"}}, "required": ["test", "precommit"]}, "author": {"type": "s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "contributes": {... | {"name" : "json", "version" : "0.1.0", "publisher" : "vscode", "engines" : {"vscode" : "*"}, "contributes" : {"languages" : [{"id" : "json", "aliases" : ["JSON", "json"], "extensions" : [".json", ".bowerrc", ".jshintrc", ".jscsrc", ".eslintrc"], "mimetypes" : ["application/json"]}], "grammars" : [{"language" : "json", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "contributes": {"type": "object", "properties": {"languages": {"type": "array", "items": {"ty... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"d3-legend.js": {"type": "string"}, "d3-legend.min.js": {"type": "string"}}, "required": ["d3-legend.js", "d3-legend.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"d3-legend.js" : "sha512-ndJiiTYpPdSWW4ntS1JRuaVHbgmaOCfUhS2/hvXhkTRbbvhUEWuOKN+a1awZ8XGr7ox5yXIUILJgnpV+iNXd0w==", "d3-legend.min.js" : "sha512-HjAvhTg5cPeUMHGVmzoGb9Cozc/XUqnAF2DDbBiv4L67hH/wecbKPHW8/sPTyWRlWVald8f+hfeDXqKhDI9G6Q=="} | json_instruct | {"type": "object", "properties": {"d3-legend.js": {"type": "string"}, "d3-legend.min.js": {"type": "string"}}, "required": ["d3-legend.js", "d3-legend.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1928, 6], [1930, 7], [1934, 6], [1940, 6], [1947, 7], [1953, 9], [1954, 5], [1957, 5], [1959, 6], [1960, 7], [1965, 5], [1967, 5], [1969, 5], [1970, 7], [1971, 7], [1973, 9], [1974, 13], [1975, 9], [1976, 11], [1977, 11], [1978, 19], [1979, 13], [1980, 8], [1981, 12], [1982, 10], [1983, 12], [1984, 17], [1985, 46], [... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"session-cookies-table": {"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "string"}}, "rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required":... | {"session-cookies-table" : {"headers" : ["Name", "Purpose", "Expires"], "rows" : [["fbis-ccf.hof.sid", "Stores a session ID and temporarily stores data you enter to enable you to make an application", "When you close your browser"], ["hof-wizard-sc", "Tells us when your session starts so we can tell you if it expires",... | json_instruct | {"type": "object", "properties": {"session-cookies-table": {"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "string"}}, "rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["headers", "rows"]}}, "required": ["session-cookies-table"], "$schema"... |
Based on the schema below, produce a valid JSON object:
{"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": {"ty... | {"title" : "Envy-Free Division of Sellable Goods.", "fields" : ["microeconomics", "fair division", "social welfare", "envy free", "computational social choice"], "abstract" : "We study the envy-free allocation of indivisible goods between two players. Our novel setting includes an option to sell each good for a fractio... | 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": {"typ... |
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": {"build": {"type": "string"}}, "required": ["build"]}, "ke... | {"name" : "postcss-modules-emoji-classname", "version" : "1.0.1", "description" : "A CSS Modules transform exported classname into emoji classname", "main" : "lib/index.js", "scripts" : {"build" : "babel src --out-dir lib"}, "keywords" : ["css-modules", "postcss", "plugin", "emoji"], "homepage" : "https://github.com/sh... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "home... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[6016], [6017], [6018], [6019], [6020], [6021], [6022], [6023], [6024], [6025], [6026], [6027], [6028], [6029], [6030], [6031], [6032], [6033], [6034], [6035], [6036], [6037], [6038], [6039], [6040], [6041], [6042], [6043], [6044], [6045], [6046], [6047], [6048], [6049], [6050], [6108], [6051], [6052], [6053], [6054],... | 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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "11001", "name" : "Mitte"}, {"id" : "11002", "name" : "Friedrichshain-Kreuzberg"}, {"id" : "11003", "name" : "Pankow"}, {"id" : "11004", "name" : "Charlottenburg-Wilmersdorf"}, {"id" : "11005", "name" : "Spandau"}, {"id" : "11006", "name" : "Steglitz-Zehlendorf"}, {"id" : "11007", "name" : "Tempelhof-Sch\u00f6... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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"}, "tit... | {"body" : "", "user" : "baberlevi", "url" : "https://api.github.com/repos/spack/spack/issues/9058", "updated_at" : "2018-09-04 02:03:48", "created_at" : "2018-08-21 21:21:26", "closed_at" : "2018-09-04 02:03:48", "state" : "closed", "title" : "r-biomart: new version;", "number" : 9058, "milestone" : null, "labels" : ["... | 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": ... |
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" : 1309800389, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "bd79c0c3ed4de3826564ac69660766de", "wof:id" : 1309800389, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [26.99973, 47.81267, 26.99973, 47.81267], "geometry" : {"coordinates" : [26.99973... | 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": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"job_id": {"type": "string"}, "job_type": {"type": "string"}, "begin_time": {"type": "string"}, "end_time": {"type": "string"}, "status": {"type": "string"}, "error_code": {"type": "null"}, "fail_reason": {"type": "... | {"job_id" : "ff808081690a667101692e1854b81685", "job_type" : "batchCreateVolume", "begin_time" : "2019-02-27T08:35:40.343Z", "end_time" : "", "status" : "RUNNING", "error_code" : null, "fail_reason" : null, "entities" : {"sub_jobs" : [{"job_id" : "ff808081690a667101692e1855181688", "job_type" : "createVolume", "begin_t... | json_instruct | {"type": "object", "properties": {"job_id": {"type": "string"}, "job_type": {"type": "string"}, "begin_time": {"type": "string"}, "end_time": {"type": "string"}, "status": {"type": "string"}, "error_code": {"type": "null"}, "fail_reason": {"type": "null"}, "entities": {"type": "object", "properties": {"sub_jobs": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"keyboard": {"type": "string"}, "keymap": {"type": "string"}, "layout": {"type": "string"}, "layers": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "author": {"type": "string"}, "notes... | {"keyboard" : "keebio/iris/rev2", "keymap" : "cspruit", "layout" : "LAYOUT", "layers" : [["KC_ESC", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_BSPC", "KC_TAB", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_DEL", "KC_LSFT", "KC_A", "KC_S", "K... | json_instruct | {"type": "object", "properties": {"keyboard": {"type": "string"}, "keymap": {"type": "string"}, "layout": {"type": "string"}, "layers": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "author": {"type": "string"}, "notes": {"type": "string"}}, "required": ["keyboard", "keymap", "layout", "la... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "23f993f8ee6b9555f703", "c" : {"index" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[140.625, 22.416666666666668], [140.625, 22.5], [140.75, 22.5], [140.75, 22.416666666666668], [140.625, 22.416666666666668]]]}, "properties" : {"code" : 334055, "url" : "http://madefor.github.io/0410/api/v1/334055.geojson", "view" : "https://githu... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "mod:block/nether_titanium_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "description": {"type":... | {"name" : "faculty-api", "version" : "0.1.2", "repository" : {"type" : "git", "url" : "https://github.com/brettshollenberger/FacultyAPI.git"}, "description" : "Tool for creating a simple RESTful API from a Mongoose model with Express", "main" : "lib/faculty-api.js", "keywords" : ["API", "generator", "REST", "Mongoose",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-75.286307, 40.094529], [-75.274277, 40.107343], [-75.241549, 40.109035], [-75.233766, 40.112276], [-75.230633, 40.110293], [-75.22574, 40.108955], [-75.225438, 40.107521], [-75.224082, 40.106427], [-75.22178, 40.10675], ... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "propert... | {"result" : {"item" : "arcanemagic:soul_pendant"}, "pattern" : [" s ", "scs", " s "], "type" : "arcanemagic:transfiguration_shaped", "key" : {"s" : {"item" : "minecraft:stone"}, "c" : {"item" : "arcanemagic:gold_crystal"}}, "soul" : 20} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"s": {"type": "object", "properties": {"item": {"type": "strin... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"/root": {"type": "string"}, "/root/list": {"type": "string"}, "/issue": {"type": "string"}}, "required": ["/root", "/root/list", "/issue"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/root" : "helloworld.RootViewController", "/root/list" : "helloworld.ListViewController", "/issue" : "helloworld.IssueViewController"} | json_instruct | {"type": "object", "properties": {"/root": {"type": "string"}, "/root/list": {"type": "string"}, "/issue": {"type": "string"}}, "required": ["/root", "/root/list", "/issue"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items"... | {"type" : "FeatureCollection", "title" : "Monte Santa Vittoria Megalithic Enclosure", "id" : "673092244", "bbox" : [9.3043462, 39.7606305, 9.3043462, 39.7606305], "description" : "A megalithic enclosure that includes a circular Nuragic building.", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coor... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry":... |
Generate a valid JSON object that conforms to the following schema:
{"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": "i... | {"author" : {"id" : "t2_5mdmimtm", "name" : "One18customs"}, "date" : {"day" : 1582934400, "full" : 1582960227, "month" : 1580515200, "week" : 1582416000}, "id" : "t3_fb8zen", "picture" : {"filesize" : 38577, "fullUrl" : "https://external-preview.redd.it/0ww-DqTYRHcyUjqw_zdrx03pzdDjix_kN8O23-lKWJM.png?format=pjpg&auto=... | 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"}},... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "text": {"type": "string"}, "entity": {"type": "string"}, "seg": {"type": "string"}, "mid": {"type": "string"}}, "required": ["name", "text", "entity", "seg", "mid"]}, "$sche... | [{"name" : "\u4f5c\u8005", "text" : "\u300a\u4e0a\u5df3\u66f2\u6c34\u300b\u7684\u4f5c\u8005\u662f\u5b8b\u671d\u8bd7\u4eba\u90ed\u5370\uff0c\u7cbe\u5f69\u8bd7\u53e5\uff1a\u826f\u8fb0\u5143\u5df3\u60dc\u82b3\u83f2\uff0c\u4e00\u7b11\u6797\u4ead\u633d\u843d\u6656\u3002", "entity" : "\u4e0a\u5df3\u66f2\u6c34", "seg" : "\u90... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "text": {"type": "string"}, "entity": {"type": "string"}, "seg": {"type": "string"}, "mid": {"type": "string"}}, "required": ["name", "text", "entity", "seg", "mid"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "obj... | {"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 2, "root" : {"boundingVolume" : {"sphere" : [6358690.353873098, -498736.43269356724, -267.4802348291565, 23.9249210357666]}, "geometricError" : 2, "content" : {"url" : "Tile_+006_+002_L20_000110t1.b3dm"}, "children" : [{"boundingVolume" : {"... | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"port": {"type": "string"}, "board": {"type": "string"}, "sketch": {"type": "string"}}, "required": ["port", "board", "sketch"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"port" : "/dev/cu.usbmodem143201", "board" : "arduino:mbed:nano33ble", "sketch" : "PJMonitor.ino"} | json_instruct | {"type": "object", "properties": {"port": {"type": "string"}, "board": {"type": "string"}, "sketch": {"type": "string"}}, "required": ["port", "board", "sketch"], "$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": "arra... | {"directions" : ["Cook pasta in large pot of boiling salted water until just tender but still firm to bite. Drain pasta; return to same pot.", "Meanwhile, heat oil in heavy large skillet over medium-high heat. Add garlic and saut\u00e9 until fragrant, about 2 minutes. Add tomatoes; saut\u00e9 until beginning to soften,... | 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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"... |
Following the schema specification below, generate a valid 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" : "9416043003", "district_id" : "9416043", "name" : "HEPINIS"} | 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#"} |
Using the following JSON schema, generate a compatible 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":... | {"id" : 13262, "title" : ["[Ta'Illistim, Amaseloth Viaduct]"], "description" : ["The gently curving bridge rises high over the city, its glaesine abutments suspended above the ground without visible attachment. Caeruil Arch spans to the northwest and beyond it, The Keep. Silvery white marble blocks compose the walkwa... | 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": {"186": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"liangdahong"... | {"name" : "BMKit", "version" : "1.0.9", "summary" : "This is bluemoon iOS Kit", "homepage" : "http://192.168.240.26/ios/BMKit", "license" : "MIT", "authors" : {"liangdahong" : "liangdahong@bluemoon.com.cn"}, "platforms" : {"ios" : "7.0"}, "source" : {"git" : "http://192.168.240.26/ios/BMKit.git", "tag" : "1.0.9"}, "req... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"liangdahong": {"type": "string"}}, "required": ["liangdahong"]}, "platforms": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array",... | {"ast" : null, "code" : "import { request } from \"./request\";\nexport function getHomeMultidata() {\n return request({\n URL: '/home/multidata'\n });\n}", "map" : {"version" : 3, "sources" : ["E:/VSCode/project/Vue/supermall01/network/home.js"], "names" : ["request", "getHomeMultidata", "URL"], "mappings" : "AAA... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1916, 5], [1918, 7], [1919, 5], [1922, 6], [1925, 5], [1928, 5]] | 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"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "arr... | {"name" : "smartcrop.py", "description" : "smartcrop implementation in Python", "license" : null, "starNum" : 108, "folkNum" : 10, "watchNum" : 108, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"ty... | {"name" : "deo$b", "fields" : [{"name" : "a", "descriptor" : "Ldeo$b;"}, {"name" : "b", "descriptor" : "Ldeo$b;"}, {"name" : "c", "descriptor" : "Ldeo$b;"}, {"name" : "d", "descriptor" : "Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;"}, {"name" : "e", "descriptor" : "Ljava/lang/String;"}, {"name" : "f", "descriptor" : "Lj... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-less": {"type": "string"}, "grunt-cont... | {"name" : "Sherpa", "version" : "1.0.0", "description" : "Sherpa is a responsive, mobile first, front-end framework that helps front-end developers build modular, isolated, scallable sites.", "devDependencies" : {"grunt" : "~0.4.5", "grunt-contrib-less" : "~0.11.3", "grunt-contrib-watch" : "~0.6.1", "grunt-includes" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-less": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-includes": {"type"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "... | {"\u5de5\u5ee0\u540d\u7a31" : "\u8a00\u9716\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "07001836", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u548c\u7f8e\u93ae\u5357\u4f43\u91cc\u5f70\u8349\u8def\u4e09\u6bb5173\u865f1\u6a... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"siteMeta": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "site": {"type": "string"}, "backTo": {"type": "string"}, "helloWorld": {"type": "string"}, "language": {"type": "string"}}, "r... | {"siteMeta" : {"title" : "Title / EN"}, "site" : "Site", "backTo" : "Back to", "helloWorld" : "Hello world!", "language" : "Language"} | json_instruct | {"type": "object", "properties": {"siteMeta": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "site": {"type": "string"}, "backTo": {"type": "string"}, "helloWorld": {"type": "string"}, "language": {"type": "string"}}, "required": ["siteMeta", "site", "backTo", "helloWorld", "lan... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "... | {"resourceType" : "DataElement", "id" : "ValueSet.compose.include.concept", "meta" : {"lastUpdated" : "2017-04-19T07:44:43.294+10:00"}, "url" : "http://hl7.org/fhir/DataElement/ValueSet.compose.include.concept", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"id" : "ValueSet.... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, "requ... | {"cdf_smooth" : {"x" : [5.451574491641201, 16.837573154430928, 23.034332263598092, 26.627632598344437, 29.60535724013497, 32.53575790384854, 34.86462580102447, 37.74293979740304, 40.96874509973727, 44.278865293763594, 47.51922193979188, 51.25534175661585, 56.03850578394245, 61.36415426821196, 68.12206037265199, 77.5371... | json_instruct | {"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, "required": ["cdf_smooth"], "$schema": "http://json-schema.org/draft-07/schem... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1907, 5], [1912, 5], [1915, 5], [1916, 8], [1917, 12], [1918, 7], [1919, 12], [1921, 11], [1922, 9], [1923, 7], [1924, 7], [1925, 12], [1926, 13], [1927, 9], [1928, 10], [1929, 9], [1931, 5], [1932, 9], [1933, 8], [1934, 5], [1935, 7], [1936, 7], [1937, 5], [1943, 6], [1950, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "st... | {"citations" : [{"textCitation" : "[See squeeze0 on Metamath](http://us.metamath.org/mpegif/squeeze0.html)"}], "names" : ["squeeze0"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cr", "#T_w3a--1", "#T_cc0", "#T_cle", "#T_cA", "#T_w3a--2", "#T_wral--1", "#T_vx", "#T_wral--2", "#T_cr", "#T_cc... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}}, "required": ["serve"]}, "dependencies": {"type": "object", "pro... | {"name" : "emag-crawler", "version" : "0.0.0", "private" : true, "scripts" : {"serve" : "tsc && node ./dist/index.js"}, "dependencies" : {"rxjs" : "^5.5.6", "@google-cloud/pubsub" : "^0.22.2", "@types/google-cloud__pubsub" : "^0.18.1", "@google-cloud/datastore" : "^2.0.0", "@types/google-cloud__datastore" : "^1.3.3", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}}, "required": ["serve"]}, "dependencies": {"type": "object", "properties": {"rxjs": {"type": "string"}, "@google-cloud/pub... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Grima, Footman of Saruman (13U92)", "text" : "Set:\tBloodlines\nKind:\tShadow\nCulture:\tMen\nTwilight:\t2\nCard Type:\tMinion \u2022 Man\nStrength:\t4\nVitality:\t3\nSite:\t3\nGame Text:\tLurker. (Skirmishes involving lurker minions must be resolved after any others.) Each time a Free Peoples character is ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"... | [{"class_name" : "saturation", "bbox" : "429 3 482 60", "used" : false}, {"class_name" : "contrast", "bbox" : "129 66 271 207", "used" : true}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rankine:block/black_dacite_column1"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string... | {"name" : "levelup", "description" : "A marking tool for teachers", "main" : "index.html", "authors" : ["Dave Pagurek"], "license" : "ISC", "homepage" : "https://github.com/davepagurek/LevelUp", "moduleType" : [], "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"react" : "^0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {}}, "ignore": {"type": "array",... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"memberId": {"type": "integer"}, "givenName": {"type": "string"}, "nickName": {"type": "string"}, "surNames": {"type": "array", "items": {"type": "object", "properties": {"surName": {"type": "string"}, "current": {"type": "bool... | {"memberId" : 166, "givenName" : "Robert \"Robby\"undefined", "nickName" : "", "surNames" : [{"surName" : "Cook", "current" : true}]} | json_instruct | {"type": "object", "properties": {"memberId": {"type": "integer"}, "givenName": {"type": "string"}, "nickName": {"type": "string"}, "surNames": {"type": "array", "items": {"type": "object", "properties": {"surName": {"type": "string"}, "current": {"type": "boolean"}}, "required": ["surName", "current"]}}}, "required": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"content_scripts": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "creator": {"type": "string"}, "background_scripts": {"type": "array", "items": {"type": "string"}}, "homep... | {"content_scripts" : ["journalists.js"], "description" : "Your trust should be earned", "creator" : "Ruairidh 'VideahGams' Carmichael", "background_scripts" : ["main.js"], "homepage_url" : "http://github.com/VideahGams/deepfreeze-extension", "version" : "0.1.0", "browser_button" : {"caption" : "DeepFreeze", "icon" : "i... | json_instruct | {"type": "object", "properties": {"content_scripts": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "creator": {"type": "string"}, "background_scripts": {"type": "array", "items": {"type": "string"}}, "homepage_url": {"type": "string"}, "version": {"type": "string"}, "browser_button"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variables": {"type": "array", "items": {}}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "_postman_id": {"type": "string"}, "description": {"type": "string"}, "schema": {"type": "string"}}, "required": [... | {"variables" : [], "info" : {"name" : "Laravel API", "_postman_id" : "15b47a9b-572e-4a01-b2b8-f080de1e9577", "description" : "", "schema" : "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"}, "item" : [{"name" : "Auth", "description" : "", "item" : [{"name" : "Login\nM\u00e9todo post que procesa el... | json_instruct | {"type": "object", "properties": {"variables": {"type": "array", "items": {}}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "_postman_id": {"type": "string"}, "description": {"type": "string"}, "schema": {"type": "string"}}, "required": ["name", "_postman_id", "description", "schema"]}, "item":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repo": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}, "license": {"ty... | {"name" : "utf8", "version" : "0.0.0", "description" : "Utilities for UTF-8 character encoding.", "repo" : "anchorjs/utf8", "main" : "utf8.js", "scripts" : ["utf8.js"], "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repo": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "description"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "... | {"file_name" : "FactoryGame/Content/FactoryGame/World/Environment/Swamp/CaviarTree/Texture/CaviarTree_02_Alb.uasset", "guid" : {"a" : 157580011, "b" : 1075605380, "c" : 1772020614, "d" : 1304896959}, "exports" : [{"name" : "CaviarTree_02_Alb", "class" : {"package" : "/Script/Engine", "name" : "Texture2D"}, "super" : nu... | json_instruct | {"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ImageGraph": {"type": "object", "properties": {"ColumnOrdinateMissing": {"type": "string"}}, "required": ["ColumnOrdinateMissing"]}}, "required": ["ImageGraph"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ImageGraph" : {"ColumnOrdinateMissing" : "C\u1ed9t n\u00e0y '%1$s' kh\u00f4ng th\u1ea5y trong b\u00e1o c\u00e1o n\u00e0y. Th\u1eed b\u1ea5t k\u1ef3 c\u1ee7a %2$s"}} | json_instruct | {"type": "object", "properties": {"ImageGraph": {"type": "object", "properties": {"ColumnOrdinateMissing": {"type": "string"}}, "required": ["ColumnOrdinateMissing"]}}, "required": ["ImageGraph"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "habitus:block/limestone_brick"} | 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": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status... | {"name" : "The Luxury Coin", "type" : "BEP20", "symbol" : "TLB", "decimals" : 18, "description" : "Utility token to increase adoption of cryptocurrency.", "website" : "https://theluxurybank.com", "explorer" : "https://bscscan.com/token/0xb5791d504367dee4ba3a379fb3d3d5a6b955cb2e", "status" : "active", "id" : "0xB5791d50... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", ... | {"name" : "a-react-datepicker", "version" : "0.1.13", "homepage" : "https://github.com/chrisharrington/a-react-datepicker", "authors" : ["Chris Harrington <chrisharrington99@gmail.com>"], "description" : "A datepicker for React.", "main" : ["a-react-datepicker.js", "style.css"], "moduleType" : ["amd", "globals"], "keyw... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {"ty... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"template": {"type": "string"}, "commit": {"type": "string"}, "checkout": {"type": "null"}, "context": {"type": "object", "properties": {"cookiecutter": {"type": "object", "properties": {"full_name": {"type": ... | {"template" : "https://github.com/bird-house/cookiecutter-birdhouse.git", "commit" : "a5d7e28ce0d66afc3ae73c483d5457e4ac808743", "checkout" : null, "context" : {"cookiecutter" : {"full_name" : "Carsten Ehbrecht", "email" : "ehbrecht@dkrz.de", "github_username" : "cehbrecht", "project_name" : "Duck", "project_slug" : "d... | json_instruct | {"type": "object", "properties": {"template": {"type": "string"}, "commit": {"type": "string"}, "checkout": {"type": "null"}, "context": {"type": "object", "properties": {"cookiecutter": {"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "github_username": {"type": "string"}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}... | [{"bbox" : "1 167 24 189", "used" : false, "class_name" : "car"}, {"bbox" : "34 166 88 188", "used" : false, "class_name" : "car"}, {"bbox" : "116 165 158 190", "used" : false, "class_name" : "car"}, {"bbox" : "156 164 186 194", "used" : false, "class_name" : "car"}, {"bbox" : "183 54 500 307", "used" : false, "class_n... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$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"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"name" : "SFBayReliefModel", "tagline" : "Constructing a physical relief model of the San Francisco bay area", "body" : "### Constructing a physical relief model of the San Francisco bay area\r\n", "note" : "Don't delete this file! It's used internally to help with page regeneration."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", ... | {"versions" : [{"git-tree" : "05877091cce367e06a5d4e06ed69484d92e420d0", "version-string" : "4.0.2", "port-version" : 0}, {"git-tree" : "fe271e17f4744b14d0ac8ae068a37886c76938fc", "version-string" : "3.10.0-1", "port-version" : 0}, {"git-tree" : "a5d7d9a3390fb13e5e0bfae561d7f5b60166933c", "version-string" : "3.10.0", "... | json_instruct | {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http... |
Construct a JSON document that adheres to this schema specification:
{"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" : "6207011004", "district_id" : "6207011", "name" : "WONOREJO"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "... | {"coord" : {"lon" : 10.5, "lat" : 51.5}, "weather" : [{"id" : 804, "main" : "Clouds", "description" : "overcast clouds", "icon" : "04d"}], "base" : "stations", "main" : {"temp" : 23.71, "feels_like" : 23.18, "temp_min" : 23.33, "temp_max" : 23.89, "pressure" : 1008, "humidity" : 40}, "visibility" : 10000, "wind" : {"sp... | json_instruct | {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"12201": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "12200": {"type": "object", "properties": {"nama": {"... | {"12201" : {"nama" : "BATU LAYAN", "dapil" : [12, 1202, 11207, 2127702]}, "12200" : {"nama" : "JORING LOMBANG", "dapil" : [12, 1202, 11207, 2127702]}, "12207" : {"nama" : "JORING NATOBANG", "dapil" : [12, 1202, 11207, 2127702]}, "12204" : {"nama" : "MOMPANG", "dapil" : [12, 1202, 11207, 2127702]}, "12203" : {"nama" : "... | json_instruct | {"type": "object", "properties": {"12201": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "12200": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "loca... | {"id" : 13573, "title" : ["[Katee's Kollectables]"], "description" : ["Beneath a domed white stucco ceiling, a fused sun and moon wall-hanging hangs on one of the refined oak-paneled walls. A beveled glass-covered case and a series of low oak shelves sit in opposite corners while a miniature Solhaven Bay model rests o... | 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": {"13528"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "proper... | {"name" : "olefredrik/foundationpress", "description" : "FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb", "type" : "wordpress-theme", "minimum-stability" : "dev", "license" : "MIT", "authors" : [{"name" : "Ole Fredrik Lie", "email" : "mail@olefredrik.com"}], "require" : {"composer/installers... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "stri... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"type": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"type": {"t... | {"expireTime" : 9007200881511492000, "key" : "transformer-remark-markdown-ast-87303d527f94ac2b0263f849fca9e6dd--", "val" : {"type" : "root", "children" : [{"type" : "html", "value" : "<iframe src=\"https://inspiring-jennings-d14689.netlify.app/\" height=\"1600px\" width=\"100%\" style=\"zoom:0.75;align-self:center;\"><... | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"type": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}, "position": {"type": "obj... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "r": {"type": "array", "items": {"t... | {"t" : "salipa", "h" : [{"d" : [{"f" : "\u505a\u7bb1\u5b50\u3001\u6ac3\u5b50\u3002", "r" : ["`misalipa~"]}]}], "stem" : "lipa"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "r"]}}}, "required": ["d"]}}, "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"textures" : {"particle" : "mythicbotany:block/alfsteel_block"}} | json_instruct | {"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "doorkeeper", "definition" : "One who guards the entrance of a house or apartment; a porter; a janitor."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"actual": {"type": "number"}, "country": {"type": "string"}, "currency": {"type": "string"}, "name": {"type": "string"}, "previous": {"type": "number"}, "timestamp": {"type": "integer"}, "volatility":... | [{"actual" : -20.0, "country" : "United States", "currency" : "USD", "name" : "Nonfarm Payrolls (Mar)", "previous" : -134.0, "timestamp" : 1018009800, "volatility" : 2}, {"actual" : 145.0, "country" : "United States", "currency" : "USD", "name" : "U.S. Baker Hughes Oil Rig Count", "previous" : 150.0, "timestamp" : 1018... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"actual": {"type": "number"}, "country": {"type": "string"}, "currency": {"type": "string"}, "name": {"type": "string"}, "previous": {"type": "number"}, "timestamp": {"type": "integer"}, "volatility": {"type": "integer"}}, "required": ["actual", "country", "c... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"],... | {"ExpandedNodes" : ["", "\\src", "\\src\\Cofoundry.Samples.SimpleSite", "\\src\\Cofoundry.Samples.SimpleSite\\Models", "\\src\\Cofoundry.Samples.SimpleSite\\ViewComponents"], "SelectedNode" : "\\src\\Cofoundry.Samples.SimpleSite\\ViewComponents\\ContactRequestFormViewComponent.cs", "PreviewInSolutionExplorer" : false} | json_instruct | {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"literals": {"type": "object", "properties": {"1732584193": {"type": "integer"}, "-271733879": {"type": "integer"}, "-1732584194": {"type": "integer"}, "271733878": {"type": "integer"}, "-1009589776": {"type": "... | {"literals" : {"1732584193" : 1, "-271733879" : 1, "-1732584194" : 1, "271733878" : 1, "-1009589776" : 1, "1518500249" : 1, "1859775393" : 1, "-1894007588" : 1, "-899497514" : 1}} | json_instruct | {"type": "object", "properties": {"literals": {"type": "object", "properties": {"1732584193": {"type": "integer"}, "-271733879": {"type": "integer"}, "-1732584194": {"type": "integer"}, "271733878": {"type": "integer"}, "-1009589776": {"type": "integer"}, "1518500249": {"type": "integer"}, "1859775393": {"type": "integ... |
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"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type":... | {"name" : "@logigator/logigator-simulation", "version" : "1.1.1", "description" : "Multi-Threaded Simulator for Logic Circuits as Node.JS Native C++ or WebAssembly Module.", "main" : "index.js", "homepage" : "https://github.com/logigator/logigator-simulation#readme", "bugs" : {"url" : "https://github.com/logigator/logi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "propertie... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "... | {"width" : 0.16793378, "rotation" : -0.95545805, "xCenter" : 0.53945386, "yCenter" : 0.77132386, "height" : 0.29854894} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"checkJs": {"type": "boolean"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "target": {"type": "string"}}, "required": ["checkJs", "module", "module... | {"compilerOptions" : {"checkJs" : true, "module" : "es2022", "moduleResolution" : "Node", "target" : "ES2021"}, "exclude" : ["build", "dist", "node_modules"], "typeAcquisition" : {"include" : ["jest"]}} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"checkJs": {"type": "boolean"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "target": {"type": "string"}}, "required": ["checkJs", "module", "moduleResolution", "target"]}, "exclude": {"type": "array", "item... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1977, 6], [1979, 6], [1981, 6], [1998, 5], [2000, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/... | {"variants" : {"" : {"model" : "exnihilosequentia:block/jungle_barrel"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"l\u0259\u00b7\u1e6fal\u00b7p\u00ee\u00b7y\u014d\u00b7w\u1e6f": {"type": "object", "properties": {"num.4.biblehub.htm|4": {"type": "arr... | {"pos" : "n", "translits" : {"l\u0259\u00b7\u1e6fal\u00b7p\u00ee\u00b7y\u014d\u00b7w\u1e6f" : {"num.4.biblehub.htm|4" : ["Built", "for an armory\uff64", "a thousand"]}}, "meanings" : {"armory" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"l\u0259\u00b7\u1e6fal\u00b7p\u00ee\u00b7y\u014d\u00b7w\u1e6f": {"type": "object", "properties": {"num.4.biblehub.htm|4": {"type": "array", "items": {"type": "string"}}}, "required": ["num.4.biblehub.htm|4"]}}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlar... | {"oid" : "3z2v8ejalcwwyp00", "hafta" : 859, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "29/11/2017", "cekilisTuru" : "SANS_TOPU", "rakamlar" : "06#03#13#27#07#03", "rakamlarNumaraSirasi" : "03 - 06 - 07 - 13 - 27 - <b>03</b>", "devretti" : true, "devirSayisi" : 2, "bilenKisiler" : [{"oid" : "3z31x7jalcwwyb07", "k... | json_instruct | {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "d... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"python.autoComplete.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.autoComplete.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.autoComplete.extraPaths" : ["D:\\Anaconda\\envs\torch\\python"]} | json_instruct | {"type": "object", "properties": {"python.autoComplete.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.autoComplete.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"condition": {"type": "string"}, "predicate": {"type": "object", "properties": {"dimension": {"type": "string"}, "position": {"type": "object", "properties": {"x": {"type": "object", "properties": {"min": {"type": "integer"}, "ma... | {"condition" : "location_check", "predicate" : {"dimension" : "overworld", "position" : {"x" : {"min" : 2955, "max" : 3029}, "y" : {"min" : 20, "max" : 130}, "z" : {"min" : -177, "max" : -103}}}} | json_instruct | {"type": "object", "properties": {"condition": {"type": "string"}, "predicate": {"type": "object", "properties": {"dimension": {"type": "string"}, "position": {"type": "object", "properties": {"x": {"type": "object", "properties": {"min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["min", "max"]}, "y... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"BigPicture.js": {"type": "string"}, "BigPicture.min.js": {"type": "string"}}, "required": ["BigPicture.js", "BigPicture.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BigPicture.js" : "sha512-wTW/tcsWrk8QuZ8f5NKe9cFj05oy5pbVRKtp9lwqjp31AcTUBJ5Ed0qu0El2mVo6bSrR02/4aQBuVECQynXqsQ==", "BigPicture.min.js" : "sha512-KW6cfYPPKLPAqRz543p4FBkEnXTPARMTpG4fLiczwbcfxua4qJzlEvX5wHVeu2bZEO1Y1fNvQHZZ2AvUlROGdw=="} | json_instruct | {"type": "object", "properties": {"BigPicture.js": {"type": "string"}, "BigPicture.min.js": {"type": "string"}}, "required": ["BigPicture.js", "BigPicture.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1904, 5], [1906, 5], [1907, 5], [1908, 5], [1909, 14], [1910, 11], [1911, 12], [1912, 13], [1913, 22], [1914, 23], [1915, 25], [1916, 24], [1917, 23], [1918, 29], [1919, 33], [1920, 35], [1921, 28], [1922, 24], [1923, 33], [1924, 36], [1925, 29], [1926, 23], [1927, 24], [1928, 32], [1929, 28], [1930, 22], [1931, 19],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me... | {"ast" : null, "code" : "/* This file is generated by createIcons.js any changes will be lost. */\nimport createIcon from '../createIcon';\nvar BookReaderIcon = createIcon({\n name: 'BookReaderIcon',\n height: 512,\n width: 512,\n svgPath: 'M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-9... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Id": {"type": "integer"}, "Description": {"type": "string"}, "DialogueText": {"type": "string"}}, "required": ["Id", "Description", "DialogueText"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : 341, "Description" : "I've been having the same symptoms as for Corona Virus. I've had them coming along slowly for 1 week now. I haven't had direct contact with someone who has travelled overseas but I'm worried I've had indirect contact. Should I get tested?\r\n\r\n", "DialogueText" : "Patient:\r\nI've been h... | json_instruct | {"type": "object", "properties": {"Id": {"type": "integer"}, "Description": {"type": "string"}, "DialogueText": {"type": "string"}}, "required": ["Id", "Description", "DialogueText"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"creditos": {"type": "integer"}, "codigo": {"type": "string"}, "ementa": {"type": "string"}, "horas": {"type": "integer"}, "nome": {"type": "string"}, "objetivo": {"type": "string"}, "referencias_basicas": {"typ... | {"creditos" : 4, "codigo" : "GEX091", "ementa" : "Armazenamento f\u00edsico. Estruturas de indexa\u00e7\u00e3o. Processamento e otimiza\u00e7\u00e3o de consultas. Processamento de transa\u00e7\u00f5es. Controle de concorr\u00eancia. Recupera\u00e7\u00e3o ap\u00f3s falhas. Conceitos avan\u00e7ados de SQL.", "horas" : 60... | json_instruct | {"type": "object", "properties": {"creditos": {"type": "integer"}, "codigo": {"type": "string"}, "ementa": {"type": "string"}, "horas": {"type": "integer"}, "nome": {"type": "string"}, "objetivo": {"type": "string"}, "referencias_basicas": {"type": "array", "items": {"type": "string"}}, "referencias_complementares": {"... |
Following the schema specification below, generate a valid 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", "au... | {"title" : "\u4eca\u4f5c\u3063\u3066\u308b\u3084\u3064\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "\u30a6\u30a7\u30a4", "description" : "Uhhhundefinedwhatundefinedaundefinedniceundefinedteaserundefined<3", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2340418/thumbnail-2... | 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": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"class_name" : "pictureframe", "bbox" : "402 128 453 171", "used" : false}, {"class_name" : "heater", "bbox" : "423 120 485 170", "used" : false}, {"class_name" : "pottedplant", "bbox" : "371 6 468 180", "used" : false}, {"class_name" : "tvmonitor", "bbox" : "492 2 640 271", "used" : false}, {"class_name" : "sofa", "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[129.75, 27.75], [129.75, 27.833333333333332], [129.875, 27.833333333333332], [129.875, 27.75], [129.75, 27.75]]]}, "properties" : {"code" : 412956, "url" : "http://madefor.github.io/0410/api/v1/412956.geojson", "view" : "https://github.com/madefo... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/betternether_wart_planks_beams"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": ... | {"limit" : 1000, "name" : "Roses (Het's Oasis)", "value" : 50, "highalch" : 30, "id" : 52807, "lowalch" : 20, "name_pt" : "Rosas (O\u00e1sis de Het)", "price" : 343, "last" : 359} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.