input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"basic-auth": {"type": "string"}, "colors": {"type": "string"}, "cookie-session": {"type": "string"}, "date-utils": {"type": "string"}, "express": {"type": "string"}, "express-handlebars": {"type": "string"}, "flat": {"type": "string"}, "iced-coffee-script": {"type": "string"}, "json2xml": {"type": "string"}, "memory-cache": {"type": "string"}, "mongoose": {"type": "string"}, "taky-cache-loop": {"type": "string"}, "wegweg": {"type": "string"}, "winston": {"type": "string"}}, "required": ["basic-auth", "colors", "cookie-session", "date-utils", "express", "express-handlebars", "flat", "iced-coffee-script", "json2xml", "memory-cache", "mongoose", "taky-cache-loop", "wegweg", "winston"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "impression-diagnostics", "version" : "1.9.1", "description" : "gathers extended client-side metrics", "main" : "app.iced", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "taky@taky.com", "repository" : "tosadvisor/mkay", "dependencies" : {"basic-auth" : "^1.0.4", "colors" : "^1.1.2", "cookie-session" : "^2.0.0-alpha.1", "date-utils" : "^1.2.21", "express" : "^4.13.4", "express-handlebars" : "^3.0.0", "flat" : "^2.0.0", "iced-coffee-script" : "^108.0.11", "json2xml" : "^0.1.2", "memory-cache" : "^0.1.6", "mongoose" : "^4.5.0", "taky-cache-loop" : "0.0.2", "wegweg" : "^0.9.0", "winston" : "^2.2.0"}} | 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"]}, "author": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"basic-auth": {"type": "string"}, "colors": {"type": "string"}, "cookie-session": {"type": "string"}, "date-utils": {"type": "string"}, "express": {"type": "string"}, "express-handlebars": {"type": "string"}, "flat": {"type": "string"}, "iced-coffee-script": {"type": "string"}, "json2xml": {"type": "string"}, "memory-cache": {"type": "string"}, "mongoose": {"type": "string"}, "taky-cache-loop": {"type": "string"}, "wegweg": {"type": "string"}, "winston": {"type": "string"}}, "required": ["basic-auth", "colors", "cookie-session", "date-utils", "express", "express-handlebars", "flat", "iced-coffee-script", "json2xml", "memory-cache", "mongoose", "taky-cache-loop", "wegweg", "winston"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "y2010": {"type": "array", "items": {"type": "object", "properties": {"candidate": {"type": "string"}, "party": {"type": "string"}, "votes": {"type": "integer"}, "incumbent": {"type": "boolean"}, "elected": {"type": "boolean"}}, "required": ["candidate", "party", "votes", "incumbent", "elected"]}}, "y2015": {"type": "array", "items": {"type": "object", "properties": {"candidate": {"type": "string"}, "party": {"type": "string"}, "votes": {"type": "integer"}, "incumbent": {"type": "boolean"}, "elected": {"type": "boolean"}}, "required": ["candidate", "party", "votes", "incumbent", "elected"]}}}, "required": ["id", "name", "y2010", "y2015"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "E14000751", "name" : "Hornchurch and Upminster", "y2010" : [{"candidate" : "Watkinson, Angela", "party" : "Conservative Party", "votes" : 27469, "incumbent" : true, "elected" : true}, {"candidate" : "McGuirk, Kath", "party" : "Labour Party", "votes" : 11098, "incumbent" : false, "elected" : false}, {"candidate" : "Chilvers, Karen", "party" : "Liberal Democrat", "votes" : 7426, "incumbent" : false, "elected" : false}, {"candidate" : "Whelpley, William", "party" : "British National Party", "votes" : 3421, "incumbent" : false, "elected" : false}, {"candidate" : "Webb, Lawrence", "party" : "United Kingdom Independence Party", "votes" : 2848, "incumbent" : false, "elected" : false}, {"candidate" : "Collins, Melanie", "party" : "Green Party", "votes" : 542, "incumbent" : false, "elected" : false}, {"candidate" : "Durant, David", "party" : "Independent", "votes" : 305, "incumbent" : false, "elected" : false}, {"candidate" : "Olukotun, Johnson", "party" : "Christian Party", "votes" : 281, "incumbent" : false, "elected" : false}], "y2015" : [{"candidate" : "Watkinson, Angela", "party" : "Conservative Party", "votes" : 27051, "incumbent" : true, "elected" : true}, {"candidate" : "Webb, Lawrence", "party" : "United Kingdom Independence Party", "votes" : 13977, "incumbent" : false, "elected" : false}, {"candidate" : "McGeary, Paul", "party" : "Labour Party", "votes" : 11103, "incumbent" : false, "elected" : false}, {"candidate" : "Mitchell, Jonathan", "party" : "Liberal Democrat", "votes" : 1501, "incumbent" : false, "elected" : false}, {"candidate" : "Collins, Melanie", "party" : "Green Party", "votes" : 1411, "incumbent" : false, "elected" : false}, {"candidate" : "Borg, Paul", "party" : "British National Party", "votes" : 193, "incumbent" : false, "elected" : false}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "y2010": {"type": "array", "items": {"type": "object", "properties": {"candidate": {"type": "string"}, "party": {"type": "string"}, "votes": {"type": "integer"}, "incumbent": {"type": "boolean"}, "elected": {"type": "boolean"}}, "required": ["candidate", "party", "votes", "incumbent", "elected"]}}, "y2015": {"type": "array", "items": {"type": "object", "properties": {"candidate": {"type": "string"}, "party": {"type": "string"}, "votes": {"type": "integer"}, "incumbent": {"type": "boolean"}, "elected": {"type": "boolean"}}, "required": ["candidate", "party", "votes", "incumbent", "elected"]}}}, "required": ["id", "name", "y2010", "y2015"], "$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"}, "version": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"magicspace": {"type": "string"}}, "required": ["magicspace"]}, "dependencies": {"type": "object", "properties": {"@magicspace/core": {"type": "string"}, "chalk": {"type": "string"}, "clime": {"type": "string"}, "fs-extra": {"type": "string"}, "global-agent": {"type": "string"}, "prompts": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@magicspace/core", "chalk", "clime", "fs-extra", "global-agent", "prompts", "tslib", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/prompts": {"type": "string"}}, "required": ["@types/prompts"]}}, "required": ["name", "version", "repository", "license", "author", "files", "bin", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "magicspace", "version" : "0.2.34", "repository" : "https://github.com/makeflow/magicspace.git", "license" : "MIT", "author" : "Chengdu Mufan Technology Co., Ltd.", "files" : ["src/program/**/*.ts", "bld/program", "!*.tsbuildinfo"], "bin" : {"magicspace" : "bld/program/main.js"}, "dependencies" : {"@magicspace/core" : "^0.2.34", "chalk" : "^4.1.0", "clime" : "^0.5.14", "fs-extra" : "^9.0.1", "global-agent" : "^3.0.0", "prompts" : "^2.3.2", "tslib" : "^2.3.1", "typescript" : "^4.1.3"}, "devDependencies" : {"@types/prompts" : "^2.0.8"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"magicspace": {"type": "string"}}, "required": ["magicspace"]}, "dependencies": {"type": "object", "properties": {"@magicspace/core": {"type": "string"}, "chalk": {"type": "string"}, "clime": {"type": "string"}, "fs-extra": {"type": "string"}, "global-agent": {"type": "string"}, "prompts": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@magicspace/core", "chalk", "clime", "fs-extra", "global-agent", "prompts", "tslib", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/prompts": {"type": "string"}}, "required": ["@types/prompts"]}}, "required": ["name", "version", "repository", "license", "author", "files", "bin", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"microlib-utils": {"type": "string"}}, "required": ["microlib-utils"]}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "microlib-tabs", "description" : "Create HTML tabs without the need of dependencies or complex functions. Tabs is a small library providing a way of creating tabs without needing to create more HTML than you need to.", "main" : "./dist/tabs.microlib-latest.js", "authors" : ["Thomas Erbe <vizuaalog@gmail.com>"], "license" : "MIT", "keywords" : ["tabs", "html", "micro", "libaray", "lightweight"], "homepage" : "https://github.com/VizuaaLOG/microlib-tabs", "moduleType" : [], "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"microlib-utils" : "^1.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"microlib-utils": {"type": "string"}}, "required": ["microlib-utils"]}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "sp": {"type": "integer"}, "type": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "link": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "sp", "type", "description", "icon", "link", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Special Spiral 3", "sp" : 240, "type" : "B", "description" : "If Special triggers before or during combat, grants Special cooldown count-2 after combat.", "icon" : "/images/icons/passives/special-spiral-3.png", "link" : "https://kagerochart.com/hero/passives/special-spiral-3", "id" : "special-spiral-3"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "sp": {"type": "integer"}, "type": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "link": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "sp", "type", "description", "icon", "link", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-status": {"type": "string"}, "point": {"type": "string"}, "name": {"type": "string"}, "site-plan-url": {"type": "string"}, "ownership-status": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site": {"type": "string"}, "start-date": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "organisation": {"type": "string"}, "site-address": {"type": "string"}, "hectares": {"type": "string"}, "deliverable": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "notes": {"type": "string"}}, "required": ["planning-permission-status", "point", "name", "site-plan-url", "ownership-status", "maximum-net-dwellings", "site", "start-date", "minimum-net-dwellings", "organisation", "site-address", "hectares", "deliverable", "slug", "entity", "entry-date", "notes"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.440008, 51.648017]}, "properties" : {"planning-permission-status" : "not permissioned", "point" : "POINT(-0.440008 51.648017)", "name" : "BR11", "site-plan-url" : "http://www.planvu.co.uk/trdc/", "ownership-status" : "owned by a public authority", "maximum-net-dwellings" : "116", "site" : "BR11", "start-date" : "2017-12-12", "minimum-net-dwellings" : "87", "organisation" : "local-authority-eng:THE", "site-address" : "Croxley Station Car Park and Timber Yard, Croxley Green", "hectares" : "1.45", "deliverable" : "yes", "slug" : "/brownfield-land/local-authority-eng/THE/BR11", "entity" : 496667, "entry-date" : "2020-12-01", "notes" : "Site put forward to Call for Sites (CFS20)"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-status": {"type": "string"}, "point": {"type": "string"}, "name": {"type": "string"}, "site-plan-url": {"type": "string"}, "ownership-status": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site": {"type": "string"}, "start-date": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "organisation": {"type": "string"}, "site-address": {"type": "string"}, "hectares": {"type": "string"}, "deliverable": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "notes": {"type": "string"}}, "required": ["planning-permission-status", "point", "name", "site-plan-url", "ownership-status", "maximum-net-dwellings", "site", "start-date", "minimum-net-dwellings", "organisation", "site-address", "hectares", "deliverable", "slug", "entity", "entry-date", "notes"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "order": {"type": "array", "items": {"type": "string"}}, "template": {"type": "object", "properties": {"withCompare": {"type": "boolean"}, "withGenerator": {"type": "boolean"}}, "required": ["withCompare", "withGenerator"]}}, "required": ["name", "description", "title", "url", "order", "template"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ScriptRemote v", "description" : "API documentation for project endpoints", "title" : "Custom apiDoc browser title", "url" : "", "order" : ["Overview", "Projects", "GetProjects", "GetProject", "CreateProject", "ShareProject", "ProjectDescription", "ProjectNotifications", "Jobs", "ProjectJobs", "GetJob", "CreateJob", "JobDescription", "EndJob", "DeleteJob", "Locations", "GetLocations", "CreateLocation", "GetLocation", "LocationDescription", "DeleteLocation", "Messages", "GetMessages", "GetMessage", "Shorts", "CreateMessage", "AddFile", "PutReply", "GetReply", "GetAck", "PutAck", "FileKeys", "GetFile"], "template" : {"withCompare" : false, "withGenerator" : true}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "order": {"type": "array", "items": {"type": "string"}}, "template": {"type": "object", "properties": {"withCompare": {"type": "boolean"}, "withGenerator": {"type": "boolean"}}, "required": ["withCompare", "withGenerator"]}}, "required": ["name", "description", "title", "url", "order", "template"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"zenscroll-min.js": {"type": "string"}, "zenscroll.js": {"type": "string"}}, "required": ["zenscroll-min.js", "zenscroll.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"zenscroll-min.js" : "sha512-2Piu2t8puGZoiUCj8Ad7n3EDvXeZ9GDv1puXt4Vlfh2ZNBjJVz31W+psxFWczvHEmAr4/J7u0C6rq6E+EaPRLQ==", "zenscroll.js" : "sha512-mIfc5YfDo2m3PYD1AWKmlNDxvfeuBXEhnP4Q5EQhURCVT8JUDC+Y9XC4tuJN+4deSG1yAhMq2/tiUzkI3EhxJQ=="} | json_instruct | {"type": "object", "properties": {"zenscroll-min.js": {"type": "string"}, "zenscroll.js": {"type": "string"}}, "required": ["zenscroll-min.js", "zenscroll.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["audubon-cbc-cli", "broken-link-checker", "copay-dash", "curse-data-fetch", "digger-folder-ui", "ebird-histogramr-cli", "endl", "get-exchange-rates", "get-exchange-rates-usd", "grab-markup", "gzemnid", "linkchecker", "morsetick", "npm-safeguard", "photo-bucket", "slacquer", "tumblrip"] | json_instruct | {"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": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webpackCompilationHash" : "4fe5a3445b4eb0645ac8"} | json_instruct | {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"900745193": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900745194": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900745195": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900745193", "900745194", "900745195"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900745193" : {"nama" : "TPS 1", "dapil" : [7401, 17405, 2740802]}, "900745194" : {"nama" : "TPS 2", "dapil" : [7401, 17405, 2740802]}, "900745195" : {"nama" : "TPS 3", "dapil" : [7401, 17405, 2740802]}} | json_instruct | {"type": "object", "properties": {"900745193": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900745194": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900745195": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900745193", "900745194", "900745195"], "$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"}, "main": {"type": "string"}, "typings": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:watch": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["build", "build:watch", "lint", "lint:fix"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "prettier-eslint": {"type": "string"}, "prettier-eslint-cli": {"type": "string"}, "rimraf": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "prettier-eslint", "prettier-eslint-cli", "rimraf", "ts-node", "ts-node-dev", "typescript"]}}, "required": ["name", "version", "main", "typings", "repository", "author", "license", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@micro-string/common", "version" : "0.0.2", "main" : "dist/index.js", "typings" : "dist/index.d.ts", "repository" : "https://github.com/MoonTory/micro-string.git", "author" : "Gustavo Quinta | MoonTory <gustavoqnt40@gmail.com>", "license" : "UNLICENSED", "private" : true, "scripts" : {"build" : "rimraf ./dist && tsc", "build:watch" : "rimraf ./dist && tsc -watch", "lint" : "eslint src/**/*.ts", "lint:fix" : "prettier-eslint src/**/*.ts --write"}, "devDependencies" : {"@typescript-eslint/eslint-plugin" : "^1.6.0", "@typescript-eslint/parser" : "^1.6.0", "eslint" : "^5.16.0", "eslint-config-prettier" : "^4.1.0", "eslint-plugin-prettier" : "^3.0.1", "prettier" : "^1.17.0", "prettier-eslint" : "^8.8.2", "prettier-eslint-cli" : "^4.7.1", "rimraf" : "^2.6.3", "ts-node" : "^8.1.0", "ts-node-dev" : "^1.0.0-pre.32", "typescript" : "^3.4.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:watch": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["build", "build:watch", "lint", "lint:fix"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "prettier-eslint": {"type": "string"}, "prettier-eslint-cli": {"type": "string"}, "rimraf": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "prettier-eslint", "prettier-eslint-cli", "rimraf", "ts-node", "ts-node-dev", "typescript"]}}, "required": ["name", "version", "main", "typings", "repository", "author", "license", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"IssuedDate": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemUnitValue": {"type": "string"}, "ItemUnitCount": {"type": "string"}, "ItemTotal": {"type": "string"}}, "required": ["ItemDescription", "ItemUnitValue", "ItemUnitCount", "ItemTotal"]}}, "InvoiceNumber": {"type": "string"}, "TotalAmount": {"type": "string"}}, "required": ["IssuedDate", "LineItem", "InvoiceNumber", "TotalAmount"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IssuedDate" : "2/02/90", "LineItem" : [{"ItemDescription" : "MALIBU \"TREEM\u201d ", "ItemUnitValue" : "14.8000", "ItemUnitCount" : "2760", "ItemTotal" : ""}], "InvoiceNumber" : "", "TotalAmount" : ""} | json_instruct | {"type": "object", "properties": {"IssuedDate": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemUnitValue": {"type": "string"}, "ItemUnitCount": {"type": "string"}, "ItemTotal": {"type": "string"}}, "required": ["ItemDescription", "ItemUnitValue", "ItemUnitCount", "ItemTotal"]}}, "InvoiceNumber": {"type": "string"}, "TotalAmount": {"type": "string"}}, "required": ["IssuedDate", "LineItem", "InvoiceNumber", "TotalAmount"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : {"1" : [{"1" : "Lar, Iran (LRR)", "2" : "airport", "3" : "LRR", "4" : "LRR", "5" : "Lar", "6" : 54.3872222, "7" : 27.6730556, "10" : "Asia/Tehran"}]}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"LANGUAGE": {"type": "string"}, "EXAMPLE": {"type": "object", "properties": {"HELLO": {"type": "string"}, "WORLD": {"type": "string"}}, "required": ["HELLO", "WORLD"]}}, "required": ["LANGUAGE", "EXAMPLE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"LANGUAGE" : "de", "EXAMPLE" : {"HELLO" : "Hallo", "WORLD" : "Welt"}} | json_instruct | {"type": "object", "properties": {"LANGUAGE": {"type": "string"}, "EXAMPLE": {"type": "object", "properties": {"HELLO": {"type": "string"}, "WORLD": {"type": "string"}}, "required": ["HELLO", "WORLD"]}}, "required": ["LANGUAGE", "EXAMPLE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "beer_Gose", "brewery" : "Gasthaus & Gosebrauerei Bayerischer Bahnhof", "name" : "Gose", "abv" : "4.6", "updated" : "2010-07-22 20:00:20"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "CHRISTAIN", "frequency" : 2247, "males" : "86.38184245660881 %", "females" : "13.618157543391188 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x41b909cd4cda90f04d0aaf4097727544fd8ae47a", "tool" : "smartcheck", "start" : 1563221832.4198365, "end" : 1563221848.575532, "duration" : 16.15569543838501, "analysis" : [{"name" : "SOLIDITY_PRAGMAS_VERSION", "patternId" : "23fc32", "severity" : 1, "line" : 1, "column" : 16, "content" : "^"}, {"name" : "SOLIDITY_UPGRADE_TO_050", "patternId" : "91h3sa", "severity" : 1, "line" : 40, "column" : 15, "content" : "public"}]} | 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": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "date_of_publication", "headline", "main_text", "key_terms"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://www.who.int/csr/don/testpicturenov07/en/", "date_of_publication" : "2007-09-25", "headline" : "Test Rift valley", "main_text" : ". Prevention and control of cholera outbreaks: WHO policy and recommendationsWHO Regional Office for the Eastern Mediterranean WHO cholera fact sheet Cholera outbreak maps", "key_terms" : ["outbreak", "cholera"]} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "date_of_publication", "headline", "main_text", "key_terms"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-server": {"type": "string"}, "jquery": {"type": "string"}, "jquery-ui": {"type": "string"}, "material-design-icons": {"type": "string"}, "materialize-css": {"type": "string"}}, "required": ["http-server", "jquery", "jquery-ui", "material-design-icons", "materialize-css"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "html-webpack-plugin", "webpack", "webpack-cli", "webpack-dev-server"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["clean", "build", "dev", "start", "lint", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {}}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "foodie-palace", "version" : "1.0.0", "description" : "Web application to search for restaurant details and create User's own list of favourite restaurants", "main" : "src/index.js", "dependencies" : {"http-server" : "^0.11.1", "jquery" : "^2.1.4", "jquery-ui" : "^1.12.1", "material-design-icons" : "^3.0.1", "materialize-css" : "^0.100.2"}, "devDependencies" : {"eslint" : "^4.18.2", "eslint-config-airbnb-base" : "^12.1.0", "eslint-plugin-import" : "^2.9.0", "html-webpack-plugin" : "^3.0.4", "webpack" : "^4.1.0", "webpack-cli" : "^2.0.10", "webpack-dev-server" : "^3.1.0"}, "scripts" : {"clean" : "rm -rf dist && mkdir dist", "build" : "webpack -p", "dev" : "webpack-dev-server", "start" : "http-server -c-1", "lint" : "eslint src/index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ASPrabha/foodie-palace.git"}, "author" : "Arokia Selva Prabha <kasprabha02@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/ASPrabha/foodie-palace/issues"}, "homepage" : "https://github.com/ASPrabha/foodie-palace#readme", "keywords" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-server": {"type": "string"}, "jquery": {"type": "string"}, "jquery-ui": {"type": "string"}, "material-design-icons": {"type": "string"}, "materialize-css": {"type": "string"}}, "required": ["http-server", "jquery", "jquery-ui", "material-design-icons", "materialize-css"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "html-webpack-plugin", "webpack", "webpack-cli", "webpack-dev-server"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["clean", "build", "dev", "start", "lint", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {}}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import _slicedToArray from \"@babel/runtime/helpers/slicedToArray\";\nimport _objectWithoutProperties from \"@babel/runtime/helpers/objectWithoutProperties\";\nimport React from 'react';\nimport { useTranslation } from './useTranslation';\nexport function Translation(props) {\n var ns = props.ns,\n children = props.children,\n options = _objectWithoutProperties(props, [\"ns\", \"children\"]);\n\n var _useTranslation = useTranslation(ns, options),\n _useTranslation2 = _slicedToArray(_useTranslation, 3),\n t = _useTranslation2[0],\n i18n = _useTranslation2[1],\n ready = _useTranslation2[2];\n\n return children(t, {\n i18n: i18n,\n lng: i18n.language\n }, ready);\n}", "map" : null, "metadata" : {}, "sourceType" : "module"} | 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/schema#"} |
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" : "commonty", "definition" : "A common; a piece of land in which two or more persons have a common right. Bell."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Etrelles-sur-Aube", "circ" : "1\u00e8re circonscription", "dpt" : "Aube", "inscrits" : 124, "abs" : 65, "votants" : 59, "blancs" : 0, "nuls" : 0, "exp" : 59, "res" : [{"nuance" : "LR", "nom" : "M. Nicolas DHUICQ", "voix" : 21}, {"nuance" : "FN", "nom" : "M. Bruno SUBTIL", "voix" : 21}, {"nuance" : "REM", "nom" : "M. Gr\u00e9gory BESSON-MOREAU", "voix" : 17}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "required": ["Frame"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Frame" : [{"NAME" : "NOSE", "x" : 432.3635559082031, "y" : 228.50865173339844, "score" : 0.9055356383323669}, {"NAME" : "LEFT_EYE", "x" : 440.2443542480469, "y" : 218.12623596191406, "score" : 0.9055124521255493}, {"NAME" : "RIGHT_EYE", "x" : 419.81402587890625, "y" : 220.1810760498047, "score" : 0.9105410575866699}, {"NAME" : "LEFT_EAR", "x" : 453.3904113769531, "y" : 228.9974365234375, "score" : 0.6900220513343811}, {"NAME" : "RIGHT_EAR", "x" : 404.56011962890625, "y" : 235.8462371826172, "score" : 0.8911524415016174}, {"NAME" : "LEFT_SHOULDER", "x" : 474.8961486816406, "y" : 295.4786376953125, "score" : 0.8539652824401855}, {"NAME" : "RIGHT_SHOULDER", "x" : 378.8617858886719, "y" : 293.8260498046875, "score" : 0.8518415689468384}, {"NAME" : "LEFT_ELBOW", "x" : 484.5887145996094, "y" : 359.1081848144531, "score" : 0.8288223147392273}, {"NAME" : "RIGHT_ELBOW", "x" : 369.2860107421875, "y" : 355.4458312988281, "score" : 0.8859963417053223}, {"NAME" : "LEFT_WRIST", "x" : 442.60516357421875, "y" : 312.0863342285156, "score" : 1.0}, {"NAME" : "RIGHT_WRIST", "x" : 410.5168151855469, "y" : 308.1630554199219, "score" : 0.8742707967758179}, {"NAME" : "LEFT_HIP", "x" : 454.8021240234375, "y" : 438.4110107421875, "score" : 0.7324211597442627}, {"NAME" : "RIGHT_HIP", "x" : 392.16937255859375, "y" : 433.46136474609375, "score" : 0.638164222240448}, {"NAME" : "LEFT_KNEE", "x" : 533.9287109375, "y" : 539.5234375, "score" : 0.6673855781555176}, {"NAME" : "RIGHT_KNEE", "x" : 311.62835693359375, "y" : 538.9249877929688, "score" : 0.6876639127731323}, {"NAME" : "LEFT_ANKLE", "x" : 572.861572265625, "y" : 659.2875366210938, "score" : 0.6895561218261719}, {"NAME" : "RIGHT_ANKLE", "x" : 272.9245910644531, "y" : 659.9095458984375, "score" : 0.48958641290664673}]} | json_instruct | {"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "required": ["Frame"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "string"}, "operation": {"type": "string"}, "context": {"type": "object", "properties": {"timestamp": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "details": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "resourceName": {"type": "string"}, "resourceType": {"type": "string"}, "resourceId": {"type": "string"}, "portalLink": {"type": "string"}, "resourceRegion": {"type": "string"}, "oldCapacity": {"type": "string"}, "newCapacity": {"type": "string"}}, "required": ["timestamp", "id", "name", "details", "subscriptionId", "resourceGroupName", "resourceName", "resourceType", "resourceId", "portalLink", "resourceRegion", "oldCapacity", "newCapacity"]}, "properties": {"type": "object", "properties": {"tenant": {"type": "string"}, "region": {"type": "string"}}, "required": ["tenant", "region"]}}, "required": ["version", "status", "operation", "context", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "1.0", "status" : "Activated", "operation" : "Scale In", "context" : {"timestamp" : "2021-02-09T08:59:09.9622398Z", "id" : "/subscriptions/0f9d7fea-99e8-4768-8672-06a28514f77e/resourceGroups/promitor-sources/providers/microsoft.insights/autoscalesettings/autoscale-promitor-app-plan", "name" : "autoscale-promitor-app-plan", "details" : "Autoscale successfully started scale operation for resource 'promitor-app-plan' from capacity '2' to capacity '1'", "subscriptionId" : "0f9d7fea-99e8-4768-8672-06a28514f77e", "resourceGroupName" : "promitor-sources", "resourceName" : "promitor-app-plan", "resourceType" : "microsoft.web/serverfarms", "resourceId" : "/subscriptions/0f9d7fea-99e8-4768-8672-06a28514f77e/resourceGroups/promitor-sources/providers/Microsoft.Web/serverFarms/promitor-app-plan", "portalLink" : "https://portal.azure.com/#resource/subscriptions/0f9d7fea-99e8-4768-8672-06a28514f77e/resourceGroups/promitor-sources/providers/Microsoft.Web/serverFarms/promitor-app-plan", "resourceRegion" : "West Europe", "oldCapacity" : "2", "newCapacity" : "1"}, "properties" : {"tenant" : "Contoso", "region" : "Europe"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "string"}, "operation": {"type": "string"}, "context": {"type": "object", "properties": {"timestamp": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "details": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "resourceName": {"type": "string"}, "resourceType": {"type": "string"}, "resourceId": {"type": "string"}, "portalLink": {"type": "string"}, "resourceRegion": {"type": "string"}, "oldCapacity": {"type": "string"}, "newCapacity": {"type": "string"}}, "required": ["timestamp", "id", "name", "details", "subscriptionId", "resourceGroupName", "resourceName", "resourceType", "resourceId", "portalLink", "resourceRegion", "oldCapacity", "newCapacity"]}, "properties": {"type": "object", "properties": {"tenant": {"type": "string"}, "region": {"type": "string"}}, "required": ["tenant", "region"]}}, "required": ["version", "status", "operation", "context", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7212060005", "district_id" : "7212060", "name" : "SAMPALOWO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}, "content": {"type": "string"}}, "required": ["src", "dest", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"src" : "src/_fonts/*.otf", "dest" : "src/fonts", "content" : "content here"} | json_instruct | {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}, "content": {"type": "string"}}, "required": ["src", "dest", "content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900703031": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900703032": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900703033": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900703031", "900703032", "900703033"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900703031" : {"nama" : "TPS 1", "dapil" : [7101, 17102, 2710603]}, "900703032" : {"nama" : "TPS 2", "dapil" : [7101, 17102, 2710603]}, "900703033" : {"nama" : "TPS 3", "dapil" : [7101, 17102, 2710603]}} | json_instruct | {"type": "object", "properties": {"900703031": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900703032": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900703033": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900703031", "900703032", "900703033"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101898327, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "3816d1af14a480cfb884410a4857c67a", "wof:id" : 101898327, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.65453276192289, 50.53907568153329, 1.6646725715932, 50.54611180932409], "geometry" : {"coordinates" : [[[1.65717991654532, 50.54611180932409], [1.65733899924896, 50.5452195198223], [1.66435469035758, 50.54573044070992], [1.6646725715932, 50.5439458378558], [1.66186638304305, 50.54374152974583], [1.66266121634749, 50.539280035795], [1.65985531172345, 50.53907568153329], [1.65969630776766, 50.53996797690655], [1.65829333767806, 50.53986577188505], [1.65797525492059, 50.54165035661214], [1.65657223810371, 50.54154813002333], [1.65641315929759, 50.54244041937648], [1.6550101219114, 50.54233817344902], [1.65453276192289, 50.54501503169502], [1.65593587779085, 50.54511728431368], [1.65577676892394, 50.5460095715855], [1.65717991654532, 50.54611180932409]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {}, "required": []}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["V0.0"], "meta" : {"description" : "Python Library for I/O, processing, and analysis of scanning probe microscopy data", "homepage" : "", "license" : ""}, "versions" : {}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {}, "required": []}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"model": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "label": {"type": "string"}, "javaType": {"type": "string"}, "input": {"type": "boolean"}, "output": {"type": "boolean"}}, "required": ["kind", "name", "title", "description", "deprecated", "label", "javaType", "input", "output"]}, "properties": {"type": "object", "properties": {"route": {"type": "object", "properties": {"kind": {"type": "string"}, "displayName": {"type": "string"}, "required": {"type": "boolean"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "deprecated": {"type": "boolean"}, "secret": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["kind", "displayName", "required", "type", "javaType", "deprecated", "secret", "description"]}, "id": {"type": "object", "properties": {"kind": {"type": "string"}, "displayName": {"type": "string"}, "required": {"type": "boolean"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "deprecated": {"type": "boolean"}, "secret": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["kind", "displayName", "required", "type", "javaType", "deprecated", "secret", "description"]}}, "required": ["route", "id"]}}, "required": ["model", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"model" : {"kind" : "model", "name" : "routeContext", "title" : "Route Context", "description" : "Configuration of routes using XML", "deprecated" : false, "label" : "spring,configuration,routing", "javaType" : "org.apache.camel.spring.CamelRouteContextFactoryBean", "input" : false, "output" : false}, "properties" : {"route" : {"kind" : "element", "displayName" : "Route", "required" : false, "type" : "array", "javaType" : "java.util.List<org.apache.camel.model.RouteDefinition>", "deprecated" : false, "secret" : false, "description" : "Routes"}, "id" : {"kind" : "attribute", "displayName" : "Id", "required" : false, "type" : "string", "javaType" : "java.lang.String", "deprecated" : false, "secret" : false, "description" : "The id of this node"}}} | json_instruct | {"type": "object", "properties": {"model": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "label": {"type": "string"}, "javaType": {"type": "string"}, "input": {"type": "boolean"}, "output": {"type": "boolean"}}, "required": ["kind", "name", "title", "description", "deprecated", "label", "javaType", "input", "output"]}, "properties": {"type": "object", "properties": {"route": {"type": "object", "properties": {"kind": {"type": "string"}, "displayName": {"type": "string"}, "required": {"type": "boolean"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "deprecated": {"type": "boolean"}, "secret": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["kind", "displayName", "required", "type", "javaType", "deprecated", "secret", "description"]}, "id": {"type": "object", "properties": {"kind": {"type": "string"}, "displayName": {"type": "string"}, "required": {"type": "boolean"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "deprecated": {"type": "boolean"}, "secret": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["kind", "displayName", "required", "type", "javaType", "deprecated", "secret", "description"]}}, "required": ["route", "id"]}}, "required": ["model", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"target_overrides": {"type": "object", "properties": {"*": {"type": "object", "properties": {"target.features": {"type": "array", "items": {}}, "target.components": {"type": "array", "items": {}}}, "required": ["target.features", "target.components"]}}, "required": ["*"]}}, "required": ["target_overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"target_overrides" : {"*" : {"target.features" : [], "target.components" : []}}} | json_instruct | {"type": "object", "properties": {"target_overrides": {"type": "object", "properties": {"*": {"type": "object", "properties": {"target.features": {"type": "array", "items": {}}, "target.components": {"type": "array", "items": {}}}, "required": ["target.features", "target.components"]}}, "required": ["*"]}}, "required": ["target_overrides"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}, "pincodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}}, "required": ["states", "districts", "pincodes"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"success" : true, "code" : "SUCCESS", "data" : {"states" : null, "districts" : [{"name" : "east khasi hills", "registeredUsers" : 12907}, {"name" : "west garo hills", "registeredUsers" : 5289}, {"name" : "ribhoi", "registeredUsers" : 2869}, {"name" : "east jaintia hills", "registeredUsers" : 2051}, {"name" : "west jaintia hills", "registeredUsers" : 1023}, {"name" : "south garo hills", "registeredUsers" : 530}, {"name" : "south west garo hills", "registeredUsers" : 485}, {"name" : "west khasi hills", "registeredUsers" : 472}, {"name" : "north garo hills", "registeredUsers" : 445}, {"name" : "east garo hills", "registeredUsers" : 437}], "pincodes" : [{"name" : "793001", "registeredUsers" : 3410}, {"name" : "793002", "registeredUsers" : 1857}, {"name" : "793210", "registeredUsers" : 1430}, {"name" : "794001", "registeredUsers" : 1415}, {"name" : "793101", "registeredUsers" : 1379}, {"name" : "793011", "registeredUsers" : 1320}, {"name" : "794105", "registeredUsers" : 1233}, {"name" : "794101", "registeredUsers" : 1144}, {"name" : "793007", "registeredUsers" : 895}, {"name" : "793004", "registeredUsers" : 878}]}, "responseTimestamp" : 1630501495231} | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}, "pincodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}}, "required": ["states", "districts", "pincodes"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Flor\u00e9mont", "dpt" : "Vosges", "inscrits" : 383, "abs" : 73, "votants" : 310, "blancs" : 9, "nuls" : 3, "exp" : 298, "res" : [{"panneau" : "2", "voix" : 76}, {"panneau" : "3", "voix" : 73}, {"panneau" : "9", "voix" : 54}, {"panneau" : "11", "voix" : 48}, {"panneau" : "4", "voix" : 17}, {"panneau" : "1", "voix" : 13}, {"panneau" : "5", "voix" : 5}, {"panneau" : "6", "voix" : 5}, {"panneau" : "10", "voix" : 3}, {"panneau" : "7", "voix" : 2}, {"panneau" : "8", "voix" : 2}]} | 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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$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"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "multer": {"type": "string"}}, "required": ["body-parser", "cookie-parser", "express", "multer"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lesson09", "version" : "0.1.0", "dependencies" : {"body-parser" : "^1.18.3", "cookie-parser" : "^1.4.3", "express" : "^4.16.4", "multer" : "^1.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "multer": {"type": "string"}}, "required": ["body-parser", "cookie-parser", "express", "multer"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : "b"} | json_instruct | {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Manufacturer": {"type": "object", "properties": {"Code": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Code", "Name"]}, "Tags": {"type": "array", "items": {"type": "string"}}, "Ports": {"type": "array", "items": {"type": "object", "properties": {"PortName": {"type": "string"}, "Size": {"type": "integer"}, "Types": {"type": "array", "items": {"type": "string"}}, "Flags": {"type": "array", "items": {"type": "string"}}}, "required": ["PortName", "Size", "Types", "Flags"]}}}, "required": ["ClassName", "Size", "Grade", "Type", "Name", "Description", "Manufacturer", "Tags", "Ports"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ClassName" : "scu_pants_03_01_11", "Size" : 1, "Grade" : 1, "Type" : "Char_Clothing_Legs.UNDEFINED", "Name" : "Clempt Pants Grey", "Description" : "Carrying Capacity: 2K \u00b5SCU\n\nStegman's factory pants have been taken to the next level with the Clempt line. These rugged all-purpose pants come with double knees for extra comfort and protection and are made from tough composite weave fabric to last as long as the work needs.", "Manufacturer" : {"Code" : "SCU", "Name" : "SCU"}, "Tags" : ["scu_pants", "Set_03", "Color_11"], "Ports" : [{"PortName" : "Material_Variant", "Size" : 1, "Types" : ["Paints"], "Flags" : ["nontransferable"]}]} | json_instruct | {"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Manufacturer": {"type": "object", "properties": {"Code": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Code", "Name"]}, "Tags": {"type": "array", "items": {"type": "string"}}, "Ports": {"type": "array", "items": {"type": "object", "properties": {"PortName": {"type": "string"}, "Size": {"type": "integer"}, "Types": {"type": "array", "items": {"type": "string"}}, "Flags": {"type": "array", "items": {"type": "string"}}}, "required": ["PortName", "Size", "Types", "Flags"]}}}, "required": ["ClassName", "Size", "Grade", "Type", "Name", "Description", "Manufacturer", "Tags", "Ports"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u7dad\u5a1c\u570b\u969b\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99696704", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e09\u91cd\u5340\u91cd\u65b0\u8def\u4e94\u6bb5\u516d\uff10\u4e5d\u5df7\u56db\u865f\u4e8c\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u4e09\u91cd\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9673\u91d1\u9f8d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "12981491", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0960621", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["12\u6210\u8863\u53ca\u670d\u98fe\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["121\u68ad\u7e54\u6210\u8863", "122\u91dd\u7e54\u6210\u8863", "123\u670d\u98fe\u54c1"], "egis" : null} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"identifier" : "OPTIDXBANKNIFTY26-05-2022CE32100.00", "name" : "BANKNIFTY", "grapthData" : [[1646645263000, 0], [1646645326000, 0], [1646652526000, 0], [1646653354000, 0], [1646654143000, 0], [1646655200000, 0], [1646655490000, 0], [1646655640000, 0], [1646655663000, 0], [1646655959000, 0]], "closePrice" : 4219.75} | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"properties": {"type": "object", "properties": {"jcr:primaryType": {"type": "string"}, "jcr:uuid": {"type": "string"}}, "required": ["jcr:primaryType", "jcr:uuid"]}, "children": {"type": "object", "properties": {"jcr:system": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"jcr:primaryType": {"type": "string"}}, "required": ["jcr:primaryType"]}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "children"]}}, "required": ["jcr:system"]}}, "required": ["properties", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"properties" : {"jcr:primaryType" : "mode:root", "jcr:uuid" : "32a6fcb7505d64/"}, "children" : {"jcr:system" : {"properties" : {"jcr:primaryType" : "mode:system"}, "children" : ["jcr:nodeTypes", "jcr:versionStorage", "mode:namespaces", "mode:locks", "mode:indexes", "mode:repository"]}}} | json_instruct | {"type": "object", "properties": {"properties": {"type": "object", "properties": {"jcr:primaryType": {"type": "string"}, "jcr:uuid": {"type": "string"}}, "required": ["jcr:primaryType", "jcr:uuid"]}, "children": {"type": "object", "properties": {"jcr:system": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"jcr:primaryType": {"type": "string"}}, "required": ["jcr:primaryType"]}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "children"]}}, "required": ["jcr:system"]}}, "required": ["properties", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "orgUrl": {"type": "string"}, "iconUrl": {"type": "string"}}, "required": ["id", "name", "orgUrl", "iconUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "LEGUIDE", "name" : "LeGuide", "orgUrl" : "https://www.leguide.com", "iconUrl" : "https://static.funnel.io/logos/icon48x48/leguide.png"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "orgUrl": {"type": "string"}, "iconUrl": {"type": "string"}}, "required": ["id", "name", "orgUrl", "iconUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 70629, "cartId" : "5769813a-1127-4e64-9fd9-cafd3f927f43", "preferredProducts" : [2329, 4098, 2006, 2866, 1710], "productReviews" : [{"productId" : 375, "reviewText" : "My tyrannosaurus rex loves to play with it.", "reviewDate" : "2017-10-20T15:49:49.0618941+03:00"}, {"productId" : 2518, "reviewText" : "I saw one of these in Spratly Islands and I bought one.", "reviewDate" : "2019-11-02T18:06:23.6607099+02:00"}, {"productId" : 4015, "reviewText" : "It only works when I'm Nepal.", "reviewDate" : "2018-09-16T06:58:58.0006959+03:00"}, {"productId" : 4711, "reviewText" : "one of my hobbies is programming. and when i'm programming this works great.", "reviewDate" : "2018-07-16T04:29:16.0762884+03:00"}, {"productId" : 2116, "reviewText" : "It only works when I'm Heard Island and McDonald Islands.", "reviewDate" : "2017-03-28T22:39:18.4374878+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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"JavaScript": {"type": "integer"}, "CSS": {"type": "integer"}}, "required": ["JavaScript", "CSS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"JavaScript" : 36769, "CSS" : 448} | json_instruct | {"type": "object", "properties": {"JavaScript": {"type": "integer"}, "CSS": {"type": "integer"}}, "required": ["JavaScript", "CSS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "JWT": {"type": "object", "properties": {"ValidAudience": {"type": "string"}, "ValidIssuer": {"type": "string"}, "secret": {"type": "string"}, "IssuerSigningKey": {"type": "string"}, "TokenExpirationInMinutes": {"type": "string"}}, "required": ["ValidAudience", "ValidIssuer", "secret", "IssuerSigningKey", "TokenExpirationInMinutes"]}, "Game": {"type": "object", "properties": {"Width": {"type": "string"}, "Height": {"type": "string"}, "Tick": {"type": "string"}}, "required": ["Width", "Height", "Tick"]}}, "required": ["ConnectionStrings", "Logging", "AllowedHosts", "JWT", "Game"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConnectionStrings" : {"DefaultConnection" : "DataSource=app.db;Cache=Shared"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft.AspNetCore" : "Warning"}}, "AllowedHosts" : "*", "JWT" : {"ValidAudience" : "consoleappname", "ValidIssuer" : "https://localhost:7111", "secret" : "TotallySecureAPIKeyThatMeetsAllRequirementsRight", "IssuerSigningKey" : "qwertzuiopasdfghjklyxcvbnmQWERTZUIOPASDFGHJKLYXCVBNM1234567890", "TokenExpirationInMinutes" : "30"}, "Game" : {"Width" : "80", "Height" : "80", "Tick" : "1000"}} | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "JWT": {"type": "object", "properties": {"ValidAudience": {"type": "string"}, "ValidIssuer": {"type": "string"}, "secret": {"type": "string"}, "IssuerSigningKey": {"type": "string"}, "TokenExpirationInMinutes": {"type": "string"}}, "required": ["ValidAudience", "ValidIssuer", "secret", "IssuerSigningKey", "TokenExpirationInMinutes"]}, "Game": {"type": "object", "properties": {"Width": {"type": "string"}, "Height": {"type": "string"}, "Tick": {"type": "string"}}, "required": ["Width", "Height", "Tick"]}}, "required": ["ConnectionStrings", "Logging", "AllowedHosts", "JWT", "Game"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "204226", "ThreadId" : "60306", "Html" : "<p>I tried using the code in both the sample chapter and the direct download from this site. For some reason, whenever i try to create a LatLong item by calling:</p>\r\n<p>\r\n<div style=\"color:Black;background-color:White\">\r\n<pre> <span style=\"color:Blue\">var</span> LL = <span style=\"color:Blue\">new</span> VELatLong(item.LatLong.Latitude,\r\n item.LatLong.Longitude);\r\n</pre>\r\n</div>\r\n</p>\r\n<p>in the callbackForLocation, Latitude is undefined and throws an error in the call. </p>\r\n<p>I looked up Bing Maps info on MSDN and found (http://msdn.microsoft.com/en-us/library/cc161074.aspx) which details how to use the API</p>\r\n<p>I noticed they just passed the item.LatLong into the VEShape (which we encapsulate in LoadPin). I changed the code to:</p>\r\n<p>\r\n<div style=\"color:Black;background-color:White\">\r\n<pre> LoadPin(item.LatLong, item.Name, description);\r\n</pre>\r\n</div>\r\n</p>\r\n<p>And dropped the LL item above. Everything seems to work then.</p>\r\n<p>Don't know if anyone else is experienceing this error. Of course, the updated PDF specifies jQuery-1.3.2 and the download on this site used 1.2.6. Maybe something changed that broke the code?</p>\r\n<p> </p>\r\n<p> </p>", "PostedDate" : "2009-06-22T13:44:30.957-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"development": {"type": "object", "properties": {"log": {"type": "object", "properties": {"level": {"type": "string"}}, "required": ["level"]}}, "required": ["log"]}}, "required": ["development"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"development" : {"log" : {"level" : "W_DEBUG"}}} | json_instruct | {"type": "object", "properties": {"development": {"type": "object", "properties": {"log": {"type": "object", "properties": {"level": {"type": "string"}}, "required": ["level"]}}, "required": ["log"]}}, "required": ["development"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5af9b6be0cf2392c4b1c22c8", "title" : "\u9648\u97eb\u51cc\u7684\u7535\u53f0", "subTitle" : "\u6df1\u591c\u7535\u53f0", "picPath" : "/mediasource/live/15247425759584gPF8WYwyb.png,/mediasource/live/1526314685710ez9ZYdrT16.jpg,/mediasource/live/1526314685895htErk3M233.jpg,/mediasource/live/15263146860478Gp8cVZVB7.jpg", "startTime" : 1526314686270, "memberId" : 63551, "liveType" : 2, "picLoopTime" : 30000, "lrcPath" : "/mediasource/live/lrc/5af9b6be0cf2392c4b1c22c8.lrc", "streamPath" : "http://livepull.48.cn/pocket48/snh48_chen_yunling_iqtab.flv", "screenMode" : 0, "roomId" : "3871110", "bwqaVersion" : 0}, {"liveId" : "5af9a30d0cf25f5a23ae07a4", "title" : "\u8d75\u6654\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u4e00\u4e8c\u4e09\u56db\u4e94", "picPath" : "/mediasource/live/15263096450246Qyj8yp9MK.png", "startTime" : 1526309645091, "memberId" : 6429, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5af9a30d0cf25f5a23ae07a4.lrc", "streamPath" : "http://2519.liveplay.myqcloud.com/live/2519_3580843.flv", "screenMode" : 0, "roomId" : "3871106", "bwqaVersion" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accountLinkingWhitelistedDomains" : null, "asin" : "B01NAJ9GNS", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "Learn something new every morning with Alexa", "enablement" : null, "exampleInteractions" : ["Alexa Open daily fact", "Give me a random fact", "Give me a random Fact"], "firstReleaseDate" : 1481789972.639, "homepageLinkText" : null, "homepageLinkUrl" : null, "id" : "amzn1.ask.skill.8d425812-0efe-4487-99fc-4e7c70adcfd8", "imageAltText" : "Daily Fact icon", "imageUrl" : "https://github.com/dale3h/alexa-skills-list/raw/master/skills/B01NAJ9GNS/skill_icon", "inAppPurchasingSupported" : false, "launchPhrase" : "daily fact", "name" : "Daily Fact", "numberOfReviews" : 0, "pamsPartnerId" : null, "permissions" : null, "privacyPolicyUrl" : null, "shortDescription" : "Alexa will deliver pre determined facts from the code", "skillTypes" : null, "stage" : "live", "termsOfUseUrl" : null, "vendorId" : "M3TWBFI6LG63S1", "vendorName" : "Catie Cook"} | json_instruct | {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "The EYRA Token", "symbol" : "EYRA", "logoURI" : "https://raw.githubusercontent.com/Burnt79/EYRA/main/logo.png", "decimals" : 0, "address" : "o2VGoSDNkcv5JWjRi1PDRysnWuZGCrwvzenmR5nv5Bd", "chainId" : 101, "tags" : ["social-token"]} | 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"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$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"}, "FilePaths": {"type": "object", "properties": {"Abilities": {"type": "string"}, "Areas": {"type": "string"}, "Characters": {"type": "string"}, "Collectables": {"type": "string"}, "Enemies": {"type": "string"}, "Games": {"type": "string"}, "Levels": {"type": "string"}, "MiniGames": {"type": "string"}, "Transformations": {"type": "string"}}, "required": ["Abilities", "Areas", "Characters", "Collectables", "Enemies", "Games", "Levels", "MiniGames", "Transformations"]}}, "required": ["Logging", "AllowedHosts", "FilePaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*", "FilePaths" : {"Abilities" : "./Repository/Abilities.json", "Areas" : "./Repository/Areas.json", "Characters" : "./Repository/Characters.json", "Collectables" : "./Repository/Collectables.json", "Enemies" : "./Repository/Enemies.json", "Games" : "./Repository/Games.json", "Levels" : "./Repository/Levels.json", "MiniGames" : "./Repository/MiniGames.json", "Transformations" : "./Repository/Transformations.json"}} | json_instruct | {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "FilePaths": {"type": "object", "properties": {"Abilities": {"type": "string"}, "Areas": {"type": "string"}, "Characters": {"type": "string"}, "Collectables": {"type": "string"}, "Enemies": {"type": "string"}, "Games": {"type": "string"}, "Levels": {"type": "string"}, "MiniGames": {"type": "string"}, "Transformations": {"type": "string"}}, "required": ["Abilities", "Areas", "Characters", "Collectables", "Enemies", "Games", "Levels", "MiniGames", "Transformations"]}}, "required": ["Logging", "AllowedHosts", "FilePaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}, "target": {"type": "string"}, "flat": {"type": "string"}, "recursive": {"type": "string"}, "sortBy": {"type": "array", "items": {"type": "string"}}, "offset": {"type": "integer"}, "limit": {"type": "integer"}}, "required": ["pattern", "target", "flat", "recursive", "sortBy", "offset", "limit"]}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : [{"pattern" : "${LOCAL_REPO}/*", "target" : "", "flat" : "true", "recursive" : "true", "sortBy" : ["name"], "offset" : 3, "limit" : 5}]} | json_instruct | {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}, "target": {"type": "string"}, "flat": {"type": "string"}, "recursive": {"type": "string"}, "sortBy": {"type": "array", "items": {"type": "string"}}, "offset": {"type": "integer"}, "limit": {"type": "integer"}}, "required": ["pattern", "target", "flat", "recursive", "sortBy", "offset", "limit"]}}}, "required": ["files"], "$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"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular-route": {"type": "string"}, "angular": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["angular-route", "angular", "jquery"]}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Lab", "version" : "1", "homepage" : "https://github.com/sirwilliam/lab", "authors" : ["sirwilliam <developer@leolanese.com>"], "description" : "@leolanese Lab, you can find some interesting code here", "main" : "index.html", "keywords" : ["lab", "tests"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"angular-route" : "~1.2.16", "angular" : "~1.2.16", "jquery" : "~2.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular-route": {"type": "string"}, "angular": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["angular-route", "angular", "jquery"]}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-115.134915, 36.272589], [-115.134838, 36.276273], [-115.116988, 36.276339], [-115.116967, 36.261559], [-115.134734, 36.261347], [-115.134915, 36.272589]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 38531}}]} | 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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "crafttext", "clickcommand", "modver", "infoType", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"itemid" : "minecraft:dye", "displayname" : "\u00a79Refined Mineral", "nbttag" : "{HideFlags:254,display:{Lore:[0:\"\u00a77Rare minerals found during\",1:\"\u00a77National Mining Month.\",2:\"\",3:\"\u00a7eRight-click to view recipes!\",4:\"\",5:\"\u00a79\u00a7lRARE\"],Name:\"\u00a79Refined Mineral\"},ExtraAttributes:{id:\"REFINED_MINERAL\"}}", "damage" : 12, "lore" : ["\u00a77Rare minerals found during", "\u00a77National Mining Month.", "", "\u00a7eRight-click to view recipes!", "", "\u00a79\u00a7lRARE"], "internalname" : "REFINED_MINERAL", "crafttext" : "", "clickcommand" : "", "modver" : "1.3-REL", "infoType" : "WIKI_URL", "info" : ["https://hypixel-skyblock.fandom.com/wiki/Refined_Mineral"]} | json_instruct | {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "crafttext", "clickcommand", "modver", "infoType", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "date", "category"]}, "timeToRead": {"type": "integer"}}, "required": ["html", "frontmatter", "timeToRead"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "prev": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "category"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "category"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "prev", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"markdownRemark" : {"html" : "<p>Ben Forta has responded to the Mary Brandel piece on ColdFusion being dead.</p>\n<p>In his <a href=\"http://www.forta.com/blog/index.cfm/2007/5/25/Todays-Irresponsible-Journalism-Award-Goes-To-Mary-Brandel\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">response</a><a>, he mentions that Computerworld has refused to hear from Adobe or listen to their side. All in all, sounds like Shoddy journalism from Computerworld. </a></p>", "frontmatter" : {"title" : "Ben Forta responds to the Computerworld's shoddy journalism", "date" : "17.01.2011", "category" : "Blog"}, "timeToRead" : 1}}, "pageContext" : {"slug" : "/ben-forta-responds-to-the-computerworlds-shoddy-journalism", "prev" : {"fields" : {"slug" : "/ben-fortas-keynote-heavy-on-flex"}, "frontmatter" : {"title" : "Ben Forta's keynote heavy on Flex", "category" : "Blog"}}, "next" : {"fields" : {"slug" : "/ben-forta-coming-to-speak-in-orlando-on-january-21st"}, "frontmatter" : {"title" : "Ben Forta coming to speak in Orlando on January 21st", "category" : "Blog"}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "date", "category"]}, "timeToRead": {"type": "integer"}}, "required": ["html", "frontmatter", "timeToRead"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "prev": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "category"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "category"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "prev", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"root": {"type": "object", "properties": {"viewers": {"type": "object", "properties": {"e10settings.base.cfgs": {"type": "object", "properties": {"default": {"type": "integer"}}, "required": ["default"]}}, "required": ["e10settings.base.cfgs"]}}, "required": ["viewers"]}}, "required": ["root"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"root" : {"viewers" : {"e10settings.base.cfgs" : {"default" : 2}}}} | json_instruct | {"type": "object", "properties": {"root": {"type": "object", "properties": {"viewers": {"type": "object", "properties": {"e10settings.base.cfgs": {"type": "object", "properties": {"default": {"type": "integer"}}, "required": ["default"]}}, "required": ["e10settings.base.cfgs"]}}, "required": ["viewers"]}}, "required": ["root"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "math-class", "version" : "1.0.2", "description" : "math-class provides support for math courses", "main" : "achieve", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/highlevellogic/math-class.git"}, "keywords" : ["servlets", "server", "microservice", "compression", "javascript servlets", "js servlets"], "author" : "Roger F. Gay (HLL Project http://hll.nu)", "license" : "MIT", "bugs" : {"url" : "https://github.com/highlevellogic/math-class/issues", "email" : "highlevellogic@yahoo.com"}, "homepage" : "https://github.com/highlevellogic/math-class#readme", "engines" : {"node" : ">= 8.2.0"}, "dependencies" : {}} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"created_at": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "require_tls": {"type": "boolean"}, "skip_verification": {"type": "boolean"}, "smtp_login": {"type": "string"}, "smtp_password": {"type": "string"}, "spam_action": {"type": "string"}, "state": {"type": "string"}, "type": {"type": "string"}, "web_prefix": {"type": "string"}, "web_scheme": {"type": "string"}, "wildcard": {"type": "boolean"}}, "required": ["created_at", "id", "name", "require_tls", "skip_verification", "smtp_login", "smtp_password", "spam_action", "state", "type", "web_prefix", "web_scheme", "wildcard"]}}, "total_count": {"type": "integer"}}, "required": ["items", "total_count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"items" : [{"created_at" : "Wed, 27 Jan 2016 20:25:31 GMT", "id" : "56a927bb803267c47ef92085", "name" : "adfewasfdagafdasfdafdf.com", "require_tls" : false, "skip_verification" : false, "smtp_login" : "postmaster@adfewasfdagafdasfdafdf.com", "smtp_password" : "GRtwjcqwvrQXQPOvd21W2G8MJr23b7BAMQuLT51P2oRkrBfnhQgmPWblu49TFIAG", "spam_action" : "disabled", "state" : "unverified", "type" : "custom", "web_prefix" : "email", "web_scheme" : "http", "wildcard" : false}, {"created_at" : "Tue, 14 Jul 2015 19:13:04 GMT", "id" : "55a55f40803267158aa113e8", "name" : "samples.mailgun.org", "require_tls" : false, "skip_verification" : false, "smtp_login" : "postmaster@samples.mailgun.org", "smtp_password" : "9ujQvSEPuRF3Ey7S", "spam_action" : "disabled", "state" : "active", "type" : "sandbox", "web_prefix" : "email", "web_scheme" : "http", "wildcard" : false}, {"created_at" : "Fri, 08 Aug 2014 10:30:25 GMT", "id" : "53e4a6c1f3b9c4299e209ed4", "name" : "test123mailgunnewdomain.mailgun.org", "require_tls" : false, "skip_verification" : false, "smtp_login" : "postmaster@test123mailgunnewdomain.mailgun.org", "smtp_password" : "supersecretpassword1", "spam_action" : "disabled", "state" : "active", "type" : "sandbox", "web_prefix" : "email", "web_scheme" : "http", "wildcard" : false}, {"created_at" : "Tue, 26 Nov 2013 21:33:01 GMT", "id" : "5295138d4fda9e7da0f72855", "name" : "samplolas.mailgun.org", "require_tls" : false, "skip_verification" : false, "smtp_login" : "postmaster@samplolas.mailgun.org", "smtp_password" : "775dmfde03p5", "spam_action" : "disabled", "state" : "active", "type" : "sandbox", "web_prefix" : "email", "web_scheme" : "http", "wildcard" : false}, {"created_at" : "Fri, 22 Nov 2013 18:42:33 GMT", "id" : "528fa5994fda9e7da20b451a", "name" : "thisisatestdomainformailgun.com", "require_tls" : false, "skip_verification" : false, "smtp_login" : "postmaster@thisisatestdomainformailgun.com", "smtp_password" : "246s19qn3cu0", "spam_action" : "disabled", "state" : "unverified", "type" : "custom", "web_prefix" : "email", "web_scheme" : "http", "wildcard" : false}], "total_count" : 5} | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"created_at": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "require_tls": {"type": "boolean"}, "skip_verification": {"type": "boolean"}, "smtp_login": {"type": "string"}, "smtp_password": {"type": "string"}, "spam_action": {"type": "string"}, "state": {"type": "string"}, "type": {"type": "string"}, "web_prefix": {"type": "string"}, "web_scheme": {"type": "string"}, "wildcard": {"type": "boolean"}}, "required": ["created_at", "id", "name", "require_tls", "skip_verification", "smtp_login", "smtp_password", "spam_action", "state", "type", "web_prefix", "web_scheme", "wildcard"]}}, "total_count": {"type": "integer"}}, "required": ["items", "total_count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "7045_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.12437509000301361, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Textbooks": {"type": "array", "items": {"type": "string"}}, "Additional References": {"type": "array", "items": {"type": "string"}}}, "required": ["Textbooks", "Additional References"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Textbooks" : ["[DPV] S. Dasgupta, C. Papadimitriou, and U. Vazirani. Algorithms. McGraw Hill, 2006.", "[KT] J. Kleinberg and E. Tardos. Algorithm Design. Addison Wesley, 2005.", "[CLRS] T. Cormen, C. Leiserson, R. Rivest, and C. Stein. Introduction to Algorithms. MIT Press, 2009.", "[KT] J. Kleinberg and E. Tardos. Algorithm Design. Addison Wesley, 2005."], "Additional References" : ["[AHU] A. Aho, J. Hopcroft, and J. Ullman. Design and Analysis of Algorithms. Addison Wesley 1974.", "[Er] J. Erickson. CPS473G: Algorithms Lecture Notes. UIUC.", "[Ed] H. Edelsbrunner. CPS230 Lecture Notes. Duke University, 2008.", "[Er] J. Erickson. CPS473G: Algorithms Lecture Notes. UIUC.", "[Ta] R. E. Tarjan. Data Structures and Network Algorithms. Society for Industrial Mathematics, 1987."]} | json_instruct | {"type": "object", "properties": {"Textbooks": {"type": "array", "items": {"type": "string"}}, "Additional References": {"type": "array", "items": {"type": "string"}}}, "required": ["Textbooks", "Additional References"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"umi": {"type": "string"}}, "required": ["umi"]}}, "required": ["name", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@example/test-test", "private" : true, "scripts" : {"start" : "npm run dev", "test" : "jest"}, "dependencies" : {"umi" : "4.0.0-canary.20220325.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"umi": {"type": "string"}}, "required": ["umi"]}}, "required": ["name", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"api_key": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["api_key", "latitude", "longitude"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["user"]}, "title": {"type": "string"}}, "required": ["step", "title"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"step" : {"user" : {"data" : {"api_key" : "OpenUV API N\u00f8gle", "latitude" : "Breddegrad", "longitude" : "L\u00e6ngdegrad"}, "title" : "Udfyld dine oplysninger"}}, "title" : "OpenUV"}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"api_key": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["api_key", "latitude", "longitude"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["user"]}, "title": {"type": "string"}}, "required": ["step", "title"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"include" : ["db", "subsystems", "etc"]} | json_instruct | {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Vlan100": {"type": "object", "properties": {"ipv4": {"type": "object", "properties": {"192.168.235.1": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}, "192.168.233.1": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}, "192.168.234.1": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}}, "required": ["192.168.235.1", "192.168.233.1", "192.168.234.1"]}, "ipv6": {"type": "object", "properties": {"2001:db8:85a3:8d3:1319:8a2e:370:7348": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}, "fe80::1": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}}, "required": ["2001:db8:85a3:8d3:1319:8a2e:370:7348", "fe80::1"]}}, "required": ["ipv4", "ipv6"]}, "Ethernet36": {"type": "object", "properties": {"ipv4": {"type": "object", "properties": {"172.17.17.66": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}}, "required": ["172.17.17.66"]}, "ipv6": {"type": "object", "properties": {"fe80::2": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}, "2001:db8:85a3:8d3:1319:8a2e:370:7349": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}}, "required": ["fe80::2", "2001:db8:85a3:8d3:1319:8a2e:370:7349"]}}, "required": ["ipv4", "ipv6"]}}, "required": ["Vlan100", "Ethernet36"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Vlan100" : {"ipv4" : {"192.168.235.1" : {"prefix_length" : 24}, "192.168.233.1" : {"prefix_length" : 24}, "192.168.234.1" : {"prefix_length" : 24}}, "ipv6" : {"2001:db8:85a3:8d3:1319:8a2e:370:7348" : {"prefix_length" : 64}, "fe80::1" : {"prefix_length" : 64}}}, "Ethernet36" : {"ipv4" : {"172.17.17.66" : {"prefix_length" : 25}}, "ipv6" : {"fe80::2" : {"prefix_length" : 64}, "2001:db8:85a3:8d3:1319:8a2e:370:7349" : {"prefix_length" : 64}}}} | json_instruct | {"type": "object", "properties": {"Vlan100": {"type": "object", "properties": {"ipv4": {"type": "object", "properties": {"192.168.235.1": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}, "192.168.233.1": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}, "192.168.234.1": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}}, "required": ["192.168.235.1", "192.168.233.1", "192.168.234.1"]}, "ipv6": {"type": "object", "properties": {"2001:db8:85a3:8d3:1319:8a2e:370:7348": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}, "fe80::1": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}}, "required": ["2001:db8:85a3:8d3:1319:8a2e:370:7348", "fe80::1"]}}, "required": ["ipv4", "ipv6"]}, "Ethernet36": {"type": "object", "properties": {"ipv4": {"type": "object", "properties": {"172.17.17.66": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}}, "required": ["172.17.17.66"]}, "ipv6": {"type": "object", "properties": {"fe80::2": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}, "2001:db8:85a3:8d3:1319:8a2e:370:7349": {"type": "object", "properties": {"prefix_length": {"type": "integer"}}, "required": ["prefix_length"]}}, "required": ["fe80::2", "2001:db8:85a3:8d3:1319:8a2e:370:7349"]}}, "required": ["ipv4", "ipv6"]}}, "required": ["Vlan100", "Ethernet36"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1999, 6], [2006, 6], [2007, 6], [2011, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"phishing": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "phishing_notification_title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "phishing_notification_content": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "phishing_notification_suspect_title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "phishing_notification_suspect_content": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["phishing", "phishing_notification_title", "phishing_notification_content", "phishing_notification_suspect_title", "phishing_notification_suspect_content"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"phishing" : {"message" : "Phishing"}, "phishing_notification_title" : {"message" : "Phishing rilevato!"}, "phishing_notification_content" : {"message" : "Il sito Web che stai guardando potrebbe essere phishing"}, "phishing_notification_suspect_title" : {"message" : "Rilevato sito Web sospetto!"}, "phishing_notification_suspect_content" : {"message" : "Il sito Web a cui hai effettuato l'accesso sembra anormale. Attenzione al phishing o alla truffa!"}} | json_instruct | {"type": "object", "properties": {"phishing": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "phishing_notification_title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "phishing_notification_content": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "phishing_notification_suspect_title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "phishing_notification_suspect_content": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["phishing", "phishing_notification_title", "phishing_notification_content", "phishing_notification_suspect_title", "phishing_notification_suspect_content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Denton, NE"], "state" : "NE", "postal_code" : "68339", "locality" : "Denton, NE", "lat" : 40.732053, "region" : {"fips" : "31", "abbr" : "NE", "name" : "Nebraska"}, "city" : "Denton", "type" : "STANDARD", "lng" : -96.870103, "counties" : [{"fips" : "109", "name" : "Lancaster County"}, {"fips" : "151", "name" : "Saline County"}, {"fips" : "159", "name" : "Seward County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}, "display": {"type": "object", "properties": {"thirdperson_lefthand": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "integer"}}}, "required": ["scale"]}, "thirdperson_righthand": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "integer"}}}, "required": ["scale"]}}, "required": ["thirdperson_lefthand", "thirdperson_righthand"]}}, "required": ["parent", "textures", "display"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "item/generated", "textures" : {"layer0" : "modularwarfare:items/armor/omw.uniform_chest"}, "display" : {"thirdperson_lefthand" : {"scale" : [0, 0, 0]}, "thirdperson_righthand" : {"scale" : [0, 0, 0]}}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}, "display": {"type": "object", "properties": {"thirdperson_lefthand": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "integer"}}}, "required": ["scale"]}, "thirdperson_righthand": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "integer"}}}, "required": ["scale"]}}, "required": ["thirdperson_lefthand", "thirdperson_righthand"]}}, "required": ["parent", "textures", "display"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [94.488188976378, 37.9345454545455, 0.919622525572777, 97.007874015748, 86.5745454545455, 0.73925344645977, 55.4330708661417, 85.1781818181818, 0.663781374692917, 37.0393700787402, 129.629090909091, 0.745717883110046, 33.511811023622, 171.52, 0.765853926539421, 136.818897637795, 87.5054545454545, 0.657778263092041, 138.07874015748, 148.945454545455, 0.670151695609093, 122.204724409449, 203.403636363636, 0.673845626413822, 64.251968503937, 196.421818181818, 0.294386713881977, 0, 0, 0, 0, 0, 0, 114.897637795276, 199.68, 0.274300622520968, 0, 0, 0, 0, 0, 0, 87.1811023622047, 31.8836363636364, 0.959293618798256, 103.55905511811, 31.6509090909091, 0.963485285639763, 77.6062992125984, 40.96, 0.872325107455254, 114.645669291339, 38.8654545454545, 0.887225747108459], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | 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_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "1.32.0"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.pythonPath", "python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "/home/acmt/.virtualenvs/flaskwebgui-hf19E9vW/bin/python", "python.analysis.extraPaths" : ["/home/acmt/Documents/flaskwebgui/examples/flask-metro4-theme"]} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.pythonPath", "python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "fruit_sellers_toil", "originalId" : 373109, "rarity" : 3, "name" : "Fruit Seller's Toil", "description" : "Fruits and vegetables have been tightly piled together here without any care for how they might affect one another. Perhaps the merchant in question was far too tired to quibble about such details.\\nPlacing a Mist Flower within a sack is an easy solution to the problem, but the price of one Mist Flower may exceed several days' worth of a merchant's income, which makes it an unprofitable proposition.", "load" : 24, "energy" : 60, "exp" : 60, "category" : [{"id" : 7001, "category" : "Item", "type" : "Exterior"}], "recipe" : [{"id" : "fabric", "name" : "Fabric", "amount" : 12}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"train_accuracy": {"type": "number"}, "train_accuracy_per_label": {"type": "object", "properties": {".": {"type": "number"}, "ADJ": {"type": "number"}, "ADP": {"type": "number"}, "ADV": {"type": "number"}, "CONJ": {"type": "number"}, "DET": {"type": "number"}, "NOUN": {"type": "number"}, "NUM": {"type": "number"}, "PRON": {"type": "number"}, "PRT": {"type": "number"}, "VERB": {"type": "number"}, "X": {"type": "number"}, "<pad>": {"type": "integer"}}, "required": [".", "ADJ", "ADP", "ADV", "CONJ", "DET", "NOUN", "NUM", "PRON", "PRT", "VERB", "X", "<pad>"]}, "train_loss": {"type": "number"}, "validation_accuracy": {"type": "number"}, "validation_accuracy_per_label": {"type": "object", "properties": {".": {"type": "number"}, "ADJ": {"type": "number"}, "ADP": {"type": "number"}, "ADV": {"type": "number"}, "CONJ": {"type": "number"}, "DET": {"type": "number"}, "NOUN": {"type": "number"}, "NUM": {"type": "number"}, "PRON": {"type": "number"}, "PRT": {"type": "number"}, "VERB": {"type": "number"}, "X": {"type": "number"}, "<pad>": {"type": "integer"}}, "required": [".", "ADJ", "ADP", "ADV", "CONJ", "DET", "NOUN", "NUM", "PRON", "PRT", "VERB", "X", "<pad>"]}, "validation_loss": {"type": "number"}, "epoch_num": {"type": "integer"}}, "required": ["train_accuracy", "train_accuracy_per_label", "train_loss", "validation_accuracy", "validation_accuracy_per_label", "validation_loss", "epoch_num"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"train_accuracy" : 0.6014463091826988, "train_accuracy_per_label" : {"." : 0.9477272727272728, "ADJ" : 0.05952380952380952, "ADP" : 0.7806215722120659, "ADV" : 0.027918781725888325, "CONJ" : 0.19254658385093168, "DET" : 0.7976470588235294, "NOUN" : 0.40773809523809523, "NUM" : 0.14893617021276595, "PRON" : 0.8398203592814372, "PRT" : 0.0, "VERB" : 0.75, "X" : 0.8394698085419735, "<pad>" : 0}, "train_loss" : 1.5660799741744995, "validation_accuracy" : 0.5784453981878874, "validation_accuracy_per_label" : {"." : 0.9357429718875502, "ADJ" : 0.050505050505050504, "ADP" : 0.7748344370860927, "ADV" : 0.007751937984496124, "CONJ" : 0.5714285714285714, "DET" : 0.7384615384615385, "NOUN" : 0.37184873949579833, "NUM" : 0.058823529411764705, "PRON" : 0.7760416666666666, "PRT" : 0.0, "VERB" : 0.7409470752089137, "X" : 0.7988826815642458, "<pad>" : 0}, "validation_loss" : 1.6040068864822388, "epoch_num" : 10} | json_instruct | {"type": "object", "properties": {"train_accuracy": {"type": "number"}, "train_accuracy_per_label": {"type": "object", "properties": {".": {"type": "number"}, "ADJ": {"type": "number"}, "ADP": {"type": "number"}, "ADV": {"type": "number"}, "CONJ": {"type": "number"}, "DET": {"type": "number"}, "NOUN": {"type": "number"}, "NUM": {"type": "number"}, "PRON": {"type": "number"}, "PRT": {"type": "number"}, "VERB": {"type": "number"}, "X": {"type": "number"}, "<pad>": {"type": "integer"}}, "required": [".", "ADJ", "ADP", "ADV", "CONJ", "DET", "NOUN", "NUM", "PRON", "PRT", "VERB", "X", "<pad>"]}, "train_loss": {"type": "number"}, "validation_accuracy": {"type": "number"}, "validation_accuracy_per_label": {"type": "object", "properties": {".": {"type": "number"}, "ADJ": {"type": "number"}, "ADP": {"type": "number"}, "ADV": {"type": "number"}, "CONJ": {"type": "number"}, "DET": {"type": "number"}, "NOUN": {"type": "number"}, "NUM": {"type": "number"}, "PRON": {"type": "number"}, "PRT": {"type": "number"}, "VERB": {"type": "number"}, "X": {"type": "number"}, "<pad>": {"type": "integer"}}, "required": [".", "ADJ", "ADP", "ADV", "CONJ", "DET", "NOUN", "NUM", "PRON", "PRT", "VERB", "X", "<pad>"]}, "validation_loss": {"type": "number"}, "epoch_num": {"type": "integer"}}, "required": ["train_accuracy", "train_accuracy_per_label", "train_loss", "validation_accuracy", "validation_accuracy_per_label", "validation_loss", "epoch_num"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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": {"type": "object", "properties": {}, "required": []}, "description": {"type": "null"}, "t_id": {"type": "integer"}, "amount": {"type": "null"}, "sample_name": {"type": "null"}}, "required": ["tof_type", "rate", "tof", "potential", "current", "e_id", "tspan", "r_id", "rate_calc_kwargs", "description", "t_id", "amount", "sample_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tof_type" : "activity", "rate" : 2.691866074718547e-12, "tof" : 4.616963123289676e-06, "potential" : 1.3088461889399998, "current" : 9.597579104696537e-06, "e_id" : 73, "tspan" : [3930, 3980], "r_id" : null, "rate_calc_kwargs" : {}, "description" : null, "t_id" : 569, "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": {"type": "object", "properties": {}, "required": []}, "description": {"type": "null"}, "t_id": {"type": "integer"}, "amount": {"type": "null"}, "sample_name": {"type": "null"}}, "required": ["tof_type", "rate", "tof", "potential", "current", "e_id", "tspan", "r_id", "rate_calc_kwargs", "description", "t_id", "amount", "sample_name"], "$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"}, "installer": {"type": "string"}, "installer_options": {"type": "string"}}, "required": ["name", "description", "installer", "installer_options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bower", "description" : "Use Bower for Web Dependencies", "installer" : "npm", "installer_options" : "-g"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "installer": {"type": "string"}, "installer_options": {"type": "string"}}, "required": ["name", "description", "installer", "installer_options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 109341, "UUID" : "8BB0024B-F722-401B-86D3-F8D5B2DF0E61", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "44786", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 109687, "Title" : "Hilton Garden Inn Minneapolis Eagan", "AddressLine1" : "1975 Rahncliff CT", "Town" : "Eagan", "StateOrProvince" : "Minnesota", "Postcode" : "55122", "CountryID" : 2, "Latitude" : 44.788633, "Longitude" : -93.206451, "ContactTelephone1" : "(651) 686-4605", "DistanceUnit" : 0}, "Connections" : [{"ID" : 154459, "ConnectionTypeID" : 30, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 16, "CurrentTypeID" : 20, "Quantity" : 3}], "NumberOfPoints" : 3, "GeneralComments" : "3 Tesla Connectors, up to 16kW.Available for customers. Self park.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2018-10-11T14:28:00Z", "DataQualityLevel" : 1, "DateCreated" : "2018-10-11T14:28:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "test": {"type": "string"}}, "required": ["example", "test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"https": {"type": "string"}}, "required": ["https"]}, "devDependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "express": {"type": "string"}, "jade": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}, "validator": {"type": "string"}}, "required": ["bluebird", "express", "jade", "mocha", "should", "validator"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pwncheck", "version" : "0.0.1", "description" : "A straightforward API wrapper for the Have I Been Pwned? service, which aggregates information from publicly leaked security breaches.", "main" : "lib/pwncheck.js", "directories" : {"example" : "examples", "test" : "test"}, "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/lfk/node-pwncheck.git"}, "keywords" : ["security", "haveibeenpwned", "password"], "author" : {"name" : "Lars Fredrik Karlstr\u00f6m", "email" : "cbsmth@gmail.com"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/lfk/node-pwncheck/issues"}, "homepage" : "https://github.com/lfk/node-pwncheck", "dependencies" : {"https" : "^1.0.0"}, "devDependencies" : {"bluebird" : "^2.9.25", "express" : "^4.12.3", "jade" : "^1.9.2", "mocha" : "^2.2.4", "should" : "^6.0.1", "validator" : "^3.39.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "test": {"type": "string"}}, "required": ["example", "test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"https": {"type": "string"}}, "required": ["https"]}, "devDependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "express": {"type": "string"}, "jade": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}, "validator": {"type": "string"}}, "required": ["bluebird", "express", "jade", "mocha", "should", "validator"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"error" : "A problem occurred, your request could not be processed"} | json_instruct | {"type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "9415033001", "nama" : "OMANASEP"}, {"id" : "9415033002", "nama" : "WARKAI"}, {"id" : "9415033003", "nama" : "YOU"}, {"id" : "9415033004", "nama" : "BIWAR LAUT"}, {"id" : "9415033005", "nama" : "ATAMBUTS"}, {"id" : "9415033006", "nama" : "DESEP"}, {"id" : "9415033007", "nama" : "PIRPIS"}] | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "wheelchair": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "opening_hours", "wheelchair", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/1266977069", "properties" : {"amenity" : "marketplace", "name" : "Wochenmarkt Vauban", "opening_hours" : "We 14:30-18:30; PH off", "wheelchair" : "yes", "id" : "node/1266977069"}, "geometry" : {"type" : "Point", "coordinates" : [7.8251919, 47.9750288]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "wheelchair": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "opening_hours", "wheelchair", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Oberschule Meckelfeld", "id" : "NI-61578-1", "address" : "Appenstedter Weg, 21217\u00a0Seevetal", "school_type" : "Hauptschule", "phone" : "040 7691404-0", "email" : "info@obsmeckelfeld.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 10.027106, "lat" : 53.41755} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"from": {"type": "object", "properties": {"description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "type": {"type": "string"}}, "required": ["description", "items", "type"]}, "ports": {"type": "object", "properties": {"description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "type": {"type": "string"}}, "required": ["description", "items", "type"]}}, "required": ["from", "ports"]}, "type": {"type": "string"}}, "required": ["description", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "A particular set of traffic that is allowed to the Pods matched by a NetworkPolicy's `podSelector`. The traffic must match both `ports` and `from`.", "properties" : {"from" : {"description" : "List of sources which should be able to access the Pods selected by this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the `from` list.", "items" : {"$ref" : "#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer"}, "type" : "array"}, "ports" : {"description" : "List of ports which should be made accessible on the Pods selected by this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items" : {"$ref" : "#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort"}, "type" : "array"}}, "type" : "object"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"from": {"type": "object", "properties": {"description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "type": {"type": "string"}}, "required": ["description", "items", "type"]}, "ports": {"type": "object", "properties": {"description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "type": {"type": "string"}}, "required": ["description", "items", "type"]}}, "required": ["from", "ports"]}, "type": {"type": "string"}}, "required": ["description", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"$class": {"type": "string"}, "namespace": {"type": "string"}, "imports": {"type": "array", "items": {}}, "declarations": {"type": "array", "items": {"type": "object", "properties": {"$class": {"type": "string"}, "name": {"type": "string"}, "isAbstract": {"type": "boolean"}, "properties": {"type": "array", "items": {}}, "location": {"type": "object", "properties": {"$class": {"type": "string"}, "start": {"type": "object", "properties": {"offset": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "$class": {"type": "string"}}, "required": ["offset", "line", "column", "$class"]}, "end": {"type": "object", "properties": {"offset": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "$class": {"type": "string"}}, "required": ["offset", "line", "column", "$class"]}}, "required": ["$class", "start", "end"]}}, "required": ["$class", "name", "isAbstract", "properties", "location"]}}}, "required": ["$class", "namespace", "imports", "declarations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$class" : "concerto.metamodel.Model", "namespace" : "concerto", "imports" : [], "declarations" : [{"$class" : "concerto.metamodel.ConceptDeclaration", "name" : "Concept", "isAbstract" : true, "properties" : [], "location" : {"$class" : "concerto.metamodel.Range", "start" : {"offset" : 19, "line" : 2, "column" : 1, "$class" : "concerto.metamodel.Position"}, "end" : {"offset" : 46, "line" : 2, "column" : 28, "$class" : "concerto.metamodel.Position"}}}, {"$class" : "concerto.metamodel.ConceptDeclaration", "name" : "Asset", "isAbstract" : true, "properties" : [], "location" : {"$class" : "concerto.metamodel.Range", "start" : {"offset" : 47, "line" : 3, "column" : 1, "$class" : "concerto.metamodel.Position"}, "end" : {"offset" : 83, "line" : 3, "column" : 37, "$class" : "concerto.metamodel.Position"}}, "identified" : {"$class" : "concerto.metamodel.Identified"}}, {"$class" : "concerto.metamodel.ConceptDeclaration", "name" : "Participant", "isAbstract" : true, "properties" : [], "location" : {"$class" : "concerto.metamodel.Range", "start" : {"offset" : 84, "line" : 4, "column" : 1, "$class" : "concerto.metamodel.Position"}, "end" : {"offset" : 126, "line" : 4, "column" : 43, "$class" : "concerto.metamodel.Position"}}, "identified" : {"$class" : "concerto.metamodel.Identified"}}, {"$class" : "concerto.metamodel.ConceptDeclaration", "name" : "Transaction", "isAbstract" : true, "properties" : [], "location" : {"$class" : "concerto.metamodel.Range", "start" : {"offset" : 127, "line" : 5, "column" : 1, "$class" : "concerto.metamodel.Position"}, "end" : {"offset" : 158, "line" : 5, "column" : 32, "$class" : "concerto.metamodel.Position"}}}, {"$class" : "concerto.metamodel.ConceptDeclaration", "name" : "Event", "isAbstract" : true, "properties" : [], "location" : {"$class" : "concerto.metamodel.Range", "start" : {"offset" : 159, "line" : 6, "column" : 1, "$class" : "concerto.metamodel.Position"}, "end" : {"offset" : 184, "line" : 6, "column" : 26, "$class" : "concerto.metamodel.Position"}}}]} | json_instruct | {"type": "object", "properties": {"$class": {"type": "string"}, "namespace": {"type": "string"}, "imports": {"type": "array", "items": {}}, "declarations": {"type": "array", "items": {"type": "object", "properties": {"$class": {"type": "string"}, "name": {"type": "string"}, "isAbstract": {"type": "boolean"}, "properties": {"type": "array", "items": {}}, "location": {"type": "object", "properties": {"$class": {"type": "string"}, "start": {"type": "object", "properties": {"offset": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "$class": {"type": "string"}}, "required": ["offset", "line", "column", "$class"]}, "end": {"type": "object", "properties": {"offset": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "$class": {"type": "string"}}, "required": ["offset", "line", "column", "$class"]}}, "required": ["$class", "start", "end"]}}, "required": ["$class", "name", "isAbstract", "properties", "location"]}}}, "required": ["$class", "namespace", "imports", "declarations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "dee1dc56f075f1aebcd38eb35ddc14d7f05f09d0"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"status_code": {"type": "integer"}, "user_list": {"type": "array", "items": {}}, "extra": {"type": "object", "properties": {"now": {"type": "integer"}, "fatal_item_ids": {"type": "array", "items": {}}, "logid": {"type": "string"}}, "required": ["now", "fatal_item_ids", "logid"]}, "log_pb": {"type": "object", "properties": {"impr_id": {"type": "string"}}, "required": ["impr_id"]}}, "required": ["status_code", "user_list", "extra", "log_pb"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status_code" : 0, "user_list" : [], "extra" : {"now" : 1634916172000, "fatal_item_ids" : [], "logid" : "202110222322520102111971531722494B"}, "log_pb" : {"impr_id" : "202110222322520102111971531722494B"}} | json_instruct | {"type": "object", "properties": {"status_code": {"type": "integer"}, "user_list": {"type": "array", "items": {}}, "extra": {"type": "object", "properties": {"now": {"type": "integer"}, "fatal_item_ids": {"type": "array", "items": {}}, "logid": {"type": "string"}}, "required": ["now", "fatal_item_ids", "logid"]}, "log_pb": {"type": "object", "properties": {"impr_id": {"type": "string"}}, "required": ["impr_id"]}}, "required": ["status_code", "user_list", "extra", "log_pb"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"jefspeelt": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["jefspeelt"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"jefspeelt" : {"title" : "JEFspeelt", "channel_id" : 124460382, "link" : "http://twitch.tv/jefspeelt", "desc" : null, "plans" : {"$4.99" : "244503", "$9.99" : "244508", "$24.99" : "244509"}, "id" : "jefspeelt", "first_seen" : "2017-07-02 22:35:10", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 244503, "emotes" : [{"code" : "jefspeJEF", "image_id" : 235686, "set" : 244503}]}}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"jefspeelt": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["jefspeelt"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"MATRIX_SERVER_FILTER": {"type": "array", "items": {"type": "string"}}, "MATRIX_CLIENT_CONFIG": {"type": "array", "items": {"type": "string"}}}, "required": ["MATRIX_SERVER_FILTER", "MATRIX_CLIENT_CONFIG"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MATRIX_SERVER_FILTER" : ["BloomFilter"], "MATRIX_CLIENT_CONFIG" : ["client-config-none.json", "client-config-triple.json", "client-config-bgp.json", "client-config-bgp-combined.json", "client-config-triplebgp.json"]} | json_instruct | {"type": "object", "properties": {"MATRIX_SERVER_FILTER": {"type": "array", "items": {"type": "string"}}, "MATRIX_CLIENT_CONFIG": {"type": "array", "items": {"type": "string"}}}, "required": ["MATRIX_SERVER_FILTER", "MATRIX_CLIENT_CONFIG"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0xb3da10a01bfd030921d25f1014d35b744685208ddce1cc99524e5da76b703333", "parentHash" : "0x1b9f4cf9013eb459f8416d5cd44ee10b9ee70d2d32154f1ce1ece8917b08e744", "number" : 102631, "timestamp" : 1439840827, "nonce" : "0x1d48486591dcd461", "difficulty" : 4015080602770, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xeB1325C8D9d3ea8D74aC11F4B00F1B2367686319", "extraData" : "0x", "transactions" : []} | 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"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$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"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"redoc": {"type": "string"}}, "required": ["redoc"]}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "API portal", "private" : true, "dependencies" : {"redoc" : "0.x"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"redoc": {"type": "string"}}, "required": ["redoc"]}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"bdd": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["bdd", "lint", "test"]}, "bin": {"type": "object", "properties": {"mocha-chrome": {"type": "string"}}, "required": ["mocha-chrome"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "chrome-launcher": {"type": "string"}, "chrome-remote-interface": {"type": "string"}, "chrome-unmirror": {"type": "string"}, "debug": {"type": "string"}, "deep-assign": {"type": "string"}, "import-local": {"type": "string"}, "loglevel": {"type": "string"}, "meow": {"type": "string"}, "nanobus": {"type": "string"}}, "required": ["chalk", "chrome-launcher", "chrome-remote-interface", "chrome-unmirror", "debug", "deep-assign", "import-local", "loglevel", "meow", "nanobus"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-shellscape": {"type": "string"}, "execa": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "eslint", "eslint-config-shellscape", "execa", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "engines", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mocha-chrome", "version" : "2.0.0", "description" : "\u2615 Run Mocha tests using headless Google Chrome", "main" : "index.js", "scripts" : {"bdd" : "mocha test/test.js --timeout 10000 --exit", "lint" : "eslint index.js cli.js lib/*.js test/*.js", "test" : "npm run lint && npm run bdd"}, "bin" : {"mocha-chrome" : "./cli.js"}, "engines" : {"node" : ">= 8.0.0"}, "repository" : "shellscape/mocha-chrome", "author" : {"name" : "Andrew Powell", "email" : "andrew@shellscape.org", "url" : "shellscape.org"}, "license" : "MIT", "dependencies" : {"chalk" : "^2.0.1", "chrome-launcher" : "^0.10.2", "chrome-remote-interface" : "^0.27.0", "chrome-unmirror" : "^0.1.0", "debug" : "^4.1.1", "deep-assign" : "^3.0.0", "import-local" : "^2.0.0", "loglevel" : "^1.4.1", "meow" : "^5.0.0", "nanobus" : "^4.2.0"}, "devDependencies" : {"chai" : "^4.1.0", "eslint" : "^5.12.0", "eslint-config-shellscape" : "^2.0.2", "execa" : "^1.0.0", "mocha" : "^5.0.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"bdd": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["bdd", "lint", "test"]}, "bin": {"type": "object", "properties": {"mocha-chrome": {"type": "string"}}, "required": ["mocha-chrome"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "chrome-launcher": {"type": "string"}, "chrome-remote-interface": {"type": "string"}, "chrome-unmirror": {"type": "string"}, "debug": {"type": "string"}, "deep-assign": {"type": "string"}, "import-local": {"type": "string"}, "loglevel": {"type": "string"}, "meow": {"type": "string"}, "nanobus": {"type": "string"}}, "required": ["chalk", "chrome-launcher", "chrome-remote-interface", "chrome-unmirror", "debug", "deep-assign", "import-local", "loglevel", "meow", "nanobus"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-shellscape": {"type": "string"}, "execa": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "eslint", "eslint-config-shellscape", "execa", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "engines", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "a9420886-f8f5-476b-af88-d6ef4ee88e7c", "name" : "Default test", "children" : ["9596e6e0-9894-40e6-aeed-6c4d3d0ba6c5"], "befores" : [], "afters" : [], "links" : [], "start" : 1586240705183, "stop" : 1586240788767} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "mysticalworld:block/iron_brick_small_post"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1970, 6], [1971, 10], [1972, 5], [1973, 6], [1974, 6], [1977, 8], [1979, 8], [1980, 6], [1982, 7], [1983, 13], [1984, 10], [1985, 14], [1986, 7], [1987, 13], [1988, 15], [1989, 12], [1990, 10], [1991, 13], [1992, 11], [1993, 9], [1994, 10], [1995, 5], [1996, 13], [1997, 12], [1998, 9], [1999, 9], [2001, 6], [2003, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"default": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "spans": {"type": "array", "items": {}}}, "required": ["type", "text", "spans"]}}, "description": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "spans": {"type": "array", "items": {}}}, "required": ["type", "text", "spans"]}}, "email": {"type": "string"}}, "required": ["id", "title", "description", "email"]}}, "required": ["default"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"default" : {"id" : "hero", "title" : [{"type" : "heading1", "text" : "Get in touch", "spans" : []}], "description" : [{"type" : "paragraph", "text" : "We\u2019ll learn a little bit about you and your project and get create a plan to start make improvements", "spans" : []}], "email" : "sales@skyward.digital"}} | json_instruct | {"type": "object", "properties": {"default": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "spans": {"type": "array", "items": {}}}, "required": ["type", "text", "spans"]}}, "description": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "spans": {"type": "array", "items": {}}}, "required": ["type", "text", "spans"]}}, "email": {"type": "string"}}, "required": ["id", "title", "description", "email"]}}, "required": ["default"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See shscomi on Metamath](http://us.metamath.org/mpegif/shscomi.html)"}], "names" : ["shscomi"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_csh", "#T_cB", "#T_wcel", "#T_csh", "#T_cA", "#T_cph", "#T_cB", "#T_wceq", "#T_cB", "#T_cph", "#T_cA"], "metaLanguage" : "METAMATH", "remarks" : " Commutative law for subspace sum. (Contributed by NM, 17-Oct-1999.) (New usage is discouraged.) ", "statement" : "shincl.1 $e |- A e. SH $.\nshincl.2 $e |- B e. SH $.\nshscomi $p |- ( A +H B ) = ( B +H A ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"ID": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "AID": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "WSPATH": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["ID", "AID", "WSPATH"]}, "website": {"type": "string"}, "repository": {"type": "string"}, "stack": {"type": "string"}}, "required": ["name", "description", "keywords", "env", "website", "repository", "stack"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "demo", "description" : "Deploy demo on Heroku.", "keywords" : ["V2Ray"], "env" : {"ID" : {"description" : "UUID", "value" : "898f54b6-2565-4998-a6eb-bc03a8f78f06"}, "AID" : {"description" : "AlterID", "value" : "64"}, "WSPATH" : {"description" : "WebSocket Path", "value" : "/"}}, "website" : "https://demo.acquirecord.top/", "repository" : "https://github.com/riiy/demo", "stack" : "container"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"ID": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "AID": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "WSPATH": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["ID", "AID", "WSPATH"]}, "website": {"type": "string"}, "repository": {"type": "string"}, "stack": {"type": "string"}}, "required": ["name", "description", "keywords", "env", "website", "repository", "stack"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "70334", "ProductId" : "P1000-05", "UserId" : "A2WE93LJX8PMT1", "ProfileName" : "A. Hansen \"AH Booklover\"", "HelpfulnessNumerator" : 1, "HelpfulnessDenominator" : 1, "Score" : 4, "Time" : "1333324800", "Summary" : "Simliar product to what's already on the market.", "text" : "Overall not a bad product, just wasn't what I expected when I read the box before trying. I assumed I would be getting a \"Tea and Honey\" drink with a slight flavor of Strawberry. Instead, I feel as though I received a strawberry flavored water drink less any sort of tea and honey flavor. For those of you who might have tried other products similar to this (Crystal Light) it is very close to the same in my opinion. Now, if you hate plain water this might be perfect for you! Just don't expect a dramatic taste difference because the words \"Tea & Honey\" are printed on the box.<br /><br />The product does not always \"completely\" dissolve unless you keep stirring or really shake your water bottle but I didn't notice those particles mattered while drinking it. You could just see small pieces that didn't completely dissolve at the bottom of your cup/bottle of water.<br /><br />The small packets are easy to use, just tear the corner and add to water. No problems with ease of use!"} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "La Neuville-sur-Oudeuil", "dpt" : "Oise", "inscrits" : 226, "abs" : 38, "votants" : 188, "blancs" : 21, "nuls" : 5, "exp" : 162, "res" : [{"panneau" : "2", "voix" : 89}, {"panneau" : "1", "voix" : 73}]} | 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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1505030003", "district_id" : "1505030", "name" : "MEKAR SARI"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "d69d99d0-e73e-4834-ba50-10167eb7ce77", "data" : [{"text" : "Wie viele Stunden muss man pro Woche investieren", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "c71a33b5-ec0d-4428-8a07-d3c765d1bf51", "data" : [{"text" : "Wie viele Wochenstunden hat man im ", "userDefined" : false}, {"text" : "ersten", "alias" : "date", "meta" : "@sys.date", "userDefined" : false}, {"text" : " semester", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.