input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"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" : [[[-83.125896, 40.153682], [-83.122703, 40.153861], [-83.12169, 40.154694], [-83.120648, 40.157661], [-83.120959, 40.159532], [-83.088401, 40.158413], [-83.089396, 40.139201], [-83.119942, 40.140181], [-83.120364, 40.142558]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Generate 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" : "soundmanager2", "assets" : [{"files" : ["soundmanager2-jsmin.js", "soundmanager2.js", "soundmanager2.swf", "soundmanager2_flash9.swf"], "version" : "2.96a.20100822", "mainfile" : "soundmanager2.js"}, {"files" : ["soundmanager2-jsmin.js", "soundmanager2.js", "soundmanager2.swf", "soundmanager2_flash9.swf"], "... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, ... | {"course_code" : "MATH2400", "course_name" : "Mathematical Analysis", "faculty" : "Science", "school" : "Mathematics & Physics School", "units" : "2", "duration" : "One Semester", "description" : "(Note: MATH1052 may be taken concurrently with MATH2400 by students who only took MATH1050 & MATH1051 in 1st year.)\nBounde... | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "null"}, "city": {"t... | {"cancelled" : false, "description" : "<p>Discover how the UK\u2019s leading holiday rental brand:</p> <p>Used digital to transform 8 MILLION holidaymaker and owner experiences each year</p> <p>Overcame major challenges to make their digital experience a success.</p> <p>Used revolutionary roadmaps to lead the way.</p> ... | json_instruct | {"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "null"}, "city": {"type": "null"}, "country": {"type": "string"}, "latitude": {"type": "nu... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Id": {"type": "string"}, "Names": {"type": "array", "items": {}}, "Image": {"type": "string"}, "Command": {"type": "string"}, "Created": {"type": "integer"}, "Status": {"type": "string"}, "Ports": {"type": "array", "items": {}... | {"Id" : "1009", "Names" : [], "Image" : "ports as string test", "Command" : "test", "Created" : 1, "Status" : "testing", "Ports" : []} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "Names": {"type": "array", "items": {}}, "Image": {"type": "string"}, "Command": {"type": "string"}, "Created": {"type": "integer"}, "Status": {"type": "string"}, "Ports": {"type": "array", "items": {}}}, "required": ["Id", "Names", "Image", "Command", "Create... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"c": {"type": "object", "properties": {"achara": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z... | {"c" : {"achara" : {"z" : {}, "l" : ["42.5578", "42.8592"]}}, "l" : []} | json_instruct | {"type": "object", "properties": {"c": {"type": "object", "properties": {"achara": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["achara"]}, "l": {"type": "array", "items": {}}}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"input_from_bucket_with_requester_pays.file": {"type": "string"}}, "required": ["input_from_bucket_with_requester_pays.file"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"input_from_bucket_with_requester_pays.file" : "gs://cromwell_bucket_with_requester_pays/gumby.png"} | json_instruct | {"type": "object", "properties": {"input_from_bucket_with_requester_pays.file": {"type": "string"}}, "required": ["input_from_bucket_with_requester_pays.file"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "compile-windows": {"type": ... | {"name" : "colorbot", "version" : "1.3.3", "description" : "A robot that dispatch click event from color rule.", "main" : "app/main.js", "scripts" : {"start" : "electron .", "compile-windows" : "electron-packager . ColorBot --plataform win32 --icon ./app/icon/colorbot.ico --out ./dist --overwrite", "compile-linux" : "e... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "compile-windows": {"type": "string"}, "compile-linux": {"type": "string"}, "compile-osx":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDir": {"type": "string"}, "target": {"type": "string"}, "declaration": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "experim... | {"compilerOptions" : {"outDir" : "./api", "rootDir" : "./api-src", "target" : "es5", "declaration" : true, "removeComments" : true, "experimentalDecorators" : true, "emitDecoratorMetadata" : true, "resolveJsonModule" : true, "sourceMap" : true, "noImplicitAny" : false}, "include" : ["./api-src/**/*", "./api-src/**/*.js... | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDir": {"type": "string"}, "target": {"type": "string"}, "declaration": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "emitDecoratorMetada... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"My Thoi": {"type": "string"}}, "required": ["My Thoi"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"My Thoi" : "MTH"} | json_instruct | {"type": "object", "properties": {"My Thoi": {"type": "string"}}, "required": ["My Thoi"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "st... | {"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HE1WgOWCZyIszqWrDKS501lof0wo/918SeaneUvZlBJhW4HBRpdNvFh/s5XaxPfNaaLwYAnQus4iqBjHN1hrQ2w=", "cert_user_id" : "mudfrog@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/19VHdcqKk27JBtS5RagbHWqcKBDFxjkY56/content.json", "modifi... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"site_name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "locale": {"type": "string"}, "author": {"type": "string"}}, "required": ["site_name", "title", "descript... | {"site_name" : "Sovereignty Club", "title" : "Sovereignty Club", "description" : "Promoting the understanding of the world and it's people", "url" : "https://sovereignty.club", "locale" : "en", "author" : "Anonymous"} | json_instruct | {"type": "object", "properties": {"site_name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "locale": {"type": "string"}, "author": {"type": "string"}}, "required": ["site_name", "title", "description", "url", "locale", "author"], "$schema": "http://json... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer... | {"appid" : 590280, "name" : "Canvas The Gallery", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1491010431} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_... |
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": {"client-install": {"type": "string"}, "start": {... | {"name" : "anstice", "version" : "1.0.0", "description" : "Anstice interview question", "main" : "server.js", "scripts" : {"client-install" : "cd client && npm install", "start" : "node server.js", "server" : "nodemon server.js", "client" : "npm start --prefix client", "dev" : "concurrently \"npm run server\" \"npm run... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"client-install": {"type": "string"}, "start": {"type": "string"}, "server": {"type": "string"}, "client": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "del": {"type": "string"}, "gulp-concat... | {"version" : "1.0.0", "name" : "asp.net", "private" : true, "devDependencies" : {"gulp" : "^3.9.1", "del" : "2.2.2", "gulp-concat" : "^2.6.0", "gulp-cssmin" : "^0.1.7", "gulp-htmlmin" : "^2.0.0", "gulp-less" : "^3.1.0", "gulp-rename" : "^1.2.2", "gulp-uglify" : "^1.5.4"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "del": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-cssmin": {"type": "string"}, "gulp-htmlmin": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "it... | {"name" : "Muskimum Impact Token", "symbol" : "MIT", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/ERPueLaiBW48uBhqX1CvCYBv2ApHN6ZFuME1MeQGTdAi/logo.png", "decimals" : 8, "address" : "ERPueLaiBW48uBhqX1CvCYBv2ApHN6ZFuME1MeQGTdAi", "chainId" : 101, "tags" : ["mit", "musk"], "e... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "... | {"ast" : null, "code" : "import { CommonModule } from '@angular/common';\nimport { FormsModule } from '@angular/forms';\nimport { IonicModule } from '@ionic/angular';\nimport { DetailPageRoutingModule } from './detail-routing.module';\nimport * as i0 from \"@angular/core\";\nexport let DetailPageModule = /*#__PURE__*/(... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@atlaskit/status", "version" : "0.9.16"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[147.875, 36.0], [147.875, 36.083333333333336], [148.0, 36.083333333333336], [148.0, 36.0], [147.875, 36.0]]]}, "properties" : {"code" : 544707, "url" : "http://madefor.github.io/0410/api/v1/544707.geojson", "view" : "https://github.com/madefor/04... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}... | {"id" : 1446, "help" : {"de" : "1.000 K\u00e4mpfe in \u201eThe Feast\u201c gewonnen.", "en" : "Triumph in 1,000 matches at the Feast.", "fr" : "Triompher 1 000 fois \u00e0 The Feast.", "jp" : "\u30b6\u30fb\u30d5\u30a3\u30fc\u30b9\u30c8\u3067\u7d2f\u8a081,000\u56de\u52dd\u5229\u3059\u308b"}, "img" : "/i/002000/002555.pn... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type":... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 39, "nazev" : "Jablonec nad Nisou"}, "clipped" : true, "id" : "24184789e4"}]}}, "type" : "Topology", "transform" : {"translate" : [15.33691406250001, 50.819818262156545], "scale" : [4.29... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
Please provide a valid JSON object following this schema:
{"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"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-rr6w-c957-wqqh", "modified" : "2022-04-29T01:26:40Z", "published" : "2022-04-29T01:26:40Z", "aliases" : ["CVE-2003-0589"], "details" : "admin.php in Digi-ads 1.1 allows remote attackers to bypass authentication via a cookie with the username set to the name of the administrator... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["510821401001", "\u7b2c\u4e00\u5c45\u6c11\u59d4\u5458\u4f1a", "123", "0"], ["510821401002", "\u7b2c\u4e8c\u5c45\u6c11\u59d4\u5458\u4f1a", "123", "0"], ["510821401003", "\u7b2c\u4e09\u5c45\u6c11\u59d4\u5458\u4f1a", "123", "0"], ["510821401004", "\u7b2c\u56db\u5c45\u6c11\u59d4\u5458\u4f1a", "123", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "progressionHash": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "vendors": {"type": "array", "items": {"type": "object", "p... | {"index" : 8, "progressionHash" : 4235119312, "hash" : 4235119312, "blacklisted" : false, "redacted" : false, "vendors" : [{"vendorHash" : 396892126, "backgroundImagePath" : "/img/destiny_content/factions/vendors/edz-devrim-kay.jpg", "destinationHash" : 1199524104}], "rewardItemHash" : 2043215681, "tokenValues" : {"264... | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "progressionHash": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "vendors": {"type": "array", "items": {"type": "object", "properties": {"vendorHash": {"type": "integer"}, "background... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"predis/predis": {"type": "string"}}, "required": ["predis/predis"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require-dev" : {"predis/predis" : "^1.1"}} | json_instruct | {"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"predis/predis": {"type": "string"}}, "required": ["predis/predis"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["icon", "t... | {"display" : {"icon" : {"item" : "tetra:forged_crate"}, "title" : "\"Salvage\"", "description" : "Hit the highlighted areas on crates and containers with the correct tools to break them open"}, "parent" : "tetra:spelunking/ancient_ruins", "criteria" : {"crate1" : {"trigger" : "tetra:block_interaction", "conditions" : {... | json_instruct | {"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["icon", "title", "description"]}, "parent": {"type": "string"}, "crit... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"bomFormat": {"type": "string"}, "specVersion": {"type": "string"}, "serialNumber": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"authors": {"type": "array", "ite... | {"bomFormat" : "CycloneDX", "specVersion" : "1.3", "serialNumber" : "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79", "version" : 1, "metadata" : {"authors" : [{"name" : "Samantha Wright", "email" : "samantha.wright@example.com", "phone" : "800-555-1212"}]}, "components" : []} | json_instruct | {"type": "object", "properties": {"bomFormat": {"type": "string"}, "specVersion": {"type": "string"}, "serialNumber": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"train_err": {"type": "number"}, "train_lev": {"type": "integer"}, "train_syl_err_rate": {"type": "number"}, "test_err": {"type": "number"}, "test_lev": {"type": "integer"}, "test_syl_err_rate": {"type": "number"}}... | {"train_err" : 8.300821781356355e-05, "train_lev" : 0, "train_syl_err_rate" : 0.0, "test_err" : 0.015654701412767032, "test_lev" : 465, "test_syl_err_rate" : 0.1053704962610469} | json_instruct | {"type": "object", "properties": {"train_err": {"type": "number"}, "train_lev": {"type": "integer"}, "train_syl_err_rate": {"type": "number"}, "test_err": {"type": "number"}, "test_lev": {"type": "integer"}, "test_syl_err_rate": {"type": "number"}}, "required": ["train_err", "train_lev", "train_syl_err_rate", "test_err... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ... | {"directions" : ["Boil water and salt in a saucepan. Stir in quinoa; cover, reduce heat to low, and simmer until tender, about 10 minutes.", "Stir in chopped prunes, peanut butter, almond milk, cinnamon, and nutmeg. Cover and simmer 5 more minutes."], "ingredients" : ["2 cups water", "1/2 teaspoon salt", "1 cup quinoa,... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"react-select.css": {"type": "string"}, "react-select.js": {"type": "string"}, "react-select.min.css": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.css", "react-select.js... | {"react-select.css" : "sha512-NNpZDVQaCAko9sz6sSnja7JAldJIswpK+PEqkWefxOs3xswiU9N0SFbH8wqDLvKB4rEj7Bcm+oy3H6Y2uQKscQ==", "react-select.js" : "sha512-I2wI64DFfx5KldA+SgdHFsG1z365R9/oAseWPxYMwI1fSYlSu+PcCd+aTx758VTZLvY7pqPeT82t8ZzbAJy7Ow==", "react-select.min.css" : "sha512-APZbqUgpygfzdikMbBzoE+e7xeBaH+L+T3C6HXgefntqQih... | json_instruct | {"type": "object", "properties": {"react-select.css": {"type": "string"}, "react-select.js": {"type": "string"}, "react-select.min.css": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.css", "react-select.js", "react-select.min.css", "react-select.min.js"], "$schema": "http://... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aws-sdk.js" : "sha512-iW/f3bloPU/0hXjSWUJOEIGZcP/0FyTlnQK2+0vGKCxIoIHroSTsVRBn2uGxWuu2Y9xYmT6j13jAm247qTqYiQ==", "aws-sdk.min.js" : "sha512-THr3dYcfapXmeM4j4qBYqARaH4G+5X2NH99hHtiP/4fZ9kmMci90TxZ1js316sChwMeR9gFasf6/W8mWLHL2ng=="} | json_instruct | {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}}, "required": ["backbon... | {"backbone.marionette.js" : "sha256-EfMlRMAVqvYwwvwFyfg6ET9MWW1V5EWG2MuYF31l+I0=", "backbone.marionette.min.js" : "sha256-XFT46ZQnwcMEP8tPurR7eMrCC37HNXzOJj0yYNYlRmw=", "core/backbone.marionette.js" : "sha256-L7iWPnVa6iwHM+Tmvy//2AZEBodg9ZRZSY+BM6jPnQI=", "core/backbone.marionette.min.js" : "sha256-7vnwiVn/7iyXbvCmOmT8... | json_instruct | {"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js", "core/backbone... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"vite": {"type": "string"}, "vite-plugin-ruby": {"type": "string"}}, "required": ["vite", "vite-plugin-ruby"]}, "dependencies": {"type": "object", "properties": {"bulma": {"t... | {"devDependencies" : {"vite" : "^2.4", "vite-plugin-ruby" : "^2.0"}, "dependencies" : {"bulma" : "^0.9.2"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"vite": {"type": "string"}, "vite-plugin-ruby": {"type": "string"}}, "required": ["vite", "vite-plugin-ruby"]}, "dependencies": {"type": "object", "properties": {"bulma": {"type": "string"}}, "required": ["bulma"]}}, "required": ["de... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "stri... | {"name" : "example", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"build" : "gitbook build", "start" : "gitbook serve", "update" : "npm rm gitbook-plugin-github-issue-feedback && npm i"}, "dependencies" : {"gitbook-cli" : "^2.3.0", "gitbook-plugin-github-issue-feedback" : "file:../"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "update": {"type": "string"}}, "required": ["build", "start", "up... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "prestart": {"type": "string"}... | {"name" : "covid19-graphql", "version" : "1.0.0", "description" : "", "scripts" : {"build" : "tsc", "watch" : "tsc -w", "prestart" : "npm run build", "start" : "func start", "lint" : "eslint graphql/**/*.ts", "test" : "jest", "gen" : "graphql-codegen --config graphql-codegen.yml"}, "dependencies" : {"@fast-csv/parse" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "prestart": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "numbe... | {"category" : ["Restaurants", "Steakhouses", "Comfort Food", "American (New)"], "city" : "Las Vegas", "em_sigma_b" : 0.0330672640242088, "cum_star" : 3.2046153846153844, "name" : "Citizens Kitchen and Bar", "em_sigma_p" : 0.04346585837816559, "lat" : 36.0919655, "lng" : -115.1730561, "em_star" : 3.3008249292776637, "id... | json_instruct | {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"... | {"id" : "2014", "provinceId" : "11", "regencyId" : "09", "districtId" : "07", "name" : "Lataling"} | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ndkFolder": {"type": "string"}}, "required": ["ndkFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ndkFolder" : "C:\\Users\\Administrator\\AppData\\Local\\Android\\Sdk\\ndk\\21.0.6113669"} | json_instruct | {"type": "object", "properties": {"ndkFolder": {"type": "string"}}, "required": ["ndkFolder"], "$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"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"... | {"name" : "Blender-power-sequencer", "description" : "Video editing add-on for Blender", "license" : null, "starNum" : 72, "folkNum" : 11, "watchNum" : 72, "topic" : ["add-on", "blender", "editing", "foss", "plugin", "sequencer", "tutorial", "video", "video-editing", "vse", "youtube"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "li... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"locale": {"type": "string"}, "siteTitle": {"type": "string"}}, "required": ["locale", "si... | {"data" : {"site" : {"siteMetadata" : {"locale" : "en", "siteTitle" : "Amir Razin"}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"locale": {"type": "string"}, "siteTitle": {"type": "string"}}, "required": ["locale", "siteTitle"]}}, "required": ["siteMetadata"]}}, "required": ["sit... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": ... | {"text" : {"0" : {"m1" : "\u0627\u0632 \u067e\u0633 \u067e\u0646\u062c\u0627\u0647 \u0633\u0627\u0644 \u0639\u0634\u0642 \u0628\u0647 \u0645\u0627 \u0686\u0648\u0646 \u0641\u062a\u0627\u062f", "m2" : "\u0627\u0632 \u0628\u0631 \u0645\u0627 \u0631\u0641\u062a\u0647 \u0628\u0648\u062f \u0631\u0648\u06cc \u0628\u0647 \u06... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["230724001000", "\u9ece\u660e\u793e\u533a\u8857\u9053", "4", "1"], ["230724002000", "\u7ea2\u5efa\u4e2d\u5fc3\u793e\u533a\u8857\u9053", "4", "1"], ["230724003000", "\u65b0\u6c11\u793e\u533a\u8857\u9053", "4", "1"], ["230724004000", "\u5bcc\u6c11\u793e\u533a\u8857\u9053", "4", "1"], ["230724005000", "\u80b2\u6797\u4e0... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_ema... | {"id" : 162640, "name" : "Full-width video", "description" : "Makes the width of the non-fullscreen/in-page video player match the window width", "user" : {"id" : 682425, "name" : "Daniel Molin", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2018-07-18T1... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"an11.7:1.1": {"type": "string"}, "an11.7:2.1": {"type": "string"}, "an11.7:3.1": {"type": "string"}, "an11.7:4.1": {"type": "string"}, "an11.7:5.1": {"type": "string"}, "an11.7:6.1": {"type": "string"}, "an11... | {"an11.7:1.1" : "dr24.365, ms17A11_47, msdiv7, vri40.287", "an11.7:2.1" : "ms17A11_48", "an11.7:3.1" : "bj23.600, cck24.287, csp1ed17.523, csp2ed17.523, ms17A11_49, ndp19.365, pts-vp-pli5.319, sya24.344", "an11.7:4.1" : "dr24.366, ms17A11_50, vri40.288", "an11.7:5.1" : "cck24.288, ms17A11_51, sya24.345", "an11.7:6.1" :... | json_instruct | {"type": "object", "properties": {"an11.7:1.1": {"type": "string"}, "an11.7:2.1": {"type": "string"}, "an11.7:3.1": {"type": "string"}, "an11.7:4.1": {"type": "string"}, "an11.7:5.1": {"type": "string"}, "an11.7:6.1": {"type": "string"}, "an11.7:7.1": {"type": "string"}, "an11.7:8.1": {"type": "string"}, "an11.7:9.1": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "Writing and publishing threads on Twitter is a big deal. Twitter is adding the feature to the core product, but <a href=\"http://pork.io/\">pork.io</a> is more of an editor, it automates a bunch of things that Twitter makes you do by hand, such as wrapping tweets, numbering them, adding hash tags. It also cr... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}... | {"body" : "create new python package: a dependency of pyrosar", "user" : "Sinan81", "url" : "https://api.github.com/repos/spack/spack/issues/11421", "updated_at" : "2020-03-27 08:17:03", "created_at" : "2019-05-11 05:12:58", "closed_at" : "2019-05-15 01:49:29", "state" : "closed", "title" : "new python package progress... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}},... | {"id" : 25311006, "name" : "Triple Tactics Talent", "is_illegal" : false, "is_custom" : false, "text" : "If your opponent has activated a monster effect during your Main Phase this turn: Activate 1 of these effects;\n? Draw 2 cards.\n? Take control of 1 monster your opponent controls until the End Phase.\n? Look at you... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": [... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "315abac83fc884600818f35f3740de944a142016"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "pro... | {"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 1, "root" : {"boundingVolume" : {"sphere" : [6358668.870440314, -498887.5988956135, -292.5980965279611, 17.874162673950195]}, "geometricError" : 1, "content" : {"url" : "Tile_+004_+002_L21_0001000.b3dm"}, "children" : [{"boundingVolume" : {"... | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int... | {"nom" : "Echassi\u00e8res", "dpt" : "Allier", "inscrits" : 267, "abs" : 62, "votants" : 205, "blancs" : 14, "nuls" : 12, "exp" : 179, "res" : [{"panneau" : "1", "voix" : 120}, {"panneau" : "2", "voix" : 59}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
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"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bindings"... | {"name" : "hello", "version" : "0.0.1", "description" : "Node.js Addons Example", "main" : "hello.js", "private" : true, "dependencies" : {"bindings" : "~1.2.1", "nan" : "^2.0.0"}, "scripts" : {"preinstall" : "node-gyp rebuild --target=1.2.2 --arch=x64 --dist-url=https://atom.io/download/atom-shell", "test" : "node hel... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bindings": {"type": "string"}, "nan": {"type": "string"}}, "required": ["bindings... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file"... | {"contract" : "0xe4eabdca81e31d9acbc4af76b30f532b6ed7f3bf", "tool" : "solhint", "start" : 1563670980.398438, "end" : 1563670984.2678173, "duration" : 3.8693792819976807, "analysis" : [{"file" : "/unique_chucks/35/0xe4eabdca81e31d9acbc4af76b30f532b6ed7f3bf.sol", "line" : "19", "column" : "2", "message" : "Line length mu... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"url": {"type": "string"}, "archived_snapshots": {"type": "object", "properties": {"closest": {"type": "object", "properties": {"status": {"type": "string"}, "available": {"type": "boolean"}, "url": {"type": "string"}... | {"url" : "http://www.iata.org/publications/Pages/code-search.aspx", "archived_snapshots" : {"closest" : {"status" : "200", "available" : true, "url" : "http://web.archive.org/web/20191202164802/https://www.iata.org/publications/pages/code-search.aspx", "timestamp" : "20191202164802"}}, "timestamp" : "20200316"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "archived_snapshots": {"type": "object", "properties": {"closest": {"type": "object", "properties": {"status": {"type": "string"}, "available": {"type": "boolean"}, "url": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["status", "available... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"... | [{"class_name" : "blur", "bbox" : "86 20 603 518", "used" : true}, {"class_name" : "contrast", "bbox" : "86 295 273 518", "used" : false}, {"class_name" : "contrast", "bbox" : "447 317 603 520", "used" : false}, {"class_name" : "contrast", "bbox" : "273 427 445 515", "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "m... | {"author" : {"id" : "t2_5nzz3ymv", "name" : "BDubminiatures"}, "date" : {"day" : 1592092800, "full" : 1592178893, "month" : 1590969600, "week" : 1592092800}, "id" : "t3_h94pt2", "picture" : {"filesize" : 66257, "fullUrl" : "https://preview.redd.it/rmrlav8fry451.jpg?auto=webp&s=e4a57f50c2d7ec3c0d3e8481c21e82ff64dac1b5",... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.95": {"type": "integer"}, "0.05": {"type": "... | {"hour positive count" : 16, "hour neutral count" : 1, "hour negative count" : 6, "hour distri" : {"0.95" : 1, "0.05" : 1, "0.99" : 5, "0.64" : 1, "0.13" : 1, "0.29" : 1, "1.0" : 4, "0.96" : 2, "0.08" : 2, "0.93" : 2, "0.87" : 1, "0.97" : 1, "0.0" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.95": {"type": "integer"}, "0.05": {"type": "integer"}, "0.99": {"type": "integer"}, "0.64": {"type": "i... |
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": ... | {"name" : "pdf-crawler", "version" : "0.0.0", "description" : "Crawls websites and returns all PDF's in CSV format", "main" : "crawler.js", "repository" : {"type" : "git", "url" : "git@github.com:cpru2/pdf-crawler.git"}, "author" : "Courtney", "license" : "MIT", "dependencies" : {"cheerio" : "^0.19.0", "url-parse" : "^... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"naive_copy0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "integer"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "integer"}, "device... | {"naive_copy0" : {"write" : {"device_start" : -1, "host_queued_start" : 1586236252.548833, "device_queued" : -1, "device_end" : -1, "host_queued_end" : 1586236252.549117}, "device" : "cpu", "nd_range" : {"device_start" : 2904026.7386115952, "device_end" : 2904026.7407944803}, "cmdq" : 0, "read" : {"device_start" : -1, ... | json_instruct | {"type": "object", "properties": {"naive_copy0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "integer"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "integer"}, "device_end": {"type": "integer"}, "host_queued_end": {"type": "number"}}, "re... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"... | {"id" : "2004", "provinceId" : "61", "regencyId" : "03", "districtId" : "11", "name" : "Balai Ingin"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "env": {"type": "object", "properties": {"TS_NODE_FILES": {"type": "string"}}, "required": ["TS_NODE_FILES"]}, "exec": {"type": "str... | {"watch" : ["config/", "src/"], "ext" : "js,json,ts,yaml", "env" : {"TS_NODE_FILES" : "true"}, "exec" : "ts-node --files", "execMap" : {"ts" : "ts-node --transpile-only", "js" : "node"}, "ignore" : [".git", "node_modules/**/node_modules"]} | json_instruct | {"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "env": {"type": "object", "properties": {"TS_NODE_FILES": {"type": "string"}}, "required": ["TS_NODE_FILES"]}, "exec": {"type": "string"}, "execMap": {"type": "object", "properties": {"ts": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/schema#... | {"copyright" : "Jeff Anderson", "url" : "https://jeffa.io", "email" : "dev@jeffa.io", "format" : "txt"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item", "data", "count"]}, "pattern": {"type": "array", ... | {"type" : "minecraft:crafting_shaped", "result" : {"item" : "wrcbe:wireless_logic", "data" : 0, "count" : 1}, "pattern" : ["T ", "SRR", "FFF"], "key" : {"T" : {"type" : "minecraft:item", "item" : "wrcbe:material", "data" : 3}, "S" : {"type" : "forge:ore_dict", "ore" : "obsidianRod"}, "R" : {"type" : "forge:ore_dict", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item", "data", "count"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.... | {"id" : "010802070101", "variable1" : 0.5543, "variable2" : 0.5266, "variable3" : "A"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 58358, "cartId" : "19287689-c930-4557-b6b8-b727e330adcf", "preferredProducts" : [1211, 1039, 3073, 3561, 3567, 370], "productReviews" : [{"productId" : 2930, "reviewText" : "i use it profusely when i'm in my garage.", "reviewDate" : "2018-09-24T02:00:07.3162494+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pin": {"type": "integer"}, "name": {"type": "string"}}, "required": ["pin", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pin" : 123456, "name" : "Felipe"} | json_instruct | {"type": "object", "properties": {"pin": {"type": "integer"}, "name": {"type": "string"}}, "required": ["pin", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": "... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Bonliw, San Luis, Batangas, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.batangas.san-luis.bonliw", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_refere... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "contraversion", "definition" : "A turning to the opposite side; antistrophe. Congreve."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0x0798dcfd8a387ea60d80c2e87cf082ad49968ad4a07d95215e901c66116c5812", "parentHash" : "0xc288e8604ce982e02a9b1db03933511d143361759c0ba982bfbceb2f7b04513c", "number" : 59738, "timestamp" : 1439142834, "nonce" : "0x8d7d367a5a3b142d", "difficulty" : 1712984217230, "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": {"packages": {"type": "object", "properties": {"wpackagist-plugin/mootools-accessible-button": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string... | {"packages" : {"wpackagist-plugin/mootools-accessible-button" : {"1.0" : {"name" : "wpackagist-plugin/mootools-accessible-button", "version" : "1.0", "version_normalized" : "1.0.0.0", "uid" : 222188, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/mootools-accessible-button.1.0.zip"}, "source"... | json_instruct | {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/mootools-accessible-button": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "st... | {"usage" : "<player> stopLocalSound(<sound>)", "description" : ["Stops all instances of a local soundalias running on a player."], "params" : [{"name" : "sound", "type" : "string", "description" : ["The name of the sound to stop."], "optional" : false}], "example" : ["level.player stopLocalSound(\"annoying_siren\");"]} | json_instruct | {"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "opt... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"requests": {"type": "object", "properties": {"letter-subject-erasure": {"type": "string"}, "letter-subject-access": {"type": "string"}, "letter-subject-rectification": {"type": "string"}, "letter-subject-objection": ... | {"requests" : {"letter-subject-erasure" : "\u0391\u03af\u03c4\u03b7\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1 \u03bc\u03b5 ... | json_instruct | {"type": "object", "properties": {"requests": {"type": "object", "properties": {"letter-subject-erasure": {"type": "string"}, "letter-subject-access": {"type": "string"}, "letter-subject-rectification": {"type": "string"}, "letter-subject-objection": {"type": "string"}, "my-reference": {"type": "string"}, "date": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "complete": {"type": "boolean"}, "id": {"type": "integer"}}, "required": ["text", "complete", "id"]}}}, "required"... | {"entries" : [{"text" : "Buy some milk!", "complete" : false, "id" : 0}, {"text" : "Learn Elm.", "complete" : false, "id" : 1}]} | json_instruct | {"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "complete": {"type": "boolean"}, "id": {"type": "integer"}}, "required": ["text", "complete", "id"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "requiredApiVersion": {"type": "string"}, "iconFile": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": ... | {"id" : "1946c4a4-c360-45b2-aa0a-5a10b8fadd31", "version" : "1.1.0", "requiredApiVersion" : "^1.27.1", "iconFile" : "icon.png", "author" : {"name" : "Dimsday", "homepage" : "https://github.com/Dimsday/WordReplacer", "support" : "https://github.com/Dimsday/WordReplacer/issues"}, "name" : "Word replacer", "nameSlug" : "w... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "requiredApiVersion": {"type": "string"}, "iconFile": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "support": {"type": "string"}}, "required": ["name"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, ... | {"web" : [{"value" : ["\u795e\u7ecf\u5916\u79d1\u533b\u5e08", "\u795e\u7ecf\u5916\u79d1\u533b\u751f", "\u8111\u795e\u7ecf\u5916\u79d1\u533b\u5e08"], "key" : "Neurosurgeon"}, {"value" : ["\u795e\u7ecf\u5916\u79d1\u4e13\u5bb6"], "key" : "Neurosurgeon A"}, {"value" : ["\u795e\u7ecf\u5916\u79d1\u4e13\u5bb6"], "key" : "Neur... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc... | [{"year" : 1985, "sex" : "M", "n" : 5, "prop" : 2.6e-06}, {"year" : 1991, "sex" : "M", "n" : 6, "prop" : 2.83e-06}, {"year" : 1992, "sex" : "M", "n" : 12, "prop" : 5.72e-06}, {"year" : 1993, "sex" : "M", "n" : 10, "prop" : 4.84e-06}, {"year" : 1994, "sex" : "M", "n" : 13, "prop" : 6.38e-06}, {"year" : 1995, "sex" : "M"... | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "... | {"manifest_version" : 2, "name" : "prodl youtube downloader Chrome extension", "description" : "Easily download from youtube", "version" : "0.5", "permissions" : ["tabs", "webRequest", "http://*/", "https://*/", "*://*/", "bookmarks"], "content_scripts" : [{"matches" : ["http://www.youtube.com/watch*", "https://www.you... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", ... | {"h" : [{"d" : [{"e" : ["\ufff9`Mipakatesekan~ `ako~ `ko~ `fafoy~ `to~ `kotang~.\ufffa\ufffb\u6211\u7528\u77db\u69cd\u523a\u4e2d\u91ce\u8c6c\u4e86\u3002"], "f" : "\u66fe\u7d93\u628a\u2026\u523a\u4e2d\u4e86\uff0c\u523a\u4e2d\u904e\u76ee\u6a19\u4e86\u3002"}, {"e" : ["\ufff9`Mpakatesekan~ `a~ `'ada~.\ufffa\ufffb\u88ab\u52... | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http:/... | {"code" : "HERLD2", "lang" : "en", "description" : "\nSelected countries of residence\n\nExplanatory notes for the following statistics:\n45412 Monthly tourism survey\n\nDefinition:\nThe monthly tourism survey records the country of residence\nof the guests in accommodation establishments. As a rule,\nthe country of re... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Aberffraw": {"type": "string"}, "Amlwch": {"type": "string"}, "Anglesey": {"type": "string"}, "Benllech": {"type": "string"}, "Bodffordd": {"type": "string"}, "Brynsiencyn": {"type": "string"}, "Brynteg": {"type": ... | {"Aberffraw" : "AFW", "Amlwch" : "AMW", "Anglesey" : "VLY", "Benllech" : "BHC", "Bodffordd" : "BFO", "Brynsiencyn" : "BYI", "Brynteg" : "YBG", "Cemaes Bay" : "CEB", "Dulas Bay" : "DBY", "Dwyran" : "DYR", "Gaerwen" : "GQY", "Llanallgo" : "LAA", "Llanbedrgoch" : "GOC", "Llanerchymedd" : "LRM", "Llangefni" : "LGI", "Moelf... | json_instruct | {"type": "object", "properties": {"Aberffraw": {"type": "string"}, "Amlwch": {"type": "string"}, "Anglesey": {"type": "string"}, "Benllech": {"type": "string"}, "Bodffordd": {"type": "string"}, "Brynsiencyn": {"type": "string"}, "Brynteg": {"type": "string"}, "Cemaes Bay": {"type": "string"}, "Dulas Bay": {"type": "str... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "__firefox__browser_specific_settings": {"type": "object", ... | {"name" : "Getting Started Example", "version" : "1.0", "description" : "Build an Extension!", "permissions" : ["activeTab", "storage", "http://127.0.0.1/"], "__firefox__browser_specific_settings" : {"gecko" : {"id" : "addon@example.com"}}, "__chrome__options_page" : "options.html", "__firefox__options_ui" : {"page" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "__firefox__browser_specific_settings": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"id": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties... | {"contract" : "0x3c20d67b6b1ae0985f913abb7397babc2fbb1a1f", "tool" : "oyente", "start" : 1563217883.629195, "end" : 1563217900.3561056, "duration" : 16.72691059112549, "analysis" : [{"errors" : [{"line" : 30, "column" : 5, "level" : "Warning", "message" : "Integer Underflow."}], "file" : "/unique_contracts/0x3c20d67b6b... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti... |
Construct a JSON document that adheres to this schema specification:
{"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" : "0x0f6007fea958b4986ab3c1b51b91882544b96d12", "tool" : "oyente", "start" : 1563221654.6076915, "end" : 1563221660.3132453, "duration" : 5.705553770065308, "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://... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {... | {"name" : "Powercode Talker", "number" : "15844566", "is_illegal" : false, "text" : "3 monsters\nOnce per turn: You can target 1 face-up monster on the field; negate that target's effects until the end of this turn. Once per turn, if this card battles an opponent's monster, during damage calculation (Quick Effect): You... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "api": {"type": "object", "properties": {"host": {"t... | {"name" : "Buttermilk", "url" : {"host" : "https://www.aspensnowmass.com", "pathname" : "/our-mountains/buttermilk/lift-status"}, "api" : {"host" : "https://www.aspensnowmass.com", "pathname" : "/aspensnowmass/liftstatus/feed", "query" : {"mountain" : "Buttermilk"}}, "tags" : ["Colorado", "Aspen"], "ll" : [-106.860474,... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "api": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}, "query": {"type": "o... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "WITHOUT ANY MIXTURE OF UNEASINESS; AND YET THEY COULD BE CONTENT TO STAY HERE FOR EVER:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/4507.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"env": {"type": "object", "properties": {"es6": {"type": "boolean"}, "browser": {"type": "boolean"}}, "required": ["es6", "browser"]}, "extends": {"type": "array", "items": {"type": "string"}}, "parser": {"type": "string"}, "ig... | {"env" : {"es6" : true, "browser" : true}, "extends" : ["eslint:recommended", "plugin:jsx-a11y/recommended", "plugin:react/recommended"], "parser" : "babel-eslint", "ignorePatterns" : ["node_modules/", "server/", "test/", "sh/", "test/", "build/", "rollup.config.js"], "rules" : {"react/no-unescaped-entities" : 0, "reac... | json_instruct | {"type": "object", "properties": {"env": {"type": "object", "properties": {"es6": {"type": "boolean"}, "browser": {"type": "boolean"}}, "required": ["es6", "browser"]}, "extends": {"type": "array", "items": {"type": "string"}}, "parser": {"type": "string"}, "ignorePatterns": {"type": "array", "items": {"type": "string"... |
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"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "objec... | {"name" : "steam-card-bot-pro", "version" : "1.1.3", "description" : "An free open source, fully automated Level Up Bot with all features and support and much more", "main" : "index.js", "author" : "rsobaid - https://steamcommunity.com/id/rsobaid/", "license" : "MIT", "dependencies" : {"steam-user" : "^3.29.1", "steamc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"steam-user": {"type": "string"}, "steamcommunity": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"DATABASE": {"type": "string"}, "USER": {"type": "string"}, "PASSWORD": {"type": "string"}, "HOST": {"type": "string"}}, "required": ["DATABASE", "USER", "PASSWORD", "HOST"], "$schema": "http://json-schema.org... | {"DATABASE" : "testDB", "USER" : "root", "PASSWORD" : "11223344", "HOST" : "localhost"} | json_instruct | {"type": "object", "properties": {"DATABASE": {"type": "string"}, "USER": {"type": "string"}, "PASSWORD": {"type": "string"}, "HOST": {"type": "string"}}, "required": ["DATABASE", "USER", "PASSWORD", "HOST"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$schema": "http://json-schema.org/draft-07/sche... | {"version" : "6.4.0-beta.0", "info" : {"plain" : "Storybook 6.4 is in beta! \ud83c\udf8a\n\nSB6.4 adds interaction testing and performance re-architecture in preparation for a huge 7.0 release.\n\nTrack the release in the Github: [Storybook 6.4 Release \ud83d\udee0](https://github.com/storybookjs/storybook/issues/15355... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@dist/raven.js": {"type": "object", "properties": {"hashes": {"type": "object", "properties": {"sha256": {"type": "string"}, "sha512": {"type": "string"}}, "required": ["sha256", "sha512"]}, "type": {"type": "null"... | {"@dist/raven.js" : {"hashes" : {"sha256" : "kNo80ZAT5AxK/r4hNw3GLc1XM6WDfPT5zk/3mA9o4Jg=", "sha512" : "7uhorE1tpXuuULm8YxYtjSc3IAPBmcIng0QtyK607G6+845X6nLRk73myrtxZVqs0iD4SKqSRtwYJnnpWGjjYw=="}, "type" : null, "integrity" : "sha256-kNo80ZAT5AxK/r4hNw3GLc1XM6WDfPT5zk/3mA9o4Jg= sha512-7uhorE1tpXuuULm8YxYtjSc3IAPBmcIng0Q... | json_instruct | {"type": "object", "properties": {"@dist/raven.js": {"type": "object", "properties": {"hashes": {"type": "object", "properties": {"sha256": {"type": "string"}, "sha512": {"type": "string"}}, "required": ["sha256", "sha512"]}, "type": {"type": "null"}, "integrity": {"type": "string"}, "path": {"type": "string"}}, "requi... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properti... | {"_id" : "aFUxNGur3Hma8DKy", "data" : {"actionCategory" : {"value" : ""}, "actionType" : {"value" : "action"}, "actions" : {"value" : "1"}, "description" : {"chat" : "", "unidentified" : "", "value" : "<p><strong>Requirements</strong> You are unarmored or wearing light armor</p>\n<hr />\n<p>You close the distance to yo... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actions"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "task": {"type": "string"}, "tags": {"type": "string"}, "gameType": {"type": "string"}, "backEnd": {"type": "string"}, "editor": {"type": "object... | {"title" : "Loop-in-a-loop", "description" : "", "task" : "", "tags" : "intro", "gameType" : "paint", "backEnd" : "doppio", "editor" : {"freeformEditting" : false, "buttons" : ["switchUp", "switchDown"]}, "code" : {"prefix" : ["void paint() {", "int x = 1;\nint y = 1;"], "initial" : "\nx=1;while( y != 5 ) {\n\twhile( x... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "task": {"type": "string"}, "tags": {"type": "string"}, "gameType": {"type": "string"}, "backEnd": {"type": "string"}, "editor": {"type": "object", "properties": {"freeformEditting": {"type": "boolean"}, "buttons": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words", "cSpell.ignoreWords"], "$schema": "http://json-schema.org/dr... | {"cSpell.words" : ["Kodokan", "landjaeger"], "cSpell.ignoreWords" : ["burgdoggen", "galoul", "jigoro", "kawaishi", "maklouf"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words", "cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"p" : "82a8cca3-52b3-4003-88d3-d373f37c7806", "d" : 260}, {"p" : "e4712876-c7de-4829-8475-c255710ea984", "d" : 152}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"}, "seve... | {"schema_version" : "1.2.0", "id" : "GHSA-mr7q-8c5m-vw8x", "modified" : "2022-05-13T01:07:24Z", "published" : "2022-05-13T01:07:23Z", "aliases" : ["CVE-2017-3827"], "details" : "A vulnerability in the Multipurpose Internet Mail Extensions (MIME) scanner of Cisco AsyncOS Software for Cisco Email Security Appliances (ESA... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}... | {"name" : "farmhub-client", "version" : "0.12.2", "description" : "FarmHub IoT client platform", "keywords" : "arduino json configuration mqtt", "repository" : {"type" : "git", "url" : "https://github.com/lptr/ArduinoJsonConfig"}, "authors" : [{"name" : "L\u00f3r\u00e1nt Pint\u00e9r", "url" : "https://github.com/lptr"}... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["621021105001", "\u767d\u9a6c\u793e\u533a", "121", "0"], ["621021105200", "\u4e09\u91cc\u5e97\u6751\u59d4\u4f1a", "220", "0"], ["621021105201", "\u9ad8\u6237\u6751\u59d4\u4f1a", "220", "0"], ["621021105202", "\u767d\u9a6c\u6751\u59d4\u4f1a", "121", "0"], ["621021105203", "\u80b4\u5b50\u6751\u59d4\u4f1a", "220", "0"],... | json_instruct | {"type": "array", "items": {"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": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "... | {"storeId" : "4834", "name" : "Stirling Express", "latitude" : 56.103631, "longitude" : -3.873925, "postalCode" : "FK7 7JW", "country" : "gb", "addressLines" : ["Stilring Road", "Fallin", "Stilring"]} | json_instruct | {"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", ... |
Create an example JSON object that satisfies this schema:
{"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"... | {"author" : "Oni Buchanan", "classification" : "", "keywords" : ["Relationships", "Pets"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/182362", "region" : "U.S., New England", "text" : ["I approached the luminous stranger who came to me", "from darkness in a gown of lettuce leaves, in a velvet", ... | 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": ... |
Based on the schema below, produce a valid JSON object:
{"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... | {"id" : "79870688", "name" : "Speke Drive", "nodes" : [{"type" : "node", "id" : 182488671, "lat" : 52.2734402, "lon" : -1.158411}, {"type" : "node", "id" : 330979891, "lat" : 52.2735418, "lon" : -1.1587142}], "volunteer_postcode" : "NN11 0RW", "closest_distance" : 165} | 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.