input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "shell-version": {"type": "array", "items": {"type": "string"}}, "settings-schema": {"type"...
{"uuid" : "invert-window-preserving-hue@lucaslugao", "name" : "Invert Window Color Preserving HUE", "description" : "Inverts the color of individual windows preserving HUE\nDefault shortcut is Super+I", "url" : "https://github.com/lucaslugao/gnome-shell-extension-invert-color", "shell-version" : ["3.32"], "settings-sch...
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "shell-version": {"type": "array", "items": {"type": "string"}}, "settings-schema": {"type": "string"}, "version": {"type": "integer"}}, "required": ["uuid", "name", "d...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"technique": {"type": "object", "properties": {"class": {"type": "string"}, "cache": {"type": "object", "properties": {"class": {"type": "string"}, "sttl": {"type": "integer"}}, "required": ["class", "sttl"]}}...
{"technique" : {"class" : "GitHubOwlTechnique", "cache" : {"class" : "LoopbackCache", "sttl" : 604800}}}
json_instruct
{"type": "object", "properties": {"technique": {"type": "object", "properties": {"class": {"type": "string"}, "cache": {"type": "object", "properties": {"class": {"type": "string"}, "sttl": {"type": "integer"}}, "required": ["class", "sttl"]}}, "required": ["class", "cache"]}}, "required": ["technique"], "$schema": "ht...
Create an example JSON object that satisfies this schema: {"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" : "hand", "bbox" : "630 540 880 712", "used" : false}, {"class_name" : "hand", "bbox" : "746 388 876 477", "used" : false}, {"class_name" : "hand", "bbox" : "579 341 708 441", "used" : false}]
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "A magical sphere that glimmers within."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$ref" : "../node_modules/@esamarathon/esa-layouts-shared/schemas/restreamData.json"}
json_instruct
{"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "todos-cli", "version" : "1.0.0", "description" : "Adapted from a tutorial on [LogRocket](https://blog.logrocket.com/creating-a-cli-tool-with-node-js/).", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"...
{"name" : "genhttplogs", "version" : "0.0.1", "description" : "Generate HTTP access logs", "author" : "Mihail Juganaru <mihail.juganaru@yahoo.com>", "repository" : {"type" : "git", "url" : "https://github.com/mihailj/genhttplogs.git"}, "dependencies" : {"faker" : "*", "strftime" : "*"}, "main" : "index.js", "keywords" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "ob...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"EULERIAN SECTION(ELSET)": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "scope": {"type": "string"}}, "requ...
{"EULERIAN SECTION(ELSET)" : {"prefix" : "*EULERIAN SECTION", "body" : ["*EULERIAN SECTION, ELSET=${1}"], "description" : "EULERIAN SECTION with parameter(s) ELSET.", "scope" : "source.inp"}, "EULERIAN SECTION(ELSET, ADVECTION, CONTROLS, FLUX LIMIT RATIO)" : {"prefix" : "*EULERIAN SECTION", "body" : ["*EULERIAN SECTION...
json_instruct
{"type": "object", "properties": {"EULERIAN SECTION(ELSET)": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "scope": {"type": "string"}}, "required": ["prefix", "body", "description", "scope"]}, "EULERIAN SECTION...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1401182001", "nama" : "Muara Jalai"}, {"id" : "1401182002", "nama" : "Sawah"}, {"id" : "1401182003", "nama" : "Kampung Panjang"}, {"id" : "1401182004", "nama" : "Kayu Aro"}, {"id" : "1401182005", "nama" : "Sei Tonang"}, {"id" : "1401182006", "nama" : "Sei Jalau"}, {"id" : "1401182007", "nama" : "Sendayan"}, {...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"className": {"type": "object", "properties": {"desc": {"type": "string"}}, "required": ["desc"]}, "id": {"type": "object", "properties": {"desc": {"type": "string"}}, "required": ["desc"]}, "name": {"type": "...
{"className" : {"desc" : "The class attribute specifies one or more classnames for an element."}, "id" : {"desc" : "The id attribute specifies a unique id for an HTML element (the value must be unique within the HTML document)."}, "name" : {"desc" : "The name attribute specifies a name for the element."}, "frameBorder"...
json_instruct
{"type": "object", "properties": {"className": {"type": "object", "properties": {"desc": {"type": "string"}}, "required": ["desc"]}, "id": {"type": "object", "properties": {"desc": {"type": "string"}}, "required": ["desc"]}, "name": {"type": "object", "properties": {"desc": {"type": "string"}}, "required": ["desc"]}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"typ...
[{"results" : [{"tech" : 4, "pts" : 767, "connections" : 44977, "capacity" : 5616439, "investments" : 14014767}, {"tech" : 1, "pts" : 297, "connections" : 154868, "capacity" : 17288379, "investments" : 103045757}, {"tech" : 3, "pts" : 74, "connections" : 586, "capacity" : 103546, "investments" : 569522}, {"tech" : 2, "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[0.0991069387705, 51.3772783119, 0.0], [0.0991780900194, 51.3772959947, 0.0], [0.0997912874825, 51.3767959839, 0.0], [0.0998063096077, 51.3767099695, 0.0], [0.0997728291939, 51.376678...
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": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ...
{"ETag" : "W/\"a51c31d1da91197057596d26b8dd106042f96b8451d423a1caa43e6945aa2366\"", "Last-Modified" : "Tue, 17 Nov 2020 00:17:34 GMT", "base" : {"repo" : {"name" : "jarvis-tools-feedstock"}}, "closed_at" : "2020-11-17T00:17:34Z", "created_at" : "2020-11-11T13:11:31Z", "draft" : false, "head" : {"ref" : "2020.11.9_h7105...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"api.AbortController": {"type": "object", "properties": {}, "required": []}, "api.AbortController.signal": {"type": "object", "properties": {}, "required": []}, "css.properties.font-family": {"type": "object",...
{"api.AbortController" : {}, "api.AbortController.signal" : {}, "css.properties.font-family" : {}, "javascript.builtins.Array" : {}, "javascript.builtins.Error" : {}}
json_instruct
{"type": "object", "properties": {"api.AbortController": {"type": "object", "properties": {}, "required": []}, "api.AbortController.signal": {"type": "object", "properties": {}, "required": []}, "css.properties.font-family": {"type": "object", "properties": {}, "required": []}, "javascript.builtins.Array": {"type": "ob...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "description"...
{"name" : "A Web App", "short_name" : "Example app", "start_url" : "index.html", "display" : "standalone", "background_color" : "#000000", "theme_color" : "#000000", "description" : "A simply progressive web app example.", "icons" : [{"src" : "icon_512.png", "sizes" : "512x512", "type" : "image/png"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "obje...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"id": {"type": "string"}, "site...
{"componentChunkName" : "component---src-pages-index-js", "path" : "/", "result" : {"data" : {"site" : {"id" : "Site", "siteMetadata" : {"title" : "C\u00e9im Eile Productions", "description" : "A starter blog demonstrating what Gatsby can do.", "w3l_dom_key" : "5e92588552c33CF_Domain_verify"}}, "allMarkdownRemark" : {"...
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"id": {"type": "string"}, "siteMetadata": {"type": "object", "properties": {"title": {"t...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "...
{"display-name" : "", "package-name" : "rtss", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "rtss", "latest-version" : "7.3.1", "7.3.1" : {"url" : "https://download-eu2.guru3d.com/rtss/%5BGuru3D.com%5D-RTSSSetup731Build24485.zip#/sourceforge.net.zip", "file-type" : ".zip", "bin" : ["RTSS.ex...
json_instruct
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "7.3.1": {"type": "obj...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "650105005001", "text" : "\u65b0\u6c11\u897f\u8857\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "650105005002", "text" : "\u7ea2\u5854\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "650105005003", "text" : "\u91d1\u6d77\u5cb8\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "650105005004", "text" : "\u65b0\u5e0c\u671b\u793e\u5...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ps" : 5420, "xbox" : 3223}
json_instruct
{"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"tpu_name": {"type": "string"}, "tpu_zone": {"type": "string"}, "use_tpu": {"type": "boolean"}, "num_tpu_cores": {"type": "integer"}, "vocab_size": {"type": "integer"}, "num_train_steps": {"type": "integer"}, "save_checkpoin...
{"tpu_name" : "electra-small", "tpu_zone" : "europe-west4-a", "use_tpu" : true, "num_tpu_cores" : 8, "vocab_size" : 32200, "num_train_steps" : 375000, "save_checkpoints_steps" : 18750, "train_batch_size" : 512, "learning_rate" : 0.0005, "max_seq_length" : 512, "do_lower_case" : false, "generator_hidden_size" : 1.0}
json_instruct
{"type": "object", "properties": {"tpu_name": {"type": "string"}, "tpu_zone": {"type": "string"}, "use_tpu": {"type": "boolean"}, "num_tpu_cores": {"type": "integer"}, "vocab_size": {"type": "integer"}, "num_train_steps": {"type": "integer"}, "save_checkpoints_steps": {"type": "integer"}, "train_batch_size": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"device_automation": {"type": "object", "properties": {"trigger_type": {"type": "object", "properties": {"changed_states": {"type": "string"}}, "required": ["changed_states"]}}, "required": ["trigger_type"]}, "state":...
{"device_automation" : {"trigger_type" : {"changed_states" : "{entity_name} ligado ou desligado"}}, "state" : {"_" : {"idle" : "Ocioso", "off" : "Desligado", "on" : "Ligado", "paused" : "Pausado", "playing" : "Tocando", "standby" : "Em espera"}}, "title" : "Media player"}
json_instruct
{"type": "object", "properties": {"device_automation": {"type": "object", "properties": {"trigger_type": {"type": "object", "properties": {"changed_states": {"type": "string"}}, "required": ["changed_states"]}}, "required": ["trigger_type"]}, "state": {"type": "object", "properties": {"_": {"type": "object", "propertie...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"typ...
{"userId" : 11407, "cartId" : "cffc146c-b6c0-4ba4-af20-c2553a9565c5", "preferredProducts" : [], "productReviews" : [{"productId" : 2173, "reviewText" : "talk about hatred!!!", "reviewDate" : "2016-05-15T12:02:45.4515828+03:00"}, {"productId" : 1758, "reviewText" : "i use it never again when i'm in my station.", "review...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "path": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "name", "path", "type"]}, "$schema": "http://json-sch...
[{"id" : 1000000000, "name" : "LoginUI", "path" : "Prefabs/UI/LoginUI", "type" : "ui"}, {"id" : 1000000001, "name" : "LobbyUI", "path" : "Prefabs/UI/LobbyUI", "type" : "ui"}, {"id" : 1000000002, "name" : "HeroListUI", "path" : "Prefabs/UI/HeroListUI", "type" : "ui"}, {"id" : 1000010000, "name" : "hero_100", "path" : "T...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "path": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "name", "path", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Con...
{"elapsed" : "0.591", "endpoint-url" : "https://www.darlington.gov.uk/media/2285/brownfield_land_register.csv", "entry-date" : "2020-12-04T00:10:28.176285", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land data collector"}, "response-h...
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "strin...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "build"...
{"name" : "react-webpack2-startkit", "version" : "1.0.0", "description" : "A startkit build by Webpack2 using React", "main" : "webpack.config.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "dev" : "webpack-dev-server --progress --colors --profile --port 8080", "build" : "webpack --progress -...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "dev", "build...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"js/genome.js": {"type": "array", "items": {"type": "string"}}}, "required": ["js/genome.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"js/genome.js" : ["public/html/lab_test_dashboard.html"]}
json_instruct
{"type": "object", "properties": {"js/genome.js": {"type": "array", "items": {"type": "string"}}}, "required": ["js/genome.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "...
{"id" : "25d7de0f-5c2f-3ab0-968e-4d3ba377963b", "request" : {"url" : "/de/mobile/account/performance.page", "method" : "GET"}, "response" : {"status" : 200, "bodyFileName" : "body-account-performance.page-qy7fL.txt", "headers" : {"Date" : "Tue, 30 Jan 2018 11:39:12 GMT", "FIL-MW-ID" : "E-03147", "X-Powered-By" : "Servl...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"t...
[{"name" : "1MORE Triple Driver Over Ear", "id" : "4ad722bf52bfef97b8fe40d3126a33210422824a", "isDefault" : false, "gains" : {"global" : -3.4, "bands" : [-2.4, -3.3, -4.4, 2.1, 0.8, -2.9, 3.8, -1.2, 1.3, 0.6]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "requ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"reject": {"type": "array", "items": {"type": "string"}}}, "required": ["reject"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"reject" : ["os-locale"]}
json_instruct
{"type": "object", "properties": {"reject": {"type": "array", "items": {"type": "string"}}}, "required": ["reject"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "propertie...
{"name" : "touchaction-property", "repo" : "component/touchaction-property", "description" : "Returns \"touchAction\", \"msTouchAction\", or null", "version" : "0.0.1", "keywords" : ["touch", "action", "ms", "microsoft", "pointer", "events"], "dependencies" : {}, "license" : "MIT", "component" : {"scripts" : {"touchact...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "co...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category":...
{"id" : 61267, "info" : {"name" : "punktorrents.com", "description" : "punktorrents.com", "additionalInfo" : null, "format" : "uso", "category" : "punktorrents", "createdAt" : "2012-02-21T14:18:24.000Z", "updatedAt" : "2012-02-21T14:18:24.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 110646, "name" : "mili...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "install_msg": {"type": "string"}, "name": {"type": "string"}, "disabled": {"type": "boolean"}, "short": {"type": "string"}, "description": {"type": "string"}, "tags": {"t...
{"author" : ["Deihim007"], "install_msg" : "Users can now use !mod or !mods to request your attention. Don't forget to configure the feed setting!", "name" : "modreq", "disabled" : false, "short" : "Request for mod attention", "description" : "Request for mod attention, sending messages to the feed channel", "tags" : [...
json_instruct
{"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "install_msg": {"type": "string"}, "name": {"type": "string"}, "disabled": {"type": "boolean"}, "short": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {}}, "hidden": {"type": "boolean"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "authorOrCommitter": {"type": "boolean"}, "branch": {"type": "object", "properties": {"branch": {"type": "string"}}, "required": ["branch"]}, "browser": {"type": "object", "pr...
{"" : ["hudson.plugins.git.util.DefaultBuildChooser", "1"], "authorOrCommitter" : false, "branch" : {"branch" : "master"}, "browser" : {"stapler-class" : "this.is.not.a.valid.BrowserClass", "url" : "https://github.com/hudson/Hudson-GIT-plugin"}, "buildChooser" : {"stapler-class" : "hudson.plugins.git.util.DefaultBuildC...
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "authorOrCommitter": {"type": "boolean"}, "branch": {"type": "object", "properties": {"branch": {"type": "string"}}, "required": ["branch"]}, "browser": {"type": "object", "properties": {"stapler-class": {"type": "string"}, "url": {"t...
Following the schema specification below, generate a valid 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"}, "wo...
{"id" : 404395887, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e50cbec4452dd04628af8d3858825d6c", "wof:id" : 404395887, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.27380065348446, 49.72904547512363, 3.29618357100559, 49.75661480822908...
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": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "time...
[{"content" : "<p>It times out too quickly for the game I am trying to run it on. I am not expecting much from Lean here, but I want to get a sense how long it takes it to run even a single iteration. In addition to removing timeout is there a way to do <code>#eval</code> with timing included?</p>", "id" : 179162357, "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "gpdc-dynamodb", "version" : "1.0.6", "description" : "This package provides a General-Purpose Durable Key-Value Caching solution. DynamoDB table is used to persist cached data.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": ...
{"code" : 3604110007, "parent" : 3604110, "name" : "NYOMPOK", "latitude" : null, "longitude" : null, "postal" : [42178], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"identityId": {"type": "object", "properties": {"$ref": {"typ...
{"$schema" : "http://json-schema.org/draft-04/schema#", "id" : "https://api.maas.global/maas-backend/profile/profile-devices-put/request", "description" : "Request schema for profile-active-plan-put", "type" : "object", "properties" : {"identityId" : {"$ref" : "../../../core/components/units.json#/definitions/identityI...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"identityId": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "payload": {"type"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"iPOE_B1.neopixelbitrobit_colors|block": {"type": "string"}, "iPOE_B1.bitbot_neo_set_color|block": {"type": "string"}, "iPOE_B1.bitbot_neo_set_pixel_color|block": {"type": "string"}, "iPOE_B1.bitbot_neo_show|block": {"type": "s...
{"iPOE_B1.neopixelbitrobit_colors|block" : "\u8f49\u70ba\u984f\u8272\u503c %color", "iPOE_B1.bitbot_neo_set_color|block" : "\u8a2d\u7f6eLED\u70ba %color |\u8272", "iPOE_B1.bitbot_neo_set_pixel_color|block" : "\u8a2d\u5b9a %offset|\u865fLED\u7684\u984f\u8272\u70ba %color|\u8272", "iPOE_B1.bitbot_neo_show|block" : "\u91c...
json_instruct
{"type": "object", "properties": {"iPOE_B1.neopixelbitrobit_colors|block": {"type": "string"}, "iPOE_B1.bitbot_neo_set_color|block": {"type": "string"}, "iPOE_B1.bitbot_neo_set_pixel_color|block": {"type": "string"}, "iPOE_B1.bitbot_neo_show|block": {"type": "string"}, "iPOE_B1.bitbot_neo_clear|block": {"type": "string...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "fields": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["type", "name", "fields"], "$schema": "http:/...
{"type" : "listform", "name" : "Tabular", "fields" : {"count" : 9}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "fields": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["type", "name", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "director": {"type": "array", "items": {"type": "string"}}, "country": {"type": "string"}, "language": {"type": "array", "items": {"type": "string"}}, "poster_image_url": {"type": "string"...
{"name" : "Hungama", "director" : ["Priyadarshan"], "country" : "India", "language" : ["Hindi"], "poster_image_url" : "https://m.media-amazon.com/images/M/MV5BMGIxNDlkNTUtODdmNi00YzMzLTlhNjAtNTdjOTM5YjlkNmNmXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY268_CR2,0,182,268_AL__QL50.jpg", "bio" : "The story of a bunch of misfits whos...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "director": {"type": "array", "items": {"type": "string"}}, "country": {"type": "string"}, "language": {"type": "array", "items": {"type": "string"}}, "poster_image_url": {"type": "string"}, "bio": {"type": "string"}, "runtime": {"type": "integer"}, "genre":...
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"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"ty...
{"name" : "react-monitor-promise", "version" : "0.1.3", "description" : "React HoC for monitor promise state", "main" : "lib/index.js", "typings" : "lib/index.d.ts", "scripts" : {"clean" : "rimraf lib", "lint" : "tslint -c tslint.json \"src/**/*.ts\"", "build" : "tsc", "prepublish" : "npm run clean && npm run build"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "lint": {"type": "string"}, "build": {"type": "string"}, "p...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ...
{"type" : "FeatureCollection", "features" : {"type" : "Feature", "properties" : {"name" : "\u8001\u6cb3\u53e3\u5e02", "id" : "420682"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[111.627843046875, 32.6107204414063], [111.642345, 32.6078542304688], [111.693651152344, 32.617993390625], [111.733170195313, ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "geometry": {"type": "object", "properties": {"type"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"point": {"type": "array", "items": {"type": "number"}}}, "required": ["point"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"point" : [0.875, 0, 0.875]}, {"point" : [0.625, 0, 0.875]}, {"point" : [0.375, 0, 0.875]}, {"point" : [0.125, 0, 0.875]}, {"point" : [-0.125, 0, 0.875]}, {"point" : [-0.375, 0, 0.875]}, {"point" : [-0.625, 0, 0.875]}, {"point" : [-0.875, 0, 0.875]}, {"point" : [0.875, 0, 0.625]}, {"point" : [0.625, 0, 0.625]}, {"poi...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"point": {"type": "array", "items": {"type": "number"}}}, "required": ["point"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"devtools_port": {"type": "integer"}, "licenseKey": {"type": "string"}, "startup_app": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "icon": {"type":...
{"devtools_port" : 9090, "licenseKey" : "64605fac-add3-48a0-8710-64b38e96a2dd", "startup_app" : {"name" : "FDC3 Launcher POC", "description" : "OpenFin FDC3 Sample Application", "url" : "http://localhost:3923/demo/index.html", "icon" : "http://localhost:3923/demo/img/app-icons/launcher.ico", "uuid" : "fdc3-launcher", "...
json_instruct
{"type": "object", "properties": {"devtools_port": {"type": "integer"}, "licenseKey": {"type": "string"}, "startup_app": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "uuid": {"type": "string"}, "autoShow": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"excludedFiles": {"type": "array", "items": {"type": "string"}}, "hideFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["excludedFiles", "hideFiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"excludedFiles" : ["!node_modules", "!dist", "!www"], "hideFiles" : ["!node_modules", "!dist", "!www"]}
json_instruct
{"type": "object", "properties": {"excludedFiles": {"type": "array", "items": {"type": "string"}}, "hideFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["excludedFiles", "hideFiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "iconUrl": {"type": "string"}, "orgUrl": {"type": "string"}}, "required": ["id", "name", "iconUrl", "orgUrl"], "$schema": "http://json-schema.org/draft-07/sc...
{"id" : "MAGNETIS", "name" : "Magnetis", "iconUrl" : "https://s3.eu-west-3.amazonaws.com/googledatastudio/magnetis-ico.png", "orgUrl" : "https://www.magnetis.fr/"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "iconUrl": {"type": "string"}, "orgUrl": {"type": "string"}}, "required": ["id", "name", "iconUrl", "orgUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "image", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Anime-Styled Boy", "image" : "image.jpg", "url" : "https://cdn.tivolicloud.com/defaultAvatars/AnimeBoy2/AnimeBoy2.fst"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "image", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"HeartbeatInterval": {"type": "string"}, "Endpoint": {"type": "string"}, "EndpointInternal": {"type": "string"}, "MaxCores": {"type": "integer"}, "MaxAppMem": {"type": "integer"}, "AppImageDir": {"type": "string"}, "A...
{"HeartbeatInterval" : "60s", "Endpoint" : "localhost:52102", "EndpointInternal" : "localhost:52103", "MaxCores" : 8, "MaxAppMem" : 2147483647, "AppImageDir" : "/var/lib/appliance/applications", "AppStartTimeout" : "10s", "AppStopTimeout" : "10s", "AppRestartTimeout" : "20s", "CertsDirectory" : "testdata/certs", "Kuber...
json_instruct
{"type": "object", "properties": {"HeartbeatInterval": {"type": "string"}, "Endpoint": {"type": "string"}, "EndpointInternal": {"type": "string"}, "MaxCores": {"type": "integer"}, "MaxAppMem": {"type": "integer"}, "AppImageDir": {"type": "string"}, "AppStartTimeout": {"type": "string"}, "AppStopTimeout": {"type": "stri...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descr...
{"title" : "\u3010\u30b5\u30c6\u30f3\u30d5\u30a7\u30c1\u3011Sweet Devil\u3010MMD \u5f31\u97f3\u30cf\u30af\u3011", "author" : "men-and-alcohol", "description" : "\u975e\u30a8\u30ed\u3067\u3059\u3002\u5149\u6ca2\u8863\u88c5\u304c\u597d\u304d\u3059\u304e\u3066\u4f5c\u3063\u305f\u52d5\u753b\u3067\u3059\u3002<br>\u305f\u306...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [326.771, 235.48, 0.90156, 355.521, 274.598, 0.695469, 338.531, 270.654, 0.552572, 0, 0, 0, 0, 0, 0, 371.19, 275.926, 0.761846, 363.317, 348.929, 0.781336, 299.42, 337.205, 0.809124, 372.47, 381.651, 0.462857, 403.815, 459.933, 0.434481, 0, 0, 0, 386.853, 382.913, 0....
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["http://nautil.us/issue/54/the-unspoken/physics-has-demoted-mass", "http://www.nextavenue.org/older-americans-nomadland/", "http://meshedsociety.com/the-jobs-of-the-future-are-already-here-and-some-are-really-weird/", "https://blackthen.com/poet-claude-mckays-must-die/", "https://blackthen.com/gallatin-county-race-rio...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "c...
{"Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*", "cdn" : {"url" : "https://das-prd-frnt-end.azureedge.net"}, "UseStubProviderRelationships" : false}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "cdn": {"type": "object", "properties": {"url": {"type": "string"}}, "req...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "r...
{"name" : "airnotifier", "description" : "Easy to use push notifications for iOS, Android and Windows", "license" : {"key" : "bsd-3-clause", "name" : "BSD 3-clause \"New\" or \"Revised\" License", "spdx_id" : "BSD-3-Clause", "url" : "https://api.github.com/licenses/bsd-3-clause"}, "starNum" : 357, "folkNum" : 119, "wat...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"typ...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type":...
[{"FIELD1" : 240, "key" : "HATS-2_b", "star_name" : "HATS-2", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 1.354133, "semi_major" : 0.023, "orbital_eccentricity" : 0, "star_temp" : 5227, "star_radius" : 0.9, "planet_temp" : 1577, "radius" : 13.092, "discovery_year" : 2013, "l...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vv22:1.1": {"type": "string"}, "vv22:2.1": {"type": "string"}, "vv22:3.1": {"type": "string"}, "vv22:4.1": {"type": "string"}, "vv22:5.1": {"type": "string"}, "vv22:6.1": {"type": "string"}, "vv22:7.1": {"type": "string"}, "vv22...
{"vv22:1.1" : "ms19Vv_231, msdiv206, vns204", "vv22:2.1" : "ms19Vv_232, msdiv207, vns205", "vv22:3.1" : "csp1ed19.27, csp2ed19.27, ms19Vv_233, msdiv208, pts-vp-pli2ed27, vns206", "vv22:4.1" : "ms19Vv_234, msdiv209, vns207", "vv22:5.1" : "ms19Vv_235, msdiv210, ndp21.29, vns208", "vv22:6.1" : "ms19Vv_236, msdiv211, sya26...
json_instruct
{"type": "object", "properties": {"vv22:1.1": {"type": "string"}, "vv22:2.1": {"type": "string"}, "vv22:3.1": {"type": "string"}, "vv22:4.1": {"type": "string"}, "vv22:5.1": {"type": "string"}, "vv22:6.1": {"type": "string"}, "vv22:7.1": {"type": "string"}, "vv22:8.1": {"type": "string"}, "vv22:9.1": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"auth": {"type": "object", "properties": {"bearer": {"type": "object", "properties": {"active": {"type": "boolean"}}, "required": ["active"]}, "basic": {"type": "object", "properties": {"active": {"type": "boolean"}...
{"auth" : {"bearer" : {"active" : false}, "basic" : {"active" : false}}}
json_instruct
{"type": "object", "properties": {"auth": {"type": "object", "properties": {"bearer": {"type": "object", "properties": {"active": {"type": "boolean"}}, "required": ["active"]}, "basic": {"type": "object", "properties": {"active": {"type": "boolean"}}, "required": ["active"]}}, "required": ["bearer", "basic"]}}, "requir...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"t...
{"edges" : [[9, 22], [14, 9], [22, 9], [13, 29], [9, 0], [9, 11], [9, 0], [9, 25], [9, 6], [23, 9], [9, 14], [9, 18], [9, 15], [5, 26], [9, 0], [9, 17], [9, 12], [24, 9], [2, 9], [21, 9], [9, 30], [22, 9], [3, 9], [4, 9], [19, 9], [0, 9], [9, 0], [0, 9], [16, 28], [9, 14], [9, 27], [16, 9], [20, 9], [9, 28], [18, 0], [...
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Pacoyoy, Villareal, Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.samar.villareal.pacoyoy", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "regi...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"toc_title": {"type": "string"}, "href": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"toc_title": {"type": "string"}, "href": {"type": ...
[{"toc_title" : "System.Activities.Core.Presentation.Factories", "href" : "../../system.activities.core.presentation.factories", "children" : [{"toc_title" : "ForEachWithBodyFactory<T>", "href" : "../../system.activities.core.presentation.factories.foreachwithbodyfactory-1", "version" : ["netframework-4.0-client", "net...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"toc_title": {"type": "string"}, "href": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"toc_title": {"type": "string"}, "href": {"type": "string"}, "version": {"type": "array", "items": {"type": "string"}}}, "req...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"~#set": {"type": "array", "items": {"type": "integer"}}}, "required": ["~#set"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"~#set" : [1, 3, 2]}
json_instruct
{"type": "object", "properties": {"~#set": {"type": "array", "items": {"type": "integer"}}}, "required": ["~#set"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "510822221001", "text" : "\u9752\u5cf0\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510822221002", "text" : "\u5efa\u5cf0\u4e61\u9f99\u5cf0\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510822221200", "text" : "\u5efa\u5cf0\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510822221202", "text" : "\u9...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"botname": {"type": "string"}, "DefaultLanguage": {"type": "string"}, "DefaultDistance": {"type": "string"}, "DefaultSort": {"type": "string"}, "DefaultListlenth": {"type": "string"}, "DefaultListmode": {"type": "st...
{"botname" : "VGN_Infobot", "DefaultLanguage" : "DE", "DefaultDistance" : "500", "DefaultSort" : "Distance", "DefaultListlenth" : "3", "DefaultListmode" : "list", "botversion" : "0.1", "LogChat" : "-1001211106939", "isSuperAdmin" : "206921999", "isSuperAdminUsername" : "BolverBlitz", "dbreaduserhost" : "localhost", "db...
json_instruct
{"type": "object", "properties": {"botname": {"type": "string"}, "DefaultLanguage": {"type": "string"}, "DefaultDistance": {"type": "string"}, "DefaultSort": {"type": "string"}, "DefaultListlenth": {"type": "string"}, "DefaultListmode": {"type": "string"}, "botversion": {"type": "string"}, "LogChat": {"type": "string"}...
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": {"test": {"type": "string"}}, "required": ["test"]...
{"name" : "fuzz-me-maybe", "version" : "1.0.3", "description" : "Easily create controllable, radamsa-backed fuzzers using third-party packages and environment variables.", "main" : "fuzzer.js", "scripts" : {"test" : "jest"}, "repository" : {"type" : "git", "url" : "git+https://github.com/rarecoil/fuzz-me-maybe.git"}, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-angular-temp...
{"name" : "kayak-handicap", "private" : true, "version" : "0.0.0", "devDependencies" : {"del" : "^1.1.1", "gulp" : "^3.8.11", "gulp-angular-templatecache" : "^1.7.0", "gulp-babel" : "^5.2.0", "gulp-cachebust" : "0.0.5", "gulp-cached" : "^1.1.0", "gulp-concat" : "^2.5.2", "gulp-csso" : "^1.0.0", "gulp-jshint" : "^1.10.0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-angular-templatecache": {"type": "string"}, "gulp-babel": {"type": "string"}, "gu...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "bc11f34a039f47e320919654afef6290980b6f46"}
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": {"extensions": {"type": "object", "properties": {"%2FUsers%2Fkurage%2Ftest%2Fhtml": {"type": "array", "items": {"type": "string"}}}, "required": ["%2FUsers%2Fkurage%2Ftest%2Fhtml"]}}, "required": ["extensions"], "$schema": "http...
{"extensions" : {"%2FUsers%2Fkurage%2Ftest%2Fhtml" : [" "]}}
json_instruct
{"type": "object", "properties": {"extensions": {"type": "object", "properties": {"%2FUsers%2Fkurage%2Ftest%2Fhtml": {"type": "array", "items": {"type": "string"}}}, "required": ["%2FUsers%2Fkurage%2Ftest%2Fhtml"]}}, "required": ["extensions"], "$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"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "...
{"name" : "croppic", "assets" : [{"files" : ["croppic.js", "croppic.min.js"], "version" : "1.0.1", "mainfile" : "croppic.min.js"}, {"files" : ["croppic.js", "croppic.min.js"], "version" : "1.0.2", "mainfile" : "croppic.min.js"}, {"files" : ["croppic.js", "croppic.min.js"], "version" : "1.0.3", "mainfile" : "croppic.min...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type...
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"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object"...
{"name" : "@dking/event-proxy", "version" : "1.0.1", "description" : "event proxy plug-in implemented with TS", "main" : "./dist/eventproxy.js", "module" : "./dist/eventproxy.esm.js", "types" : "./dist/index.d.ts", "scripts" : {"test" : "mocha --require ts-node/register 'test/**/*.test.{ts,tsx}'", "build" : "rollup -c"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "pr...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}},...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [97.007874015748, 33.0472727272727, 0.853548124432564, 100.283464566929, 97.9781818181818, 0.661761589348316, 54.6771653543307, 96.8145454545455, 0.543683476746082, 20.1574803149606, 144.756363636364, 0.758440986275673, 53.4173228346457, 204.33454...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "module": {"type": "string"}}, "required": ["type", "module"]}}, "group": {"type": "s...
{"type" : "minecraft:crafting_shaped", "conditions" : [{"type" : "apotheosis:module", "module" : "enchantment"}], "group" : "wooden_door", "pattern" : ["GHG", "PEP", "GHG"], "key" : {"G" : {"item" : "minecraft:emerald_block"}, "H" : {"tag" : "forge:ingots/netherite"}, "P" : {"type" : "forge:nbt", "item" : "minecraft:po...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "module": {"type": "string"}}, "required": ["type", "module"]}}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "k...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}...
{"inst_name" : "/home/decrypt/dogs/dogs-pfsp/insts/Taillard/tai100_20_9.txt", "time_searched" : 90.0, "average_primal" : "6465.100000", "average_nb_iters" : "142209.900000", "primal_list" : [6467, 6467, 6466, 6464, 6472, 6474, 6445, 6472, 6449, 6475]}
json_instruct
{"type": "object", "properties": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}}}, "required": ["inst_name", "time_searched", "average_primal", "average_nb_...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"verbose": {"type": "boolean"}, "rootDir": {"type": "string"}, "roots": {"type": "array", "items": {"type": "string"}}, "setupFiles": {"type": "array", "items": {"type": "string"}}, "testEnvironment": {"type": "string"}}, "requ...
{"verbose" : false, "rootDir" : "..", "roots" : ["<rootDir>/server", "<rootDir>/shared"], "setupFiles" : ["<rootDir>/__mocks__/console.js", "./server/test/setup.js"], "testEnvironment" : "node"}
json_instruct
{"type": "object", "properties": {"verbose": {"type": "boolean"}, "rootDir": {"type": "string"}, "roots": {"type": "array", "items": {"type": "string"}}, "setupFiles": {"type": "array", "items": {"type": "string"}}, "testEnvironment": {"type": "string"}}, "required": ["verbose", "rootDir", "roots", "setupFiles", "testE...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "252e20c281ad0e93f957", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"69367\"": {"type": "string"}, "\"69324\"": {"type": "string"}, "\"69255\"": {"...
{"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"69367\"" : "Becsehely", "\"69324\"" : "Cserszegtomaj", "\"69255\"" : "Gyenesdias", "\"69232\"" : "Heviz", "\"69191\"" : "Keszthely", "\"69155\"" : "Lenti", "\"69153\"" : "Letenye", "\"69126\"" : "Murakeresztur", "\"69119\"" : "Nagyk...
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"69367\"": {"type": "string"}, "\"69324\"": {"type": "string"}, "\"69255\"": {"type": "string"}, "\"69232\"": {"type": "string"}, "\"69191\"": {"type": "str...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1990, 6], [1991, 7], [1992, 8], [1993, 7], [1994, 6], [1995, 7], [1996, 9], [1997, 7], [1998, 12], [1999, 7], [2000, 5], [2001, 5], [2002, 12], [2004, 6], [2005, 9], [2006, 7], [2007, 8], [2008, 7], [2009, 5], [2010, 5], [2012, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/sc...
{"CIDADE" : "Rio Piracicaba", "IBGE" : "3155702", "ESTADO" : "Minas Gerais", "ID" : "31"}
json_instruct
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title...
{"name" : "\"S\u00e1ch C\u1ee7a Taliesin\"", "achievementgroup" : "Th\u1ebf gi\u1edbi mu\u00f4n m\u00e0u", "ishidden" : true, "sortorder" : 1207, "stages" : 1, "stage1" : {"title" : "\"S\u00e1ch C\u1ee7a Taliesin\"", "description" : "Nh\u1eadn \u0111\u01b0\u1ee3c qu\u00e0 t\u1eb7ng t\u1eeb Taliesin.", "progress" : 1, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "te...
{"author" : "Danez Smith", "classification" : "Free Verse", "keywords" : ["Love", "Desire", "Romantic Love"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/250152", "region" : "", "text" : ["I did not come here to sing a blues.", "Lately, I open my mouth", "& out comes marigolds, yellow plums.", "I...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "title" : "Prinias (Patela)", "id" : "589981", "bbox" : [25.000922, 35.168633, 25.000922, 35.168633], "description" : "An Iron Age settlement on the Patela plateau north of the modern village of Prinias; its ancient name is uncertain. The site is notable for its occupation from the end of...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"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", "ite...
{"tof_type" : "activity", "rate" : 1.628344174937911e-13, "tof" : 1.1652584228363029e-05, "potential" : 1.319475288244898, "current" : -2.6862261201259763e-07, "e_id" : 56, "tspan" : [2775, 2825], "r_id" : null, "rate_calc_kwargs" : {}, "description" : null, "t_id" : 411, "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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repos...
{"name" : "saucelabs-npm-webdriverio", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.mjs"}, "repository" : {"type" : "git", "url" : "git+https://github.com/carlosmarte/saucelabs-npm-webdriverio.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"modules/fade-and-scale.css": {"type": "string"}, "modules/fade-and-scale.min.css": {"type": "string"}, "modules/fade-and-slide.css": {"type": "string"}, "modules/fade-and-slide.min.css": {"type": "string"}, "modules/fade.css":...
{"modules/fade-and-scale.css" : "sha256-/nJeeyfMOTLf2KPXncC8j7aDJo53kijPSvrKqTvCWpM=", "modules/fade-and-scale.min.css" : "sha256-VlXpo1FLLgXekf9YZ5smTKuaAJiWbE4sevBLVVjwrWc=", "modules/fade-and-slide.css" : "sha256-azUoZxzVH0JZwrv9dFqACu5WtJLoKtRoS8MM9y/wqzQ=", "modules/fade-and-slide.min.css" : "sha256-Gm/i/MUO2Co/Mc...
json_instruct
{"type": "object", "properties": {"modules/fade-and-scale.css": {"type": "string"}, "modules/fade-and-scale.min.css": {"type": "string"}, "modules/fade-and-slide.css": {"type": "string"}, "modules/fade-and-slide.min.css": {"type": "string"}, "modules/fade.css": {"type": "string"}, "modules/fade.min.css": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"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"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[130.75, 42.083333333333336], [130.75, 42.166666666666664], [130.875, 42.166666666666664], [130.875, 42.083333333333336], [130.75, 42.083333333333336]]]}, "properties" : {"code" : 633016, "url" : "http://madefor.github.io/0410/api/v1/633016.geojso...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "n...
{"contract" : "0x191217777cb44c000700fbf76696a098f74c566c", "tool" : "mythril", "start" : 1563554087.0706663, "end" : 1563554095.697898, "duration" : 8.62723159790039, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": ...
{"station" : [{"pref_cd" : 43, "line_cd" : 11903, "line_name" : "JR\u9e7f\u5150\u5cf6\u672c\u7dda(\u535a\u591a\uff5e\u516b\u4ee3)", "station_cd" : 1190331, "station_g_cd" : 1190331, "station_name" : "\u9577\u6d32", "lon" : 130.455652, "lat" : 32.935205}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"logging_in": {"type": "string"}, "logged_in_as": {"type": "string"}, "loading_ext": {"type": "string"}, "loading_ext_failed": {"type": "string"}, "err_uncaught": {"type": "string"}, "err_exec": {"type": "string...
{"logging_in" : "Logging in with token {0}...", "logged_in_as" : "Logged in as {0}.", "loading_ext" : "Loading extension {0}", "loading_ext_failed" : "Extension already loaded. This could be due to a disconnection.", "err_uncaught" : "An uncaught error has occurred. This error has been displayed in the console.", "err_...
json_instruct
{"type": "object", "properties": {"logging_in": {"type": "string"}, "logged_in_as": {"type": "string"}, "loading_ext": {"type": "string"}, "loading_ext_failed": {"type": "string"}, "err_uncaught": {"type": "string"}, "err_exec": {"type": "string"}, "err_disabled": {"type": "string"}, "err_missing_perm": {"type": "strin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract...
{"contract" : "0xc049e9ca2980b586ccfca7f4f2d87ea62f4a73ed", "tool" : "solhint", "start" : 1563282924.834477, "end" : 1563282932.1359656, "duration" : 7.301488637924194, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Title": {"type": "string"}, "FullTitle": {"type": "string"}, "Slug": {"type": "string"}, "Type": {"type": "string"}, "Year": {"type": "integer"}, "ImageUrl": {"type": "string"}, "ExternalIds": {"type": "object", "pro...
{"Title" : "Snatched", "FullTitle" : "Snatched (2017)", "Slug" : "snatched-2017", "Type" : "Movie", "Year" : 2017, "ImageUrl" : "Movie/snatched-2017/cover.jpg", "ExternalIds" : {"Tmdb" : "373569", "Imdb" : "tt2334871", "Tvdb" : null}, "Plot" : "Freshly dumped by her musician boyfriend and fired from her job, all on the...
json_instruct
{"type": "object", "properties": {"Title": {"type": "string"}, "FullTitle": {"type": "string"}, "Slug": {"type": "string"}, "Type": {"type": "string"}, "Year": {"type": "integer"}, "ImageUrl": {"type": "string"}, "ExternalIds": {"type": "object", "properties": {"Tmdb": {"type": "string"}, "Imdb": {"type": "string"}, "T...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"SerialEscalation": {"type": "array", "items": {"type": "string"}}}, "required": ["SerialEscalation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"SerialEscalation" : ["UpToEleven", "BeyondTheImpossible", "SequelEscalation", "Troperiffic", "ExaggeratedTrope", "LogicalExtreme", "LensmanArmsRace", "SortingAlgorithmOfEvil", "PowerCreep", "MidSeasonUpgrade", "NextTierPowerUp", "FanWorks", "RandomEventsPlot", "RandomEventsPlot", "BringMyBrownPants"]}
json_instruct
{"type": "object", "properties": {"SerialEscalation": {"type": "array", "items": {"type": "string"}}}, "required": ["SerialEscalation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "value": {"type": "string"}, "op": {"type": "string"}}, "required": ["path", "value", "op"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"path" : "/state", "value" : "disabled", "op" : "replace"}, {"path" : "/transport", "value" : "TCP", "op" : "replace"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "value": {"type": "string"}, "op": {"type": "string"}}, "required": ["path", "value", "op"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "req...
{"name" : "react-analytics-tracker", "version" : "1.0.0", "description" : "Experiment with react HOCs for tracking events for analytics endpoints", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "webpack-dev-server --mode development --open --hot"}, "repository" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "objec...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "...
{"name" : "Fairfield University", "alt_name" : null, "country" : "United States", "state" : "Connecticut", "address" : {"street" : "1073 North Benson Road", "city" : "Fairfield", "province" : "Connecticut", "postal_code" : "06824-5195"}, "contact" : {"telephone" : "+1(203) 254-4000", "website" : "http://www.fairfield.e...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"mean": {"type": "object", "properties": {"confidence_interval": {"type": "object", "properties": {"confidence_level": {"type": "number"}, "lower_bound": {"type": "number"}, "upper_bound": {"type": "number"}}, "requ...
{"mean" : {"confidence_interval" : {"confidence_level" : 0.95, "lower_bound" : 111076457.2375, "upper_bound" : 116268798.31625}, "point_estimate" : 113481982.47, "standard_error" : 1327849.1388116933}, "median" : {"confidence_interval" : {"confidence_level" : 0.95, "lower_bound" : 108902046.0, "upper_bound" : 112440454...
json_instruct
{"type": "object", "properties": {"mean": {"type": "object", "properties": {"confidence_interval": {"type": "object", "properties": {"confidence_level": {"type": "number"}, "lower_bound": {"type": "number"}, "upper_bound": {"type": "number"}}, "required": ["confidence_level", "lower_bound", "upper_bound"]}, "point_esti...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1989, 5], [1992, 5], [1993, 7], [1994, 15], [1995, 8], [1996, 7], [1997, 14], [1998, 16], [1999, 27], [2000, 19], [2001, 19], [2002, 31], [2003, 24], [2004, 22], [2005, 22], [2006, 30], [2007, 32], [2008, 36], [2009, 37], [2010, 34], [2011, 30], [2012, 41], [2013, 32], [2014, 47]]
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": {"html_attributions": {"type": "array", "items": {}}, "result": {"type": "object", "properties": {"rating": {"type": "number"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"author_name": {"t...
{"html_attributions" : [], "result" : {"rating" : 4.5, "reviews" : [{"author_name" : "Rebecca M", "author_url" : "https://www.google.com/maps/contrib/112448747715036023789/reviews", "language" : "en", "profile_photo_url" : "https://lh4.ggpht.com/-PZ29dxhY0fs/AAAAAAAAAAI/AAAAAAAAAAA/RMV-Tgz-yEY/s128-c0x00000000-cc-rp-mo...
json_instruct
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "result": {"type": "object", "properties": {"rating": {"type": "number"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"author_name": {"type": "string"}, "author_url": {"type": "string"}, "language": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "string"}}}, "required": ["errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"errors" : ["Line: 1 Col: 59 Unexpected end tag (script)."]}
json_instruct
{"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "string"}}}, "required": ["errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items":...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.737069, 35.507163], [-80.645902, 35.505913], [-80.646712, 35.501593], [-80.650838, 35.494744], [-80.653913, 35.486132], [-80.655654, 35.475651], [-80.652829, 35.465706], [-80.652552, 35.46117], [-80.65107, 35.457803],...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : ["@myhr"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"gap_size": {"type": "number"}, "needle_radius": {"type": "number"}, "needle_voltage": {"type": "string"}, "liquid_name": {"type": "string"}, "liquid_alphamax": {"type": "number"}, "liquid_Ealpha": {"type": "number"}, "streamer...
{"gap_size" : 0.003, "needle_radius" : 6e-06, "needle_voltage" : "linspace(30e3, 120e3, 10)", "liquid_name" : "cyclohexane", "liquid_alphamax" : 130000000.0, "liquid_Ealpha" : 1900000000.0, "streamer_head_radius" : 6e-06, "streamer_U_grad" : 0, "streamer_d_merge" : 5e-05, "streamer_scale_tvl" : 0.1, "rc_tau0" : [1e-08,...
json_instruct
{"type": "object", "properties": {"gap_size": {"type": "number"}, "needle_radius": {"type": "number"}, "needle_voltage": {"type": "string"}, "liquid_name": {"type": "string"}, "liquid_alphamax": {"type": "number"}, "liquid_Ealpha": {"type": "number"}, "streamer_head_radius": {"type": "number"}, "streamer_U_grad": {"typ...