input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"testRunner": {"type": "string"}, "runnerConfig": {"type": "string"}, "apps": {"type": "object", "properties": {"ios.dev": {"type": "object", "properties": {"type": {"type": "string"}, "binaryPath": {"type": "string"}, "buil... | {"testRunner" : "jest", "runnerConfig" : "e2e/config.json", "apps" : {"ios.dev" : {"type" : "ios.app", "binaryPath" : "ios/build/Build/Products/Debug-iphonesimulator/mano.app", "build" : "set -o pipefail && xcodebuild -workspace ios/mano.xcworkspace -configuration Debug -scheme mano.test -destination name=\"iPhone 12 P... | json_instruct | {"type": "object", "properties": {"testRunner": {"type": "string"}, "runnerConfig": {"type": "string"}, "apps": {"type": "object", "properties": {"ios.dev": {"type": "object", "properties": {"type": {"type": "string"}, "binaryPath": {"type": "string"}, "build": {"type": "string"}, "bundleId": {"type": "string"}}, "requ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}... | {"h" : [{"d" : [{"e" : ["\ufff9`Mipapi'araway~ `ci~`nira~ `to~ `sasing~ `ako~.\ufffa\ufffb\u4ed6\u8b93\u4eba\u770b\u6211\u7684\u7167\u7247\u3002"], "f" : "\u53eb(\u4eba)\u770b\u4e86\u3001\u53c3\u89c0\u4e86\u3002"}, {"e" : ["\ufff9`O~ `cima~ `ko~ `mipapi'araway~ `kisowanan~?\ufffa\ufffb\u662f\u8ab0\u8b93\u4f86\u770b\u4f... | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "ti... | {"published" : "2015-09-08T18:15:03Z", "media-type" : "News", "title" : "Aerial Lift Bridge transitioning into off season lift hours", "id" : "52db7466-3e3d-4807-b3ca-3b2ce49b0983", "content" : "at 1:15 PM CDT \n\nDuluth, MN (NNCNOW.com) - The Aerial Lift Bridge is transitioning out of its summer lift schedule and into... | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"opts": {"type": "object", "properties": {"recurse": {"type": "boolean"}, "template": {"type": "string"}}, "required": ["recurse", "template"]}, "tags": {"type": "object", "properties": {"allowUnknownTags": {"type": "boolean"}}... | {"opts" : {"recurse" : true, "template" : "config/jsdoc/api/template"}, "tags" : {"allowUnknownTags" : true}, "source" : {"includePattern" : ".+\\.js$", "excludePattern" : "(^|\\/|\\\\)_", "include" : ["src/ol"]}, "plugins" : ["config/jsdoc/plugins/markdown.cjs", "jsdoc-plugin-typescript", "config/jsdoc/plugins/inline-... | json_instruct | {"type": "object", "properties": {"opts": {"type": "object", "properties": {"recurse": {"type": "boolean"}, "template": {"type": "string"}}, "required": ["recurse", "template"]}, "tags": {"type": "object", "properties": {"allowUnknownTags": {"type": "boolean"}}, "required": ["allowUnknownTags"]}, "source": {"type": "ob... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[3, 7], [36, 15], [14, 42], [46, 45], [12, 40], [48, 66]]} | 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": {"coin": {"type": "string"}, "token": {"type": "string"}, "sraddress": {"type": "string"}, "owneraddress": {"type": "string"}, "node": {"type": "string"}, "nodepay": {"type": "string"}, "percentage": {"type": "integer"}, "amo... | {"coin" : "TRX", "token" : "", "sraddress" : "", "owneraddress" : "", "node" : "https://api.tronscan.org", "nodepay" : "https://api.tronscan.org", "percentage" : 100, "amount" : 100000, "logfile" : "poollogs.json", "minpayout" : 65748111645000000, "pk" : "", "feededuct" : false, "fees" : 0, "saveindb" : false, "dbname"... | json_instruct | {"type": "object", "properties": {"coin": {"type": "string"}, "token": {"type": "string"}, "sraddress": {"type": "string"}, "owneraddress": {"type": "string"}, "node": {"type": "string"}, "nodepay": {"type": "string"}, "percentage": {"type": "integer"}, "amount": {"type": "integer"}, "logfile": {"type": "string"}, "min... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object"... | {"address" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "cert_auth_type" : "web", "cert_sign" : "HESv8gqJ/O2Q99DecTQglIMluvKjhyP9rj5p8OIFCMdVsEQKSZONlDJsmfxBcEMGU7fGyQg8q6/gWxl/3S8yb0s=", "cert_user_id" : "reo@zeroid.bit", "files" : {"data.json" : {"sha512" : "20b0e1d1686e73cba9d7adaccb54928be0a212fdba10833907449ce8267aa0d7"... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "string"}, "author"... | {"name" : "piezo-applescript", "version" : "0.1.0", "description" : "Control Piezo using AppleScript", "keywords" : ["piezo", "applescript", "rogue amoeba", "record", "recording", "audio"], "license" : "ISC", "repository" : "sonicdoe/piezo-applescript", "author" : "Jakob Krigovsky <jakob@krigovsky.com>", "files" : ["in... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "files": {"type": "array", "items": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "integer"}}, "required": ["op", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"op" : "replace", "path" : "/spec/template/spec/terminationGracePeriodSeconds", "value" : 27}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "integer"}}, "required": ["op", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "it... | {"ast" : null, "code" : "export default function () {\n throw new Error(\"This version of '@react-navigation/native' is not compatible with React Navigation 5. Make sure you install 5.x version of '@react-navigation/native'.\");\n}", "map" : {"version" : 3, "sources" : ["throwIfWrongVersion.js"], "names" : [], "mappin... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"api": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "data": {"type": "object", "properties": {"baseurl": {"type": "string"}, "information": {"type": "string"}}, "required": ["baseurl", "informa... | {"api" : "winbiap", "city" : "Untermerzbach", "country" : "Deutschland", "data" : {"baseurl" : "http://webopac.winbiap.net/untermerzbach", "information" : "http://www.untermerzbach.de/Startseite/Kultur-Bildung-Freizeit/KOMM/Buecherei/Oeffnungszeiten/E1029.htm"}, "geo" : [50.1271283, 10.8557936], "state" : "Bayern", "su... | json_instruct | {"type": "object", "properties": {"api": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "data": {"type": "object", "properties": {"baseurl": {"type": "string"}, "information": {"type": "string"}}, "required": ["baseurl", "information"]}, "geo": {"type": "array", "items": {"type": "number... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rankine:block/lithium_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"8.0.5": {"type": "number"}, "lastPublished": {"type": "number"}, "lastRan": {"type": "number"}}, "required": ["8.0.5", "lastPublished", "lastRan"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"8.0.5" : 1973.368457939894, "lastPublished" : 1973.368457939894, "lastRan" : 1973.368457939894} | json_instruct | {"type": "object", "properties": {"8.0.5": {"type": "number"}, "lastPublished": {"type": "number"}, "lastRan": {"type": "number"}}, "required": ["8.0.5", "lastPublished", "lastRan"], "$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": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "conver... | [{"name" : "\u5e05\u54e5\u63a2\u82b1\u5c0f\u9c81\u73ed\u5c0f\u9ec4\u5361\u7247\u62db\u5ad6\u88ab\u9a97\u7ffb\u8f66\uff0c\u8d27\u4e0d\u5bf9\u7248\u768425\u5c81\u5356\u6deb\u5973\u611f\u89c9\u5feb40\u4e86\u670d\u52a1\u6001\u5ea6\u5dee\u641e\u4e86\u4e00\u534a\u8d70\u4eba\u4e86", "size" : 80610690, "link" : "https://stream... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "au... | {"title" : "[MMD]Sweet Magic \u9006\u30d0\u30cb\u30fc \u307d\u3061\u3083\u308a\u30fc\u3060\u30884K", "author" : "Hazy", "description" : "twitter:<aundefinedhref='https://twitter.com/mmd_Hazy'>https://twitter.com/mmd_Hazy</a><br>4KundefinedDLundefinedonundefinedpatreon:<aundefinedhref='https://www.patreon.com/MMDHazy'>h... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "str... | {"name" : "School of Educational Sciences", "alt_name" : "Escuela de Ciencias de la Educaci\u00f3n", "country" : "Mexico", "state" : null, "address" : {"street" : "Seraf\u00edn Pe\u00f1a 130 Sur", "city" : "Monterrey", "province" : "Nuevo Le\u00f3n", "postal_code" : "64010"}, "contact" : {"telephone" : "+52(8) 342-05-3... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",... | {"contract" : "0x9e71dab82c3a97567f0d4977e94252bdc680d0e7", "tool" : "oyente", "start" : 1563509938.090116, "end" : 1563509941.5640342, "duration" : 3.4739181995391846, "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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "... | {"name" : "reselectie", "version" : "1.0.1", "description" : "Reselect and re-reselect alternative. Smaller, faster, greater flexibility, and better interface.", "main" : "lib/index.js", "repository" : {"url" : "https://github.com/ralusek/reselectie", "type" : "git"}, "keywords" : ["reselect", "re-reselect", "memoize",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "keywords": {"type": "array", ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"5": {"type": "boolean"}}, "required": ["5"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "e5ab0759cb3f24bcd7c4", "c" : {"5" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"5": {"type": "boolean"}}, "required": ["5"]}}, "required": ["h", "c"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "bin": {"type": "object", "pro... | {"name" : "cnn-starter", "version" : "0.2.0", "description" : "A foundation for building standardized CNN projects", "license" : "Apache-2.0", "private" : true, "author" : "Matt Crutchfield <matt.crutchfield@turner.com>", "bin" : {"cnn-starter" : "./src/index.js"}, "engines" : {"node" : ">=6"}, "dependencies" : {"chalk... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "bin": {"type": "object", "properties": {"cnn-starter": {"type": "string"}}, "required": ["cnn-star... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ractive.js" : "sha256-7V4/YXA/jukcFECGpEmsEsHjvjAuY7Qs4yjHD3Z0obM=", "ractive.min.js" : "sha256-BRb5a0B0HEqfpjjzkbevQYVW5CTsFj3Pvyr5y9dQRxI="} | json_instruct | {"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "... | {"categories" : ["Digital Design/Media", "Game Development"], "desc" : " ", "details" : {"authors" : "Chris Totten", "format" : "pdf", "isbn-10" : "1118172728", "isbn-13" : "978-1118172728", "pages" : "320 pages", "publication date" : "July 10, 2012", "publisher" : "Sybex", "size" : "170.00Mb"}, "img" : "http://23.95.2... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"moment": {"type": "object", "prope... | {"name" : "version-date-bump", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"moment" : {"version" : "2.18.1", "resolved" : "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz", "integrity" : "sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8="}, "momentjs" : {"version" : "2.0.0", "resolved" : "htt... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"moment": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["concorda-dashboard", "seneca-pubsub", "varo-flux"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "25cddebe4e5b45f1cb88", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, ... | {"name" : "LaTeX Preview", "description" : "Preview LaTeX equations. Also copy images of the equations to your clipboard.", "version" : "0.1.0", "manifest_version" : 3, "action" : {"default_popup" : "Popup.html"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}}, "required": ["name", "description", ... |
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", "it... | {"directions" : ["Preheat the oven to 425 degrees F (220 degrees C). In a large bowl, toss cauliflower pieces with olive oil, garlic and shallots. Spread out in a roasting pan or baking sheet with sides.", "Roast in the preheated oven until toasted and tender, about 30 minutes.", "When the cauliflower is done, transfer... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"rxdb.browserify.js": {"type": "string"}, "rxdb.browserify.min.js": {"type": "string"}}, "required": ["rxdb.browserify.js", "rxdb.browserify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rxdb.browserify.js" : "sha256-cPDz8hW9ova6NQRZsE3IJ657B3tvyzhAh3BLH6v9s3g=", "rxdb.browserify.min.js" : "sha256-OmSF00rTZybmaRsvL06ZKvyR1zJQIfCIPiMe8czT6LY="} | json_instruct | {"type": "object", "properties": {"rxdb.browserify.js": {"type": "string"}, "rxdb.browserify.min.js": {"type": "string"}}, "required": ["rxdb.browserify.js", "rxdb.browserify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "... | {"name" : "animLookAtPartRequest", "flags" : 2, "props" : [{"type" : "CName", "name" : "partName", "flags" : 6627016705}, {"type" : "Float", "name" : "weight", "flags" : 6627016705}, {"type" : "Float", "name" : "suppress", "flags" : 6627016705}, {"type" : "Int32", "name" : "mode", "flags" : 6627016705}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags",... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"t... | {"id" : 139247, "info" : {"name" : "addition to \"no baners.kinogo\"", "description" : "Additional blocking", "additionalInfo" : "Blocking additionally the extra space\r\n-<a href=\"https://userstyles.org/styles/138802/no-baners-kinogo\">If you don't have full lock, this add does not make sense</a>\r\n\u0412\u0410\u041... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"bootstrap": {"t... | {"name" : "webcomponents-polyfills", "private" : true, "description" : "Webcomponents polyfills monorepo", "author" : "The Polymer Authors", "license" : "BSD-3-Clause", "scripts" : {"bootstrap" : "lerna bootstrap --ci --reject-cycles", "build" : "lerna run build --stream", "build:watch" : "lerna run build:watch --paral... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Variables": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}}, "MainFunctions": {"type": "object", "properties": {"OpenBrowser": {"type": "object",... | {"Variables" : [{"Name" : "Dim WinTitle As String"}, {"Name" : "Dim IsOpen As Boolean"}, {"Name" : "Dim IsNavigate As Boolean"}], "MainFunctions" : {"OpenBrowser" : {"Args" : [], "Type" : "Function", "In" : "IsOpen", "Condition" : {"Value" : "False", "Type" : "bool", "Do" : "MsgBox(\"Open Failed\") \n End"}}, "Navig... | json_instruct | {"type": "object", "properties": {"Variables": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}}, "MainFunctions": {"type": "object", "properties": {"OpenBrowser": {"type": "object", "properties": {"Args": {"type": "array", "items": {}}, "Type": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "minAppVersion": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authorUrl": {"type": "string"}, "isD... | {"id" : "obsidian-filename-yaml-sync", "name" : "Filename YAML Sync", "version" : "1.0.0", "minAppVersion" : "0.11.0", "description" : "Obsidian plugin for keeping the filename in sync with the YAML title: and vice versa.", "author" : "Aidan Gibson", "authorUrl" : "https://github.com/aidan-gibson/obsidian-filename-yaml... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "minAppVersion": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authorUrl": {"type": "string"}, "isDesktopOnly": {"type": "boolean"}}, "required": ["id", "name", ... |
Please provide a valid JSON object following this 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.org/draft-0... | {"id" : "010300031402", "variable1" : 0.7223, "variable2" : 1.8934, "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": {"manufacturer": {"type": "string"}, "manufacturerId": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": ... | {"manufacturer" : "Residential Control Systems, Inc. (RCS)", "manufacturerId" : "0x0010", "label" : "HC", "description" : "FIBARO -2 Gateway", "devices" : [{"productType" : "0x0001", "productId" : "0x1001", "zwaveAllianceId" : 1319}], "firmwareVersion" : {"min" : "0.0", "max" : "255.255"}} | json_instruct | {"type": "object", "properties": {"manufacturer": {"type": "string"}, "manufacturerId": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"productType": {"type": "string"}, "productId": {"type": "string"}, "zwaveAl... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"cs": {"type": "string"}, "phpunit": {"type": "string"}, "test": {"type": "arr... | {"name" : "sanity/sanity-php", "description" : "PHP library for the Sanity API", "type" : "library", "scripts" : {"cs" : "vendor/bin/phpcs lib", "phpunit" : "vendor/bin/phpunit", "test" : ["@phpunit", "@cs"]}, "require" : {"php" : ">=5.6", "guzzlehttp/guzzle" : "^6.2|^7.0"}, "require-dev" : {"phpunit/phpunit" : "^5.7",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"cs": {"type": "string"}, "phpunit": {"type": "string"}, "test": {"type": "array", "items": {"type": "string"}}}, "required": ["cs", "phpunit", "test"... |
Create a JSON structure that matches this schema definition:
{"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" : [[[-95.307122, 29.918432], [-95.302023, 29.926222], [-95.295981, 29.939962], [-95.277995, 29.940677], [-95.254418, 29.934587], [-95.235881, 29.933905], [-95.212274, 29.934245], [-95.209194, 29.933605], [-95.206385, 29.931911... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : 272279130} | json_instruct | {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"WebGames": {"type": "array", "items": {"type": "string"}}}, "required": ["WebGames"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WebGames" : ["Cyborg", "Metroidvania", "Metroidvania", "NoTimeToExplain", "Metroidvania", "Gamebooks", "Gamebooks", "DivineIntervention", "FindTheCure", "Reincarnation", "JigsawPuzzlePlot", "FinalGirl", "Flight", "Metroidvania", "TheEnd", "Metroidvania", "Metroidvania", "Metroidvania", "Metroidvania", "Continuity", "... | json_instruct | {"type": "object", "properties": {"WebGames": {"type": "array", "items": {"type": "string"}}}, "required": ["WebGames"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"enableCommunity": {"type": "boolean"}, "enableDownload": {"type": "boolean"}}, "required": ["enableCommunity", "enableDownload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"enableCommunity" : true, "enableDownload" : true} | json_instruct | {"type": "object", "properties": {"enableCommunity": {"type": "boolean"}, "enableDownload": {"type": "boolean"}}, "required": ["enableCommunity", "enableDownload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "timestamp": {"type": "integer"}, "blog_name": {"type": "string"}, "blog_uuid": {"type": "string"}, "blog_url": {"type": "string"}, "followed": {"type": "boolean"}, "avatar_shape": {"type": "string"}... | {"type" : "reply", "timestamp" : 1541238046, "blog_name" : "kotlr-development", "blog_uuid" : "t:ukIuGYR_Jcdm60j7Nb95dg", "blog_url" : "http://kotlr-development.tumblr.com/", "followed" : false, "avatar_shape" : "square", "reply_text" : "ukIuGYR_Jcdm60j7Nb95dg", "formatting" : [], "can_block" : true} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "timestamp": {"type": "integer"}, "blog_name": {"type": "string"}, "blog_uuid": {"type": "string"}, "blog_url": {"type": "string"}, "followed": {"type": "boolean"}, "avatar_shape": {"type": "string"}, "reply_text": {"type": "string"}, "formatting": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "... | {"directions" : ["Combine the shallots, garlic, oregano, sugar, olive oil, vinegar, lime juice, tequila, salt, and pepper in a gallon-sized sealable bag; shake to combine. Add the tilapia to the mixture and store in the refrigerator 2 to 4 hours, turning every 30 minutes.", "Preheat oven to 450 degrees F (230 degrees C... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["370271001001", "\u5343\u4f5b\u5c71\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["370271001002", "\u524d\u97e9\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["370271001003", "\u540e\u97e9\u5357\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["370271001004", "\u540e\u97e9\u5317\u793e\u533a\u5c45\... | json_instruct | {"type": "array", "items": {"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": {"id": {"type": "string"}, "name": {"type": "string"}, "img": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "str... | {"id" : "6aed89da-d388-4d5f-a496-83ff2d7c9b57", "name" : "Rafael Rojas Covarrubias", "img" : "https://rafaelrojascov.com/images/rafael.jpg", "email" : "", "links" : {"website" : "https://www.rafaelrojascov.com", "linkedin" : "https://www.linkedin.com/in/RafaelRojasCov", "github" : "https://www.github.com/RafaelRojasCov... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "img": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "string"}}, "required": ["website", "linkedin", "gi... |
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": {"gymf... | {"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" : {"gymfgaming" : {"title" : "GYMFGaming", "channel_id" : 106762513, "link" : "htt... | 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": {"gymfgaming": {"type": "object", "properties": {"title": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type... | {"geometry" : {"coordinates" : [[[-103.45581143143895, 44.145639433778804], [-104.05973137086255, 44.14582546208441], [-104.06103615920378, 44.18182528058017], [-104.0594651499039, 44.57435262060763], [-104.02870225355858, 44.58165730099209], [-104.00112846568487, 44.574363188631665], [-103.93188102189637, 44.583465054... | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "sheil", "definition" : "See Sheeling."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"an3.108:0.1": {"type": "string"}, "an3.108:0.2": {"type": "string"}, "an3.108:0.3": {"type": "string"}, "an3.108:1.1": {"type": "string"}, "an3.108:1.2": {"type": "string"}, "an3.108:1.3": {"type": "string"}, "an3.108:1.4": {"... | {"an3.108:0.1" : "A\u1e45guttara Nik\u0101ya 3 ", "an3.108:0.2" : "11. Sambodhavagga ", "an3.108:0.3" : "108. Atittisutta ", "an3.108:1.1" : "\u201cTi\u1e47\u1e47a\u1e41, bhikkhave, pa\u1e6disevan\u0101ya natthi titti. ", "an3.108:1.2" : "Katamesa\u1e41 ti\u1e47\u1e47a\u1e41? ", "an3.108:1.3" : "Soppassa, bhikkhave, pa... | json_instruct | {"type": "object", "properties": {"an3.108:0.1": {"type": "string"}, "an3.108:0.2": {"type": "string"}, "an3.108:0.3": {"type": "string"}, "an3.108:1.1": {"type": "string"}, "an3.108:1.2": {"type": "string"}, "an3.108:1.3": {"type": "string"}, "an3.108:1.4": {"type": "string"}, "an3.108:1.5": {"type": "string"}, "an3.1... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema... | {"inputs" : [["2", "3 2 1", "3 2 2"]], "outputs" : [["3", "-1"]]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"db": {"type": "string"}, "secret": {"type": "string"}, "truck_server_host": {"type": "string"}, "truck_server_port": {"type": "string"}}, "required": ["db", "secret", "truck_server_host", "truck_server_port"], "$schema": "http... | {"db" : "mongodb://localhost/bff", "secret" : "myProdSecret", "truck_server_host" : "http://server", "truck_server_port" : ":8080"} | json_instruct | {"type": "object", "properties": {"db": {"type": "string"}, "secret": {"type": "string"}, "truck_server_host": {"type": "string"}, "truck_server_port": {"type": "string"}}, "required": ["db", "secret", "truck_server_host", "truck_server_port"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "obj... | {"name" : "signalx", "description" : "Real time client server communication made easy", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/signalx/signalx/signalx.git"}, "author" : "sam bamgboye", "license" : "MIT", ... | json_instruct | {"type": "object", "properties": {"name": {"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": "strin... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"701434f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"},... | {"701434f-a" : {"width" : 400, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/701434f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/701434f-a.jpg", "title" : "", "date" : "", "text" : "P.L. Sperr, photographer 8-7-1942\nNeg. A-716\n", "folder" : "Marion Avenue & 198th Street (East), Bronx, NY", "height... | json_instruct | {"type": "object", "properties": {"701434f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "census", "displayName" : "census"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/... | {"type" : "Polygon", "coordinates" : [[[16.611328125, 8.667918002363134], [13.447265624999998, 3.381823735328289], [15.3369140625, -6.0968598188879355], [16.7431640625, 1.0546279422758869], [18.193359375, -10.314919285813147], [19.248046875, -1.4061088354351468], [20.698242187499996, -4.565473550710278], [22.587890625,... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"900038095": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038096": {"type": "object", "properties... | {"900038095" : {"nama" : "TPS 1", "dapil" : [1203, 11211, 2121104]}, "900038096" : {"nama" : "TPS 2", "dapil" : [1203, 11211, 2121104]}, "900038097" : {"nama" : "TPS 3", "dapil" : [1203, 11211, 2121104]}} | json_instruct | {"type": "object", "properties": {"900038095": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038096": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-xc8g-29h4-jqx5", "modified" : "2022-04-29T02:59:17Z", "published" : "2022-04-29T02:59:17Z", "aliases" : ["CVE-2004-1295"], "details" : "The slip_down function in slip.c for the uml_net program in uml-utilities 20030903, when uml_net is installed setuid root, does not verify whe... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties"... | {"name" : "highlight-js", "version" : "1.0.0", "description" : "Wrapper highlight.js", "main" : "highlight-js.html", "keywords" : ["polymer", "web-components"], "dependencies" : {"highlight.js" : "isagalaev/highlight.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"highlight.js": {"type": "string"}}, "required": ["hig... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "cloudPlatform": {"type": "string"}, "parameters": {"type": "object", "properties": {"roleArn": {"type": "string"}, "smartSenseId": {"type": "string"}, "selector": {"type": "string"}}, "... | {"name" : "amazon", "cloudPlatform" : "AWS", "parameters" : {"roleArn" : "arn:aws:iam::755047402263:role/aws-cluster-3938-S3AccessRole-1WONDIIEGB2GR", "smartSenseId" : "null", "selector" : "role-based"}, "description" : "", "topologyId" : null, "id" : 4, "public" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "cloudPlatform": {"type": "string"}, "parameters": {"type": "object", "properties": {"roleArn": {"type": "string"}, "smartSenseId": {"type": "string"}, "selector": {"type": "string"}}, "required": ["roleArn", "smartSenseId", "selector"]}, "description": {"ty... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"es-class.amd.js": {"type": "string"}, "es-class.js": {"type": "string"}, "es-class.max.amd.js": {"type": "string"}, "es-class.max.js": {"type": "string"}}, "required": ["es-class.amd.js", "es-class.js", "es-c... | {"es-class.amd.js" : "sha512-l+vi8HPiDY0gyzTxF75hZjf4Fq/O0c7y25/JC4aQ2TapAvlIbIT1JAymN+6lM2+e6eoWsaTq2AKUDmE9IBksTA==", "es-class.js" : "sha512-jDr5I+6DVTcLs4RjrOaK2tYRdu9ExzHgO1ADyz4qqquOiASla+jZ10GcNG22k5GLNkP4+p7tJ2T5pWjKsGnDAg==", "es-class.max.amd.js" : "sha512-OShV8ZnzevMHM3gCg1wO1jtygImiNll4CpmoAIQq3umrbwhbztz8M... | json_instruct | {"type": "object", "properties": {"es-class.amd.js": {"type": "string"}, "es-class.js": {"type": "string"}, "es-class.max.amd.js": {"type": "string"}, "es-class.max.js": {"type": "string"}}, "required": ["es-class.amd.js", "es-class.js", "es-class.max.amd.js", "es-class.max.js"], "$schema": "http://json-schema.org/draf... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "heigh... | {"width" : 0.21890564, "rotation" : -3.014205, "xCenter" : 0.8582748, "yCenter" : 0.74077743, "height" : 0.27363205} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "5bfd4cbe0db834001b73449f", "ParentId" : "5b5f75c686f774094242f19f", "Price" : 3920} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "5303111001", "nama" : "BONE"}, {"id" : "5303111002", "nama" : "TALOETAN"}, {"id" : "5303111003", "nama" : "USAPISONBAI"}, {"id" : "5303111004", "nama" : "OEPAHA"}, {"id" : "5303111005", "nama" : "TASIKONA"}, {"id" : "5303111006", "nama" : "OENIF"}, {"id" : "5303111007", "nama" : "OEMASI"}, {"id" : "5303111008... | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type... | {"ast" : null, "code" : "import { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nvar _jsxFileName = \"/Users/pettychen/physicle/src/common/Input/index.js\";\nimport React from \"react\";\nimport * as S from \"./styles\";\n\nconst Input = props => /*#__PURE__*/_jsxDEV(S.Container, {\n children: [/*#__PURE__*/_jsx... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "isOverridable": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "ite... | {"id" : "272421c2-37e1-40a7-9e45-0e5b32852ffb", "name" : "player_setting", "isOverridable" : true, "entries" : [{"value" : "shuffle", "synonyms" : ["shuffle"]}, {"value" : "repeat", "synonyms" : ["repeat"]}, {"value" : "replay", "synonyms" : ["replay"]}, {"value" : "change song", "synonyms" : ["change song"]}, {"value"... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "isOverridable": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-90.32879, 38.683787], [-90.328179, 38.698865], [-90.305212, 38.685788], [-90.307136, 38.683425], [-90.309454, 38.672752], [-90.314976, 38.673447], [-90.314573, 38.675995], [-90.324082, 38.676119], [-90.323921, 38.679994]... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, ... | {"frame_id" : 6012, "walking" : "1", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "david_bronzo_donatello", "right" : 0.410576, "bottom" : 0.658917, "top" : 0.104015, "confidence" : 98, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.004181}], "p_voice" : "0"} | json_instruct | {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "c... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Palimbo Proper, Camiling, Tarlac, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.tarlac.camiling.palimbo-proper", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6"... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"t... | {"ast" : null, "code" : "var _jsxFileName = \"/home/chaos/Desktop/generic-constraint-web/src/components/Forms.jsx\";\nimport React, { Component } from 'react';\nimport { makeStyles } from \"@material-ui/core\";\nimport { Formik, Field, Form } from \"formik\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\"... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type":... | {"from" : "Hartsville, SC USA", "name" : "Ya and the Boys", "num" : 772, "comps" : [{"name" : "SC FTC Championship Tournament ", "place" : "South Carolina", "date" : "23-Mar-13", "highest" : 71, "QP" : 2, "RP" : 36, "matches" : 4}]} | json_instruct | {"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required... | [{"postal_code" : "86640", "place_name" : "Aldama", "place_type" : "Pueblo", "county" : "Comalcalco", "state" : "Tabasco", "city" : ""}, {"postal_code" : "86640", "place_name" : "Tecolutilla", "place_type" : "Pueblo", "county" : "Comalcalco", "state" : "Tabasco", "city" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"async": {"type": "boolean"}, "reload_package_on_testing": {"type": "boolean"}, "capture_console": {"type": "boolean"}, "verbosity": {"type": "integer"}}, "required": ["async", "reload_package_on_testing", "capture_console", "v... | {"async" : true, "reload_package_on_testing" : false, "capture_console" : true, "verbosity" : 2} | json_instruct | {"type": "object", "properties": {"async": {"type": "boolean"}, "reload_package_on_testing": {"type": "boolean"}, "capture_console": {"type": "boolean"}, "verbosity": {"type": "integer"}}, "required": ["async", "reload_package_on_testing", "capture_console", "verbosity"], "$schema": "http://json-schema.org/draft-07/sch... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"... | {"body" : "### Before\r\n```\r\n>>> spec['ncurses'].libs.link_flags\r\n'-lncurses'\r\n```\r\n### After\r\n```\r\n>>> spec['ncurses'].libs.link_flags\r\n'-lncurses -lncursesw -ltinfo -ltinfow'\r\n```\r\nNot sure why the previous logic doesn't work, but the newer logic is simpler anyway.", "user" : "adamjstewart", "url" ... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "ref": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type"... | {"name" : "tibco-eftl", "type" : "flogo:trigger", "ref" : "github.com/TIBCOSoftware/mashling/ext/flogo/trigger/eftl", "version" : "0.0.1", "title" : "Receive EFTL Message", "author" : "Andrew Snodgrass <asnodgra@tibco.com>", "description" : "EFTL Trigger", "homepage" : "https://github.com/TIBCOSoftware/mashling/tree/ma... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "ref": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "settings": {"type": "array", "items": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, ... | {"name" : "@nest-excalibur/google-cloud-storage", "version" : "0.0.2-beta", "description" : "A simple package for NestJS framework to upload files to Google Cloud Storage", "main" : "lib/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "tsc", "publish" : "tsc && npm publish --ac... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "publish": {"type": "string"}, "lint": {"type": "string"}}, "r... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "str... | {"DocumentId" : "http://SchambergerInc.com", "StreetName" : "Harvey Road", "Longitude" : "138.66666379", "Latitude" : "-34.733225230000002", "City" : "Elizabeth Grove", "Postcode" : "5112", "State" : "South Australia", "Phone" : "+63 351 935 2702", "BusinessName" : "Schamberger Inc", "FileType" : ".txt", "Department" :... | 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"},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type"... | {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 26.2005474, "lng" : 90.2188991}, "viewport" : {"northeast" : {"lat" : 26.2019438302915, "lng" : 90.22027998029151}, "southwest" : {"lat" : 26.19924586970849, "lng" : 90.21758201970849}}}, "icon" : "https://ma... | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"username": {"type": "array", "items": {"type": "string"}}, "register": {"type": "string"}, "messages": {"type": "array", "items": {"type": "string"}}}, "required": ["username", "register", "messages"], "$schema": "http://json-... | {"username" : ["$rnd"], "register" : "/register $pwd $pwd", "messages" : ["[$rnd] \u5495\u5495\u5495\u5495\u5495\u5495\u5495\u5495\u5495\u5495\u5495 [$rnd]", "[$rnd] \u5495\u5495\u5495\u5495\u5495\u5495\u5495\u5495\u5495\u5495\u5495\u5495 [$rnd]"]} | json_instruct | {"type": "object", "properties": {"username": {"type": "array", "items": {"type": "string"}}, "register": {"type": "string"}, "messages": {"type": "array", "items": {"type": "string"}}}, "required": ["username", "register", "messages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "st... | {"nft" : {"id" : 3028, "image" : "ipfs://QmUnk4qiHHhWh1ram1aAjFXAByDhTn8z85tN48Pt3Wcrjw", "attributes" : [{"trait_type" : "Fur", "value" : "Golden Brown"}, {"trait_type" : "Clothes", "value" : "Work Vest"}, {"trait_type" : "Eyes", "value" : "Closed"}, {"trait_type" : "Background", "value" : "Army Green"}, {"trait_type"... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": [... | {"h" : [{"d" : [{"e" : ["\ufff9`O~ `sikal~ `ko~ `sapipalidong~ `ako~ `to~ `kodasing~.\ufffa\ufffb\u6211\u7528\u5e36\u5b50\u84cb\u4f4f\u82b1\u751f\u3002"], "f" : "\u906e\u84cb\u3001\u906e\u63a9\u6191\u85c9\u7684\u7528\u5177\u3002"}]}], "stem" : "lidong", "t" : "sapipalidong"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"WorkingDir": {"type": "string"}, "SourceDir": {"type": "array", "items": {"type": "string"}}, "SourceExt": {"type": "array", "items": {"type": "string"}}, "BuildCmd": {"type": "string"}, "RunCmd": {"type": "string"},... | {"WorkingDir" : "{GOPATH}/src/go-boilerplate", "SourceDir" : ["{GOPATH}/src/go-boilerplate"], "SourceExt" : [".c", ".cpp", ".go", ".h"], "BuildCmd" : "go install go-boilerplate", "RunCmd" : "go-boilerplate", "Decreasing" : 1} | json_instruct | {"type": "object", "properties": {"WorkingDir": {"type": "string"}, "SourceDir": {"type": "array", "items": {"type": "string"}}, "SourceExt": {"type": "array", "items": {"type": "string"}}, "BuildCmd": {"type": "string"}, "RunCmd": {"type": "string"}, "Decreasing": {"type": "integer"}}, "required": ["WorkingDir", "Sour... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": [... | {"h" : [{"d" : [{"e" : ["\ufff9`Masafaya'~ `no~ `tawki~ `koya~ `kuli~.\ufffa\ufffb\u90a3\u4e9b\u52de\u5de5\u906d\u53d7\u8001\u95c6\u7684\u6b3a\u4fae\u3002"], "f" : "\u906d\u53d7\u8650\u5f85\uff0c\u6b3a\u51cc\u3002"}]}], "stem" : "safaya'", "t" : "masafaya'"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"assignmentId": {"type": "string"}, "creator": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "eventIcon": {"type": "null"}, "eventId": {"type": "string"}, "firstTime":... | {"assignmentId" : "", "creator" : "xxxxx", "description" : "xxxxx", "duration" : 0, "eventIcon" : null, "eventId" : "xxxxx", "firstTime" : {"display" : "Jun 15, 2017 2:00 pm", "time" : 1497535200000}, "recurrenceRule" : null, "reference" : "xxxxx", "siteId" : "xxxxx", "siteName" : "xxxxx", "title" : "xxxxx", "type" : "... | json_instruct | {"type": "object", "properties": {"assignmentId": {"type": "string"}, "creator": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "eventIcon": {"type": "null"}, "eventId": {"type": "string"}, "firstTime": {"type": "object", "properties": {"display": {"type": "string"}, "time": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "strin... | {"name" : "roshyo/planning-bundle", "type" : "symfony-bundle", "description" : "Provides all planning methods for integration in Symfony 3", "license" : "MIT", "authors" : [{"name" : "St\u00e9phane DECOCK"}], "require" : {"php" : "^7.0", "doctrine/doctrine-bundle" : "^1.6", "symfony/symfony" : "3.*"}, "autoload" : {"ps... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properti... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"energy": {"type": "object", "properties": {"is_dynamic": {"type": "boolean"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "formula": {"type": "string"}, "args": {"type": "object", "properties": {"outputs... | {"energy" : {"is_dynamic" : false, "dependencies" : ["ac_power", "daterange"], "formula" : "f_energy", "args" : {"outputs" : {"ac_power" : "Pac", "times" : "timestamps"}}, "returns" : ["hourly_energy", "hourly_timeseries"]}, "monthly_rollup" : {"is_dynamic" : false, "dependencies" : ["energy"], "formula" : "f_rollup", ... | json_instruct | {"type": "object", "properties": {"energy": {"type": "object", "properties": {"is_dynamic": {"type": "boolean"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "formula": {"type": "string"}, "args": {"type": "object", "properties": {"outputs": {"type": "object", "properties": {"ac_power": {"type": "str... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date"... | {"id" : 5708, "node" : [{"id" : 5708, "name" : "\u30a4\u30eb\u30b2\u30cd\u30b9~\u9ed2\u8000\u306e\u8ecc\u8de1~", "nameCN" : "\u6096\u5fb7\u4e4b\u57ce~\u9ed1\u8000\u7684\u8f68\u8ff9~", "image" : "//lain.bgm.tv/pic/cover/m/36/16/5708_MikEF.jpg", "date" : "unknown"}, {"id" : 280648, "name" : "\u30a4\u30eb\u30b2\u30cd\u30b... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i... | {"directions" : ["Combine water and rice in a medium saucepan. Bring to a boil. Cover, reduce heat, and simmer for 45 to 50 minutes. Cool.", "Heat butter in a skillet over medium heat. Cook onion and celery in butter until tender, stirring frequently. Season with curry powder, and continue cooking for one minute.", "In... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"current": {"type": "object", "properties": {"favicon": {"type": "string"}, "share_image": {"type": "string"}, "search_enabled": {"type": "string"}, "homepage_hero_image": {"type": "string"}, "homepage_hero_bg_color": {"type": ... | {"current" : {"favicon" : "https://images.unsplash.com/photo-1571782742478-0816a4773a10?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=32&q=100", "share_image" : "https://images.unsplash.com/photo-1571782742478-0816a4773a10?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1216&q=80", "se... | json_instruct | {"type": "object", "properties": {"current": {"type": "object", "properties": {"favicon": {"type": "string"}, "share_image": {"type": "string"}, "search_enabled": {"type": "string"}, "homepage_hero_image": {"type": "string"}, "homepage_hero_bg_color": {"type": "string"}, "homepage_featured_product_handle": {"type": "st... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "ig... | {"name" : "My Superstar", "homepage" : "https://ucv.github.io/My-Superstar/", "authors" : ["Ungureanu C. Valentin <u.valentin89@gmail.com>"], "description" : "", "main" : "", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "assets/vendor/", "test", "tests"], "dependencies" : {"bootstrap" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "project_name": {"type": "string"}, "project_slug": {"type": "string"}, "project_short_description": {"type": "string"}, "date": {"type": "string"}, "_extensions": {... | {"full_name" : "Sergio Sanchez", "email" : "ssanchez@alluma.org", "project_name" : "Name of project", "project_slug" : "{{ cookiecutter.project_name.lower().replace(' ', '-') }}", "project_short_description" : "A short description of your project", "date" : "{% now 'local' %}", "_extensions" : ["jinja2_time.TimeExtensi... | json_instruct | {"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "project_name": {"type": "string"}, "project_slug": {"type": "string"}, "project_short_description": {"type": "string"}, "date": {"type": "string"}, "_extensions": {"type": "array", "items": {"type": "string"}}}, "required":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Rahul Nair"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "cnameCn": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id"... | [{"cid" : "21780", "cname" : "\u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e40\u0e2a\u0e23\u0e34\u0e21\u0e41\u0e25\u0e30\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e\u0e2d\u0e37\u0e48\u0e19\u0e46(\u81b3\u98df\u8865\u5145\u5242\u548c\u5176\u4ed6\u4fdd\u5065\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "cnameCn": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id": {"type": "string"}, "pL1Name": {"type": "string"}, "pL2Id": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin... | {"schema_version" : "1.2.0", "id" : "GHSA-xfvv-4c49-j79v", "modified" : "2022-05-05T02:49:09Z", "published" : "2022-05-05T02:49:09Z", "aliases" : ["CVE-2013-0471"], "details" : "The traditional scheduler in the client in IBM Tivoli Storage Manager (TSM) before 6.2.5.0, 6.3 before 6.3.1.0, and 6.4 before 6.4.0.1, when P... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-sc... | {"commands" : ["eat crystal key"], "response_type" : "display", "response" : "You shouldn't do that! The Crystal Key is very important and you need it!"} | json_instruct | {"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["20-29", "0-9", "30-39", "0-9", "20-29"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "MALE", "FEMALE"], "X_CALENDAR_YEAR" : [2012, 2012, 2012, 2013, 2013], "Y_PREVALENCE_1000PP" : [0.03941, 0.01776, 0.02488, 0.01685, 0.01973]}, "PREVALENCE_BY_MONTH" : {"X_CALEND... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["generator-tribble"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tech_tycoons_32898", "displayName" : "tech_tycoons_32898"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2002, 6], [2003, 8], [2004, 5], [2005, 5], [2006, 5], [2007, 17], [2008, 7], [2009, 7], [2010, 9], [2011, 8], [2012, 6], [2013, 6], [2014, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/s... | [{"class_name" : "artifact", "bbox" : "444 323 498 395", "used" : false}, {"class_name" : "saturation", "bbox" : "418 401 506 500", "used" : true}, {"class_name" : "contrast", "bbox" : "64 66 343 434", "used" : true}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "cov... | {"publisher_name" : "National Association of Social Workers Press", "journals" : 1, "scihub" : 1499, "crossref_open_access" : 0, "crossref_active" : 2197, "crossref" : 2197, "coverage" : 0.68229404, "publisher_slug" : "national-association-of-social-workers-press", "access_logs" : {"downloads" : 0.4127, "visitors" : 0.... | json_instruct | {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "mythic:block/amethyst_endore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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.