input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
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"}, "module": {"type": "string"}, "browser": {"type": "string"}, "files": {"type": "array", "ite... | {"name" : "elm-mapbox", "version" : "4.1.0", "description" : "A custom element designed for use with elm-mapbox", "main" : "dist/elm-mapbox.cjs.js", "module" : "dist/elm-mapbox.esm.js", "browser" : "dist/elm-mapbox.umd.js", "files" : ["dist"], "scripts" : {"build" : "rollup -c", "dev" : "rollup -c -w", "test" : "elm ma... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "browser": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"frozen-moment.js": {"type": "string"}, "frozen-moment.min.js": {"type": "string"}}, "required": ["frozen-moment.js", "frozen-moment.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"frozen-moment.js" : "sha256-C7it7ITdm+OhDWrBLn1BJpeoAttETSloZzKOMkMa/kI=", "frozen-moment.min.js" : "sha256-v7HohE7rFGYLlu79gCmf0LPvIv+Nc44xob4UjyIsJCw="} | json_instruct | {"type": "object", "properties": {"frozen-moment.js": {"type": "string"}, "frozen-moment.min.js": {"type": "string"}}, "required": ["frozen-moment.js", "frozen-moment.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [273381.7841572092, 292344.44611900864, 342911.5446838071, 361874.20664560655] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "chi... | {"code" : 1209171, "parent" : 1209, "name" : "JAWA MARAJA BAH JAMBI", "latitude" : "2.9639665565018", "longitude" : "99.216619777558", "postal" : [21192, 21153], "children" : [1209171001, 1209171002, 1209171003, 1209171004, 1209171005, 1209171006, 1209171007, 1209171008]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "password": {"type": "string"}, "server": {"type": "string"}, "database": {"type": "string"}, "options": {"type": "object", "properties": {"trustServerCertificate": {"type": "boolean"}}, "required... | {"user" : "sa", "password" : "20Aritel12", "server" : "demos.ariadnasw.com", "database" : "AxSii", "options" : {"trustServerCertificate" : true}} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "password": {"type": "string"}, "server": {"type": "string"}, "database": {"type": "string"}, "options": {"type": "object", "properties": {"trustServerCertificate": {"type": "boolean"}}, "required": ["trustServerCertificate"]}}, "required": ["user", "passwor... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "ob... | {"id" : "26e1c93e-31ee-43d1-941b-9619affad60b", "playerTags" : [], "teamTags" : ["f02aeae2-5e6a-4098-9842-02d2273f25c7", "d9f89a8a-c563-493e-9d64-78e4f9a55d4a"], "gameTags" : ["2de4638a-d95a-4a8c-9c2b-01519a46c74b"], "metadata" : {"play" : 226, "subPlay" : -1}, "created" : "2021-03-19T18:19:19.628Z", "season" : 13, "to... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type"... | {"unversionedId" : "presets", "id" : "presets", "isDocsHomePage" : false, "title" : "Presets", "description" : "The presets", "source" : "@site/docs/presets.md", "slug" : "/presets", "permalink" : "/ts-jest/docs/presets", "editUrl" : "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/presets.md", "version" : ... | json_instruct | {"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "string"}, "permalink": {"type": "string"}, "editUrl": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"... | {"id" : 15360, "info" : {"name" : "winfuture - nur das wichtigste f\u00fcr rss", "description" : "Gut f\u00fcr RSS-Feeds z.B. in Thunderbird.", "additionalInfo" : null, "format" : "uso", "category" : "winfuture", "createdAt" : "2009-02-25T18:31:16.000Z", "updatedAt" : "2009-02-25T18:31:16.000Z", "license" : "NO-REDISTR... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"algo": {"type": "string"}, "intensity": {"type": "integer"}, "api-bind": {"type": "string"}, "hwmonitor": {"type": "boolean"}, "quiet": {"type": "boolean"}, "debug": {"type": "boolean"}, "protocol": {"type": "boolean"}, "url":... | {"algo" : "lyra2v3", "intensity" : 19, "api-bind" : "0.0.0.0:4068", "hwmonitor" : true, "quiet" : false, "debug" : false, "protocol" : false, "url" : "stratum+tcp://lyra2rev3.eu.nicehash.com:3373", "user" : "12fsRcScJtcqytZJE3NdSAKBLu52PqDzzR", "pass" : "x"} | json_instruct | {"type": "object", "properties": {"algo": {"type": "string"}, "intensity": {"type": "integer"}, "api-bind": {"type": "string"}, "hwmonitor": {"type": "boolean"}, "quiet": {"type": "boolean"}, "debug": {"type": "boolean"}, "protocol": {"type": "boolean"}, "url": {"type": "string"}, "user": {"type": "string"}, "pass": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http:/... | [{"adcode" : "654301001", "name" : "\u91d1\u5c71\u8def\u8857\u9053", "level" : "street", "parent" : "654301"}, {"adcode" : "654301002", "name" : "\u89e3\u653e\u8def\u8857\u9053", "level" : "street", "parent" : "654301"}, {"adcode" : "654301003", "name" : "\u56e2\u7ed3\u8def\u8857\u9053", "level" : "street", "parent" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$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": {"clean": {"type": "string"}, "tgz": {"type": "string"}, "packa... | {"name" : "@mayajs/router", "version" : "0.3.0", "description" : "Simple NodeJS routing library created using Typescript", "main" : "lib/index.js", "scripts" : {"clean" : "rimraf interface && rimraf index.js && rimraf index.d.ts && rimraf utils && rimraf router && rimraf lib", "tgz" : "rimraf *.tgz", "package" : "node ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "tgz": {"type": "string"}, "package": {"type": "string"}, "start": {"type": "string"}, "pr... |
Following the schema specification below, generate a valid JSON instance:
{"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... | {"contract" : "0xe3542a545a4ac889a4e80e86ff5518a535ffe4c9", "tool" : "manticore", "start" : 1565095377.1965692, "end" : 1565097178.898576, "duration" : 1801.702006816864, "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", "ana... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"pirates": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "currentOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "openingOdds": {"type": "array", "items": {"... | {"pirates" : [[5, 4, 14, 12], [13, 6, 18, 16], [11, 8, 9, 3], [10, 20, 1, 2], [17, 15, 7, 19]], "currentOdds" : [[1, 6, 2, 5, 5], [1, 4, 13, 5, 2], [1, 6, 3, 8, 2], [1, 13, 13, 2, 6], [1, 13, 4, 13, 2]], "openingOdds" : [[1, 5, 2, 4, 4], [1, 4, 12, 4, 2], [1, 6, 3, 8, 2], [1, 13, 13, 2, 4], [1, 13, 3, 13, 2]], "winners... | json_instruct | {"type": "object", "properties": {"pirates": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "currentOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "openingOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "winners": {"t... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"},... | {"name" : "sorted-collection", "version" : "1.0.8", "description" : "An high-performance array-like JavaScript collection that maintains the sort order of its elements. To be used in place of a regular array of objects.", "keywords" : ["sorted", "array", "collection", "javascript"], "author" : "Baz <bk@thinkloop.com>",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/... | [{"package" : "bioconductor-mesh.nle.eg.db", "downloads" : 2800, "count" : 2522}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent",... | {"dependencies" : [{"name" : "/Users/anurag/Dev/neo/nos/dapps/neotribe-contactpay/package.json", "includedInParent" : true, "mtime" : 1533970985849}, {"name" : "/Users/anurag/Dev/neo/nos/dapps/neotribe-contactpay/node_modules/core-js/package.json", "includedInParent" : true, "mtime" : 1533971218828}], "generated" : {"j... | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "... | {"id" : 14780, "source" : "parry", "verse_id" : 17824, "verse_count" : 1, "reference" : "8:16", "title" : "", "html" : " <i> Bind up the testimony/seal the law.</i> These actions fit into a divine sequence: the Saints must first receive their endowments, then warn the world's inhabitants of God's coming judgments, whic... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "name", "url"]}, "url": {"type": "strin... | {"type" : "entry", "author" : {"type" : "card", "name" : "New Features of Wordpress 2.8 | pekakbongol.com", "url" : "http://pekakbongol.com/belajar-nge-blog/new-features-of-wordpress-28.html"}, "url" : "http://pekakbongol.com/belajar-nge-blog/new-features-of-wordpress-28.html", "published" : "2009-06-13T01:19:59-07:00"... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "name", "url"]}, "url": {"type": "string"}, "published": {"type": "string"}, "content": {"type": "object", "p... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}},... | {"name" : "promised-land", "version" : "1.0.0", "description" : "Demo of using promises in javascript", "main" : "index.js", "private" : true, "scripts" : {"test" : "mocha"}, "author" : "Darren Coxall <darren@darrencoxall.com>", "license" : "MIT", "devDependencies" : {"chai" : "^3.5.0", "mocha" : "^2.4.5", "promise" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "lice... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "7406063001", "nama" : "LABO EA"}, {"id" : "7406063002", "nama" : "PARIA"}, {"id" : "7406063003", "nama" : "MULAENO"}, {"id" : "7406063004", "nama" : "POLEONRO"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013776": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"... | {"type" : "Topology", "objects" : {"E01013776" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00069483", "LAD11CD" : "E06000016"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013776": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : ["tslint-config-aerian"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "1113023006", "district_id" : "1113023", "name" : "UME LAH"} | 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"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url... | {"name" : "skipper-openstack-v2", "version" : "1.2.0", "main" : "src/index.js", "repository" : {"type" : "git", "url" : "https://github.com/DPOrganizer/skipper-openstack-v2.git"}, "keywords" : ["openstack-swift", "streaming-file-upload", "streaming", "file", "upload", "sails", "swift", "pipe", "express"], "contributors... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "cont... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1991, 6], [1992, 5], [1993, 7], [1994, 6], [1997, 5], [2000, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required"... | {"latest_version" : ["0.4"], "meta" : {"description" : "txairbrake reports exceptions in Twisted code to an airbrake server", "homepage" : "http://github.com/bmuller/txairbrake", "license" : "MIT"}, "versions" : {"0.4" : {"sha256" : "79dd3749426b4da0d9445357ed259c03d3ae3d19997b1707c7356e8b4eb4c228", "url" : "https://fi... | 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": "obje... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "object", "properties": {"TODO": {"type": "string"}}, "required": ["TODO"]}}}, "required": ["TODO"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"TODO" : [{"TODO" : "BCA_OtherFeesCharges(BCAOtherFeesCharges)"}]} | json_instruct | {"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "object", "properties": {"TODO": {"type": "string"}}, "required": ["TODO"]}}}, "required": ["TODO"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"mann... | {"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" : {"mannyorsonny" : {"title" : "mannyorsonny", "channel_id" : 148552996, "link" : ... | 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": {"mannyorsonny": {"type": "object", "properties": {"title": {"t... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"participant": {"type": "string"}, "distance": {"type": "number"}, "speed": {"type": "number"}, "transport": {"type": "string"}}, "required": ["participant", "distance", "speed", "transport... | [{"participant" : "Mary", "distance" : 903.8, "speed" : 84.78, "transport" : "Jet Ski"}, {"participant" : "Mary", "distance" : 757.9, "speed" : 307.31, "transport" : "Ferry"}, {"participant" : "Richard", "distance" : 705.9, "speed" : 744.42, "transport" : "Roller skates"}, {"participant" : "Richard", "distance" : 161.2... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"participant": {"type": "string"}, "distance": {"type": "number"}, "speed": {"type": "number"}, "transport": {"type": "string"}}, "required": ["participant", "distance", "speed", "transport"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.1709, 51.912081]}, "properties" : {"start-date" : "2017-11-03", "site" : "212", "maximum-net-dwellings" : "18", "name" : "212", "notes" : "Potentially contaminated", "site-address" : "Scout Hut, Drakes Drive", "planning-permission-status" : "Not p... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, ... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["fis3-packager-wn-pack", "fisx-hook-amd", "fisx-packager-static"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"api_url": {"type": "string"}, "confetti_chance": {"type": "string"}}, "required": ["api_url", "confetti_chance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"api_url" : "https://yourdomain.tld/api", "confetti_chance" : "10"} | json_instruct | {"type": "object", "properties": {"api_url": {"type": "string"}, "confetti_chance": {"type": "string"}}, "required": ["api_url", "confetti_chance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {"type": "string"}}, "dimensions":... | {"accession_number" : "1989.1224A-C", "actors" : [], "creation_date" : "1900-1999", "credit_line" : "Gift of Mr. and Mrs. Harrison Eiteljorg", "cultures" : ["Chokwe people"], "dimensions" : "W: 72' (approx. of shirt)", "dynasty" : null, "images" : [], "irn" : 10631, "materials" : "fiber, leather", "on_view" : false, "p... | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {"type": "string"}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"/clean-blog/js/app.js": {"type": "string"}, "/js/press.js": {"type": "string"}, "/css/press.css": {"type": "string"}, "/clean-blog/css/app.css": {"type": "string"}}, "required": ["/clean-blog/js/app.js", "/js/press.js", "/css/... | {"/clean-blog/js/app.js" : "/clean-blog/js/app.js", "/js/press.js" : "/js/press.js", "/css/press.css" : "/css/press.css", "/clean-blog/css/app.css" : "/clean-blog/css/app.css"} | json_instruct | {"type": "object", "properties": {"/clean-blog/js/app.js": {"type": "string"}, "/js/press.js": {"type": "string"}, "/css/press.css": {"type": "string"}, "/clean-blog/css/app.css": {"type": "string"}}, "required": ["/clean-blog/js/app.js", "/js/press.js", "/css/press.css", "/clean-blog/css/app.css"], "$schema": "http://... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": [... | {"ETag" : "W/\"cc1a47762b0ed1cb652b96816a822199634bee99a32c67d3c0af4374d905e37d\"", "Last-Modified" : "Fri, 04 Dec 2020 13:07:49 GMT", "base" : {"repo" : {"name" : "libignition-msgs1-feedstock"}}, "closed_at" : "2020-12-04T13:07:49Z", "created_at" : "2020-12-04T11:46:02Z", "draft" : false, "head" : {"ref" : "this_is_no... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"... | {"nom" : "Saint-Sauveur-sur-Ecole", "dpt" : "Seine-et-Marne", "inscrits" : 871, "abs" : 172, "votants" : 699, "blancs" : 68, "nuls" : 11, "exp" : 620, "res" : [{"panneau" : "1", "voix" : 426}, {"panneau" : "2", "voix" : 194}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", ... | {"place_name" : "Sharon", "state_name" : "South Carolina", "state_abbrv" : "SC", "lat" : "34.9084", "long" : "-81.3729"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"radium.js": {"type": "string"}, "radium.min.js": {"type": "string"}}, "required": ["radium.js", "radium.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"radium.js" : "sha256-HvOZ2V138EsV6y8AidIzWRQpYXhOb2XJplF2d+l7o+Q=", "radium.min.js" : "sha256-/qTykNm1pacR4QAlphMJQS5JiolxYNPnAR/Pqe5Yi6g="} | json_instruct | {"type": "object", "properties": {"radium.js": {"type": "string"}, "radium.min.js": {"type": "string"}}, "required": ["radium.js", "radium.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"box-sizing": {"type": "boolean"}, "duplicate-properties": {"type": "boolean"}, "font-sizes": {"type": "boolean"}, "ids": {"type": "boolean"}, "important": {"type": "boolean"}, "outline-none": {"type": "boolean"}, "regex-select... | {"box-sizing" : false, "duplicate-properties" : false, "font-sizes" : false, "ids" : false, "important" : false, "outline-none" : false, "regex-selectors" : false, "star-property-hack" : false, "text-indent" : false, "unique-headings" : false, "universal-selector" : false, "unqualified-attributes" : false} | json_instruct | {"type": "object", "properties": {"box-sizing": {"type": "boolean"}, "duplicate-properties": {"type": "boolean"}, "font-sizes": {"type": "boolean"}, "ids": {"type": "boolean"}, "important": {"type": "boolean"}, "outline-none": {"type": "boolean"}, "regex-selectors": {"type": "boolean"}, "star-property-hack": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"entrypoint.js": {"type": "string"}}, "required": ["entrypoint.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entrypoint.js" : "/api/oppio/app/frontend_es5/entrypoint.d303236e.js"} | json_instruct | {"type": "object", "properties": {"entrypoint.js": {"type": "string"}}, "required": ["entrypoint.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "style": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "repository": {"... | {"name" : "tachyons-flex", "version" : "1.1.2", "style" : "tachyons-flex.css", "homepage" : "http://github.com/elussich/tachyons-flex", "description" : "Tachyons module for Flex Box layouts.", "keywords" : [], "repository" : {"type" : "git", "url" : "http://github.com/elussich/tachyons-flex.git"}, "bugs" : {"url" : "ht... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "style": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"ty... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "user": {"type": "string"}, "text": {"type": "string"}, "ts": {"type": "string"}}, "required": ["type", "user", "text", "ts"]}, "$schema": "http://json-schema.org/draft-07/... | [{"type" : "message", "user" : "U13TWBRBL", "text" : "hi everybody, in case you have not heard, linux foundation is moving us off of Slack and onto Rocket.Chat, everybody in Slack can log in to the new chat server using your existing linux foundation ID, please visit <http://chat.hyperledger.org/> to login to the new c... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "user": {"type": "string"}, "text": {"type": "string"}, "ts": {"type": "string"}}, "required": ["type", "user", "text", "ts"]}, "$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": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts... | {"userId" : 24835, "cartId" : "433efa12-1bb3-457c-ade5-879afa03d02f", "preferredProducts" : [], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/sche... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required":... | [{"id" : 1877664067, "name" : "\u604b\u7231\u753b\u677f", "dt" : 207586, "ar" : {"id" : 30905409, "name" : "IMKoi"}, "al" : {"id" : 81254790, "name" : "\u7ffb\u5531\u5408\u96c6", "picUrl" : "https://p2.music.126.net/qZzNokmV4q33BnFVi8d4Nw==/109951165833513871.jpg"}}, {"id" : 1381739587, "name" : "\u4f60\u662f\u6211\u60... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "tr... | {"web" : [{"value" : ["\u9ed1\u677f", "\u9ed1\u677f", "\u5e73\u53f0"], "key" : "Blackboard"}, {"value" : ["\u9ed1\u677f\u64e6"], "key" : "blackboard eraser"}, {"value" : ["\u677f\u4e66\u8bbe\u8ba1"], "key" : "Blackboard Display"}], "query" : "blackboard", "translation" : ["\u9ed1\u677f\u4e0a"], "errorCode" : "0", "dict... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 352, "filename" : "youngdads-116-1.png"} | json_instruct | {"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"uri": {"type": "string"}, "available_phone_numbers": {"type": "array", "items": {"type": "object", "properties": {"friendly_name": {"type": "string"}, "phone_number": {"type": "string"}, "lata": {"type": "string"}, ... | {"uri" : "/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/AvailablePhoneNumbers/US/Local.json?Contains=510555****", "available_phone_numbers" : [{"friendly_name" : "(510) 555-1214", "phone_number" : "+15105551214", "lata" : "722", "rate_center" : "OKLD0349T", "latitude" : "37.806940", "longitude" : "-122.270360... | json_instruct | {"type": "object", "properties": {"uri": {"type": "string"}, "available_phone_numbers": {"type": "array", "items": {"type": "object", "properties": {"friendly_name": {"type": "string"}, "phone_number": {"type": "string"}, "lata": {"type": "string"}, "rate_center": {"type": "string"}, "latitude": {"type": "string"}, "lo... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "adr": {"type": "string"}, "jawp": {"type": "string"}}, "required": ["name", "adr", "jawp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "\u4fe1\u8d8a\u653e\u9001", "adr" : "\u9577\u91ce\u770c\u9577\u91ce\u5e02\u554f\u5fa1\u6240\u753a1200\u756a\u5730", "jawp" : "http://ja.wikipedia.org/wiki/%E4%BF%A1%E8%B6%8A%E6%94%BE%E9%80%81"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "adr": {"type": "string"}, "jawp": {"type": "string"}}, "required": ["name", "adr", "jawp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"summaries": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbo... | {"summaries" : [{"symbol" : {"__symbol" : 0, "members" : []}, "metadata" : {"__symbol" : 1, "members" : []}}, {"symbol" : {"__symbol" : 2, "members" : []}, "metadata" : {"__symbol" : 3, "members" : []}}, {"symbol" : {"__symbol" : 4, "members" : []}, "metadata" : {"__symbol" : 5, "members" : []}}, {"symbol" : {"__symbol... | json_instruct | {"type": "object", "properties": {"summaries": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}, "metadata": {"type": "object", "properties": {"__symb... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}, "postcode": {"type": "string"}, "streets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"... | {"lat" : "-0.728363", "lng" : "52.468537", "postcode" : "NN18 9PF", "streets" : [{"id" : "56467500", "name" : "Bede Close", "distance" : 222}, {"id" : "56467501", "name" : "Bamburg Close", "distance" : 430}, {"id" : "56472375", "name" : "Boden Close", "distance" : 497}, {"id" : "98103895", "name" : "Flensburg Close", "... | json_instruct | {"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}, "postcode": {"type": "string"}, "streets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "distance": {"type": "integer"}}, "required": ["id", "name", "distance"]}}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.o... | {"id" : "170200080508", "variable1" : 0.7838, "variable2" : -0.7664, "variable3" : "B"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array",... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [948.462, 209.13, 1, 944.964, 231.299, 1, 918.727, 236.607, 1, 890.822, 227.925, 1, 887.415, 350.453, 1, 967.299, 230.998, 1, 987.777, 263.765, 1, 998.953, 338.431, 1, 912.663, 363.292, 1, 911.357, 439.264, 1, 918.306, 515.043, 1, 965.22, 360.382, 1, 981.129, 443.795... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/gray_stained_glass_vertical_slab_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}... | [{"type" : "MOD_INFO", "id" : "Anesthetic_Crafting", "name" : "Anesthetic Kit Crafting", "authors" : ["Alexandreiah"], "maintainers" : ["Shard", "GoatGod"], "description" : "Split from older mod by Alexandreiah, makes anesthesia kits craftable.", "category" : "rebalance", "dependencies" : ["dda"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "category": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"01": {"type": "array", "items": {"type": "string"}}, "02": {"type": "array", "items": {"type": "string"}}}, "required": ["01", "02"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"01" : ["man_seg_001_022.tif", "man_seg_008_029.tif", "man_seg_016_021.tif", "man_seg_021_024.tif", "man_seg_029_031.tif", "man_seg_032_031.tif", "man_seg_049_033.tif", "man_seg_050_033.tif", "man_seg_054_032.tif"], "02" : ["man_seg_001_021.tif", "man_seg_038_045.tif"]} | json_instruct | {"type": "object", "properties": {"01": {"type": "array", "items": {"type": "string"}}, "02": {"type": "array", "items": {"type": "string"}}}, "required": ["01", "02"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["larvitcss", "larvitfiles", "larvitsession"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "lice... | {"name" : "Mass Leave Guilds", "description" : "Adds options to the server folder context menu to bulk leave guilds.", "version" : "1.0.0", "author" : {"name" : "Swishilicous#3200", "id" : "474322346937810955"}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "license": {"type": "string"}}, "required": ["name", "descriptio... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "str... | [{"namaKab" : "SUMBAWA BARAT", "originalFilename" : "Benni.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 75355, "noUrut" : 1, "nama" : "BENI AHMADI, SE., MP", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SUMBAWA BARAT", "originalFilename" : "Khareddin 001.jpg", "namaPartai" : "Partai Golongan Karya", "id" ... | 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", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type... | {"hash" : "0xc9b13c9c2959ce5a546fb1831c278487c1e20215dcc47e165312249d8e575992", "parentHash" : "0x5476c59939ef8e914c12d02b4b49918392e8f104e569c8cd48e64b8ddc6b74a9", "number" : 114607, "timestamp" : 1440043253, "nonce" : "0x8bf5f239612dabc8", "difficulty" : 4499040519369, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"live-configurations": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "... | {"live-configurations" : [{"path" : "conf/rabbit.config", "links" : [{"href" : "https://localhost:8443/rabbitmq/v1/groups/0/instances/1/configurations/live/2/", "rel" : "self", "type" : "application/json; charset=utf-8"}]}], "links" : [{"href" : "https://localhost:8443/rabbitmq/v1/groups/0/instances/1/configurations/li... | json_instruct | {"type": "object", "properties": {"live-configurations": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}, "type": {"type": "string"}}, "required": ["href",... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-74.998711, 39.854796], [-74.99531, 39.856687], [-74.990518, 39.856824], [-74.990391, 39.854691], [-74.985209, 39.8563], [-74.982425, 39.853772], [-74.989459, 39.847453], [-74.992146, 39.848809], [-74.996695, 39.849249], ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st... | {"schema_version" : "1.2.0", "id" : "GHSA-mg8q-h427-34h6", "modified" : "2022-05-06T00:01:25Z", "published" : "2022-04-26T00:00:41Z", "aliases" : ["CVE-2022-28871"], "details" : "A Denial-of-Service (DoS) vulnerability was discovered in F-Secure Atlant whereby the fsicapd component used in certain F-Secure products whi... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cron": {"type": "str... | {"name" : "health-check", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"body-parser" : "^1.19.0", "cron" : "^1.8.2", "deep-object-diff" : "^1.1.0", "express" : "^4.17.1", "http-status-codes" : "^2.1.2", "lodash" : "^4.17.20", "lowdb" : "^1.0.0", "ms" : "^2.1.2", "object-hash" : "^2.0.3... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cron": {"type": "string"}, "deep-object-diff": {"type": "string"}, "express": {"ty... |
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"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scrip... | {"name" : "gt-unsubscribe-on-detroy", "version" : "1.0.1", "description" : "Unsubscribe Angular component when OnDetroy.ngOnDetroy() was call.", "main" : "dist/src/index.js", "types" : "dist/src/index.d.js", "files" : ["dist"], "scripts" : {"test" : "jest", "check" : "gts check", "clean" : "gts clean", "compile" : "tsc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "chec... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":... | {"Time" : "2020-11-28T06:00:00Z", "Temp" : 16.6, "RelHum" : 67, "WindSpeed" : 2.9, "WindDir" : 355} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language":... | {"citations" : [{"textCitation" : "[See lactghmga on Metamath](http://us.metamath.org/mpegif/lactghmga.html)"}], "names" : ["lactghmga"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cX", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cG", "#T_cH", "#T_wceq", "#T_csymg", "#T_cfv", "#T_cY", "#T_c.po", "#T_wceq", "#T_vx", "#... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "product... | {"userId" : 72127, "cartId" : "b0b3a38e-8eb8-402b-8b6d-08634bf17032", "preferredProducts" : [], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/sche... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0xc67a3da58b43b0652a22c6f50826c9ebe7b78e49", "tool" : "oyente", "start" : 1563635712.1972013, "end" : 1563635716.0457034, "duration" : 3.8485021591186523, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "tooltip-pt-uploads": {"type": "string"}}, "required": ["@metadata", "tooltip-pt-uploads"],... | {"@metadata" : {"authors" : ["J budissin"]}, "tooltip-pt-uploads" : "Lis\u0107ina datajow, kotre\u017e sy nahra\u0142(a)"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "tooltip-pt-uploads": {"type": "string"}}, "required": ["@metadata", "tooltip-pt-uploads"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "locati... | {"id" : 15259, "title" : ["[Prissella's Magic Shoppe]"], "description" : ["Enclosed by glossy mistwood walls, the shop features a bronzed drake sculpture in the center of its celadon marble floor. A blue watered silk tapestry hangs under the vaulted ceiling. Right near the front is a flexible willow woven basket and ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"15190"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"CVE": {"type": "string"}, "state": {"type": "string"}, "repository": {"type": "string"}, "prePatch": {"type": "object", "properties": {"commit": {"type": "string"}, "weaknesses": {"type": "array", "items": {"type": "object", "pr... | {"CVE" : "CVE-2019-9844", "state" : "PUBLISHED", "repository" : "https://github.com/Khan/simple-markdown.git", "prePatch" : {"commit" : "74c304d65ca77fdf5357398d893a6a498c78193f", "weaknesses" : [{"location" : {"file" : "simple-markdown.js", "line" : 564}, "explanation" : "Incomplete URL scheme check"}]}, "postPatch" :... | json_instruct | {"type": "object", "properties": {"CVE": {"type": "string"}, "state": {"type": "string"}, "repository": {"type": "string"}, "prePatch": {"type": "object", "properties": {"commit": {"type": "string"}, "weaknesses": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "compilerOptions": {"type": "object", "properties": {"strict": {"type": "boolean"}, "lib": {"typ... | {"references" : [{"path" : "./app-config/tsconfig.build.json"}, {"path" : "./server/tsconfig.build.json"}, {"path" : "./common/tsconfig.build.json"}], "compilerOptions" : {"strict" : true, "lib" : ["ESNext"], "esModuleInterop" : true, "skipLibCheck" : true, "forceConsistentCasingInFileNames" : true, "strictNullChecks" ... | json_instruct | {"type": "object", "properties": {"references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "compilerOptions": {"type": "object", "properties": {"strict": {"type": "boolean"}, "lib": {"type": "array", "items": {"type": "string"}}, "esModuleInterop": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"error... | {"contract" : "0xe87da6fad508a9c21b999f252ccf0fc10a3e3cdd", "tool" : "honeybadger", "start" : 1565801926.8665721, "end" : 1565801986.1421428, "duration" : 59.27557063102722, "analysis" : [{"errors" : [], "file" : "/unique_chucks/25/0xe87da6fad508a9c21b999f252ccf0fc10a3e3cdd.sol", "name" : "ProofOfContractSnipers"}, {"e... | 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": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repos... | {"name" : "modmail", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/muradmohamed/modmail.git"}, "keywords" : ["modmail", "eagle-developers", "gaber"], "author" : "Gaber-sayed", "license" : "MIT", "bug... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"db": {"type": "object", "properties": {"engine": {"type": "string"}, "name": {"type": "string"}, "user": {"type": "string"}}, "required": ["engine", "name", "user"]}}, "required": ["db"], "$schema": "http://json-sch... | {"db" : {"engine" : "MongoDB", "name" : "steemitdb", "user" : "marcoxzh3"}} | json_instruct | {"type": "object", "properties": {"db": {"type": "object", "properties": {"engine": {"type": "string"}, "name": {"type": "string"}, "user": {"type": "string"}}, "required": ["engine", "name", "user"]}}, "required": ["db"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "main": {"type": "string"}, "repository"... | {"name" : "big-number", "version" : "1.0.0", "description" : "Light, ultra-fast javascript implementation for BigIntegers (base arithmetic operations)", "keywords" : ["number", "big", "int", "integer", "bigint", "big integer", "bignumber", "big-number", "bignumbers", "arithmetic", "operations"], "author" : "Alex Bardas... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeCo... | {"_id" : "55ee5e448cf368695cbf632d", "index" : 550, "guid" : "5d4ed238-7866-48d1-9537-21263a9e43cf", "isActive" : true, "balance" : "$54,167.05", "picture" : "http://placehold.it/32x32", "age" : 64, "eyeColor" : "brown", "name" : "Danielle Michael", "gender" : "female", "company" : "STELAECOR", "email" : "daniellemicha... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "gender": {"type": "string"}, "birthDate": {"type": "string"}}, "required": ["resourceType", "id", "gender", "birthDate"], "$schema": "http://json-schema.... | {"resourceType" : "Patient", "id" : "HIVPatient", "gender" : "male", "birthDate" : "1974-12-25"} | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "gender": {"type": "string"}, "birthDate": {"type": "string"}}, "required": ["resourceType", "id", "gender", "birthDate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"node": {"type": "boolean"}, "es6": {"type": "boolean"}}, "required": ["node", "es6"]}, "parserOptions": {"type": "object", ... | {"extends" : ["eslint:recommended", "plugin:@hapi/module", "prettier"], "env" : {"node" : true, "es6" : true}, "parserOptions" : {"ecmaVersion" : 12}, "rules" : {"eqeqeq" : 0, "no-shadow" : 0, "strict" : 0, "no-console" : 0, "@hapi/scope-start" : 0}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"node": {"type": "boolean"}, "es6": {"type": "boolean"}}, "required": ["node", "es6"]}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}}, "required"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "object", "properties": {"roll 1": {"type": "object", "properties": {"type": {"type": "string"}, "pins": {"type": "integer"}}, "required": ["type", "pins"]}, "roll 2": {... | {"frames" : [{"roll 1" : {"type" : "pindown", "pins" : 0}, "roll 2" : {"type" : "pindown", "pins" : 0}}, {"roll 1" : {"type" : "pindown", "pins" : 0}, "roll 2" : {"type" : "pindown", "pins" : 0}}, {"roll 1" : {"type" : "pindown", "pins" : 0}, "roll 2" : {"type" : "pindown", "pins" : 0}}, {"roll 1" : {"type" : "pindown"... | json_instruct | {"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "object", "properties": {"roll 1": {"type": "object", "properties": {"type": {"type": "string"}, "pins": {"type": "integer"}}, "required": ["type", "pins"]}, "roll 2": {"type": "object", "properties": {"type": {"type": "string"}, "pins": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"type": "inte... | {"id" : 570, "name" : "Sabretooth", "slug" : "570-sabretooth", "powerstats" : {"intelligence" : 56, "strength" : 48, "speed" : 38, "durability" : 90, "power" : 50, "combat" : 100}, "appearance" : {"gender" : "Male", "race" : "Mutant", "height" : ["6'6", "198 cm"], "weight" : ["380 lb", "171 kg"], "eyeColor" : "Amber", ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"type": "integer"}, "durability": {"type": "integer"}, "power": {"type": "i... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "requir... | {"ETag" : "W/\"b692b772e33bf1edd34a3ec4903c1d38\"", "Last-Modified" : "Thu, 10 Sep 2020 11:29:34 GMT", "base" : {"repo" : {"name" : "openstacksdk-feedstock"}}, "closed_at" : "2020-09-10T11:29:33Z", "created_at" : "2020-09-08T13:30:43Z", "draft" : false, "head" : {"ref" : "0.49.0_hf065a4"}, "html_url" : "https://github.... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "prop... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.903513, 52.482039]}, "properties" : {"site-plan-url" : "https://maps.birmingham.gov.uk/webapps/shlaa/", "minimum-net-dwellings" : "10", "start-date" : "2017-12-19", "hectares" : "0.01", "point" : "POINT(-1.903513 52.482039)", "site-address" : "1st... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-plan-url": {"type": "string"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "i... | {"answers" : ["bloodworm", "bloom", "bollworm", "bombo", "borm", "bromo", "broom", "dolldom", "dorm", "lobworm", "loom", "mold", "moll", "mood", "mool", "mooloo", "moor", "morro", "morrow", "room", "womb", "woodworm", "worm", "wormwood"], "centerLetter" : "m", "letterString" : "mbdlorw", "outerLetters" : ["b", "d", "l"... | json_instruct | {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/cotizadoresgnp/Documents/projects/rcumbrella/node_modules/react-native-google-analytics-bridge/android/build/intermediates/res/merged/release/layout-v16/notification_template_custom_big.xml", "source" : "/Users/cotizadoresgnp/Documents/projects/rcumbrella/node_modules/react-native-google-analytics-... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc... | {"userId" : 55482, "cartId" : "2529a11a-3e76-4935-adb3-fc2a5ef0a443", "preferredProducts" : [3157], "productReviews" : [{"productId" : 2826, "reviewText" : "talk about bliss!!", "reviewDate" : "2018-08-15T04:03:30.0003925+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "published-maven": {"type": "object", "properties": {"maven-url": {"type": "string"}, "groupid": {"type": "string"}, "artifactid": {"type": "string"}}, "required": ["... | {"title" : "TSL2561", "category" : "ambient light sensor", "published-maven" : {"maven-url" : "https://dl.bintray.com/knobtviker/maven", "groupid" : "com.knobtviker.android.things.contrib.community.driver", "artifactid" : "tsl2561"}, "compatible-with" : [{"title" : "Adafruit TSL2561 Digital Luminosity/Lux/Light Sensor ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "published-maven": {"type": "object", "properties": {"maven-url": {"type": "string"}, "groupid": {"type": "string"}, "artifactid": {"type": "string"}}, "required": ["maven-url", "groupid", "artifactid"]}, "compatible-with": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "degree": {"type": ... | {"slug" : "presencial", "title" : "Formacion Academica", "description" : "Formacion academica, grados de estudio e instituciones a las que asisti", "items" : [{"name" : "Instituto Tecnologico de Lerma", "degree" : "Ing. en Electronica", "score" : "89"}, {"name" : "Colegio de Estudios Cientificos y Tecnologicos del Esta... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "degree": {"type": "string"}, "score": {"type": "string"}}, "required": ["name", "degree", "scor... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"bookingHeader": {"type": "string"}, "expandDetailsButton": {"type": "string"}, "collapseDetailsButton": {"type": "string"}, "assignedBy": {"type": "string"}, "assignedBySelf": {"type": "string"}, "requestedBy": {"typ... | {"bookingHeader" : "Appointment ID: {{id}}", "expandDetailsButton" : "See details", "collapseDetailsButton" : "Collapse details", "assignedBy" : "Assigned by {{name}}, {{dateTime}}", "assignedBySelf" : "Assigned by self, {{dateTime}}", "requestedBy" : "Requested by {{name}}, {{dateTime}}", "completedBy" : "Completed by... | json_instruct | {"type": "object", "properties": {"bookingHeader": {"type": "string"}, "expandDetailsButton": {"type": "string"}, "collapseDetailsButton": {"type": "string"}, "assignedBy": {"type": "string"}, "assignedBySelf": {"type": "string"}, "requestedBy": {"type": "string"}, "completedBy": {"type": "string"}, "overviewTab": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"t... | {"nom" : "Argol", "dpt" : "Finist\u00e8re", "inscrits" : 732, "abs" : 133, "votants" : 599, "blancs" : 72, "nuls" : 18, "exp" : 509, "res" : [{"panneau" : "1", "voix" : 324}, {"panneau" : "2", "voix" : 185}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}... | {"directions" : ["Combine lemon-lime soda, raspberry juice, raspberry sorbet, and lime juice in a punch bowl; stir to melt sorbet."], "ingredients" : ["4 cups lemon-lime soda (such as Sprite\u00ae)", "4 cups raspberry juice", "1 cup raspberry sorbet", "1/4 cup lime juice"], "language" : "en-US", "source" : "allrecipes.... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["fakemail", "fakesmtp"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$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": "integer"}, "scope": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "headers": {"type": "array", "items": ... | {"name" : "dxlab-art-index", "version" : 2, "scope" : "dxlab", "headers" : [{"source" : "/(.*)", "headers" : [{"key" : "X-Content-Type-Options", "value" : "nosniff"}, {"key" : "X-Frame-Options", "value" : "DENY"}, {"key" : "X-XSS-Protection", "value" : "1; mode=block"}]}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}, "scope": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "inline": {"type": "boolean"}, "label": {"type": "string"}, "lede": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}, "... | {"_blockType" : "RadioGroup", "_id" : "help-with-fees", "inline" : true, "label" : "!string:do-you! have a \u2018Help with fees\u2019 reference number?", "lede" : "You may be able to get help paying the \u00a3215 fee if you\u2019re on a low income, receive certain benefits or have little or no savings.", "options" : ["... | json_instruct | {"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "inline": {"type": "boolean"}, "label": {"type": "string"}, "lede": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}, "required": {"type": "boolean"}, "subblock": {"type": "string"}}, "required": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"mocha.css": {"type": "string"}, "mocha.js": {"type": "string"}, "mocha.min.css": {"type": "string"}, "mocha.min.js": {"type": "string"}}, "required": ["mocha.css", "mocha.js", "mocha.min.css", "mocha.min.js"]... | {"mocha.css" : "sha512-Ytt2foRGKdIInPXwyS3gxRvfTv4n2wi7uB7neCLH1LjExT+PKBeQu6LNVB4QpHaJqx7m2btagBs4kqxYC1QNFg==", "mocha.js" : "sha512-cAYtzbhqdP4KuE0bk5ALeAn8MoRJhhJNDWgKtHVjtz8Xz0TGHgFJdeTJpTQvSZ2pDU4rY6uyvfj5a/3fm3I83w==", "mocha.min.css" : "sha512-MNrKW9btKsM12NcYUsClmhCOTWjz5vPNYq/fBFrCLv/F5AuuyfrQc98ibFRTZ59+ogNp... | json_instruct | {"type": "object", "properties": {"mocha.css": {"type": "string"}, "mocha.js": {"type": "string"}, "mocha.min.css": {"type": "string"}, "mocha.min.js": {"type": "string"}}, "required": ["mocha.css", "mocha.js", "mocha.min.css", "mocha.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"... | [{"label" : "Bird", "normalizedVertices" : [{"x" : 0.24258825, "y" : 0.39552942}, {"x" : 0.5392941, "y" : 0.39552942}, {"x" : 0.5392941, "y" : 0.64000005}, {"x" : 0.24258825, "y" : 0.64000005}], "score" : 0.6613911}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"error... | {"contract" : "0xe079fca5a98914f8966531d61992414747e0384e", "tool" : "honeybadger", "start" : 1565849841.567699, "end" : 1565849986.007512, "duration" : 144.43981313705444, "analysis" : [{"errors" : [], "file" : "/unique_chucks/24/0xe079fca5a98914f8966531d61992414747e0384e.sol", "name" : "AlexToken"}, {"errors" : [], "... | 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": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"hoverDataList": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "metri... | {"success" : true, "code" : "SUCCESS", "data" : {"hoverDataList" : [{"name" : "karaikal district", "metric" : [{"type" : "TOTAL", "count" : 64779, "amount" : 128626212.88011405}]}, {"name" : "puducherry district", "metric" : [{"type" : "TOTAL", "count" : 868930, "amount" : 1652466844.3605218}]}, {"name" : "yanam distri... | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"hoverDataList": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "metric": {"type": "array", "items": {"type": "object", "properties": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"required_api_version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "developer_name": {"type": "string"}, "icon": {"type": "string"}, "options": {"type": "object", "properties"... | {"required_api_version" : "^2.0.0", "name" : "Custom Scripts", "description" : "Run your own scripts", "developer_name" : "Samy NASTUZZI", "icon" : "images/icon.png", "options" : {"query_debounce" : 0.1}, "preferences" : [{"id" : "custom_scripts_kw", "type" : "keyword", "name" : "Custom scripts", "description" : "Run y... | json_instruct | {"type": "object", "properties": {"required_api_version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "developer_name": {"type": "string"}, "icon": {"type": "string"}, "options": {"type": "object", "properties": {"query_debounce": {"type": "number"}}, "required": ["query_debounce"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1899, 7], [1901, 6], [1902, 5], [1904, 5], [1906, 6], [1907, 6], [1909, 5], [1910, 10], [1911, 5], [1913, 7], [1914, 9], [1915, 9], [1916, 10], [1917, 8], [1919, 5], [1920, 6], [1923, 7], [1924, 13], [1926, 5], [1928, 5], [1930, 5], [1931, 5], [1949, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.