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": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Slack DevKit", "title" : "Slack DevKit: A light-weight developer kit to Build Slack Apps in node.js", "description" : "Slack DevKit is a light-weight developer kit to build Slack Apps in node.js super fast. No previous knowledge about building Slack Apps or Bots needed. Also includes automatic support for ve... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"network": {"type": "string"}, "category": {"type": "string"}, "color": {"type": "string"}, "url": {"type": "string"}, "bookmarklets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ... | {"network" : "FFFFOUND", "category" : "social", "color" : "#ff009c", "url" : "http://ffffound.com", "bookmarklets" : [{"name" : "Add", "code" : "javascript:void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://ff... | json_instruct | {"type": "object", "properties": {"network": {"type": "string"}, "category": {"type": "string"}, "color": {"type": "string"}, "url": {"type": "string"}, "bookmarklets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}}, "required": ["name", "code"]}}}, ... |
Construct a JSON document that adheres to this schema specification:
{"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/... | [{"year" : 1989, "sex" : "F", "n" : 5, "prop" : 2.51e-06}, {"year" : 1990, "sex" : "F", "n" : 6, "prop" : 2.92e-06}, {"year" : 1991, "sex" : "F", "n" : 6, "prop" : 2.95e-06}, {"year" : 1992, "sex" : "F", "n" : 6, "prop" : 2.99e-06}, {"year" : 2000, "sex" : "F", "n" : 5, "prop" : 2.51e-06}, {"year" : 2005, "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#"} |
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" : 101852831, "type" : "Feature", "properties" : {"src:alt_label" : "whosonfirst", "src:geom" : "whosonfirst", "wof:geomhash" : "b77ebc5e2e8ec1c16673afed7b0abbd5", "wof:id" : 101852831, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-3.692033, 51.709078, -3.692033, 51.709078], "geometry" : {"coordinates" : [... | 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": ["... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2003", "provinceId" : "71", "regencyId" : "10", "districtId" : "02", "name" : "Bulawan"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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#"}
| [["310115141001", "\u5357\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["310115141002", "\u4e09\u7076\u5c45\u59d4\u4f1a", "111", "0"], ["310115141003", "\u6b23\u677e\u82d1\u5c45\u59d4\u4f1a", "111", "0"], ["310115141004", "\u6b23\u5170\u82d1\u5c45\u59d4\u4f1a", "111", "0"], ["310115141005", "\u827a\u6cf0\u5b89\u90a6\u5c45\u5... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"typ... | [{"id" : "dirty-oar-beer-company", "name" : "Dirty Oar Beer Company", "brewery_type" : "micro", "street" : "329 W King St", "city" : "Cocoa", "state" : "Florida", "postal_code" : "32922-4607", "website_url" : "http://dirtyoarbeercompany.com/", "phone" : "", "created_at" : "2018-07-24 01:33:12.605947", "updated_at" : "2... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"t... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"t... | {"id" : "23433020", "name" : "Church Road", "nodes" : [{"type" : "node", "id" : 4536073, "lat" : 52.1835302, "lon" : -0.8271719}, {"type" : "node", "id" : 4536105, "lat" : 52.1834283, "lon" : -0.8278274, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 4536106, "lat" : 52.1833221, "lon" : -0.828352, "tags" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"last_check" : "2016-10-06T01:28:46Z", "pypi_version" : "8.1.2"} | json_instruct | {"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "private": {"type": "boolean"}, "scripts": {"type... | {"name" : "imageapi", "version" : "1.0.0", "description" : "image management api", "repository" : {}, "private" : true, "scripts" : {"start" : "node index.js"}, "author" : "Dave Svatora", "license" : "MIT", "dependencies" : {"body-parser" : "^1.19.0", "express" : "^4.17.1", "multer" : "^1.4.2", "sharp" : "^0.23.0"}, "d... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["sta... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "563528db15d6b208463828658fad54a147ddc6ac"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"analytics.js": {"type": "string"}, "analytics.min.js": {"type": "string"}}, "required": ["analytics.js", "analytics.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"analytics.js" : "sha512-QthyMjBd6PyGRDf/Xj4VlwDlXlnnzEhXkAAb6w9CQ3lofWPgn0W09/lppdnxa2Z0fNmshAgkAQVcEJXk8ueq6A==", "analytics.min.js" : "sha512-c0xIj5NX1afnSAOLdnUm5xf7NAaX9eadmetuRyO/e3NpcrRaWQj62xGTxjwnVxm5wqtMbgL06zoPUL6RR5OkFQ=="} | json_instruct | {"type": "object", "properties": {"analytics.js": {"type": "string"}, "analytics.min.js": {"type": "string"}}, "required": ["analytics.js", "analytics.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"side": {"type": "string"}, "post": {"type": "string"}}, "required": ["side", "post"]}}, "required": ["parent", "textures"], "$schema": "http://json... | {"parent" : "ilikewood:block/wall/inventory/template", "textures" : {"side" : "block/stripped_jungle_log", "post" : "block/jungle_log"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"side": {"type": "string"}, "post": {"type": "string"}}, "required": ["side", "post"]}}, "required": ["parent", "textures"], "$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"}, "description": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "description", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mlazarov/supervisord-monitor", "description" : "Supervisord Multi Server Monitoring Tool", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "description", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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", "so... | {"ast" : null, "code" : "import _defineProperty from \"@babel/runtime-corejs2/helpers/esm/defineProperty\";\nvar __jsx = React.createElement;\nimport React, { Component } from \"react\";\nimport Router from \"next/router\";\nexport default class _error extends Component {\n constructor(...args) {\n super(...args);\... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"git.ignoreLimitWarning": {"type": "boolean"}, "liveServer.settings.root": {"type": "string"}, "liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["git.ignoreLimitWarning", "liveServer.settings.ro... | {"git.ignoreLimitWarning" : true, "liveServer.settings.root" : "/dist/RLYEH", "liveServer.settings.multiRootWorkspaceName" : "RLYEH"} | json_instruct | {"type": "object", "properties": {"git.ignoreLimitWarning": {"type": "boolean"}, "liveServer.settings.root": {"type": "string"}, "liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["git.ignoreLimitWarning", "liveServer.settings.root", "liveServer.settings.multiRootWorkspaceName"], "$schema":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"axillary_lymph_node": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_re... | {"axillary_lymph_node" : {"accuracy" : 0.92875, "roc_auc" : 0.9095489738232764, "recall" : 0.6962025316455697, "precision" : 0.625, "f1_score" : 0.6586826347305389, "negative_recall" : 0.9542302357836339, "negative_precision" : 0.9662921348314607, "negative_f1_score" : 0.9602233077459874}} | json_instruct | {"type": "object", "properties": {"axillary_lymph_node": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "... | {"name" : "AbilityData", "flags" : 8, "props" : [{"type" : "Bool", "name" : "Empty", "flags" : 4295229472}, {"type" : "gameItemID", "name" : "ID", "flags" : 4295229472}, {"type" : "String", "name" : "Name", "flags" : 4295229472}, {"type" : "String", "name" : "IconPath", "flags" : 4295229472}, {"type" : "String", "name"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags",... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ATP synthase F1 sector subunit beta": {"type": "string"}, "F-ATPase subunit beta": {"type": "string"}, "Q85V27": {"type": "string"}, "ATPB_BRIAM": {"type": "string"}, "ATP synthase subunit beta, chloroplastic": {"... | {"ATP synthase F1 sector subunit beta" : "Q85V27", "F-ATPase subunit beta" : "Q85V27", "Q85V27" : "Q85V27", "ATPB_BRIAM" : "Q85V27", "ATP synthase subunit beta, chloroplastic" : "Q85V27", "atpB" : "Q85V27"} | json_instruct | {"type": "object", "properties": {"ATP synthase F1 sector subunit beta": {"type": "string"}, "F-ATPase subunit beta": {"type": "string"}, "Q85V27": {"type": "string"}, "ATPB_BRIAM": {"type": "string"}, "ATP synthase subunit beta, chloroplastic": {"type": "string"}, "atpB": {"type": "string"}}, "required": ["ATP synthas... |
Using the following JSON schema, generate a compatible JSON instance:
{"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"... | {"\u5de5\u5ee0\u540d\u7a31" : "\u5409\u751f\u91ab\u7642\u5668\u6750\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99719502", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6c50\u6b62\u5340\u5eb7\u5be7\u8857169\u5df731\u4e4b1\u865f2\u6a13\... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"rxdb.browserify.js": {"type": "string"}, "rxdb.browserify.min.js": {"type": "string"}}, "required": ["rxdb.browserify.js", "rxdb.browserify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rxdb.browserify.js" : "sha256-wBNdbrrpaFFV2x54lswZwOhYHHjA6AWG+cliQR84K+o=", "rxdb.browserify.min.js" : "sha256-B4OdRvN9iAirB4srYs2TrMYr8A09eWKAU5GTaAy9CDE="} | json_instruct | {"type": "object", "properties": {"rxdb.browserify.js": {"type": "string"}, "rxdb.browserify.min.js": {"type": "string"}}, "required": ["rxdb.browserify.js", "rxdb.browserify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}},... | {"n_dim" : 34, "n_trials" : 340, "objective" : "schwefel_on_cube", "white" : "optuna_tpe", "black" : "pymoo_nelder", "traceback" : ["passing", "passing"], "best_val" : [10.000591925051651, 10.74861038962405], "best_x" : [[0.686758538830539, 0.028018046822856146, 0.06813493053261316, 0.48863762977014247, 0.9994329539761... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "item... | {"name" : "startcode/commando", "type" : "library", "description" : "PHP command-line interface", "keywords" : ["commando", "cli", "command-line"], "license" : "MIT", "authors" : [{"name" : "Drasko Gomboc", "email" : "drasko.gomboc@gmail.com"}, {"name" : "Zeljko Simic", "email" : "zeljkosbgd@gmail.com"}, {"name" : "Pet... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
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#"}
| [[1925, 5], [1926, 8], [1927, 7], [1928, 5], [1929, 10], [1930, 9], [1931, 14], [1932, 11], [1933, 14], [1934, 28], [1935, 23], [1936, 28], [1937, 33], [1938, 29], [1939, 42], [1940, 38], [1941, 28], [1942, 43], [1943, 36], [1944, 31], [1945, 34], [1946, 57], [1947, 41], [1948, 66], [1949, 76], [1950, 82], [1951, 100],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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#"}
| [[2002, 7], [2004, 6], [2006, 8], [2010, 5], [2011, 7], [2012, 5], [2013, 6], [2014, 11]] | 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": {"defaults": {"type": "object", "properties": {"weather": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["weather", "temperature"]}, "use": {"type": "object", "properties": {"weather": {"typ... | {"defaults" : {"weather" : "sunny", "temperature" : "warm"}, "use" : {"weather" : "main", "temperature" : "temp"}, "weather" : {"Clear" : {"primary" : "#AAAAAA", "secondary" : "#BBBBBB", "sky" : "#b3e5fc"}, "Clouds" : {"primary" : "#AAAAAA", "secondary" : "#BBBBBB", "sky" : "#b0bec5"}, "Rain" : {"primary" : "#AAAAAA", ... | json_instruct | {"type": "object", "properties": {"defaults": {"type": "object", "properties": {"weather": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["weather", "temperature"]}, "use": {"type": "object", "properties": {"weather": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["weather", ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {}}, "families": {"type": "array", "items": {}}}, "required": ["id", "events", "families"]}, "$schema": "http://json-sche... | [{"id" : "minecraft:item", "events" : [], "families" : []}, {"id" : "minecraft:falling_block", "events" : [], "families" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {}}, "families": {"type": "array", "items": {}}}, "required": ["id", "events", "families"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integer"}}, "re... | {"content" : "If I look back to 2010 compare to 2015, I see no difference. Spendaholic gov + local gov, infrastructure crumbling. #budget2015 #bbcdp", "entities" : [{"entity" : "budget2015", "type" : "topic keyword", "id" : 2, "offset" : 118}], "topics" : [{"topic" : "economy", "id" : 1}], "tweet_id" : "57820033442370... | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["entity", "type", "id", "offset"]}}, "topics": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"settings": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "enabled": {"type": "integer"}, "version": {"type": "string"}... | {"settings" : {"actions" : [{"action" : "less", "enabled" : 1, "version" : "*-stable"}]}, "sources" : {"test.less" : true}, "errors" : [{"file" : "test.less", "line" : 7, "message" : "ParseError: Unrecognised input"}]} | json_instruct | {"type": "object", "properties": {"settings": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "enabled": {"type": "integer"}, "version": {"type": "string"}}, "required": ["action", "enabled", "version"]}}}, "required": ["actions"]},... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "descrip... | {"accountLinkingWhitelistedDomains" : null, "asin" : "B01I7AKWMA", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "Think you're familiar with various models of cars?\n\nTest your knowledge with this quiz on a few obscure and well known models.", "enablement" : null, ... | json_instruct | {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ... |
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": {"dev": {"type": "string"}}, "required": ["dev"]... | {"name" : "react-nodebird-server", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"dev" : "nodemon"}, "author" : "ZeroCho", "license" : "MIT", "dependencies" : {"axios" : "^0.19.2", "bcrypt" : "^5.0.0", "cookie-parser" : "^1.4.5", "cors" : "^2.8.5", "dotenv" : "^8.2.0", "express" : "^4.17.1"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depende... |
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"... | {"name" : "copy-files", "version" : "1.0.0", "description" : "Copy files", "main" : "test.js", "scripts" : {"test" : "xo && ava"}, "files" : ["index.js"], "engines" : {"node" : ">=7"}, "repository" : {"type" : "git", "url" : "git+https://github.com/vivekimsit/node-copy-files.git"}, "keywords" : ["files", "copy", "util"... | 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"]}, "files": {"type": "array", "items": {"type": "string"}}, "engines":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s... | {"id" : 24167, "title" : ["[Necropolis, Excavation]"], "description" : ["The excavation site is just a mere niche into the side of a limestone cliff that overlooks a cerulean phantasmal forest. Though quite the drop, it offers a vast spectacle of the Miasmic Verge. Dangling down into the fissure, an old knotted rope ... | 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": {"24165"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "1. \u4ec0\u4e48\u662f\u503a\u6743\u8f6c\u8ba9\uff1f", "content" : "\u6307\u503a\u6743\u6301\u6709\u4eba\u901a\u8fc7\u8bfa\u8bfa\u9551\u5ba2\u503a\u6743\u8f6c\u8ba9\u5e73\u53f0\u5c06\u503a\u6743\u6302\u51fa\u4e14\u4e0e\u8d2d\u4e70\u4eba\u7b7e\u8ba2\u503a\u8f6c\u534f\u8bae\uff0c\u5c06\u6240\u6301\u6709\u7684... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker... | {"manifest_version" : 3, "name" : "Web Extension webpack test", "version" : "1.0.0", "background" : {"service_worker" : "./dist/background.js"}, "web_accessible_resources" : [{"resources" : ["/dist/*.txt"], "matches" : ["<all_urls>"]}], "content_scripts" : [{"matches" : ["<all_urls>"], "js" : ["./dist/content.js"]}], "... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "web_accessible_resources": {"type": "array", "items": {"type": "o... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity"... | {"schema_version" : "1.2.0", "id" : "GHSA-cq5g-jq4c-qqp3", "modified" : "2022-04-29T01:27:57Z", "published" : "2022-04-29T01:27:57Z", "aliases" : ["CVE-2003-1360"], "details" : "Buffer overflow in the setupterm function of (1) lanadmin and (2) landiag programs of HP-UX 10.0 through 10.34 allows local users to execute a... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type"... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-83.49815368652344, 8.324288778882053], [-83.04634094238281, 8.324288778882053], [-83.04634094238281, 8.75411605656893], [-83.49815368652344, 8.75411605656893], [-83.49815368652344, ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type... | {"hash" : "0x2bc15d1b06ab7f7f62f9d71722ade42b682590db806852283673f9650cdd781b", "parentHash" : "0x75e539e4b3e1aa4ccaf85817418127940dbe43b551df5d0084293bb13851e79c", "number" : 104654, "timestamp" : 1439873151, "nonce" : "0xb7662ee3c7406e08", "difficulty" : 4385024335112, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"ty... | {"name" : "d3-canvas", "description" : "A toolbox for displaying svg-based diagrams with D3.js", "main" : "dist/D3P.Canvas.js", "authors" : ["David Castillo"], "license" : "MIT", "keywords" : ["d3", "canvas", "diagram"], "homepage" : "https://github.com/davcs86/d3-canvas", "moduleType" : [], "private" : true, "ignore" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType":... |
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.95", "Title" : "Pragmatic interpretation of contrastive prosody It looks like speech adaptation", "Year" : 2012}, {"Similarity" : "0.936", "Title" : "Prosodic Encoding of Informativity Word Frequency and Contextual Probability Interact with Information Structure", "Year" : 2014}, {"Similarity" : "0.... | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "nested": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["name", "nested"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"name" : "David", "nested" : {"name" : "David"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "nested": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["name", "nested"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "req... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.3306862, "width" : 0.059559017, "ymin" : 0.38430753, "height" : 0.1058828}, "relativeKeypoints" : [{"y" : 0.4902978, "x" : 0.3725105}, {"y" : 0.3867234, "x" : 0.3675756}, {"y" : 0.39992994, "x" : 0.35328427}, {"y" : 0.41894266, "x" : 0.3411953}, {"y" : 0.43965054, ... | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}}, "required": ["id", "firstname", "lastname"]}}, "required": ["user"], "$schema": "http://json-sc... | {"user" : {"id" : "1", "firstname" : "Jeph", "lastname" : "Friday"}} | json_instruct | {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}}, "required": ["id", "firstname", "lastname"]}}, "required": ["user"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "flag": {"type": "... | {"result" : {"item" : "mpalib:component_magnet"}, "conditions" : [{"type" : "mpalib:flag", "flag" : "vanilla_recipes_disabled"}], "type" : "minecraft:crafting_shaped", "mirrored" : true, "pattern" : ["FFF", "OOO", "FFF"], "key" : {"F" : {"tag" : "forge:ingots/steel"}, "O" : {"tag" : "forge:solenoid"}}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "flag": {"type": "string"}}, "required": ["type", "flag"]}}, "type": {"type": "string"}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "stri... | {"id" : 6297, "citation_title" : "Stylized Facts of Patent Litigation: Value, Scope and Ownership", "citation_author" : ["Jean O. Lanjouw", "Mark Schankerman"], "citation_publication_date" : "1997-12-01", "issue_date" : "1997-12-01", "revision_date" : "None", "topics" : ["Development and Growth", "Innovation and R&D", ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 52645, "cartId" : "fdcf3dcf-551d-416e-99df-0c532d89580a", "preferredProducts" : [846, 3683, 895, 4226, 4100, 2083, 819], "productReviews" : [{"productId" : 2390, "reviewText" : "talk about lust!!", "reviewDate" : "2019-11-02T05:08:11.6136103+02:00"}, {"productId" : 4851, "reviewText" : "I saw this on TV and... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"label": {"type": "string"}, "index": {"type": "integer"}, "list": {"type": "array", "items": {"type": "string"}}}, "required": ["label", "index", "list"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"label" : "Pets Allowed", "index" : 15, "list" : ["No pets allowed", "Dogs allowed", "Cats allowed", "Cats and Dogs allowed", "All pets allowed"]} | json_instruct | {"type": "object", "properties": {"label": {"type": "string"}, "index": {"type": "integer"}, "list": {"type": "array", "items": {"type": "string"}}}, "required": ["label", "index", "list"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "Aurillac", "circ" : "1\u00e8re circonscription", "dpt" : "Cantal", "inscrits" : 17491, "abs" : 9066, "votants" : 8425, "blancs" : 592, "nuls" : 309, "exp" : 7524, "res" : [{"nuance" : "REM", "nom" : "M. Fran\u00e7ois DANEMANS", "voix" : 4077}, {"nuance" : "LR", "nom" : "M. Vincent DESCOEUR", "voix" : 3447}]} | 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"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {".tree-view .file .name[data-name$=\\.xml]": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required"... | {"context-menu" : {".tree-view .file .name[data-name$=\\.xml]" : [{"label" : "Aquila", "command" : "aquila:edit"}]}, "menu" : [{"label" : "Packages", "submenu" : [{"label" : "Atom Aquila", "submenu" : [{"label" : "Status", "command" : "aquila:status"}]}]}]} | json_instruct | {"type": "object", "properties": {"context-menu": {"type": "object", "properties": {".tree-view .file .name[data-name$=\\.xml]": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": [".tree-view .file .... |
Based on the schema below, produce a valid JSON object:
{"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": "str... | {"id" : 10417, "title" : ["[Dancing Dahcre, Hallway]"], "description" : ["A veritable armory's worth of weapons have been mounted on the walls, the metal polished to a high gleam. Blued steel flamberges are mounted next to invar claidhmores, interspersed with smaller weapons such as dirks and fist-scythes. All the we... | 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": {"14000"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"red": {"type": "string"}, "orange": {"type": "string"}, "yellow": {"type": "string"}, "green": {"type": "string"}, "cyan": {"type": "string"}, "blue": {"type": "string"}, "purple": {"type": "string"}, "graphite": {"type": "... | {"red" : "hsl(0, 75%, 50%)", "orange" : "hsl(30, 90%, 50%)", "yellow" : "hsl(60, 90%, 50%)", "green" : "hsl(120, 60%, 50%)", "cyan" : "hsl(180, 70%, 50%)", "blue" : "hsl(210, 80%, 50%)", "purple" : "hsl(260, 100%, 70%)", "graphite" : "hsl(210, 40%, 50%)"} | json_instruct | {"type": "object", "properties": {"red": {"type": "string"}, "orange": {"type": "string"}, "yellow": {"type": "string"}, "green": {"type": "string"}, "cyan": {"type": "string"}, "blue": {"type": "string"}, "purple": {"type": "string"}, "graphite": {"type": "string"}}, "required": ["red", "orange", "yellow", "green", "c... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schem... | {"id" : 450, "rating" : 4.0, "check-in" : 5450, "review-count" : 89} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "directo... | {"domain" : "diyishijian.com", "title" : "\u90d1\u5dde\u5e02\u5f15\u9886\u5546\u52a1\u54a8\u8be2\u670d\u52a1\u6709\u9650\u516c\u53f8", "type" : "\u4f01\u4e1a", "license" : "\u8c6bICP\u590707501567\u53f7-1", "name" : "\u90d1\u5dde\u5e02\u5f15\u9886\u5546\u52a1\u54a8\u8be2\u670d\u52a1\u6709\u9650\u516c\u53f8", "homepage"... | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, ... | [{"manufacturer" : "iHunt", "market_name" : "Like 8", "codename" : "Like_8", "model" : "Like_8"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"University lecture": {"type": "array", "items": {"type": "string"}}, "Scout campfire": {"type": "array", "items": {"type": "string"}}, "Zoo": {"type": "array", "items": {"type": "string"}}, "Ski slope": {"type"... | {"University lecture" : ["Lecturer", "Ambitious student", "Lazy student", "Student in wrong lecture", "Student that forgot a pen", "Tutor"], "Scout campfire" : ["Adult leader", "Overly ambitious scout", "Scout that just peed their pants", "Scout that loves fire a bit TOO much", "Older scout"], "Zoo" : ["Zoo keeper", "V... | json_instruct | {"type": "object", "properties": {"University lecture": {"type": "array", "items": {"type": "string"}}, "Scout campfire": {"type": "array", "items": {"type": "string"}}, "Zoo": {"type": "array", "items": {"type": "string"}}, "Ski slope": {"type": "array", "items": {"type": "string"}}, "Cluedo": {"type": "array", "items... |
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": {"lib": {"type": "string"}}, "required": ["lib"]}, "bin":... | {"name" : "@foxythemes/pug-compiler-cli", "version" : "1.0.2", "description" : "A Pug compiler directly from the CLI using env files", "main" : "lib/pug-compiler-cli.js", "directories" : {"lib" : "lib"}, "bin" : {"pug-compiler" : "./lib/pug-compiler-cli.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "bin": {"type": "object", "properties": {"pug-compiler": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"repo_name": {"type": "string"}, "repo_url": {"type": "string"}, "repo_dirlib": {"type": "string"}, "folder": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "maintainer": {"type": "s... | {"repo_name" : "vovo", "repo_url" : "https://vovolinux.com.br/vovomazon/packages/var/lib/mzphp/unreleased/", "repo_dirlib" : "/var/lib/mzphp/", "folder" : "xfce4/", "name" : "xfce4_pulseaudio_plugin", "version" : "0.4.0-1", "maintainer" : "Rumbler Soppa", "license" : "GPL", "url" : "https://xfce.org", "deps" : "gtk3, g... | json_instruct | {"type": "object", "properties": {"repo_name": {"type": "string"}, "repo_url": {"type": "string"}, "repo_dirlib": {"type": "string"}, "folder": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "maintainer": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "deps... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "NOW TAKE WHICH OF THESE SUPPOSITIONS YOU PLEASE, IT IS IMPOSSIBLE TO MAKE PERSONAL IDENTITY TO CONSIST IN ANY THING BUT CONSCIOUSNESS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/6355.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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/schem... | [{"name" : "SIRIA", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "flags": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}}, "required": ["name", "description"... | {"name" : "Spreading Ice", "description" : "The Whisper of Jormag targets all enemies with deadly ice shards. While a target may evade thier own shards, they may not evade others' shards.", "icon" : "https://render.guildwars2.com/file/9D661C490109C13717F95520EF6ED7BB16BE99E3/103986.png", "flags" : [], "id" : 59102, "ch... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "flags": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}}, "required": ["name", "description", "icon", "flags", "id", "chat_link"], "$schema": "http://j... |
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": {}, "required": []}, "repository": {"type": "object", "pro... | {"name" : "dragger", "version" : "0.0.1", "description" : "Drag and Drop made so easy!", "main" : "dragger.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/vicky002/dragger.git"}, "author" : "Vikesh Tiwari <hi@eulercoder.me> (https://eulercoder.me)", "license" : "MIT", "bugs" : {"url" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@ns": {"type": "string"}, "role": {"type": "object", "properties": {"oid": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "metadata": {"type": "object", "properties": {"createTimesta... | {"@ns" : "http://midpoint.evolveum.com/xml/ns/public/common/common-3", "role" : {"oid" : "8a48a97e-d909-11e4-8413-001e8c717e5b", "version" : "0", "name" : "Adder", "metadata" : {"createTimestamp" : "2017-02-23T16:41:47.748+01:00", "creatorRef" : {"oid" : "00000000-0000-0000-0000-000000000002", "type" : "http://midpoint... | json_instruct | {"type": "object", "properties": {"@ns": {"type": "string"}, "role": {"type": "object", "properties": {"oid": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "metadata": {"type": "object", "properties": {"createTimestamp": {"type": "string"}, "creatorRef": {"type": "object", "properties":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "dir": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "s... | {"categories" : ["web application"], "dir" : "ltr", "lang" : "Portuguese", "name" : "Kuba", "scope" : "/", "display" : "standalone", "start_url" : "/?source=pwa", "short_name" : "Kuba", "theme_color" : "#6d5cae", "description" : "Kuba \u00e9 como uma folha em branco, a liberdade de programar do jeito que fa\u00e7a sent... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "dir": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "short_name": {"type": "string"}, "theme_color":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type... | {"hash" : "0x0aa656228e7a5d94c474bfdf12d5be3167186bf3c0abaa5405624444429a6bc6", "parentHash" : "0x1cc9090d50e1d99e89bca5441b641b87b0f5551552eadadce8ea01e49a967bf4", "number" : 69726, "timestamp" : 1439308768, "nonce" : "0x432e5dd47991ab09", "difficulty" : 2094248539610, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "autonomy", "definition" : "1. The power or right of self-government; self-government, or political independence, of a city or a state. 2. (Metaph.) The sovereignty of reason in the sphere of morals; or man's power, as possessed of reason, to give law to himself. In this, according to Kant, consist the true ... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"... | {"track" : "csharp", "exercise" : "matching-brackets", "id" : "4aa2f33712504fb08a908f1efa14e90e", "url" : "https://exercism.io/my/solutions/4aa2f33712504fb08a908f1efa14e90e", "handle" : "stanciua", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]... | {"name" : "eslint-config-videoamp-node", "version" : "1.0.2", "description" : "VideoAmp's ESLint config for Node projects", "main" : "index.js", "scripts" : {"lint" : "eslint ."}, "repository" : "git@github.com:VideoAmp/eslint-config-videoamp-node.git", "author" : "VideoAmp <geeks@videoamp.com>", "license" : "Apache-2.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "li... |
Please provide a valid JSON object following 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": "array", "items": {"... | {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.256198, 51.327139], [-0.256133, 51.327168], [-0.256042, 51.32697], [-0.255826, 51.326717], [-0.255769, 51.326703], [-0.255723, 51.326721], [-0.255769, 51.326775], [-0.255672, 51.326808], [-0.255628, 51.326755], [-0.255368, 51.326842], [-... | 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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe... | [{"namaKab" : "BATU BARA", "originalFilename" : "RUWET.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 230667, "noUrut" : 1, "nama" : "RUWET", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BATU BARA", "originalFilename" : "FOTO ARIZAL NUR 001.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 268555, "noUrut" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": ... | {"name" : "DELSORALEN SOLUTION", "harga" : "", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Methoxsalen.", "indikasi" : "Vitiligo/balak (kulit berbecak putih karena kehilangan pigmen), psoriasis (penyakit kulit menahun dengan kelainan berupa kemerahan, disertai pemb... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "require... | {"number" : "49.108-8", "title" : "Assignment of rights under subcontracts.", "children" : [{"text" : "(a) The termination for convenience clauses in 52.249, except the short-form clauses, obligate the prime contractor to assign to the Government, as directed by the TCO, all rights, titles, and interest under any subco... | json_instruct | {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "titl... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Base struct for wrapping the array used in Custom Fast TArray Replication", "type" : "object"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, ... | {"data" : {"markdownRemark" : {"html" : "<p>Motorboat - one of the fastest</p>", "frontmatter" : {"type" : "Motorboat", "name" : "Sharkoid", "path" : "/motorboat"}}}, "pageContext" : {}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}}, "required": ["type", "name", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type":... | {"name" : "flounder-react", "version" : "0.1.2", "author" : "Mouse Braun <mouse@knoblau.ch>", "description" : "a native friendly dropdown menu", "repository" : {"type" : "git", "url" : "git+https://github.com/sociomantic-tsunami/flounder-react.git"}, "scripts" : {"bash" : "mkdir -p ./src/core && cp ./node_modules/floun... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "parameters": {"type": "array", "items": {}}, "accessToken": {"type": "boolean"}}, "required": ["name", "description", "parameters", "accessToken"],... | {"name" : "getSurgeries", "description" : "This API call is used to list the Surgeries available in iDoc", "parameters" : [], "accessToken" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "parameters": {"type": "array", "items": {}}, "accessToken": {"type": "boolean"}}, "required": ["name", "description", "parameters", "accessToken"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": {"type": "string"}... | {"name" : "Philosophies of Ballad", "description" : "Talent Level-Up material.\nPoetry is the soul of the land of the wind.\nPoetry is the manifestations of the desire to spread the word. Though nothing is eternal, though nothing will be the same, the wind's poetry will still spread beyond the skies, the land, the seas... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": {"type": "string"}, "daysofweek": {"type": "array", "items": {"type": "string... |
Using the following JSON schema, generate a compatible 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", "it... | {"ast" : null, "code" : "var _jsxFileName = \"/Users/oleggelfand/Documents/seir224/unit04/Project4/project4/src/components/RightNav.js\";\nimport React from \"react\";\nimport \"../App.css\";\n\nfunction RightNav() {\n return /*#__PURE__*/React.createElement(\"aside\", {\n __self: this,\n __source: {\n file... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "/Users/bastinrobins/anaconda/bin/python"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin... | {"schema_version" : "1.2.0", "id" : "GHSA-ccgj-ph26-hf87", "modified" : "2022-05-13T01:36:04Z", "published" : "2022-05-13T01:36:04Z", "aliases" : ["CVE-2017-9658"], "details" : "Certain 802.11 network management messages have been determined to invoke wireless access point blacklisting security defenses when not requir... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"n_candidate": {"type": "integer"}, "recall": {"type": "number"}}, "required": ["n_candidate", "recall"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"n_candidate" : 1, "recall" : 0.0011}, {"n_candidate" : 2, "recall" : 0.0026}, {"n_candidate" : 4, "recall" : 0.0064}, {"n_candidate" : 8, "recall" : 0.0206}, {"n_candidate" : 16, "recall" : 0.0446}, {"n_candidate" : 32, "recall" : 0.0777}, {"n_candidate" : 64, "recall" : 0.12470000000000002}, {"n_candidate" : 128, "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"n_candidate": {"type": "integer"}, "recall": {"type": "number"}}, "required": ["n_candidate", "recall"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required":... | {"index" : 919, "hash" : 791258061, "artDyeHash" : 791258061, "redacted" : false, "dyeManifestHash" : 479397325, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"PWA Web Manifest": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "descript... | {"PWA Web Manifest" : {"prefix" : "pwa-web-manifest", "body" : ["{", "\t\"short_name\": \"${1:App Short Name}\",", "\t\"name\": \"${2:Full Length Application Name}\",", "\t\"icons\": [", "\t\t$3", "\t],", "\t\"start_url\": \"${4:/}\",", "\t\"background_color\": \"${5:#ffffff}\",", "\t\"display\": \"${6|standalone,fulls... | json_instruct | {"type": "object", "properties": {"PWA Web Manifest": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "PWA Manifest Icon": {"type": "object", "properties": {"prefix... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "font": {"type": "object", "properties": {"family": {"type": "string"}, "size": {"type": "integer"}}, "required": ["family", "size"]}, "window": {"type": "object", "properties": {"wid... | {"name" : "Shot!", "font" : {"family" : "bradleyhanditc", "size" : 36}, "window" : {"width" : 1280, "height" : 1024}, "mobs" : {"path" : "./data/mobs"}, "scenes" : {"path" : "./data/scenes", "open" : "sample"}, "sprites" : {"path" : "./resources/png", "sheet" : ["sprites"]}, "log" : {"config" : "./log/config.json"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "font": {"type": "object", "properties": {"family": {"type": "string"}, "size": {"type": "integer"}}, "required": ["family", "size"]}, "window": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["wid... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"from": {"type": "integer"}, "size": {"type": "integer"}, "query": {"type": "object", "properties": {"match_all": {"type": "object", "properties": {}, "required": []}}, "required": ["match_all"]}, "inner_hits": {"type": "obj... | {"from" : 0, "size" : 10, "query" : {"match_all" : {}}, "inner_hits" : {"first" : {"path" : {"followers" : {"query" : {"match_all" : {}}, "inner_hits" : {"first_first" : {"type" : {"person" : {}}}}}}}}} | json_instruct | {"type": "object", "properties": {"from": {"type": "integer"}, "size": {"type": "integer"}, "query": {"type": "object", "properties": {"match_all": {"type": "object", "properties": {}, "required": []}}, "required": ["match_all"]}, "inner_hits": {"type": "object", "properties": {"first": {"type": "object", "properties":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"private": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "clean": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "clean... | {"private" : "true", "scripts" : {"start" : "node dist/main.js", "clean" : "npx rimraf ./dist", "prebuild" : "npm run clean", "build" : "ttsc -p ./tsconfig.json"}, "dependencies" : {"@apoyo/decoders" : "^0.0.11", "@apoyo/scopes" : "^0.0.5", "@apoyo/std" : "^0.0.11", "axios" : "^0.23.0", "dotenv-expand" : "^5.1.0", "dot... | json_instruct | {"type": "object", "properties": {"private": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "clean": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "clean", "prebuild", "build"]}, "dependencies": {"type": "object", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", ... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"pobtron" : {"title" : "Pobtron", "channel_id" : 145844891, "link" : "http://tw... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"pobtron": {"type": "object", "properties": {"title": {"type":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "defaultConcreteType": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"concreteType": {"type": "object", "properties": {"type... | {"type" : "interface", "defaultConcreteType" : "org.sagebionetworks.repo.model.file.MultipartUploadRequest", "description" : "Interface to describe a multi-part request. If the concrete type is not supplied will default to a <a href=\"${org.sagebionetworks.repo.model.file.MultipartUploadRequest}\">MultipartUploadReques... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "defaultConcreteType": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"concreteType": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string... | {"schema_version" : "1.2.0", "id" : "GHSA-q24h-5rq3-63j9", "modified" : "2022-03-04T00:00:19Z", "published" : "2022-03-04T00:00:19Z", "aliases" : ["CVE-2022-0528"], "details" : "Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository transloadit/uppy prior to 3.3.1.", "severity" : [], "affected"... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HI... | {"MRRm_new" : 0.0949549523603464, "MRm_new" : 1729.62780891414, "HITS@1m_new" : 0.055879250598518414, "HITS@3m_new" : 0.1016679186338588, "HITS@10m_new" : 0.16987881794100396} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
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 _objectSpread from \"@babel/runtime-corejs2/helpers/esm/objectSpread2\";\nimport { withStyles as withStylesWithoutDefault } from \"../../../material-ui-styles/src\";\nimport defaultTheme from \"./defaultTheme\";\n\nfunction withStyles(stylesOrCreator, options) {\n return withStylesWitho... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "irr": {"type"... | {"name" : "t21x", "version" : "0.2.11", "description" : "CLI tools for t21 xlsx files.", "main" : "./script/t21xio.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "irr" : "node ./scripts/getIrr.js", "sheetio" : "node ./scripts/testSheetIO.js", "t21x" : "node ./bin/t21x.js", "merge" : "node ./s... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "irr": {"type": "string"}, "sheetio": {"type": "string"}, "t21x": {"type": "string"}, "merg... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dataType" : "CWE", "longName" : "Consent Type", "hl7Table" : "HL70496"} | json_instruct | {"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e707d6519dad4ca76077a61d76140420f9539877"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "047f0a3bfd1ad362c54a", "c" : {}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "pr... | {"name" : "Rio Sono Faculty", "alt_name" : "Faculdade Rio Sono (RISO)", "country" : "Brazil", "state" : null, "address" : {"street" : "Rua 04, 350, Centro", "city" : "Pedro Afonso", "province" : "TO", "postal_code" : "77710-000"}, "contact" : {"telephone" : "+55(63) 3466-2432", "website" : "http://www.faculdaderiosono.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "au... | {"name" : "bukashk0zzz/hellosign-bundle", "description" : "A simple Symfony2/Symfony3 bundle for the official sdk provided by HelloSign.", "keywords" : ["bundle", "symfony", "hellosign", "hello sign"], "homepage" : "https://github.com/bukashk0zzz/HelloSignBundle", "type" : "symfony-bundle", "license" : "MIT", "authors"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"AUTHOR": {"type": "string"}, "INSTALL_MSG": {"type": "string"}, "NAME": {"type": "string"}, "SHORT": {"type": "string"}, "DESCRIPTION": {"type": "string"}, "TAGS": {"type": "array", "items": {"type": "string"}}}, "... | {"AUTHOR" : "mikeshardmind", "INSTALL_MSG" : "The cogs within are provided as-is. Fixes will happen when I have time. Open an issue on Github if you want to draw my attention to it. \nI'm also around in https://discord.gg/GET4DVk as well as https://discord.gg/red", "NAME" : "Sinbad's Cogs", "SHORT" : "Handful of variou... | json_instruct | {"type": "object", "properties": {"AUTHOR": {"type": "string"}, "INSTALL_MSG": {"type": "string"}, "NAME": {"type": "string"}, "SHORT": {"type": "string"}, "DESCRIPTION": {"type": "string"}, "TAGS": {"type": "array", "items": {"type": "string"}}}, "required": ["AUTHOR", "INSTALL_MSG", "NAME", "SHORT", "DESCRIPTION", "T... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 890454189, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4886f799268a372cd4d450595f26ee1a", "wof:id" : 890454189, "wof:repo" : "whosonfirst-data-admin-gn"}, "bbox" : [-12.66667, 11.41667, -12.66667, 11.41667], "geometry" : {"coordinates" :... | 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": {"@timestamp": {"type": "string"}, "beat": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "jolokia": {"type": "object", "properties": {... | {"@timestamp" : "2016-08-27T20:26:21.837Z", "beat" : {"hostname" : "seu", "name" : "seu"}, "jolokia" : {"dynamic" : {"gc" : {"cms_collection_count" : 3, "cms_collection_time" : 207}, "memory" : {"heap_usage" : {"committed" : 1052770304.0, "init" : 1073741824.0, "max" : 1052770304.0, "used" : 173407544.0}, "non_heap_usa... | json_instruct | {"type": "object", "properties": {"@timestamp": {"type": "string"}, "beat": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "jolokia": {"type": "object", "properties": {"dynamic": {"type": "object", "properties": {"gc": {"type": "object",... |
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 * as React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsxs(React.Fragment, {\n children: [/*#__PURE__*/_jsx(\"pat... | 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.