input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 421191247, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "c7efbee09706f0092488b93c760de69b", "wof:id" : 421191247, "wof:repo" : "whosonfirst-data-admin-ec"}, "bbox" : [-79.742889, -3.3139615, -79.742889, -3.3139615], "geometry" : {"coordinates" : [-79.742889, -3.3139615], "type" : "Point"}}
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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "language": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "immutable": {"type": "boolean"}, "compose": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "filter": {"type": "array", "items": {"type": "object", "properties": {"property": {"type": "string"}, "op": {"type": "string"}, "value": {"type": "string"}}, "required": ["property", "op", "value"]}}}, "required": ["system", "filter"]}}}, "required": ["include"]}}, "required": ["resourceType", "id", "language", "text", "url", "identifier", "version", "name", "title", "status", "date", "description", "immutable", "compose"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "ValueSet", "id" : "v3-ActRelationshipIsEtiologyFor", "language" : "en", "text" : {"status" : "empty", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Redacted for size</div>"}, "url" : "http://terminology.hl7.org/ValueSet/v3-ActRelationshipIsEtiologyFor", "identifier" : [{"system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.1.11.19967"}], "version" : "2.0.0", "name" : "ActRelationshipIsEtiologyFor", "title" : "ActRelationshipIsEtiologyFor", "status" : "active", "date" : "2014-03-26", "description" : "An assertion that a new observation was assumed to be the cause for another existing observation. The assumption is attributed to the same actor who asserts the observation. This is stronger and more specific than the support link. For example, a growth of Staphylococcus aureus may be considered the cause of an abscess. The source (cause) is typically an observation, but may be any service, while the target must be an observation.", "immutable" : true, "compose" : {"include" : [{"system" : "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType", "filter" : [{"property" : "concept", "op" : "is-a", "value" : "CAUS"}]}]}}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "language": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "immutable": {"type": "boolean"}, "compose": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "filter": {"type": "array", "items": {"type": "object", "properties": {"property": {"type": "string"}, "op": {"type": "string"}, "value": {"type": "string"}}, "required": ["property", "op", "value"]}}}, "required": ["system", "filter"]}}}, "required": ["include"]}}, "required": ["resourceType", "id", "language", "text", "url", "identifier", "version", "name", "title", "status", "date", "description", "immutable", "compose"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _getRhumbLineBearing = _interopRequireDefault(require(\"./getRhumbLineBearing\"));\n\nfunction _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\n\nvar getCompassDirection = function getCompassDirection(origin, dest) {\n var bearingFn = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : _getRhumbLineBearing.default;\n var bearing = typeof bearingFn === \"function\" ? bearingFn(origin, dest) : (0, _getRhumbLineBearing.default)(origin, dest);\n\n if (isNaN(bearing)) {\n throw new Error(\"Could not calculate bearing for given points. Check your bearing function\");\n }\n\n switch (Math.round(bearing / 22.5)) {\n case 1:\n return \"NNE\";\n\n case 2:\n return \"NE\";\n\n case 3:\n return \"ENE\";\n\n case 4:\n return \"E\";\n\n case 5:\n return \"ESE\";\n\n case 6:\n return \"SE\";\n\n case 7:\n return \"SSE\";\n\n case 8:\n return \"S\";\n\n case 9:\n return \"SSW\";\n\n case 10:\n return \"SW\";\n\n case 11:\n return \"WSW\";\n\n case 12:\n return \"W\";\n\n case 13:\n return \"WNW\";\n\n case 14:\n return \"NW\";\n\n case 15:\n return \"NNW\";\n\n default:\n return \"N\";\n }\n};\n\nvar _default = getCompassDirection;\nexports.default = _default;", "map" : null, "metadata" : {}, "sourceType" : "script"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Radio Iubire", "src" : "http://89.39.189.24:7070/;?t=1526283695"}, {"name" : "Radio Voces Campi", "src" : "http://89.41.177.55:8002/;?t=1526283698"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"@nestjs/common": {"type": "string"}, "@nestjs/core": {"type": "string"}, "@nestjs/passport": {"type": "string"}, "passport": {"type": "string"}, "reflect-metadata": {"type": "string"}}, "required": ["@nestjs/common", "@nestjs/core", "@nestjs/passport", "passport", "reflect-metadata"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "test:watch", "start", "build", "lint", "prepublish"]}, "dependencies": {"type": "object", "properties": {"@nestjs-hybrid-auth/core": {"type": "string"}, "@types/lodash": {"type": "string"}, "@types/passport-facebook": {"type": "string"}, "lodash": {"type": "string"}, "passport-facebook": {"type": "string"}}, "required": ["@nestjs-hybrid-auth/core", "@types/lodash", "@types/passport-facebook", "lodash", "passport-facebook"]}}, "required": ["name", "description", "version", "license", "author", "repository", "bugs", "homepage", "keywords", "main", "typings", "files", "peerDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@nestjs-hybrid-auth/facebook", "description" : "NestJS facebook authentication using passport", "version" : "1.0.1", "license" : "MIT", "author" : "Manish Jangir <mjangir70@gmail.com> (https://manishjangir.com)", "repository" : {"type" : "git", "url" : "git+https://github.com/mjangir/nestjs-hybrid-auth.git"}, "bugs" : {"url" : "https://github.com/mjangir/nestjs-hybrid-auth/issues"}, "homepage" : "https://nestjs-hybrid-auth.manishjangir.com", "keywords" : ["nestjs facebook", "nestjs passport", "nestjs facebook login", "facebook auth", "nestjs facebook auth", "nestjs login", "nestjs social login"], "main" : "dist/index.js", "typings" : "dist/index.d.ts", "files" : ["dist"], "peerDependencies" : {"@nestjs/common" : "^8.0.0", "@nestjs/core" : "^8.0.0", "@nestjs/passport" : "^8.0.0", "passport" : "^0.5.0", "reflect-metadata" : "^0.1.13"}, "scripts" : {"test" : "tsdx test --env=jsdom", "test:watch" : "npm run test -- --watchAll", "start" : "tsdx watch --target node --tsconfig tsconfig.build.json --verbose --noClean", "build" : "tsdx build --target node --tsconfig tsconfig.build.json", "lint" : "tsdx lint src", "prepublish" : "npm run build"}, "dependencies" : {"@nestjs-hybrid-auth/core" : "^1.0.1", "@types/lodash" : "^4.14.174", "@types/passport-facebook" : "^2.1.11", "lodash" : "^4.17.21", "passport-facebook" : "^3.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"@nestjs/common": {"type": "string"}, "@nestjs/core": {"type": "string"}, "@nestjs/passport": {"type": "string"}, "passport": {"type": "string"}, "reflect-metadata": {"type": "string"}}, "required": ["@nestjs/common", "@nestjs/core", "@nestjs/passport", "passport", "reflect-metadata"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "test:watch", "start", "build", "lint", "prepublish"]}, "dependencies": {"type": "object", "properties": {"@nestjs-hybrid-auth/core": {"type": "string"}, "@types/lodash": {"type": "string"}, "@types/passport-facebook": {"type": "string"}, "lodash": {"type": "string"}, "passport-facebook": {"type": "string"}}, "required": ["@nestjs-hybrid-auth/core", "@types/lodash", "@types/passport-facebook", "lodash", "passport-facebook"]}}, "required": ["name", "description", "version", "license", "author", "repository", "bugs", "homepage", "keywords", "main", "typings", "files", "peerDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "brief": {"type": "string"}, "highlights": {"type": "object", "properties": {"github": {"type": "string"}, "tindie": {"type": "string"}}, "required": ["github", "tindie"]}, "links": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["name", "category", "brief", "highlights", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "PortaStation", "category" : "Equipment", "brief" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Nibh praesent tristique magna sit amet purus gravida. Sagittis nisl rhoncus mattis rhoncus urna neque viverra justo. Et tortor consequat id porta nibh venenatis cras sed felis. Faucibus nisl tincidunt eget nullam non nisi est sit.", "highlights" : {"github" : "innoveworkshop/portastation", "tindie" : "11453"}, "links" : [{"title" : "Project Website", "url" : "http://innoveworkshop.com/en"}, {"title" : "Test Thingy", "url" : "https://google.com/"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "brief": {"type": "string"}, "highlights": {"type": "object", "properties": {"github": {"type": "string"}, "tindie": {"type": "string"}}, "required": ["github", "tindie"]}, "links": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["name", "category", "brief", "highlights", "links"], "$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"}, "license": {"type": "string"}, "repository": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}, "access": {"type": "string"}}, "required": ["registry", "access"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "dependencies": {"type": "object", "properties": {"@rollup/plugin-commonjs": {"type": "string"}, "@rollup/plugin-json": {"type": "string"}, "@rollup/plugin-node-resolve": {"type": "string"}, "@rollup/plugin-replace": {"type": "string"}, "@swissquote/crafty-preset-terser": {"type": "string"}, "ansi-colors": {"type": "string"}, "debug": {"type": "string"}, "pretty-hrtime": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-pnp-resolve": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}}, "required": ["@rollup/plugin-commonjs", "@rollup/plugin-json", "@rollup/plugin-node-resolve", "@rollup/plugin-replace", "@swissquote/crafty-preset-terser", "ansi-colors", "debug", "pretty-hrtime", "rollup", "rollup-plugin-pnp-resolve", "rollup-plugin-terser"]}, "peerDependencies": {"type": "object", "properties": {"@swissquote/crafty": {"type": "string"}}, "required": ["@swissquote/crafty"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "license", "repository", "publishConfig", "main", "scripts", "dependencies", "peerDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@swissquote/crafty-runner-rollup", "version" : "1.14.0", "license" : "Apache-2.0", "repository" : "https://github.com/swissquote/crafty.git", "publishConfig" : {"registry" : "https://registry.npmjs.org", "access" : "public"}, "main" : "./src/index.js", "scripts" : {"lint" : "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"}, "dependencies" : {"@rollup/plugin-commonjs" : "19.0.0", "@rollup/plugin-json" : "4.1.0", "@rollup/plugin-node-resolve" : "13.0.0", "@rollup/plugin-replace" : "2.4.2", "@swissquote/crafty-preset-terser" : "1.14.0", "ansi-colors" : "^4.0.0", "debug" : "^4.1.0", "pretty-hrtime" : "1.0.3", "rollup" : "2.50.2", "rollup-plugin-pnp-resolve" : "2.0.0", "rollup-plugin-terser" : "7.0.2"}, "peerDependencies" : {"@swissquote/crafty" : "1.14.0"}, "engines" : {"node" : ">=12"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}, "access": {"type": "string"}}, "required": ["registry", "access"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "dependencies": {"type": "object", "properties": {"@rollup/plugin-commonjs": {"type": "string"}, "@rollup/plugin-json": {"type": "string"}, "@rollup/plugin-node-resolve": {"type": "string"}, "@rollup/plugin-replace": {"type": "string"}, "@swissquote/crafty-preset-terser": {"type": "string"}, "ansi-colors": {"type": "string"}, "debug": {"type": "string"}, "pretty-hrtime": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-pnp-resolve": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}}, "required": ["@rollup/plugin-commonjs", "@rollup/plugin-json", "@rollup/plugin-node-resolve", "@rollup/plugin-replace", "@swissquote/crafty-preset-terser", "ansi-colors", "debug", "pretty-hrtime", "rollup", "rollup-plugin-pnp-resolve", "rollup-plugin-terser"]}, "peerDependencies": {"type": "object", "properties": {"@swissquote/crafty": {"type": "string"}}, "required": ["@swissquote/crafty"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "license", "repository", "publishConfig", "main", "scripts", "dependencies", "peerDependencies", "engines"], "$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": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "1", "Title" : "Responsibility judgments in voting scenarios", "Year" : 2015}, {"Similarity" : "0.99", "Title" : "Decision Making Using Learned Causal Structures", "Year" : 2007}, {"Similarity" : "0.984", "Title" : "Probabilistic generative models for counterfactual reasoning and blame attribution", "Year" : 2012}, {"Similarity" : "0.979", "Title" : "Decision-Making and Biases in Causal-Explanatory Reasoning", "Year" : 2016}, {"Similarity" : "0.973", "Title" : "A Causal Model Theory of Judgment", "Year" : 2011}, {"Similarity" : "0.97", "Title" : "Betting on Transitivity in an Economic Setting", "Year" : 2014}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"cy:open": {"type": "string"}, "test": {"type": "string"}}, "required": ["cy:open", "test"]}, "devDependencies": {"type": "object", "properties": {"@applitools/eyes-cypress": {"type": "string"}, "@cypress/react": {"type": "string"}, "cypress-circleci-reporter": {"type": "string"}}, "required": ["@applitools/eyes-cypress", "@cypress/react", "cypress-circleci-reporter"]}}, "required": ["name", "description", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "example-visual-testing-with-applitools", "description" : "Visual diffing for component testing using Applittols", "private" : true, "scripts" : {"cy:open" : "node ../../../../scripts/cypress open", "test" : "node ../../../../scripts/cypress run"}, "devDependencies" : {"@applitools/eyes-cypress" : "3.14.0", "@cypress/react" : "file:../../dist", "cypress-circleci-reporter" : "0.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"cy:open": {"type": "string"}, "test": {"type": "string"}}, "required": ["cy:open", "test"]}, "devDependencies": {"type": "object", "properties": {"@applitools/eyes-cypress": {"type": "string"}, "@cypress/react": {"type": "string"}, "cypress-circleci-reporter": {"type": "string"}}, "required": ["@applitools/eyes-cypress", "@cypress/react", "cypress-circleci-reporter"]}}, "required": ["name", "description", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-qr7m-3x3j-g7wg", "modified" : "2022-04-23T00:40:42Z", "published" : "2022-04-23T00:40:42Z", "aliases" : ["CVE-2012-1994"], "details" : "HP Systems Insight Manager before 7.0 allows a remote user on adjacent network to access information", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2012-1994"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/75294"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/53315"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id?1026987"}], "database_specific" : {"cwe_ids" : [], "severity" : "LOW", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_66ddzqgd", "name" : "Freumh"}, "date" : {"day" : 1636329600, "full" : 1636393941, "month" : 1635724800, "week" : 1636243200}, "id" : "t3_qpizth", "picture" : {"filesize" : 66772, "fullUrl" : "https://external-preview.redd.it/qZ20ehxapzqQ2STMgWgsjL5-maocPYL1VP1EqZhSkwI.jpg?auto=webp&s=eb9220523176e51208d68f3ff26aa29b39648f36", "hash" : "d471c1e970", "height" : 768, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAgMI/8QAIxAAAgIBAwMFAAAAAAAAAAAAAQIDBBEABSEGElEUI0GBof/EABUBAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREAAwADAAAAAAAAAAAAAAAAAAECETJh/9oADAMBAAIRAxEAPwDOabAyUactxhC1xDLA/cCpUHGD4J+NLc2h2ewaQpSFk5LTHBbIHIGONOe7DJs+2+ptmcVEISqCeWLEgnwAMD61Lq6eG5bhuRzRPLKvuJGSQmMYGTyeD+aKqnCZLauH/9k=", "url" : "https://external-preview.redd.it/qZ20ehxapzqQ2STMgWgsjL5-maocPYL1VP1EqZhSkwI.jpg?width=640&crop=smart&auto=webp&s=ac8f9553de1e1baf034ec53f7d0201e02871ed7a", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 0.82, "ups" : 7, "value" : 7}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Cave"], "title" : "The Fetid Circle Lair (25 x 30)", "url" : "https://www.reddit.com/r/dndmaps/comments/qpizth/the_fetid_circle_lair_25_x_30/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$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": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.2.0", "1.2.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["1.2.1"], "meta" : {"description" : "A Plone addon providing a hook for executing code when a generic setup profile is installed", "homepage" : "https://github.com/4teamwork/ftw.profilehook", "license" : "GPL2"}, "versions" : {"1.0.0" : {"sha256" : "0b1850fae35197faf4122f228a65dfed37e4a32f121284e53c8aad2c99311f67", "url" : "https://files.pythonhosted.org/packages/1d/4d/4a9481264ab5859bf93f7d72b3ede37c3606a35cb86dd55cb399e57ff484/ftw.profilehook-1.0.0.zip"}, "1.2.0" : {"sha256" : "9c06f8c7cac7392484997c1476e18101a3dc4c247360a0e7f25e0495ac4fcfb6", "url" : "https://files.pythonhosted.org/packages/65/3a/e6c1cc8fba08d3fe83b192473ad08c4c527374982a84f1e8058a6760ff94/ftw.profilehook-1.2.0.tar.gz"}, "1.2.1" : {"sha256" : "e51cb15820c0e4d8fe6f3a40c5537a9c8b91359667433390a0c8c95b32debee6", "url" : "https://files.pythonhosted.org/packages/b0/15/50a80da88785885a5dee868bca04c3e88700ef5322fbb37e8849ce40058b/ftw.profilehook-1.2.1.tar.gz"}}}
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": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.2.0", "1.2.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"sn22.18:1.1": {"type": "string"}}, "required": ["sn22.18:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn22.18:1.1" : "cck17.22, dr17.29, ms13S3_110, msdiv18, ndp13.260, vri25.23"}
json_instruct
{"type": "object", "properties": {"sn22.18:1.1": {"type": "string"}}, "required": ["sn22.18:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[11, 34], [0, 78], [57, 43], [42, 71], [14, 80], [58, 0], [44, 111], [51, 81], [33, 42]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "permalink": {"type": "string"}, "homepage_url": {"type": "string"}, "twitter_username": {"type": "string"}, "logo_url": {"type": "string"}, "logo_width": {"type": "integer"}, "logo_height": {"type": "integer"}, "overview": {"type": "string"}, "investment_rounds": {"type": "null"}, "invested_companies": {"type": "null"}}, "required": ["id", "name", "type", "permalink", "homepage_url", "twitter_username", "logo_url", "logo_width", "logo_height", "overview", "investment_rounds", "invested_companies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "p:44019", "name" : "Kai-Fu Lee", "type" : "Person", "permalink" : "/person/kai-fu-lee", "homepage_url" : "http://www.kaifulee.com", "twitter_username" : "kaifulee", "logo_url" : "0006/2835/62835v3-max-250x250.jpg", "logo_width" : 197, "logo_height" : 246, "overview" : "Dr. Kai-Fu Lee is the Founder of Innovation Works. He served as Vice President, Engineering of Google Inc., and President of its Chinese Operations since July 2005.\nHe is widely known for his pioneering work in the areas of speech recognition and artificial intelligence. Dr. Lee joined Google from Microsoft, where he most recently held the position of Corporate Vice President, after founding Microsoft Research China in 1998.\nPrior to joining Microsoft, Dr. Lee was a Vice President and General Manager at Silicon Graphics Inc., responsible for Internet and multimedia software.\nDr. Lee also spent six years at Apple, serving as Vice President of Apple's interactive media group, and before that was an assistant professor at Carnegie Mellon University.\nHe is the Chairman of the Advisory Board at WI Harper Group which he joined on October 1, 2009.\nIn addition, from 1988 to 1990 he was an assistant professor at Carnegie Mellon University, where he developed the world's first speaker-independent continuous speech-recognition system.\nDr. Lee holds a Ph.D. in Computer Science from Carnegie Mellon University and a B.S. in Computer Science with highest honors from Columbia University. He is a Fellow of the IEEE.", "investment_rounds" : null, "invested_companies" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "permalink": {"type": "string"}, "homepage_url": {"type": "string"}, "twitter_username": {"type": "string"}, "logo_url": {"type": "string"}, "logo_width": {"type": "integer"}, "logo_height": {"type": "integer"}, "overview": {"type": "string"}, "investment_rounds": {"type": "null"}, "invested_companies": {"type": "null"}}, "required": ["id", "name", "type", "permalink", "homepage_url", "twitter_username", "logo_url", "logo_width", "logo_height", "overview", "investment_rounds", "invested_companies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "actor_no_arg": {"type": "string"}, "others_no_arg": {"type": "string"}, "actor_found_target": {"type": "string"}, "others_found": {"type": "string"}, "target_found": {"type": "string"}, "actor_auto": {"type": "string"}, "others_auto": {"type": "string"}}, "required": ["name", "actor_no_arg", "others_no_arg", "actor_found_target", "others_found", "target_found", "actor_auto", "others_auto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "grumble", "actor_no_arg" : "You grumble distractedly to yourself", "others_no_arg" : "$n grumbles and growls. You wonder what's wrong...", "actor_found_target" : "You grumble at $N, disgusted with $S presence.", "others_found" : "$n seems to be a grumpy bear... $e is grumbling at poor $N.", "target_found" : "$n is grumbling at you... what'd you do?", "actor_auto" : "That person is presently AWOL.", "others_auto" : "$"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "actor_no_arg": {"type": "string"}, "others_no_arg": {"type": "string"}, "actor_found_target": {"type": "string"}, "others_found": {"type": "string"}, "target_found": {"type": "string"}, "actor_auto": {"type": "string"}, "others_auto": {"type": "string"}}, "required": ["name", "actor_no_arg", "others_no_arg", "actor_found_target", "others_found", "target_found", "actor_auto", "others_auto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "prod": {"type": "string"}}, "required": ["dev", "watch", "watch-poll", "prod"]}, "devDependencies": {"type": "object", "properties": {"@tailwindcss/typography": {"type": "string"}, "autoprefixer": {"type": "string"}, "concurrently": {"type": "string"}, "cross-env": {"type": "string"}, "laravel-mix": {"type": "string"}, "postcss": {"type": "string"}, "postcss-cli": {"type": "string"}, "postcss-gap": {"type": "string"}, "postcss-import": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["@tailwindcss/typography", "autoprefixer", "concurrently", "cross-env", "laravel-mix", "postcss", "postcss-cli", "postcss-gap", "postcss-import", "tailwindcss"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}, "dependencies": {"type": "object", "properties": {"@savvywombat/tailwindcss-grid-areas": {"type": "string"}, "alpinejs": {"type": "string"}, "lozad": {"type": "string"}, "postcss-nested": {"type": "string"}, "swiper": {"type": "string"}}, "required": ["@savvywombat/tailwindcss-grid-areas", "alpinejs", "lozad", "postcss-nested", "swiper"]}}, "required": ["scripts", "devDependencies", "browserslist", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scripts" : {"dev" : "mix", "watch" : "mix watch", "watch-poll" : "mix watch -- --watch-options-poll=1000", "prod" : "mix --production"}, "devDependencies" : {"@tailwindcss/typography" : "^0.5.0", "autoprefixer" : "^10.2.6", "concurrently" : "^6.2.0", "cross-env" : "^7.0.3", "laravel-mix" : "^6.0.25", "postcss" : "^8.3.5", "postcss-cli" : "^8.3.1", "postcss-gap" : "^1.0.0", "postcss-import" : "^14.0.2", "tailwindcss" : "^3.0.19"}, "browserslist" : {"production" : [">0.2%", "not dead", "not op_mini all"], "development" : ["last 2 chrome version", "last 2 firefox version", "last 2 safari version", "last 2 ie version"]}, "dependencies" : {"@savvywombat/tailwindcss-grid-areas" : "^2.0.1", "alpinejs" : "^3.8.1", "lozad" : "^1.16.0", "postcss-nested" : "^5.0.6", "swiper" : "^8.0.3"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "prod": {"type": "string"}}, "required": ["dev", "watch", "watch-poll", "prod"]}, "devDependencies": {"type": "object", "properties": {"@tailwindcss/typography": {"type": "string"}, "autoprefixer": {"type": "string"}, "concurrently": {"type": "string"}, "cross-env": {"type": "string"}, "laravel-mix": {"type": "string"}, "postcss": {"type": "string"}, "postcss-cli": {"type": "string"}, "postcss-gap": {"type": "string"}, "postcss-import": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["@tailwindcss/typography", "autoprefixer", "concurrently", "cross-env", "laravel-mix", "postcss", "postcss-cli", "postcss-gap", "postcss-import", "tailwindcss"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}, "dependencies": {"type": "object", "properties": {"@savvywombat/tailwindcss-grid-areas": {"type": "string"}, "alpinejs": {"type": "string"}, "lozad": {"type": "string"}, "postcss-nested": {"type": "string"}, "swiper": {"type": "string"}}, "required": ["@savvywombat/tailwindcss-grid-areas", "alpinejs", "lozad", "postcss-nested", "swiper"]}}, "required": ["scripts", "devDependencies", "browserslist", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"mix_id": {"type": "integer"}, "mix_sid": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "slug": {"type": "string"}, "url": {"type": "null"}, "image_url": {"type": "null"}, "description": {"type": "null"}, "flavors": {"type": "object", "properties": {"count": {"type": "integer"}, "url": {"type": "string"}}, "required": ["count", "url"]}}, "required": ["mix_id", "mix_sid", "id", "name", "abbreviation", "created_at", "updated_at", "slug", "url", "image_url", "description", "flavors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mix_id" : 2098599250085, "mix_sid" : "qs2zt4th", "id" : 3, "name" : "FlavourArt", "abbreviation" : "FA", "created_at" : "2016-01-26T16:24:01.000-05:00", "updated_at" : "2020-12-13T11:35:00.000-05:00", "slug" : "fa-flavourart", "url" : null, "image_url" : null, "description" : null, "flavors" : {"count" : 472, "url" : "/api/v2/vendors/3/flavors"}}
json_instruct
{"type": "object", "properties": {"mix_id": {"type": "integer"}, "mix_sid": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "slug": {"type": "string"}, "url": {"type": "null"}, "image_url": {"type": "null"}, "description": {"type": "null"}, "flavors": {"type": "object", "properties": {"count": {"type": "integer"}, "url": {"type": "string"}}, "required": ["count", "url"]}}, "required": ["mix_id", "mix_sid", "id", "name", "abbreviation", "created_at", "updated_at", "slug", "url", "image_url", "description", "flavors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019182": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01019182"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01019182" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00096939", "LAD11CD" : "E07000027"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00096942", "LAD11CD" : "E07000027"}, "arcs" : [[5, -3, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00096943", "LAD11CD" : "E07000027"}, "arcs" : [[7, -1, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00096952", "LAD11CD" : "E07000027"}, "arcs" : [[-6, 9, 10, -4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00096955", "LAD11CD" : "E07000027"}, "arcs" : [[-10, -7, -2, -8, 11]]}]}}, "arcs" : [[[6357, 4320], [1381, 309], [1168, -167], [129, 847], [-685, 5], [-440, 295], [-267, -182], [-738, 944]], [[6905, 6371], [1101, 42], [-29, 275], [431, 199], [219, -563], [166, 100]], [[8793, 6424], [69, -188], [387, 240], [265, -544], [220, -1], [121, 770], [-362, 1459]], [[9493, 8160], [-1076, 1555]], [[8417, 9715], [205, 284], [-59, -243], [1014, -1427], [341, -1129], [81, -987], [-323, -854], [76, -1033], [-329, 53], [-183, -364], [-216, -20], [8, -332], [-479, -53], [-42, 609], [-1203, 96], [-49, -5], [-776, -258], [-126, 268]], [[8632, 7457], [587, 377], [-142, 392], [416, -66]], [[8793, 6424], [159, 113], [-320, 920]], [[6458, 6720], [447, -349]], [[6357, 4320], [-461, -208], [165, -441], [-580, -152], [-337, -80], [-517, -680], [-156, 203], [-1373, -2024], [-509, -898], [-575, -40], [-1500, 3991], [-436, 502], [-78, 1190], [775, 322], [868, 784], [1517, -13], [-54, -837], [1447, -164], [355, -426], [760, -99], [517, 565], [273, 905]], [[8632, 7457], [-408, 495]], [[8224, 7952], [-569, 1113], [595, 110], [167, 540]], [[6458, 6720], [-51, 164], [1336, 803], [360, -109], [121, 374]]], "transform" : {"scale" : [2.323964001431042e-06, 1.0660451537286584e-06], "translate" : [-3.268727217728522, 54.102574883982854]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019182": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01019182"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["In a bowl combine well 1/4 cup water, the garlic, the jalape\u00f1o, the soy sauce, the orange juice, the sugar, and the salt, add the scallops, coating them well with the marinade, and chill the mixture, covered, stirring occasionally, for at least 8 hours or overnight. Drain the scallops well. In a heavy skillet, preferably non-stick, heat 1 teaspoon of the oil over moderately high heat until it is hot but not smoking and in it saut\u00e9 the scallops in batches, stirring, for 4 to 5 minutes, or until they are golden brown, transferring them as they are cooked to a plate and adding more of the oil to the skillet if necessary. Arrange a scallop on each cucumber slice and garnish it with a coriander leaf."], "ingredients" : ["3 garlic cloves, or to taste, minced", "5 drained bottled pickled jalape\u00f1o peppers, chopped fine (wear rubber gloves)", "1/3 soy sauce", "3 tablespoons fresh orange juice", "1 teaspoon sugar", "1/4 teaspoon salt", "1-1/2-pounds sea scallops, rinsed,patted dry, and halved horizontally", "about 1 tablespoon vegetable oil", "2 large cucumbers, cut into 1/4-inch thick slices fresh coriander leaves for garnish into", "fresh coriander leaves for garnish"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Shellfish", "Soy", "Vegetable", "Marinate", "Saut\u00e9", "Cocktail Party", "Orange", "Scallop", "Cucumber", "Summer", "Jalape\u00f1o", "Gourmet"], "title" : "Spicy Glazed Scallops on Cucumber Disks", "url" : "http://www.epicurious.com/recipes/food/views/spicy-glazed-scallops-on-cucumber-disks-12355"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : 28123, "cartId" : "a75f97cd-2ed6-4710-b368-8f9d095f62fd", "preferredProducts" : [728, 4856, 978, 4765], "productReviews" : [{"productId" : 1838, "reviewText" : "This Borders works certainly well. It excitedly improves my football by a lot.", "reviewDate" : "2017-08-07T05:54:12.4496425+03:00"}, {"productId" : 4941, "reviewText" : "i use it once a week when i'm in my firetruck.", "reviewDate" : "2019-11-03T03:30:51.5691183+02:00"}, {"productId" : 3815, "reviewText" : "I saw one of these in Saint Lucia and I bought one.", "reviewDate" : "2019-12-07T10:01:34.7906428+02: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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"imstall": {"type": "string"}}, "required": ["imstall"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["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"}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "imstall", "version" : "1.0.28", "description" : "Use 'npx imstall ...' as a package installer for more complex installations.", "main" : "index.js", "bin" : {"imstall" : "imstall.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/briancsparks/imstall.git"}, "author" : "Brian C Sparks", "license" : "MIT", "bugs" : {"url" : "https://github.com/briancsparks/imstall/issues"}, "homepage" : "https://github.com/briancsparks/imstall#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"imstall": {"type": "string"}}, "required": ["imstall"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["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"}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "author", "license", "bugs", "homepage"], "$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"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "copy": {"type": "string"}, "rename": {"type": "string"}, "optimize": {"type": "string"}, "unfill": {"type": "string"}, "build": {"type": "string"}}, "required": ["clean", "copy", "rename", "optimize", "unfill", "build"]}, "devDependencies": {"type": "object", "properties": {"renamer": {"type": "string"}, "replace": {"type": "string"}, "shx": {"type": "string"}, "svgo": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["renamer", "replace", "shx", "svgo", "yargs"]}}, "required": ["name", "version", "description", "license", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@fluentui/svg-icons", "version" : "1.1.127", "description" : "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/microsoft/fluentui-system-icons.git"}, "scripts" : {"clean" : "shx rm -rf ./icons", "copy" : "node ../../importer/generate.js --source=../../assets --dest=./icons --extension=svg", "rename" : "renamer --find ic_fluent_ ./icons/*", "optimize" : "svgo --folder=./icons --precision=2 --disable=removeViewBox,mergePaths", "unfill" : "node unfill.js --path=./icons/", "build" : "npm run copy && npm run rename && npm run optimize && npm run unfill"}, "devDependencies" : {"renamer" : "^2.0.1", "replace" : "^1.2.0", "shx" : "^0.3.2", "svgo" : "^1.3.2", "yargs" : "^14.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "copy": {"type": "string"}, "rename": {"type": "string"}, "optimize": {"type": "string"}, "unfill": {"type": "string"}, "build": {"type": "string"}}, "required": ["clean", "copy", "rename", "optimize", "unfill", "build"]}, "devDependencies": {"type": "object", "properties": {"renamer": {"type": "string"}, "replace": {"type": "string"}, "shx": {"type": "string"}, "svgo": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["renamer", "replace", "shx", "svgo", "yargs"]}}, "required": ["name", "version", "description", "license", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Muddle sugar cube, water, and bitters in an old fashioned glass for 1 minute. Pour in whiskey and stir for an additional minute. Squeeze the lemon twist over the glass and drop it in. Add ice cubes. Garnish with a slice of orange and a maraschino cherry; serve with a swizzle stick."], "ingredients" : ["sugar cube", "1 teaspoon water", "1 dash bitters", "2 fluid ounces whiskey (rye or bourbon)", "1 lemon twist", "ice cubes", "1 orange slice, for garnish", "1 maraschino cherry, for garnish"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Old Fashioned Cocktail", "url" : "http://allrecipes.com/recipe/221320/old-fashioned-cocktail/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$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"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "globalDependencies": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "main", "version", "homepage", "globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cors", "main" : "lib/index.d.ts", "version" : "^2.7.0", "homepage" : "https://github.com/expressjs/cors", "globalDependencies" : {"node" : "registry:env/node#6.0.0+20160901015934"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "globalDependencies": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "main", "version", "homepage", "globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "compile": {"type": "string"}, "compile-watch": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "compile", "compile-watch", "prepublish", "test"]}, "files": {"type": "array", "items": {"type": "string"}}, "babel": {"type": "object", "properties": {"blacklist": {"type": "array", "items": {"type": "string"}}}, "required": ["blacklist"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "del": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "gulp": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-watch": {"type": "string"}, "through2": {"type": "string"}}, "required": ["babel", "del", "eslint", "eslint-config-standard", "eslint-plugin-standard", "gulp", "gulp-babel", "gulp-plumber", "gulp-watch", "through2"]}, "dependencies": {"type": "object", "properties": {"xregexp": {"type": "string"}}, "required": ["xregexp"]}}, "required": ["name", "version", "description", "main", "scripts", "files", "babel", "engines", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "molecular", "version" : "0.0.0", "description" : "Modular web application architecture", "main" : "lib/index.js", "scripts" : {"start" : "node lib/server.js", "compile" : "gulp babel", "compile-watch" : "gulp babel-watch", "prepublish" : "npm run compile", "test" : "eslint src/**/*.es6"}, "files" : ["lib"], "babel" : {"blacklist" : ["es6.forOf", "regenerator", "es6.arrowFunctions", "es6.constants", "es6.blockScoping"]}, "engines" : {"node" : ">=4.0"}, "repository" : {"type" : "git", "url" : "https://github.com/vsimonian/molecular.git"}, "author" : "Vartan Simonian", "license" : "MIT", "devDependencies" : {"babel" : "^5.8.23", "del" : "^2.0.2", "eslint" : "^1.4.1", "eslint-config-standard" : "^4.3.2", "eslint-plugin-standard" : "^1.3.0", "gulp" : "gulpjs/gulp#4.0", "gulp-babel" : "^5.2.1", "gulp-plumber" : "^1.0.1", "gulp-watch" : "^4.3.5", "through2" : "^2.0.0"}, "dependencies" : {"xregexp" : "^3.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "compile": {"type": "string"}, "compile-watch": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "compile", "compile-watch", "prepublish", "test"]}, "files": {"type": "array", "items": {"type": "string"}}, "babel": {"type": "object", "properties": {"blacklist": {"type": "array", "items": {"type": "string"}}}, "required": ["blacklist"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "del": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "gulp": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-watch": {"type": "string"}, "through2": {"type": "string"}}, "required": ["babel", "del", "eslint", "eslint-config-standard", "eslint-plugin-standard", "gulp", "gulp-babel", "gulp-plumber", "gulp-watch", "through2"]}, "dependencies": {"type": "object", "properties": {"xregexp": {"type": "string"}}, "required": ["xregexp"]}}, "required": ["name", "version", "description", "main", "scripts", "files", "babel", "engines", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u0627\u0632 \u062f\u0648\u0631\u0650 \u0641\u0644\u06a9 \u0632\u06cc\u0631 \u0648 \u0632\u0628\u0631 \u062e\u0648\u0627\u0647\u06cc \u0634\u062f", "m2" : "\u0631\u0633\u0648\u0627\u06cc \u062c\u0647\u0627\u0646\u0650 \u067e\u0631\u062f\u0647 \u062f\u0631 \u062e\u0648\u0627\u0647\u06cc \u0634\u062f"}, "1" : {"m1" : "\u0627\u0632 \u062e\u0648\u0627\u0628 \u062f\u0631\u0622\u06cc \u0627\u06cc \u062f\u0644\u0650 \u0633\u0631\u06af\u0634\u062a\u0647 \u06a9\u0647 \u0632\u0648\u062f", "m2" : "\u062a\u0627 \u0686\u0634\u0645 \u0632\u0646\u06cc \u0628\u0647 \u062e\u0648\u0627\u0628 \u062f\u0631\u062e\u0648\u0627\u0647\u06cc \u0634\u062f"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$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"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "content_security_policy": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_specific_settings": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["gecko"]}}, "required": ["name", "version", "manifest_version", "description", "content_security_policy", "background", "icons", "content_scripts", "permissions", "browser_specific_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Former2 Helper", "version" : "1.51", "manifest_version" : 2, "description" : "Helps avoid CORS issues with former2.com", "content_security_policy" : "script-src 'self'; object-src 'self'", "background" : {"scripts" : ["aws-sdk-2.1006.0-part1.js", "aws-sdk-2.1006.0-part2.js", "aws-sdk-2.1006.0-part3.js", "aws-sdk-2.1006.0-part4.js", "aws-sdk-2.1006.0-part5.js", "bg.js"]}, "icons" : {"128" : "icon-128.png"}, "content_scripts" : [{"matches" : ["https://former2.com/*", "https://*.former2.com/*", "http://127.0.0.1/*", "https://127.0.0.1/*", "http://localhost/*", "https://localhost/*"], "js" : ["content-script.js"], "run_at" : "document_start"}], "permissions" : ["https://*.aws.amazon.com/*", "https://*.amazonaws.com/*", "https://*.amazonaws.com.cn/*", "https://developer.amazon.com/*"], "browser_specific_settings" : {"gecko" : {"id" : "{1f6e531d-c583-49d2-a347-e398cbd7cae6}"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "content_security_policy": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_specific_settings": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["gecko"]}}, "required": ["name", "version", "manifest_version", "description", "content_security_policy", "background", "icons", "content_scripts", "permissions", "browser_specific_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Three Planets by the Sea", "explanation" : "", "date" : "2005-07-02", "hdurl" : "https://apod.nasa.gov/apod/image/0507/mvsJun28_sparkes_f.jpg", "service_version" : "v1", "copyright" : "Damian Sparkes", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/0507/mvsJun28_sparkes_cwp430.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}, "sources": {"type": "string"}}, "required": ["homepage", "sources"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft"]}, "suggests": {"type": "object", "properties": {"another-mod": {"type": "string"}}, "required": ["another-mod"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends", "suggests"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schemaVersion" : 1, "id" : "beholdersvanillaplus", "version" : "${version}", "name" : "Beholder's Vanilla+", "description" : "Adds Walls, Pressure Plates, and Buttons to Vanilla Blocks, to match Beholder's Variations.", "authors" : ["SilicateSeer/Wondering-Oracle"], "contact" : {"homepage" : "https://github.com/Wondering-Oracle/BeholdersVanillaPlus", "sources" : "https://github.com/Wondering-Oracle/BeholdersVanillaPlus"}, "license" : "MIT", "icon" : "assets/beholdersvanillaplus/icon.png", "environment" : "*", "entrypoints" : {"main" : ["com.silicateseer.beholdersvanillaplus.Main"]}, "mixins" : ["beholdersvanillaplus.mixins.json"], "depends" : {"fabricloader" : ">=0.7.4", "fabric" : "*", "minecraft" : "1.16.x"}, "suggests" : {"another-mod" : "*"}}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}, "sources": {"type": "string"}}, "required": ["homepage", "sources"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft"]}, "suggests": {"type": "object", "properties": {"another-mod": {"type": "string"}}, "required": ["another-mod"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends", "suggests"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6112050003", "district_id" : "6112050", "name" : "PUNGGUR KECIL"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "SUMBA TENGAH", "originalFilename" : "FOTO DAVID.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 27066, "noUrut" : 1, "nama" : "DAVID UMBU NGAILU DEDI, A.Md.T", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SUMBA TENGAH", "originalFilename" : "IMG-20180713-WA0022.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 27411, "noUrut" : 2, "nama" : "UMBU NEKA LELUNG", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SUMBA TENGAH", "originalFilename" : "IMG-20180711-WA0007.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 27432, "noUrut" : 3, "nama" : "FREDRIKA RAMBU RIDJA, S.Pd", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SUMBA TENGAH", "originalFilename" : "IMG-20180713-WA0011.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 27449, "noUrut" : 4, "nama" : "LEDI SORU", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SUMBA TENGAH", "originalFilename" : "FOTO ESY.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 23558, "noUrut" : 5, "nama" : "DORSIA MERIANA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SUMBA TENGAH", "originalFilename" : "IMG-20180713-WA0013.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 122206, "noUrut" : 6, "nama" : "NICOLAS UMBU NEKA, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SUMBA TENGAH", "originalFilename" : "IMG-20180713-WA0012.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 36765, "noUrut" : 7, "nama" : "BIBIANA RAMBU LALA", "stringJenisKelamin" : "Perempuan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"lr-AdamW": {"type": "number"}, "trainer/global_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}}, "required": ["lr-AdamW", "trainer/global_step", "_runtime", "_timestamp", "_step"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lr-AdamW" : 9.999696444680674e-07, "trainer/global_step" : 99, "_runtime" : 343, "_timestamp" : 1644034820, "_step" : 15}
json_instruct
{"type": "object", "properties": {"lr-AdamW": {"type": "number"}, "trainer/global_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}}, "required": ["lr-AdamW", "trainer/global_step", "_runtime", "_timestamp", "_step"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"analyzer": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["analyzer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"analyzer" : {"name" : "greek"}}
json_instruct
{"type": "object", "properties": {"analyzer": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["analyzer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "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": "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" : 101916961, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e335f5499963591a27d6e6d088836aa8", "wof:id" : 101916961, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [169.099197, -46.098162, 169.108034, -46.096309], "geometry" : {"coordinates" : [[[[169.108034, -46.096842], [169.107984, -46.097034], [169.107754, -46.097964], [169.106583, -46.097868], [169.105785, -46.097798], [169.105756, -46.097955], [169.105756, -46.097961], [169.105743, -46.098162], [169.104949, -46.098089], [169.103854, -46.097957], [169.103998, -46.097014], [169.104333, -46.097058], [169.105195, -46.097172], [169.105198, -46.097172], [169.105931, -46.097257], [169.106082, -46.096789], [169.107991, -46.09684], [169.108034, -46.096842]]], [[[169.100661, -46.097519], [169.100305, -46.097481], [169.100215, -46.097472], [169.099208, -46.097369], [169.099197, -46.096309], [169.099499, -46.096339], [169.099883, -46.096395], [169.099888, -46.096396], [169.100616, -46.096476], [169.101347, -46.096613], [169.101835, -46.096705], [169.101819, -46.096735], [169.101813, -46.096745], [169.101685, -46.097156], [169.101683, -46.097162], [169.101612, -46.097567], [169.101589, -46.097678], [169.101577, -46.097745], [169.101545, -46.097909], [169.101488, -46.09809], [169.100884, -46.098034], [169.100926, -46.097548], [169.100661, -46.097519]]]], "type" : "MultiPolygon"}}
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": "array", "items": {"type": "number"}}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"timestamp": {"type": "string"}, "exchange": {"type": "string"}, "type": {"type": "string"}, "originalAmount": {"type": "string"}, "currencyPair": {"type": "string"}, "price": {"type": "string"}, "timestamplong": {"type": "string"}}, "required": ["timestamp", "exchange", "type", "originalAmount", "currencyPair", "price", "timestamplong"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timestamp" : "TIMESTAMP", "exchange" : "STRING", "type" : "STRING", "originalAmount" : "NUMERIC", "currencyPair" : "STRING", "price" : "NUMERIC", "timestamplong" : "INTEGER"}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "exchange": {"type": "string"}, "type": {"type": "string"}, "originalAmount": {"type": "string"}, "currencyPair": {"type": "string"}, "price": {"type": "string"}, "timestamplong": {"type": "string"}}, "required": ["timestamp", "exchange", "type", "originalAmount", "currencyPair", "price", "timestamplong"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "fullname": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"SESSION_SECRET": {"type": "object", "properties": {"description": {"type": "string"}, "generator": {"type": "string"}}, "required": ["description", "generator"]}, "WEB_CONCURRENCY": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["SESSION_SECRET", "WEB_CONCURRENCY"]}, "addons": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "fullname", "description", "repository", "logo", "keywords", "env", "addons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "NodeNinja", "fullname" : "NodeNinja.io", "description" : "BoilerPlate Nodejs App for Open Data Projects", "repository" : "https://github.com/nodeninja-io/boilerplate-app", "logo" : "https://raw.githubusercontent.com/nodeninja-io/boilerplate-app/master/images/NodeNinja.png", "keywords" : ["nodeninja", "node", "express", "passport", "bootstrap", "fontawesome", "framework"], "env" : {"SESSION_SECRET" : {"description" : "A secret key for verifying the integrity of signed cookies.", "generator" : "secret"}, "WEB_CONCURRENCY" : {"description" : "The number of processes to run.", "value" : "2"}}, "addons" : ["mongolab:shared-single-small"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "fullname": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"SESSION_SECRET": {"type": "object", "properties": {"description": {"type": "string"}, "generator": {"type": "string"}}, "required": ["description", "generator"]}, "WEB_CONCURRENCY": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["SESSION_SECRET", "WEB_CONCURRENCY"]}, "addons": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "fullname", "description", "repository", "logo", "keywords", "env", "addons"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"vue-paginate.js": {"type": "string"}, "vue-paginate.min.js": {"type": "string"}}, "required": ["vue-paginate.js", "vue-paginate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vue-paginate.js" : "sha512-7Vpbdv6yTkP9u5y7ghXzyXcu5vF3snufAI2Tfks7oQWISkT3p3lPp034x08e8Iufd5JF/TLOienSACyiJcCrSg==", "vue-paginate.min.js" : "sha512-dpq87qauy3Y/0Iw7Q+FVwxAxA1DCJ/I1jtJKKFQuxZEJxteRLThvKA0EkcZeMM8FPNM+lfisjA7KVFhv3g+HJQ=="}
json_instruct
{"type": "object", "properties": {"vue-paginate.js": {"type": "string"}, "vue-paginate.min.js": {"type": "string"}}, "required": ["vue-paginate.js", "vue-paginate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "test:change-replica": {"type": "string"}, "test:scale-up": {"type": "string"}, "test:slave-down": {"type": "string"}, "test:master-down": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "lint", "test:change-replica", "test:scale-up", "test:slave-down", "test:master-down", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "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"}, "dependencies": {"type": "object", "properties": {"@polka/send-type": {"type": "string"}, "body-parser": {"type": "string"}, "chalk": {"type": "string"}, "dotenv": {"type": "string"}, "polka": {"type": "string"}, "redis": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}, "shortid": {"type": "string"}, "waoffle": {"type": "string"}}, "required": ["@polka/send-type", "body-parser", "chalk", "dotenv", "polka", "redis", "request", "request-promise-native", "shortid", "waoffle"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "redister", "version" : "1.0.0", "description" : "Redis API and self cluster management aided Docker image", "main" : "index.js", "scripts" : {"start" : "docker stack deploy -c ./stable-stack.yml redis", "lint" : "./node_modules/.bin/eslint --fix ./", "test:change-replica" : "node test/change-replica.js", "test:scale-up" : "node test/scale-up.js", "test:slave-down" : "node test/slave-down.js", "test:master-down" : "node test/master-down.js", "test" : "npm run lint && npm run test:slave-down && npm run test:master-down && npm run test:scale-up && npm run test:change-replica"}, "keywords" : ["redis", "cluster", "api"], "repository" : {"type" : "git", "url" : "git+https://github.com/vflopes/redister.git"}, "author" : "Victor Fran\u00e7a Lopes", "license" : "MIT", "bugs" : {"url" : "https://github.com/vflopes/redister/issues"}, "homepage" : "https://github.com/vflopes/redister#readme", "dependencies" : {"@polka/send-type" : "^0.5.0", "body-parser" : "^1.18.3", "chalk" : "^2.4.1", "dotenv" : "^6.1.0", "polka" : "^0.5.1", "redis" : "^2.8.0", "request" : "^2.88.0", "request-promise-native" : "^1.0.5", "shortid" : "^2.2.13", "waoffle" : "^1.1.2"}, "devDependencies" : {"eslint" : "^5.8.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "test:change-replica": {"type": "string"}, "test:scale-up": {"type": "string"}, "test:slave-down": {"type": "string"}, "test:master-down": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "lint", "test:change-replica", "test:scale-up", "test:slave-down", "test:master-down", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "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"}, "dependencies": {"type": "object", "properties": {"@polka/send-type": {"type": "string"}, "body-parser": {"type": "string"}, "chalk": {"type": "string"}, "dotenv": {"type": "string"}, "polka": {"type": "string"}, "redis": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}, "shortid": {"type": "string"}, "waoffle": {"type": "string"}}, "required": ["@polka/send-type", "body-parser", "chalk", "dotenv", "polka", "redis", "request", "request-promise-native", "shortid", "waoffle"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["530623106001", "\u767d\u6c34\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["530623106201", "\u67ff\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["530623106202", "\u592a\u576a\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530623106203", "\u4e09\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530623106204", "\u6c34\u94f6\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530623106205", "\u6c34\u576a\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530623106206", "\u5c94\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530623106207", "\u4e2d\u576a\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530623106208", "\u65b0\u751f\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "string"}, "Phone": {"type": "string"}, "BusinessName": {"type": "string"}, "FileType": {"type": "string"}, "Department": {"type": "string"}, "Email": {"type": "string"}, "Price": {"type": "number"}, "Ratings": {"type": "number"}, "MarkerId": {"type": "string"}}, "required": ["DocumentId", "StreetName", "Longitude", "Latitude", "City", "Postcode", "State", "Phone", "BusinessName", "FileType", "Department", "Email", "Price", "Ratings", "MarkerId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DocumentId" : "http://Turcotte-Mante.com", "StreetName" : "Belowra Road", "Longitude" : "149.64412751", "Latitude" : "-36.12503864", "City" : "Belowra", "Postcode" : "2545", "State" : "New South Wales", "Phone" : "+353 569 322 2382", "BusinessName" : "Turcotte-Mante", "FileType" : ".txt", "Department" : "Movies", "Email" : "info@Turcotte-Mante.com", "Price" : 593046.24, "Ratings" : 1.2, "MarkerId" : "8297bq117n4ig6"}
json_instruct
{"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "string"}, "Phone": {"type": "string"}, "BusinessName": {"type": "string"}, "FileType": {"type": "string"}, "Department": {"type": "string"}, "Email": {"type": "string"}, "Price": {"type": "number"}, "Ratings": {"type": "number"}, "MarkerId": {"type": "string"}}, "required": ["DocumentId", "StreetName", "Longitude", "Latitude", "City", "Postcode", "State", "Phone", "BusinessName", "FileType", "Department", "Email", "Price", "Ratings", "MarkerId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome": {"type": "string"}, "@fortawesome/fontawesome-free-solid": {"type": "string"}, "@fortawesome/react-fontawesome": {"type": "string"}, "ajv": {"type": "string"}, "bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "serve": {"type": "string"}}, "required": ["@fortawesome/fontawesome", "@fortawesome/fontawesome-free-solid", "@fortawesome/react-fontawesome", "ajv", "bootstrap", "jquery", "popper.js", "react", "react-dom", "react-scripts", "serve"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}, "start-prod": {"type": "string"}}, "required": ["start", "build", "test", "eject", "start-prod"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "private", "dependencies", "scripts", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "app", "version" : "0.1.0", "private" : true, "dependencies" : {"@fortawesome/fontawesome" : "^1.1.8", "@fortawesome/fontawesome-free-solid" : "^5.0.13", "@fortawesome/react-fontawesome" : "0.0.20", "ajv" : "^6.5.0", "bootstrap" : "^4.1.1", "jquery" : "^3.3.1", "popper.js" : "^1.14.3", "react" : "^16.3.2", "react-dom" : "^16.3.2", "react-scripts" : "1.1.4", "serve" : "^6.5.8"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject", "start-prod" : "serve -s build"}, "engines" : {"node" : "8"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome": {"type": "string"}, "@fortawesome/fontawesome-free-solid": {"type": "string"}, "@fortawesome/react-fontawesome": {"type": "string"}, "ajv": {"type": "string"}, "bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "serve": {"type": "string"}}, "required": ["@fortawesome/fontawesome", "@fortawesome/fontawesome-free-solid", "@fortawesome/react-fontawesome", "ajv", "bootstrap", "jquery", "popper.js", "react", "react-dom", "react-scripts", "serve"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}, "start-prod": {"type": "string"}}, "required": ["start", "build", "test", "eject", "start-prod"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "private", "dependencies", "scripts", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : 27799, "cartId" : "14ae1482-8c15-4684-8084-1327845d292f", "preferredProducts" : [3787], "productReviews" : [{"productId" : 2696, "reviewText" : "It only works when I'm Samoa.", "reviewDate" : "2019-10-20T19:19:11.6467822+03:00"}, {"productId" : 396, "reviewText" : "This Face to face works excessively well. It speedily improves my baseball by a lot.", "reviewDate" : "2017-04-29T23:12:09.0460996+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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Patientory", "symbol" : "PTOY", "type" : "ERC20", "decimals" : 8, "description" : "PTOY is the native token of PTOYMatrix, the HIPAA compliant blockchain enabled Health Information Exchange and Storage System. The token provides unit economics for health data auditability and access to the PTOYMatrix which aims to ensure access to healthcare information is secure and encrypted.", "website" : "https://ptoy.org", "explorer" : "https://etherscan.io/token/0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06", "status" : "active", "id" : "0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06", "logo" : "ipfs://QmVwPKfaYTWqcAVcTbVNMvc6arvq82cQoTCHd5xfQR87Vu/ethereum/assets/0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06/logo.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"alert_pipe": {"type": "string"}, "bouncers": {"type": "array", "items": {"type": "object", "properties": {"bouncer_addr": {"type": "string"}, "bouncer_port": {"type": "integer"}, "fcgi_workers": {"type": "array", "items": {"type": "string"}}}, "required": ["bouncer_addr", "bouncer_port", "fcgi_workers"]}}}, "required": ["alert_pipe", "bouncers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"alert_pipe" : "/home/nginx_user/alert_pipe", "bouncers" : [{"bouncer_addr" : "127.0.0.1", "bouncer_port" : 3001, "fcgi_workers" : ["127.0.0.1:9000", "127.0.0.1:9001"]}, {"bouncer_addr" : "127.0.0.1", "bouncer_port" : 3002, "fcgi_workers" : ["127.0.0.1:9002", "127.0.0.1:9003"]}]}
json_instruct
{"type": "object", "properties": {"alert_pipe": {"type": "string"}, "bouncers": {"type": "array", "items": {"type": "object", "properties": {"bouncer_addr": {"type": "string"}, "bouncer_port": {"type": "integer"}, "fcgi_workers": {"type": "array", "items": {"type": "string"}}}, "required": ["bouncer_addr", "bouncer_port", "fcgi_workers"]}}}, "required": ["alert_pipe", "bouncers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"npctype": {"type": "string"}, "winnings": {"type": "integer"}, "skins": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"]}}, "names": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "chat": {"type": "array", "items": {"type": "object", "properties": {"opening": {"type": "string"}, "win": {"type": "string"}, "lose": {"type": "string"}}, "required": ["opening", "win", "lose"]}}}, "required": ["npctype", "winnings", "skins", "names", "chat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"npctype" : "trainer", "winnings" : 32, "skins" : [{"filename" : "pokemaniac3.png"}], "names" : [{"name" : "Pok\u00e9 Maniac"}], "chat" : [{"opening" : "Wie gef\u00e4llt dir unsere Baustelle?", "win" : "Ich bin unbesiegbar, wenn ich arbeite.", "lose" : "Unm\u00f6glich!"}]}
json_instruct
{"type": "object", "properties": {"npctype": {"type": "string"}, "winnings": {"type": "integer"}, "skins": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"]}}, "names": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "chat": {"type": "array", "items": {"type": "object", "properties": {"opening": {"type": "string"}, "win": {"type": "string"}, "lose": {"type": "string"}}, "required": ["opening", "win", "lose"]}}}, "required": ["npctype", "winnings", "skins", "names", "chat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"configVersion": {"type": "string"}}, "required": ["configVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configVersion" : "1.0.0.12"}
json_instruct
{"type": "object", "properties": {"configVersion": {"type": "string"}}, "required": ["configVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101892499, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "41755534b934e83cbb4d0eaf566ca578", "wof:id" : 101892499, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.94944, 46.08964, 4.94944, 46.08964], "geometry" : {"coordinates" : [4.94944, 46.08964], "type" : "Point"}}
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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 1150238, "stationGroupId" : 1150238, "name" : "\u6728\u66fd\u5ddd", "lineId" : 11502, "zipCode" : "493-0001", "pref" : "\u611b\u77e5\u770c", "city" : "\u4e00\u5bae\u5e02", "town" : "\u6728\u66fd\u5ddd\u753a\u9ed2\u7530", "longitude" : 136.780726, "latitude" : 35.349319, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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:placetype": {"type": "string"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:placetype", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"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" : 1108945595, "type" : "Feature", "properties" : {"src:alt_label" : "unknown", "src:geom" : "unknown", "wof:geomhash" : "c4def6736d455d469601564e0bf3059c", "wof:id" : 1108945595, "wof:placetype" : "neighbourhood", "wof:repo" : "whosonfirst-data-admin-nl"}, "bbox" : [4.79833282255906, 52.41256894071539, 4.79833282255906, 52.41256894071539], "geometry" : {"coordinates" : [4.79833282255906, 52.41256894071539], "type" : "Point"}}
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:placetype": {"type": "string"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:placetype", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataType" : "NM", "longName" : "Give Sub-ID Counter", "hl7Table" : ""}
json_instruct
{"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"network": {"type": "string"}, "address": {"type": "string"}, "constructorArgs": {"type": "object", "properties": {}, "required": []}, "verificationCommand": {"type": "string"}}, "required": ["network", "address", "constructorArgs", "verificationCommand"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"network" : "goerli", "address" : "0x006204e551df9e4624cfa747d4cec119a396dc0a53f402ac5ecf94ee430303f7", "constructorArgs" : {}, "verificationCommand" : "yarn hardhat starknet-verify --starknet-network goerli --path contracts/starknet/simple_account.cairo --address 0x006204e551df9e4624cfa747d4cec119a396dc0a53f402ac5ecf94ee430303f7"}
json_instruct
{"type": "object", "properties": {"network": {"type": "string"}, "address": {"type": "string"}, "constructorArgs": {"type": "object", "properties": {}, "required": []}, "verificationCommand": {"type": "string"}}, "required": ["network", "address", "constructorArgs", "verificationCommand"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u795e\u79d8\u82b1\u56ed-Songs from a Secret Garden", "author" : "\u795e\u79d8\u56ed\u4e50\u961f", "musicType" : "\u8f7b\u97f3\u4e50", "musicNo" : "0000033"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "Edouard DUPIN", "value" : ")", "type" : "hand", "time" : 1470151920537902080, "data" : [{"type" : "type::finger", "list" : [[455.578186, 659.563782], [456.54184, 649.798279], [459.511322, 638.671265], [463.965363, 624.679016], [471.343414, 605.300781], [479.082001, 579.876709], [481.583984, 557.767944], [482.948975, 518.3974], [480.449738, 498.131531], [474.595398, 481.71405], [464.12558, 463.947937], [451.565186, 453.074097], [438.811829, 447.704529], [438.323364, 447.623962], [436.690491, 448.467224]]}]}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fof-custom-footer": {"type": "object", "properties": {"admin": {"type": "object", "properties": {"settings": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "height": {"type": "string"}, "css": {"type": "string"}, "js": {"type": "string"}}, "required": ["title", "text", "height", "css", "js"]}}, "required": ["settings"]}}, "required": ["admin"]}}, "required": ["fof-custom-footer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fof-custom-footer" : {"admin" : {"settings" : {"title" : "Custom Footer Configuration", "text" : "Text for Footer", "height" : "Height of Footer", "css" : "CSS", "js" : "JS"}}}}
json_instruct
{"type": "object", "properties": {"fof-custom-footer": {"type": "object", "properties": {"admin": {"type": "object", "properties": {"settings": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "height": {"type": "string"}, "css": {"type": "string"}, "js": {"type": "string"}}, "required": ["title", "text", "height", "css", "js"]}}, "required": ["settings"]}}, "required": ["admin"]}}, "required": ["fof-custom-footer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"mid" : "/m/04yx4", "description" : "man", "score" : 0.9321727156639099, "topicality" : 0.9321727156639099}, {"mid" : "/m/09686", "description" : "vertebrate", "score" : 0.9037036299705505, "topicality" : 0.9037036299705505}, {"mid" : "/m/08t9c_", "description" : "grass", "score" : 0.8921799063682556, "topicality" : 0.8921799063682556}, {"mid" : "/m/05s2s", "description" : "plant", "score" : 0.842500627040863, "topicality" : 0.842500627040863}, {"mid" : "/m/05zppz", "description" : "male", "score" : 0.841998279094696, "topicality" : 0.841998279094696}, {"mid" : "/m/0ds99lh", "description" : "fun", "score" : 0.8156216740608215, "topicality" : 0.8156216740608215}, {"mid" : "/m/05b0n7k", "description" : "outdoor recreation", "score" : 0.8124535083770752, "topicality" : 0.8124535083770752}, {"mid" : "/m/07j7r", "description" : "tree", "score" : 0.8116443753242493, "topicality" : 0.8116443753242493}, {"mid" : "/m/06bm2", "description" : "recreation", "score" : 0.7977912425994873, "topicality" : 0.7977912425994873}, {"mid" : "/m/synthesized", "description" : "human", "score" : 0.7048236751974168, "topicality" : 0.7048236751974168}, {"mid" : "/m/078qz", "description" : "summer", "score" : 0.6964744925498962, "topicality" : 0.6964744925498962}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "KOTA BLITAR", "originalFilename" : "4X6.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 155954, "noUrut" : 1, "nama" : "BAMBANG RIANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TULUNGAGUNG", "originalFilename" : "6X4.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 242914, "noUrut" : 2, "nama" : "MUCHAMAD MAKRUF", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BLITAR", "originalFilename" : "6X4.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 300431, "noUrut" : 3, "nama" : "SULISTYORINI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BLITAR", "originalFilename" : "6X4.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 239421, "noUrut" : 4, "nama" : "NURUL FITHRIYAH", "stringJenisKelamin" : "Perempuan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"svg.js": {"type": "string"}, "svg.min.js": {"type": "string"}}, "required": ["svg.js", "svg.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"svg.js" : "sha256-RHSVsrPXDa5NEf3JjfjON6uSDgivW+rO7Ea6OOV31PQ=", "svg.min.js" : "sha256-ibzgCkyMvwrdbG8mJj36138ZY1I6E/aEaNA57NhmKvM="}
json_instruct
{"type": "object", "properties": {"svg.js": {"type": "string"}, "svg.min.js": {"type": "string"}}, "required": ["svg.js", "svg.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"files": {"type": "array", "items": {}}, "include": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["files", "include", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : [], "include" : [], "references" : [{"path" : "./swim-util"}, {"path" : "./swim-codec"}, {"path" : "./swim-component"}, {"path" : "./swim-sys"}, {"path" : "./swim-args"}, {"path" : "./swim-unit"}, {"path" : "./swim-build"}, {"path" : "./swim-collections"}, {"path" : "./swim-constraint"}, {"path" : "./swim-structure"}, {"path" : "./swim-streamlet"}, {"path" : "./swim-dataflow"}, {"path" : "./swim-recon"}, {"path" : "./swim-macro"}, {"path" : "./swim-uri"}, {"path" : "./swim-math"}, {"path" : "./swim-geo"}, {"path" : "./swim-time"}, {"path" : "./src/main"}]}
json_instruct
{"type": "object", "properties": {"files": {"type": "array", "items": {}}, "include": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["files", "include", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"dart.flutterSdkPath": {"type": "string"}}, "required": ["dart.flutterSdkPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dart.flutterSdkPath" : "C:\\flutter\\flutter_stable"}
json_instruct
{"type": "object", "properties": {"dart.flutterSdkPath": {"type": "string"}}, "required": ["dart.flutterSdkPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "from G5228 (\u1f51\u03c0\u03b5\u03c1\u03ac\u03bd\u03c9) and G507 (\u1f51\u03c0\u03b5\u03c1\u03ac\u03bd\u03c9);", "kjv_def" : "far above, over", "lemma" : "\u1f51\u03c0\u03b5\u03c1\u03ac\u03bd\u03c9", "frequency" : 3, "strongs_def" : " above upward, i.e. greatly higher (in place or rank)", "outline" : "<ol><li> above<ol><li> above a thing</li><li> of a place</li><li> of rank or power</li></ol></li></ol>"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xdbf83594021b6fefd88401a18a7be2b8f299f9a9", "tool" : "manticore", "start" : 1564134916.4806292, "end" : 1564134963.6778996, "duration" : 47.19727039337158, "analysis" : [[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], []]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "stop": {"type": "string"}}, "required": ["start", "stop"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@ant-design/icons": {"type": "string"}, "antd": {"type": "string"}, "moment": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-intl": {"type": "string"}, "react-router-dom": {"type": "string"}, "ws.js": {"type": "string"}}, "required": ["@ant-design/icons", "antd", "moment", "react", "react-dom", "react-intl", "react-router-dom", "ws.js"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-react", "parcel-bundler"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "client-side", "version" : "1.0.0", "description" : "Lato frontend del progetto sui tamponi", "main" : "src/index.js", "scripts" : {"start" : "parcel public/index.html", "stop" : "taskkill -F -IM node.exe"}, "author" : "", "license" : "ISC", "dependencies" : {"@ant-design/icons" : "^4.6.2", "antd" : "^4.15.1", "moment" : "^2.29.1", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-intl" : "^5.16.0", "react-router-dom" : "^5.2.0", "ws.js" : "^2.0.23"}, "devDependencies" : {"@babel/core" : "^7.13.15", "@babel/preset-env" : "^7.13.15", "@babel/preset-react" : "^7.13.13", "parcel-bundler" : "^1.12.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "stop": {"type": "string"}}, "required": ["start", "stop"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@ant-design/icons": {"type": "string"}, "antd": {"type": "string"}, "moment": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-intl": {"type": "string"}, "react-router-dom": {"type": "string"}, "ws.js": {"type": "string"}}, "required": ["@ant-design/icons", "antd", "moment", "react", "react-dom", "react-intl", "react-router-dom", "ws.js"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-react", "parcel-bundler"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "SO THAT A GREAT PART OF MANKIND ARE, BY THE NATURAL AND UNALTERABLE STATE OF THINGS IN THIS WORLD, AND THE CONSTITUTION OF HUMAN AFFAIRS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/13491.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"extends": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@axia-js/extension": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-base": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-base/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-chains": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-chains/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-compat-metamask": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-dapp": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-dapp/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-inject": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-inject/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-ui": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-ui/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@axia-js/extension", "@axia-js/extension/*", "@axia-js/extension-base", "@axia-js/extension-base/*", "@axia-js/extension-chains", "@axia-js/extension-chains/*", "@axia-js/extension-compat-metamask", "@axia-js/extension-dapp", "@axia-js/extension-dapp/*", "@axia-js/extension-inject", "@axia-js/extension-inject/*", "@axia-js/extension-ui", "@axia-js/extension-ui/*"]}, "skipLibCheck": {"type": "boolean"}}, "required": ["baseUrl", "paths", "skipLibCheck"]}}, "required": ["extends", "exclude", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "@axia-js/dev/config/tsconfig.json", "exclude" : ["build/**/*", "**/build/*", "**/build/**/*"], "compilerOptions" : {"baseUrl" : ".", "paths" : {"@axia-js/extension" : ["packages/extension/src"], "@axia-js/extension/*" : ["packages/extension/src/*"], "@axia-js/extension-base" : ["packages/extension-base/src"], "@axia-js/extension-base/*" : ["packages/extension-base/src/*"], "@axia-js/extension-chains" : ["packages/extension-chains/src"], "@axia-js/extension-chains/*" : ["packages/extension-chains/src/*"], "@axia-js/extension-compat-metamask" : ["packages/extension-compat-metamask/src"], "@axia-js/extension-dapp" : ["packages/extension-dapp/src"], "@axia-js/extension-dapp/*" : ["packages/extension-dapp/src/*"], "@axia-js/extension-inject" : ["packages/extension-inject/src"], "@axia-js/extension-inject/*" : ["packages/extension-inject/src/*"], "@axia-js/extension-ui" : ["packages/extension-ui/src"], "@axia-js/extension-ui/*" : ["packages/extension-ui/src/*"]}, "skipLibCheck" : true}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@axia-js/extension": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-base": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-base/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-chains": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-chains/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-compat-metamask": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-dapp": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-dapp/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-inject": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-inject/*": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-ui": {"type": "array", "items": {"type": "string"}}, "@axia-js/extension-ui/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@axia-js/extension", "@axia-js/extension/*", "@axia-js/extension-base", "@axia-js/extension-base/*", "@axia-js/extension-chains", "@axia-js/extension-chains/*", "@axia-js/extension-compat-metamask", "@axia-js/extension-dapp", "@axia-js/extension-dapp/*", "@axia-js/extension-inject", "@axia-js/extension-inject/*", "@axia-js/extension-ui", "@axia-js/extension-ui/*"]}, "skipLibCheck": {"type": "boolean"}}, "required": ["baseUrl", "paths", "skipLibCheck"]}}, "required": ["extends", "exclude", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Effect": {"type": "string"}, "Action": {"type": "array", "items": {"type": "string"}}, "Resource": {"type": "string"}}, "required": ["Sid", "Effect", "Action", "Resource"]}}}, "required": ["Version", "Statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Version" : "2012-10-17", "Statement" : [{"Sid" : "VisualEditor0", "Effect" : "Allow", "Action" : ["cloudwatch:DescribeAlarms", "cloudwatch:GetMetricData", "ecs:DescribeServices", "rds:DescribeDBInstances", "athena:StartQueryExecution", "athena:GetQueryResults"], "Resource" : "*"}]}
json_instruct
{"type": "object", "properties": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Effect": {"type": "string"}, "Action": {"type": "array", "items": {"type": "string"}}, "Resource": {"type": "string"}}, "required": ["Sid", "Effect", "Action", "Resource"]}}}, "required": ["Version", "Statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x706cea23ade41bbf4b5fab0105d73b6c9b065b26ef9e6ec405131136dcb58407", "parentHash" : "0x2be1bb19147928cd48d160aaf9fe0513a95d61f4e289452f31df50cc1f5ffcae", "number" : 90290, "timestamp" : 1439637717, "nonce" : "0xb27dceb067f5a800", "difficulty" : 3305962934918, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x5208"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "transactions" : [{"hash" : "0x0bddd8a51637949e7da0c41e5a7aee7094ed3df096dff5362c7ba4dc3173a7a3", "blockHash" : "0x706cea23ade41bbf4b5fab0105d73b6c9b065b26ef9e6ec405131136dcb58407", "blockNumber" : 90290, "transactionIndex" : 0, "confirmations" : null, "from" : "0xF87481A262E993a75F791E7859E71BaC36A606Eb", "gasPrice" : {"_hex" : "0xd932dff89"}, "gasLimit" : {"_hex" : "0x5208"}, "to" : "0x32Be343B94f860124dC4fEe278FDCBD38C102D88", "value" : {"_hex" : "0x6e276498edba3c000"}, "nonce" : 25, "data" : "0x", "r" : "0xe4bcd9b196583cc03e84483d43cc8faf2b0c17882dfc91efed866135c6bedde9", "s" : "0x0b5c0f633143caadd279fc05e95915da1080af6e178efc27b09b8c104f51f444", "v" : 28, "creates" : null, "raw" : "0xf86d19850d932dff898252089432be343b94f860124dc4fee278fdcbd38c102d888906e276498edba3c000801ca0e4bcd9b196583cc03e84483d43cc8faf2b0c17882dfc91efed866135c6bedde9a00b5c0f633143caadd279fc05e95915da1080af6e178efc27b09b8c104f51f444", "networkId" : 0, "chainId" : 0}]}
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": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xf8d81eb6c765397ecfadc3b396715267bb41f241", "tool" : "osiris", "start" : 1564577089.2417068, "end" : 1564577137.584077, "duration" : 48.34237003326416, "analysis" : [{"errors" : [], "file" : "/unique_chucks/4/0xf8d81eb6c765397ecfadc3b396715267bb41f241.sol", "name" : "CapWhitelist"}, {"errors" : [], "file" : "/unique_chucks/4/0xf8d81eb6c765397ecfadc3b396715267bb41f241.sol", "name" : "MintableToken"}, {"errors" : [], "file" : "/unique_chucks/4/0xf8d81eb6c765397ecfadc3b396715267bb41f241.sol", "name" : "Ownable"}, {"errors" : [], "file" : "/unique_chucks/4/0xf8d81eb6c765397ecfadc3b396715267bb41f241.sol", "name" : "PreallocationsWhitelist"}, {"errors" : [], "file" : "/unique_chucks/4/0xf8d81eb6c765397ecfadc3b396715267bb41f241.sol", "name" : "RCNCrowdsale"}, {"errors" : [], "file" : "/unique_chucks/4/0xf8d81eb6c765397ecfadc3b396715267bb41f241.sol", "name" : "RCNToken"}, {"errors" : [], "file" : "/unique_chucks/4/0xf8d81eb6c765397ecfadc3b396715267bb41f241.sol", "name" : "SafeMath"}, {"errors" : [], "file" : "/unique_chucks/4/0xf8d81eb6c765397ecfadc3b396715267bb41f241.sol", "name" : "StandardToken"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "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": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}}}, "required": ["inst_name", "time_searched", "average_primal", "average_nb_iters", "primal_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inst_name" : "/home/decrypt/dogs/dogs-pfsp/insts/Large/VFR400_20_1_Gap.txt", "time_searched" : 120.0, "average_primal" : "21105.000000", "average_nb_iters" : "53805.500000", "primal_list" : [21115, 21125, 21111, 21079, 21100, 21090, 21110, 21107, 21107, 21106]}
json_instruct
{"type": "object", "properties": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}}}, "required": ["inst_name", "time_searched", "average_primal", "average_nb_iters", "primal_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0f41427d6d0b35064710817575990593e741832f"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "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" : [[[-86.154485, 39.824983], [-86.139658, 39.825482], [-86.130806, 39.825489], [-86.137668, 39.819414], [-86.137894, 39.817997], [-86.140445, 39.817764], [-86.154421, 39.817542], [-86.154485, 39.824983]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 24435}}]}
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"feed": {"type": "object", "properties": {"feed_version": {"type": "string"}, "stops": {"type": "array", "items": {"type": "object", "properties": {"stop_id": {"type": "string"}, "stop_times": {"type": "array", "items": {"type": "object", "properties": {"stop_id": {"type": "string"}, "stop_sequence": {"type": "integer"}, "trip_id": {"type": "string"}}, "required": ["stop_id", "stop_sequence", "trip_id"]}}}, "required": ["stop_id", "stop_times"]}}}, "required": ["feed_version", "stops"]}}, "required": ["feed"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"feed" : {"feed_version" : "1.0", "stops" : [{"stop_id" : "4u6g", "stop_times" : [{"stop_id" : "4u6g", "stop_sequence" : 1, "trip_id" : "a30277f8-e50a-4a85-9141-b1e0da9d429d"}]}, {"stop_id" : "johv", "stop_times" : [{"stop_id" : "johv", "stop_sequence" : 2, "trip_id" : "a30277f8-e50a-4a85-9141-b1e0da9d429d"}]}, {"stop_id" : "123", "stop_times" : []}, {"stop_id" : "1234", "stop_times" : [{"stop_id" : "1234", "stop_sequence" : 2, "trip_id" : "frequency-trip"}]}, {"stop_id" : "1234567", "stop_times" : []}]}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"feed": {"type": "object", "properties": {"feed_version": {"type": "string"}, "stops": {"type": "array", "items": {"type": "object", "properties": {"stop_id": {"type": "string"}, "stop_times": {"type": "array", "items": {"type": "object", "properties": {"stop_id": {"type": "string"}, "stop_sequence": {"type": "integer"}, "trip_id": {"type": "string"}}, "required": ["stop_id", "stop_sequence", "trip_id"]}}}, "required": ["stop_id", "stop_times"]}}}, "required": ["feed_version", "stops"]}}, "required": ["feed"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SANVITA-B SYRUP 120 ML", "harga" : " Rp. 13.014/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_bebas.gif", "kandungan" : "Per 5 mL : Vit B1 5 mg, vit B2 2 mg, vit B6 2.5 mg, vit B12 3 mcg, nicotinamide 20 mg, d(+) pantothenol 3 mg", "indikasi" : "Pengobatan dan pencegahan kekurangan multivitamin.", "kontraindikasi" : "", "perhatian" : "", "efeksamping" : "", "indeksamanwanitahamil" : "", "kemasan" : "Sirup 120 mL.", "dosis" : "Dewasa : 1-2 kali sehari 3 sendok teh. Anak-anak : 1-2 kali sehari 1 sendok teh.", "penyajian" : "Dikonsumsi bersamaan dengan makanan atau tidak", "pabrik" : "Sanbe Farma.", "id" : "5416", "category_id" : "11"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 5, "pts" : 4, "connections" : 227, "capacity" : 47500, "investments" : 269477}, {"tech" : 1, "pts" : 1014, "connections" : 207949, "capacity" : 14184808, "investments" : 175985050}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "resource-technologies": {"type": "array", "items": {}}, "script-filename": {"type": "string"}, "shared": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "name", "resource-technologies", "script-filename", "shared", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "A post-expire action that powers off servers that are expired beyond a given cutoff point, then deletes them if they expire beyond a second cutoff point. Sends pertinent emails to the server's owner.", "name" : "Power off then Delete Expired Servers", "resource-technologies" : [], "script-filename" : "power_off_then_delete_expired_servers.py", "shared" : "True", "type" : "CloudBolt Plug-in"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "resource-technologies": {"type": "array", "items": {}}, "script-filename": {"type": "string"}, "shared": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "name", "resource-technologies", "script-filename", "shared", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Omniscient", "definitions" : ["Knowing everything."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"openapi": {"type": "string"}, "components": {"type": "object", "properties": {"schemas": {"type": "object", "properties": {"cloudiprange": {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"endIP": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "startIP": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["endIP", "startIP"]}, "type": {"type": "string"}}, "required": ["description", "properties", "type"]}}, "required": ["cloudiprange"]}}, "required": ["schemas"]}, "info": {"type": "object", "properties": {"contact": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "name", "url"]}, "license": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "termsOfService": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}}, "required": ["contact", "license", "termsOfService", "title", "version"]}, "paths": {"type": "object", "properties": {}, "required": []}, "tags": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}}, "required": ["description", "name"]}}}, "required": ["openapi", "components", "info", "paths", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"openapi" : "3.0.3", "components" : {"schemas" : {"cloudiprange" : {"description" : "Parameters associated with a cloud ips range.", "properties" : {"endIP" : {"description" : "End IP for the range.", "type" : "string"}, "startIP" : {"description" : "Starting IP for the range.", "type" : "string"}}, "type" : "object"}}}, "info" : {"contact" : {"email" : "dev@aporeto.com", "name" : "Aporeto Inc.", "url" : "go.aporeto.io/api"}, "license" : {"name" : "TODO"}, "termsOfService" : "https://localhost/TODO", "title" : "cloudiprange", "version" : "1.0"}, "paths" : {}, "tags" : [{"description" : "This tag is for group 'pcn/infrastructure'", "name" : "pcn/infrastructure"}, {"description" : "This tag is for package 'yeul'", "name" : "yeul"}]}
json_instruct
{"type": "object", "properties": {"openapi": {"type": "string"}, "components": {"type": "object", "properties": {"schemas": {"type": "object", "properties": {"cloudiprange": {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"endIP": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "startIP": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["endIP", "startIP"]}, "type": {"type": "string"}}, "required": ["description", "properties", "type"]}}, "required": ["cloudiprange"]}}, "required": ["schemas"]}, "info": {"type": "object", "properties": {"contact": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "name", "url"]}, "license": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "termsOfService": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}}, "required": ["contact", "license", "termsOfService", "title", "version"]}, "paths": {"type": "object", "properties": {}, "required": []}, "tags": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}}, "required": ["description", "name"]}}}, "required": ["openapi", "components", "info", "paths", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Androgynous", "definitions" : ["Partly male and partly female in appearance; of indeterminate sex.", "Having the physical characteristics of both sexes; hermaphrodite."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ewp": {"type": "string"}, "configuration": {"type": "string"}}, "required": ["ewp", "configuration"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ewp" : "d:\\github\\myRTT\\bsp\\ht6xxx\\project.ewp", "configuration" : "rt-thread"}
json_instruct
{"type": "object", "properties": {"ewp": {"type": "string"}, "configuration": {"type": "string"}}, "required": ["ewp", "configuration"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accession_number" : "C10094", "actors" : [], "creation_date" : null, "credit_line" : "Courtesy of The Clowes Fund", "cultures" : [], "dimensions" : "13 3/8 x 7 1/4 x 2 5/8 in. (closed)\n13 3/8 x 12 7/8 x 2 5/8 in. (open)", "dynasty" : null, "images" : [], "irn" : 17637, "materials" : "ivory", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "Virgin and Child Flanked by Angels"}
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["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"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"findup": {"type": "string"}}, "required": ["findup"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "eslint-plugin-undocumented-env", "version" : "1.0.0", "description" : "eslint plugin to detect undocumented environment variables", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/lennym/eslint-plugin-implicit-dependencies.git"}, "keywords" : ["eslint", "eslint-plugin"], "author" : "Leonard Martin <hello@lennym.co.uk>", "license" : "MIT", "bugs" : {"url" : "https://github.com/lennym/eslint-plugin-implicit-dependencies/issues"}, "homepage" : "https://github.com/lennym/eslint-plugin-implicit-dependencies#readme", "dependencies" : {"findup" : "^0.1.5"}}
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"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"findup": {"type": "string"}}, "required": ["findup"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Crunk": {"type": "array", "items": {"type": "string"}}}, "required": ["Crunk"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Crunk" : ["SouthernRap", "SpiritualSuccessor", "MiamiBass", "TropeCodifier", "InDaClub", "ClusterFBomb", "NWordPrivileges", "InDaClub", "OverlyLongGag", "StuffyOldSongsAboutTheButtocks", "TrapMusic", "LighterAndSofter", "TropeCodifier", "TropeMaker"]}
json_instruct
{"type": "object", "properties": {"Crunk": {"type": "array", "items": {"type": "string"}}}, "required": ["Crunk"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"impaired_oce": {"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": ["impaired_oce"]}}, "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" : {"impaired_oce" : {"title" : "Impaired_OCE", "channel_id" : 54624133, "link" : "http://twitch.tv/impaired_oce", "desc" : null, "plans" : {"$4.99" : "14452", "$9.99" : "31181", "$24.99" : "31182"}, "id" : "impaired_oce", "first_seen" : "2016-11-16 11:45:03", "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" : 14452, "emotes" : [{"code" : "impairedHAhaa", "image_id" : 127595, "set" : 14452}, {"code" : "impairedSweat", "image_id" : 281519, "set" : 14452}]}}}
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": {"impaired_oce": {"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": ["impaired_oce"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "matter": {"type": "integer"}}, "required": ["type", "ingredients", "matter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "thismatters:matter_recipe", "ingredients" : [{"tag" : "forge:heads"}], "matter" : 8}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "matter": {"type": "integer"}}, "required": ["type", "ingredients", "matter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "7171053004", "district_id" : "7171053", "name" : "TONGKEINA"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "chrono-node": {"type": "string"}, "express": {"type": "string"}, "googleapis": {"type": "string"}, "moment": {"type": "string"}}, "required": ["body-parser", "chrono-node", "express", "googleapis", "moment"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "string-to-google-calendar", "version" : "1.0.0", "description" : "A utility to take a natural language string and create an appropriate Google Calendar event", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/chrisharrington/string-to-google-calendar.git"}, "author" : "Chris Harrington", "license" : "MIT", "bugs" : {"url" : "https://github.com/chrisharrington/string-to-google-calendar/issues"}, "homepage" : "https://github.com/chrisharrington/string-to-google-calendar#readme", "dependencies" : {"body-parser" : "^1.18.3", "chrono-node" : "^1.3.5", "express" : "^4.16.3", "googleapis" : "^34.0.0", "moment" : "^2.22.2"}}
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "chrono-node": {"type": "string"}, "express": {"type": "string"}, "googleapis": {"type": "string"}, "moment": {"type": "string"}}, "required": ["body-parser", "chrono-node", "express", "googleapis", "moment"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"LOCALE_CODE": {"type": "string"}, "LOCALE_NAME": {"type": "string"}, "DIFFICULTIES": {"type": "object", "properties": {"UNKNOWN": {"type": "string"}, "EASY": {"type": "string"}, "MEDIUM": {"type": "string"}, "HARD": {"type": "string"}, "BOSS": {"type": "string"}}, "required": ["UNKNOWN", "EASY", "MEDIUM", "HARD", "BOSS"]}, "ERR_NO_DIFFICULTY": {"type": "string"}, "RUNNING_FOR_TITLE": {"type": "string"}, "TIMER_COUNTDOWN": {"type": "string"}, "CURRENT_LEVEL_TITLE": {"type": "string"}, "CURRENT_LEVEL_DESC": {"type": "string"}, "EXP_SINCE_START_TITLE": {"type": "string"}, "EXP_SINCE_START_DESC": {"type": "string"}, "ESTIMATED_EXP_PER_HOUR_TITLE": {"type": "string"}, "ESTIMATED_EXP_PER_HOUR_DESC": {"type": "string"}, "CURRENT_PLANET_TITLE": {"type": "string"}, "CURRENT_PLANET_DESC": {"type": "string"}, "CURRENT_ZONE_TITLE": {"type": "string"}, "CURRENT_ZONE_DESC": {"type": "string"}, "ROUND_TIME_LEFT_TITLE": {"type": "string"}, "NEXT_LEVEL_UP_TITLE": {"type": "string"}, "NEXT_LEVEL_UP_DESC": {"type": "string"}}, "required": ["LOCALE_CODE", "LOCALE_NAME", "DIFFICULTIES", "ERR_NO_DIFFICULTY", "RUNNING_FOR_TITLE", "TIMER_COUNTDOWN", "CURRENT_LEVEL_TITLE", "CURRENT_LEVEL_DESC", "EXP_SINCE_START_TITLE", "EXP_SINCE_START_DESC", "ESTIMATED_EXP_PER_HOUR_TITLE", "ESTIMATED_EXP_PER_HOUR_DESC", "CURRENT_PLANET_TITLE", "CURRENT_PLANET_DESC", "CURRENT_ZONE_TITLE", "CURRENT_ZONE_DESC", "ROUND_TIME_LEFT_TITLE", "NEXT_LEVEL_UP_TITLE", "NEXT_LEVEL_UP_DESC"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LOCALE_CODE" : "en-US", "LOCALE_NAME" : "English - United States", "DIFFICULTIES" : {"UNKNOWN" : "???", "EASY" : "Easy", "MEDIUM" : "Medium", "HARD" : "Hard", "BOSS" : "Boss"}, "ERR_NO_DIFFICULTY" : "No difficulty?!", "RUNNING_FOR_TITLE" : "Running for", "TIMER_COUNTDOWN" : "{days, plural, =0{} one{# day } other{# days }}{hours, plural, =0{} one{# hour } other{# hours }}{minutes, plural, =0{} one{# minute } other{# minutes }}{seconds, plural, =0{} one{# second} other{# seconds}}", "CURRENT_LEVEL_TITLE" : "Current level", "CURRENT_LEVEL_DESC" : "{level} ({score} / {next_level_score})", "EXP_SINCE_START_TITLE" : "Exp since start", "EXP_SINCE_START_DESC" : "{exp, number} XP", "ESTIMATED_EXP_PER_HOUR_TITLE" : "Estimated exp/hr", "ESTIMATED_EXP_PER_HOUR_DESC" : "{exp, number} XP", "CURRENT_PLANET_TITLE" : "Current planet", "CURRENT_PLANET_DESC" : "{planet_name} [{capture_progress, number, percent}] (ID: {id})", "CURRENT_ZONE_TITLE" : "Current zone", "CURRENT_ZONE_DESC" : "({zoneX}, {zoneY}) (ID: {zoneIdx}) | Difficulty: {difficulty_name}", "ROUND_TIME_LEFT_TITLE" : "Round time left", "NEXT_LEVEL_UP_TITLE" : "Next level up", "NEXT_LEVEL_UP_DESC" : "{timestamp, date, long} at {timestamp, time, medium}"}
json_instruct
{"type": "object", "properties": {"LOCALE_CODE": {"type": "string"}, "LOCALE_NAME": {"type": "string"}, "DIFFICULTIES": {"type": "object", "properties": {"UNKNOWN": {"type": "string"}, "EASY": {"type": "string"}, "MEDIUM": {"type": "string"}, "HARD": {"type": "string"}, "BOSS": {"type": "string"}}, "required": ["UNKNOWN", "EASY", "MEDIUM", "HARD", "BOSS"]}, "ERR_NO_DIFFICULTY": {"type": "string"}, "RUNNING_FOR_TITLE": {"type": "string"}, "TIMER_COUNTDOWN": {"type": "string"}, "CURRENT_LEVEL_TITLE": {"type": "string"}, "CURRENT_LEVEL_DESC": {"type": "string"}, "EXP_SINCE_START_TITLE": {"type": "string"}, "EXP_SINCE_START_DESC": {"type": "string"}, "ESTIMATED_EXP_PER_HOUR_TITLE": {"type": "string"}, "ESTIMATED_EXP_PER_HOUR_DESC": {"type": "string"}, "CURRENT_PLANET_TITLE": {"type": "string"}, "CURRENT_PLANET_DESC": {"type": "string"}, "CURRENT_ZONE_TITLE": {"type": "string"}, "CURRENT_ZONE_DESC": {"type": "string"}, "ROUND_TIME_LEFT_TITLE": {"type": "string"}, "NEXT_LEVEL_UP_TITLE": {"type": "string"}, "NEXT_LEVEL_UP_DESC": {"type": "string"}}, "required": ["LOCALE_CODE", "LOCALE_NAME", "DIFFICULTIES", "ERR_NO_DIFFICULTY", "RUNNING_FOR_TITLE", "TIMER_COUNTDOWN", "CURRENT_LEVEL_TITLE", "CURRENT_LEVEL_DESC", "EXP_SINCE_START_TITLE", "EXP_SINCE_START_DESC", "ESTIMATED_EXP_PER_HOUR_TITLE", "ESTIMATED_EXP_PER_HOUR_DESC", "CURRENT_PLANET_TITLE", "CURRENT_PLANET_DESC", "CURRENT_ZONE_TITLE", "CURRENT_ZONE_DESC", "ROUND_TIME_LEFT_TITLE", "NEXT_LEVEL_UP_TITLE", "NEXT_LEVEL_UP_DESC"], "$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" : "\u9df9\u8c37\u570b\u969b\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "65004935", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e2d\u548c\u5340\u6c38\u548c\u8def173\u865f1\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u4e2d\u548c\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5442\u73b2\u73b2", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "54737549", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1050510", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099"], "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-10-12T03:00:00+03:00", "Temp" : 17.9, "RelHum" : 47, "WindSpeed" : 2, "WindDir" : 287}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [66.3882, 48.1596, 0.890972, 67.1517, 54.3818, 0.907088, 60.5528, 54.3817, 0.86207, 51.6616, 53.1975, 0.747278, 43.1309, 48.568, 0.826034, 73.7544, 54.7393, 0.842898, 83.0559, 52.051, 0.755379, 90.4064, 48.1521, 0.780213, 67.547, 76.4687, 0.770367, 63.6818, 76.4735, 0.759875, 64.0684, 94.2724, 0.795866, 65.9987, 108.619, 0.752152, 72.1991, 76.8385, 0.72562, 72.9511, 93.5056, 0.751619, 73.3542, 108.629, 0.777253, 64.4598, 46.2349, 0.831824, 67.166, 46.2374, 0.862496, 63.6628, 47.7729, 0.669045, 69.8629, 47.7809, 0.822423, 73.3514, 112.502, 0.635217, 75.6859, 111.721, 0.639627, 72.9558, 110.56, 0.593049, 67.1638, 112.488, 0.708806, 64.4458, 112.105, 0.703892, 66.7632, 110.17, 0.6249], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "optionalDependencies": {"type": "object", "properties": {"underscore": {"type": "string"}, "backbone": {"type": "string"}, "knockout": {"type": "string"}}, "required": ["underscore", "backbone", "knockout"]}}, "required": ["author", "name", "version", "main", "description", "keywords", "url", "homepage", "repository", "optionalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"name" : "Kevin Malakoff", "url" : "https://github.com/kmalakoff"}, "name" : "knockback", "version" : "0.18.5", "main" : "knockback.js", "description" : "Knockback.js provides Knockout.js magic for Backbone.js Models and Collections", "keywords" : ["knockback", "knockbackjs", "backbone", "backbonejs", "knockout", "knockoutjs"], "url" : "http://kmalakoff.github.com/knockback/", "homepage" : "http://kmalakoff.github.com/knockback/", "repository" : {"type" : "git", "url" : "http://github.com/kmalakoff/knockback.git"}, "optionalDependencies" : {"underscore" : ">=1.1.7", "backbone" : ">=0.5.1", "knockout" : ">=1.2.1"}}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "optionalDependencies": {"type": "object", "properties": {"underscore": {"type": "string"}, "backbone": {"type": "string"}, "knockout": {"type": "string"}}, "required": ["underscore", "backbone", "knockout"]}}, "required": ["author", "name", "version", "main", "description", "keywords", "url", "homepage", "repository", "optionalDependencies"], "$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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "globalDevDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}}, "required": ["chai"]}}, "required": ["name", "dependencies", "globalDevDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "noml", "dependencies" : {}, "globalDevDependencies" : {"mocha" : "registry:dt/mocha#2.2.5+20160317120654"}, "devDependencies" : {"chai" : "registry:npm/chai#3.5.0+20160415060238"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "globalDevDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}}, "required": ["chai"]}}, "required": ["name", "dependencies", "globalDevDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "var Mode = require('./mode');\n\nvar Utils = require('./utils');\n\nfunction KanjiData(data) {\n this.mode = Mode.KANJI;\n this.data = data;\n}\n\nKanjiData.getBitsLength = function getBitsLength(length) {\n return length * 13;\n};\n\nKanjiData.prototype.getLength = function getLength() {\n return this.data.length;\n};\n\nKanjiData.prototype.getBitsLength = function getBitsLength() {\n return KanjiData.getBitsLength(this.data.length);\n};\n\nKanjiData.prototype.write = function (bitBuffer) {\n var i; // In the Shift JIS system, Kanji characters are represented by a two byte combination.\n // These byte values are shifted from the JIS X 0208 values.\n // JIS X 0208 gives details of the shift coded representation.\n\n for (i = 0; i < this.data.length; i++) {\n var value = Utils.toSJIS(this.data[i]); // For characters with Shift JIS values from 0x8140 to 0x9FFC:\n\n if (value >= 0x8140 && value <= 0x9FFC) {\n // Subtract 0x8140 from Shift JIS value\n value -= 0x8140; // For characters with Shift JIS values from 0xE040 to 0xEBBF\n } else if (value >= 0xE040 && value <= 0xEBBF) {\n // Subtract 0xC140 from Shift JIS value\n value -= 0xC140;\n } else {\n throw new Error('Invalid SJIS character: ' + this.data[i] + '\\n' + 'Make sure your charset is UTF-8');\n } // Multiply most significant byte of result by 0xC0\n // and add least significant byte to product\n\n\n value = (value >>> 8 & 0xff) * 0xC0 + (value & 0xff); // Convert result to a 13-bit binary string\n\n bitBuffer.put(value, 13);\n }\n};\n\nmodule.exports = KanjiData;", "map" : null, "metadata" : {}, "sourceType" : "script"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"singleQuote": {"type": "boolean"}, "trailingComma": {"type": "string"}}, "required": ["singleQuote", "trailingComma"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"singleQuote" : true, "trailingComma" : "all"}
json_instruct
{"type": "object", "properties": {"singleQuote": {"type": "boolean"}, "trailingComma": {"type": "string"}}, "required": ["singleQuote", "trailingComma"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"0.007": {"type": "number"}, "0.008": {"type": "number"}, "0.009": {"type": "number"}, "0.010": {"type": "number"}, "0.011": {"type": "number"}, "0.012": {"type": "number"}, "0.013": {"type": "number"}, "0.014": {"type": "number"}, "0.015": {"type": "number"}, "0.016": {"type": "number"}, "0.017": {"type": "number"}, "0.018": {"type": "number"}, "0.019": {"type": "number"}, "0.020": {"type": "number"}, "0.022": {"type": "number"}, "0.024": {"type": "number"}, "0.026": {"type": "number"}}, "required": ["0.007", "0.008", "0.009", "0.010", "0.011", "0.012", "0.013", "0.014", "0.015", "0.016", "0.017", "0.018", "0.019", "0.020", "0.022", "0.024", "0.026"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"0.007" : 1.085e-05, "0.008" : 1.418e-05, "0.009" : 1.794e-05, "0.010" : 2.215e-05, "0.011" : 2.68e-05, "0.012" : 3.19e-05, "0.013" : 3.744e-05, "0.014" : 4.342e-05, "0.015" : 4.984e-05, "0.016" : 5.671e-05, "0.017" : 6.402e-05, "0.018" : 7.177e-05, "0.019" : 7.997e-05, "0.020" : 8.861e-05, "0.022" : 0.00010722, "0.024" : 0.0001276, "0.026" : 0.00014975}
json_instruct
{"type": "object", "properties": {"0.007": {"type": "number"}, "0.008": {"type": "number"}, "0.009": {"type": "number"}, "0.010": {"type": "number"}, "0.011": {"type": "number"}, "0.012": {"type": "number"}, "0.013": {"type": "number"}, "0.014": {"type": "number"}, "0.015": {"type": "number"}, "0.016": {"type": "number"}, "0.017": {"type": "number"}, "0.018": {"type": "number"}, "0.019": {"type": "number"}, "0.020": {"type": "number"}, "0.022": {"type": "number"}, "0.024": {"type": "number"}, "0.026": {"type": "number"}}, "required": ["0.007", "0.008", "0.009", "0.010", "0.011", "0.012", "0.013", "0.014", "0.015", "0.016", "0.017", "0.018", "0.019", "0.020", "0.022", "0.024", "0.026"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"HYNavigationBar": {"type": "string"}}, "required": ["HYNavigationBar"]}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "branch": {"type": "string"}}, "required": ["git", "branch"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "swift_versions": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "authors", "license", "platforms", "source", "source_files", "resources", "swift_versions", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "HYNavigationBar", "version" : "1.0.0", "summary" : "HYNavigationBar is a custom navigation bar which replicates iOS UINavigationBar.", "homepage" : "https://www.heady.io", "authors" : {"HYNavigationBar" : "tirupati@heady.io"}, "license" : {"type" : "MIT", "file" : "LICENSE"}, "platforms" : {"ios" : "11.0"}, "source" : {"git" : "https://bitbucket.org/headyio/hynavigationbar.git", "branch" : "codebase"}, "source_files" : "Sources/*.{swift}", "resources" : "Sources/*.{png}", "swift_versions" : "5.0", "swift_version" : "5.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"HYNavigationBar": {"type": "string"}}, "required": ["HYNavigationBar"]}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "branch": {"type": "string"}}, "required": ["git", "branch"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "swift_versions": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "authors", "license", "platforms", "source", "source_files", "resources", "swift_versions", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "flickr_type": {"type": "string"}, "title": {"type": "string"}, "author_name": {"type": "string"}, "author_url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "web_page": {"type": "string"}, "thumbnail_url": {"type": "string"}, "thumbnail_width": {"type": "integer"}, "thumbnail_height": {"type": "integer"}, "web_page_short_url": {"type": "string"}, "license": {"type": "string"}, "license_id": {"type": "integer"}, "html": {"type": "string"}, "version": {"type": "string"}, "cache_age": {"type": "integer"}, "provider_name": {"type": "string"}, "provider_url": {"type": "string"}}, "required": ["type", "flickr_type", "title", "author_name", "author_url", "width", "height", "url", "web_page", "thumbnail_url", "thumbnail_width", "thumbnail_height", "web_page_short_url", "license", "license_id", "html", "version", "cache_age", "provider_name", "provider_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "photo", "flickr_type" : "photo", "title" : "ZB8T0193", "author_name" : "\u202e\u202d\u202cbees\u202c", "author_url" : "https://www.flickr.com/photos/bees/", "width" : 1024, "height" : 683, "url" : "https://live.staticflickr.com/3123/2341623661_7c99f48bbf_b.jpg", "web_page" : "https://www.flickr.com/photos/bees/2341623661/", "thumbnail_url" : "https://live.staticflickr.com/3123/2341623661_7c99f48bbf_q.jpg", "thumbnail_width" : 150, "thumbnail_height" : 150, "web_page_short_url" : "https://flic.kr/p/4yVr8K", "license" : "All Rights Reserved", "license_id" : 0, "html" : "<a data-flickr-embed=\"true\" href=\"https://www.flickr.com/photos/bees/2341623661/\" title=\"ZB8T0193 by \u202e\u202d\u202cbees\u202c, on Flickr\"><img src=\"https://live.staticflickr.com/3123/2341623661_7c99f48bbf_b.jpg\" width=\"1024\" height=\"683\" alt=\"ZB8T0193\"></a><script async src=\"https://embedr.flickr.com/assets/client-code.js\" charset=\"utf-8\"></script>", "version" : "1.0", "cache_age" : 3600, "provider_name" : "Flickr", "provider_url" : "https://www.flickr.com/"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "flickr_type": {"type": "string"}, "title": {"type": "string"}, "author_name": {"type": "string"}, "author_url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "web_page": {"type": "string"}, "thumbnail_url": {"type": "string"}, "thumbnail_width": {"type": "integer"}, "thumbnail_height": {"type": "integer"}, "web_page_short_url": {"type": "string"}, "license": {"type": "string"}, "license_id": {"type": "integer"}, "html": {"type": "string"}, "version": {"type": "string"}, "cache_age": {"type": "integer"}, "provider_name": {"type": "string"}, "provider_url": {"type": "string"}}, "required": ["type", "flickr_type", "title", "author_name", "author_url", "width", "height", "url", "web_page", "thumbnail_url", "thumbnail_width", "thumbnail_height", "web_page_short_url", "license", "license_id", "html", "version", "cache_age", "provider_name", "provider_url"], "$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": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "Polaroid", "market_name" : "PTAB751", "codename" : "STJR76", "model" : "PTAB751"}, {"manufacturer" : "Smartab", "market_name" : "STJR76", "codename" : "STJR76", "model" : "STJR76"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "languageName": {"type": "string"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"external-pkg": {"type": "string"}}, "required": ["external-pkg"]}, "packageManager": {"type": "string"}}, "required": ["private", "name", "version", "languageName", "workspaces", "dependencies", "packageManager"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "name" : "root", "version" : "1.0.0", "languageName" : "dm", "workspaces" : ["packages/*"], "dependencies" : {"external-pkg" : "file:external-pkg.tgz"}, "packageManager" : "yarn@2.4.2"}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "languageName": {"type": "string"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"external-pkg": {"type": "string"}}, "required": ["external-pkg"]}, "packageManager": {"type": "string"}}, "required": ["private", "name", "version", "languageName", "workspaces", "dependencies", "packageManager"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[11, 32], [24, 11], [13, 11], [11, 9], [11, 31], [11, 20], [11, 13], [11, 24], [11, 6], [29, 1], [11, 17], [30, 16], [11, 15], [11, 31], [5, 2], [11, 31], [11, 4], [13, 11], [24, 11], [23, 11], [11, 0], [25, 11], [11, 3], [6, 11], [11, 27], [11, 24], [12, 32], [11, 4], [11, 22], [2, 11], [11, 36], [10, 19], [7, 11], [21, 26], [11, 28], [10, 33], [31, 18], [34, 11], [13, 11], [27, 11], [8, 35], [14, 9]], "features" : {"0" : "1", "1" : "1", "2" : "2", "3" : "1", "4" : "2", "5" : "1", "6" : "2", "7" : "1", "8" : "1", "9" : "2", "10" : "2", "11" : "32", "12" : "1", "13" : "4", "14" : "1", "15" : "1", "16" : "1", "17" : "1", "18" : "1", "19" : "1", "20" : "1", "21" : "1", "22" : "1", "23" : "1", "24" : "4", "25" : "1", "26" : "1", "27" : "2", "28" : "1", "29" : "1", "30" : "1", "31" : "4", "32" : "2", "33" : "1", "34" : "1", "35" : "1", "36" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}