input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "properties": {"H3xept": {"type": "string"}}, "required": ["H3xept"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "frameworks", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Stomt-iOS-SDK", "version" : "2.0.1", "summary" : "Integrate your iOS app with stomt.com", "description" : "Implement stomt.com feedback system in your iOS application.", "homepage" : "https://github.com/stomt/stomt-ios-sdk", "license" : {"type" : "MIT"}, "authors" : {"H3xept" : "h3xept@gmail.com"}, "social_media_url" : "http://twitter.com/H3xept", "platforms" : {"ios" : "8.4"}, "source" : {"git" : "https://github.com/stomt/stomt-ios-sdk.git", "tag" : "v2.0.1"}, "source_files" : "StomtiOS/*.{h,m}", "frameworks" : "UIKit", "requires_arc" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "properties": {"H3xept": {"type": "string"}}, "required": ["H3xept"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "frameworks", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "string"}, "stylus": {"type": "string"}, "mongoose": {"type": "string"}, "cookie-parser": {"type": "string"}, "body-parser": {"type": "string"}, "method-override": {"type": "string"}, "serve-favicon": {"type": "string"}, "express-session": {"type": "string"}, "morgan": {"type": "string"}, "errorhandler": {"type": "string"}}, "required": ["express", "jade", "stylus", "mongoose", "cookie-parser", "body-parser", "method-override", "serve-favicon", "express-session", "morgan", "errorhandler"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "superagent": {"type": "string"}, "expect.js": {"type": "string"}}, "required": ["mocha", "superagent", "expect.js"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "blog-express", "version" : "0.0.5", "private" : true, "scripts" : {"start" : "node app.js", "test" : "mocha test"}, "dependencies" : {"express" : "4.1.2", "jade" : "1.3.1", "stylus" : "0.44.0", "mongoose" : "3.8.4", "cookie-parser" : "1.0.1", "body-parser" : "1.0.2", "method-override" : "1.0.0", "serve-favicon" : "2.0.0", "express-session" : "1.0.4", "morgan" : "1.0.1", "errorhandler" : "1.0.1"}, "devDependencies" : {"mocha" : "1.16.2", "superagent" : "0.15.7", "expect.js" : "0.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "string"}, "stylus": {"type": "string"}, "mongoose": {"type": "string"}, "cookie-parser": {"type": "string"}, "body-parser": {"type": "string"}, "method-override": {"type": "string"}, "serve-favicon": {"type": "string"}, "express-session": {"type": "string"}, "morgan": {"type": "string"}, "errorhandler": {"type": "string"}}, "required": ["express", "jade", "stylus", "mongoose", "cookie-parser", "body-parser", "method-override", "serve-favicon", "express-session", "morgan", "errorhandler"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "superagent": {"type": "string"}, "expect.js": {"type": "string"}}, "required": ["mocha", "superagent", "expect.js"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"errorMessage": {"type": "string"}}, "required": ["errorMessage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"errorMessage" : "Invalid Serverless Application Specification document. Number of errors found: 1. SourceVpcBlacklist must be a list of strings. Use IntrinsicVpcBlacklist instead for values that use Intrinsic Functions"} | json_instruct | {"type": "object", "properties": {"errorMessage": {"type": "string"}}, "required": ["errorMessage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "6773162f-f9ec-466a-aa8a-3dd7acaee1f8", "befores" : [{"name" : "path_dict", "status" : "passed", "start" : 1580625313488, "stop" : 1580625313488}], "start" : 1580625313488, "stop" : 1580625313562} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"application": {"type": "object", "properties": {"db": {"type": "object", "properties": {"uri": {"type": "string"}, "authSource": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "poolSize": {"type": "integer"}, "ssl": {"type": "boolean"}, "useNewUrlParser": {"type": "boolean"}, "useCreateIndex": {"type": "boolean"}}, "required": ["uri", "authSource", "user", "password", "poolSize", "ssl", "useNewUrlParser", "useCreateIndex"]}, "telegram": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "hapiFhir": {"type": "object", "properties": {"baseURL": {"type": "string"}, "patientId": {"type": "integer"}, "patientTimezone": {"type": "string"}, "checkBackInTime": {"type": "integer"}, "checkBackDuration": {"type": "string"}, "checkBackInterval": {"type": "integer"}}, "required": ["baseURL", "patientId", "patientTimezone", "checkBackInTime", "checkBackDuration", "checkBackInterval"]}, "testCredentials": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "token": {"type": "string"}}, "required": ["email", "password", "token"]}, "baseURL": {"type": "string"}}, "required": ["db", "telegram", "hapiFhir", "testCredentials", "baseURL"]}}, "required": ["application"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"application" : {"db" : {"uri" : "mongodb://mongodb:27017/diabetes-assistant-bot", "authSource" : "admin", "user" : "", "password" : "", "poolSize" : 10, "ssl" : false, "useNewUrlParser" : true, "useCreateIndex" : true}, "telegram" : {"url" : ""}, "hapiFhir" : {"baseURL" : "http://hapi.fhir.org/baseDstu3", "patientId" : 2755394, "patientTimezone" : "America/New_York", "checkBackInTime" : 15, "checkBackDuration" : "minutes", "checkBackInterval" : 900000}, "testCredentials" : {"email" : "test.user1@test.com", "password" : "testPW1", "token" : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVlY2Q5NjQ3ZTJjOGE4NTNkZTg3NGQzMSIsImZpcnN0TmFtZSI6IlRlc3QiLCJsYXN0TmFtZSI6IlVzZXIxIiwiZW1haWwiOiJ0ZXN0LnVzZXIxQHRlc3QuY29tIiwidXNlcm5hbWUiOiJ0ZXN0LXVzZXItb25lIiwic3RhdHVzIjoiYWN0aXZlIiwiaWF0IjoxNTkzOTk5MDI0LCJleHAiOjE1OTQ2MDM4MjR9.4lzfIS4gvrlEFjwvxu7VaHhuDeCHfPzCVtDjac4ZA40"}, "baseURL" : "http://localhost:3001"}} | json_instruct | {"type": "object", "properties": {"application": {"type": "object", "properties": {"db": {"type": "object", "properties": {"uri": {"type": "string"}, "authSource": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "poolSize": {"type": "integer"}, "ssl": {"type": "boolean"}, "useNewUrlParser": {"type": "boolean"}, "useCreateIndex": {"type": "boolean"}}, "required": ["uri", "authSource", "user", "password", "poolSize", "ssl", "useNewUrlParser", "useCreateIndex"]}, "telegram": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "hapiFhir": {"type": "object", "properties": {"baseURL": {"type": "string"}, "patientId": {"type": "integer"}, "patientTimezone": {"type": "string"}, "checkBackInTime": {"type": "integer"}, "checkBackDuration": {"type": "string"}, "checkBackInterval": {"type": "integer"}}, "required": ["baseURL", "patientId", "patientTimezone", "checkBackInTime", "checkBackDuration", "checkBackInterval"]}, "testCredentials": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "token": {"type": "string"}}, "required": ["email", "password", "token"]}, "baseURL": {"type": "string"}}, "required": ["db", "telegram", "hapiFhir", "testCredentials", "baseURL"]}}, "required": ["application"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Token 3MPs", "symbol" : "3MPso", "decimals" : 6, "address" : "3MPsoFehqyGLzbx7GmBcMb1TbFuPJvqNDnSz5y1fANri", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"origin" : "http://wallbase.cc/wallpaper/59473", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-59473.jpg", "views" : 1327, "x_resolution" : 1920, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 1200, "colors" : ["#d58300", "#f9b364", "#b67151", "#fa2524", "#a35703"], "comments" : [""], "favorites" : 5, "descriptors" : ["red", "Christmas", "gifts", "holidays", "ornaments"], "uploader" : " 4chan"} | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"nforce": {"type": "string"}}, "required": ["nforce"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["mocha", "should"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["bluebird", "lodash"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nforce-analytics", "version" : "1.0.0", "description" : "Salesforce analytics api plugin for nforce", "main" : "index.js", "scripts" : {"test" : "mocha ./tests"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kevinohara80/nforce-analytics.git"}, "keywords" : ["nforce", "nforce-plugin", "salesforce", "analytics", "api", "forcedotcom", "force.com"], "author" : "Kevin O'Hara", "license" : "MIT", "bugs" : {"url" : "https://github.com/kevinohara80/nforce-analytics/issues"}, "homepage" : "https://github.com/kevinohara80/nforce-analytics#readme", "peerDependencies" : {"nforce" : ">= 1.0.0"}, "devDependencies" : {"mocha" : "^2.4.5", "should" : "^8.3.0"}, "dependencies" : {"bluebird" : "^3.3.4", "lodash" : "^4.6.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"nforce": {"type": "string"}}, "required": ["nforce"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["mocha", "should"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["bluebird", "lodash"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"css/intlTelInput.css": {"type": "string"}, "js/intlTelInput.js": {"type": "string"}, "js/intlTelInput.min.js": {"type": "string"}, "lib/libphonenumber/build/utils.js": {"type": "string"}}, "required": ["css/intlTelInput.css", "js/intlTelInput.js", "js/intlTelInput.min.js", "lib/libphonenumber/build/utils.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/intlTelInput.css" : "sha256-bIFuJaxUgUmzyjOLjnOw5tsh6p0mIPP6viPMGSLxc6M=", "js/intlTelInput.js" : "sha256-g7x/Ke+dh872myEmmikY8rYtVm9fiS+aM+UJvKknV0I=", "js/intlTelInput.min.js" : "sha256-mltDpaeo+eSTxUKy7RzPasarhMRKz8IrLeq+JXMgvRk=", "lib/libphonenumber/build/utils.js" : "sha256-IuFHGBn8Q9BFlHgzMWT9gmiXpSOyJViS8lVut8B8sh4="} | json_instruct | {"type": "object", "properties": {"css/intlTelInput.css": {"type": "string"}, "js/intlTelInput.js": {"type": "string"}, "js/intlTelInput.min.js": {"type": "string"}, "lib/libphonenumber/build/utils.js": {"type": "string"}}, "required": ["css/intlTelInput.css", "js/intlTelInput.js", "js/intlTelInput.min.js", "lib/libphonenumber/build/utils.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["website", "twitter"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "API Coin", "symbol" : "API", "logoURI" : "https://theblockchainapi-website.s3.amazonaws.com/logo512.png", "decimals" : 9, "address" : "cPQm9UM1ekMeAgRcYGLfNcBC65SLA8o2BVTaBUA7kTg", "chainId" : 101, "tags" : ["community-token", "platform"], "extensions" : {"website" : "https://blockchainapi.com/", "twitter" : "https://twitter.com/_BlockX_"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["website", "twitter"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}, "additional": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}}, "required": ["main", "additional"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 106542, "info" : {"name" : "Game*Spark \u30b9\u30c3\u30ad\u30ea\u8868\u793a", "description" : "Game*Spark \u3055\u3093\u306e\u8a18\u4e8b\u3092\u8aad\u307f\u3084\u3059\u3044\u3088\u3046\u306b\u30b9\u30c3\u30ad\u30ea\u3068\u8868\u793a\u3057\u307e\u3057\u305f\u3002\r\n\u6d88\u3057\u304d\u308c\u3066\u3044\u306a\u3044\u53ef\u80fd\u6027\u3082\u3042\u308b\u306e\u3067Adblock\u7cfb\u306e\u30a2\u30c9\u30aa\u30f3\u3068\u4f75\u7528\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002", "additionalInfo" : null, "format" : "uso", "category" : "gamespark", "createdAt" : "2014-10-23T04:50:25.000Z", "updatedAt" : "2014-10-23T04:50:25.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 58315, "name" : "tar xfvz"}}, "stats" : {"installs" : {"total" : 113, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "106542_after.jpeg", "archived" : false}, "additional" : [{"name" : "106542_additional_12730.jpeg", "archived" : false}, {"name" : "106542_additional_12731.jpeg", "archived" : false}]}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"www.gamespark.jp\") {\r\n/*parts*/\r\n#headerInfo,#headerAreaBg,#articleBookmark,#mainComment,#footerArea,#mainBottomRight\r\n{ display:none !important; }\r\n#mainArea {\r\nwidth: 714px !important;\r\npadding: 0 150px !important;\r\n}\r\n\r\n/*AD*/\r\n#mainTopRight,.ad-double-rect\r\n{ display:none !important; }\r\n}"}} | 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": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}, "additional": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}}, "required": ["main", "additional"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "c8274432-c069-4c14-b2c5-8e78d17a4e9f", "name" : "stag", "values" : [{"key" : "api_server", "value" : "https://stagingpepo.com", "enabled" : true}], "_postman_variable_scope" : "environment", "_postman_exported_at" : "2019-06-10T13:33:21.851Z", "_postman_exported_using" : "Postman/7.1.1"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "module": {"type": "string"}, "typings": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"ngx-address": {"type": "string"}}, "required": ["ngx-address"]}}, "required": ["name", "version", "module", "typings", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ngx-address-data-tw", "version" : "1.0.0", "module" : "index.js", "typings" : "index.d.ts", "peerDependencies" : {"ngx-address" : "^1.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "module": {"type": "string"}, "typings": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"ngx-address": {"type": "string"}}, "required": ["ngx-address"]}}, "required": ["name", "version", "module", "typings", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "desc": {"type": "string"}, "input": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "output": {"type": "string"}}, "required": ["title", "desc", "input", "params", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "date", "desc" : "(year,month,day, etc.) extract date information from string", "input" : [{"name" : "data", "type" : "string", "description" : "data with date time information", "optional" : false}], "params" : [{"name" : "format", "type" : "string", "description" : "see https://golang.org/pkg/time/", "optional" : false}], "output" : "object"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "desc": {"type": "string"}, "input": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "output": {"type": "string"}}, "required": ["title", "desc", "input", "params", "output"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cmd": {"type": "string"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "area_id": {"type": "integer"}, "parent_area_id": {"type": "integer"}, "area_name": {"type": "string"}, "parent_area_name": {"type": "string"}, "live_key": {"type": "string"}, "sub_session_key": {"type": "string"}}, "required": ["title", "area_id", "parent_area_id", "area_name", "parent_area_name", "live_key", "sub_session_key"]}}, "required": ["cmd", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cmd" : "ROOM_CHANGE", "data" : {"title" : "\u73a9\u4f1a\u513f\u73a9\u4f1a\u513f", "area_id" : 86, "parent_area_id" : 2, "area_name" : "\u82f1\u96c4\u8054\u76df", "parent_area_name" : "\u7f51\u6e38", "live_key" : "129686069351480645", "sub_session_key" : "129686069351480645sub_time:1615798624"}} | json_instruct | {"type": "object", "properties": {"cmd": {"type": "string"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "area_id": {"type": "integer"}, "parent_area_id": {"type": "integer"}, "area_name": {"type": "string"}, "parent_area_name": {"type": "string"}, "live_key": {"type": "string"}, "sub_session_key": {"type": "string"}}, "required": ["title", "area_id", "parent_area_id", "area_name", "parent_area_name", "live_key", "sub_session_key"]}}, "required": ["cmd", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Pomn\u00edk osvobozen\u00ed u obecn\u00edho \u00fa\u0159adu v Nov\u00e9 Vsi v Hor\u00e1ch", "P31" : "http://www.wikidata.org/entity/Q4989906", "P31^label:cs" : "Pomn\u00edk", "P131^label:cs" : "Nov\u00e1 Ves v Hor\u00e1ch", "P6736" : "23006"}, "geometry" : {"type" : "Point", "coordinates" : [13.48377, 50.59415]}}, {"type" : "Feature", "properties" : {"label:cs" : "Pomn\u00edk padl\u00fdm z v\u00e1lky 1866 v Mikulovic\u00edch", "P31" : "http://www.wikidata.org/entity/Q4989906", "P31^label:cs" : "Pomn\u00edk", "P131^label:cs" : "Nov\u00e1 Ves v Hor\u00e1ch", "P6736" : "9077"}, "geometry" : {"type" : "Point", "coordinates" : [13.48887, 50.59123]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"widgetLabel": {"type": "string"}, "points": {"type": "string"}, "lines": {"type": "string"}, "polygons": {"type": "string"}, "creatingLegend": {"type": "string"}, "noLegend": {"type": "string"}, "dotValue": {"type": "string"}, "currentObservations": {"type": "string"}, "previousObservations": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "esriMetersPerSecond": {"type": "string"}, "esriKilometersPerHour": {"type": "string"}, "esriKnots": {"type": "string"}, "esriFeetPerSecond": {"type": "string"}, "esriMilesPerHour": {"type": "string"}, "showNormField": {"type": "string"}, "showNormPct": {"type": "string"}, "showRatio": {"type": "string"}, "showRatioPercent": {"type": "string"}, "showRatioPercentTotal": {"type": "string"}, "band0": {"type": "string"}, "band1": {"type": "string"}, "band2": {"type": "string"}, "band3": {"type": "string"}, "red": {"type": "string"}, "green": {"type": "string"}, "blue": {"type": "string"}, "clusterCountTitle": {"type": "string"}}, "required": ["widgetLabel", "points", "lines", "polygons", "creatingLegend", "noLegend", "dotValue", "currentObservations", "previousObservations", "high", "low", "esriMetersPerSecond", "esriKilometersPerHour", "esriKnots", "esriFeetPerSecond", "esriMilesPerHour", "showNormField", "showNormPct", "showRatio", "showRatioPercent", "showRatioPercentTotal", "band0", "band1", "band2", "band3", "red", "green", "blue", "clusterCountTitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"widgetLabel" : "Jelmagyar\u00e1zat", "points" : "Pontok", "lines" : "Vonalak", "polygons" : "Polygonok", "creatingLegend" : "Jelmagyar\u00e1zat l\u00e9trehoz\u00e1sa", "noLegend" : "Nincs jelmagyar\u00e1zat", "dotValue" : "1 pont = {value} {unit}", "currentObservations" : "Jelenlegi megfigyel\u00e9sek", "previousObservations" : "El\u0151z\u0151 megfigyel\u00e9sek", "high" : "Magas", "low" : "Alacsony", "esriMetersPerSecond" : "m/s", "esriKilometersPerHour" : "km/h", "esriKnots" : "csom\u00f3", "esriFeetPerSecond" : "ft/sec", "esriMilesPerHour" : "mph", "showNormField" : "{field} osztva a(z) {normField} \u00e9rt\u00e9k\u00e9vel", "showNormPct" : "{field} az \u00f6sszes sz\u00e1zal\u00e9kak\u00e9nt", "showRatio" : "A(z) {field} \u00e9s a(z) {normField} ar\u00e1nya", "showRatioPercent" : "{field} a(z) {normField} sz\u00e1zal\u00e9kak\u00e9nt", "showRatioPercentTotal" : "{field} a(z) {field} \u00e9s {normField} sz\u00e1zal\u00e9kak\u00e9nt", "band0" : "s\u00e1v_0", "band1" : "s\u00e1v_1", "band2" : "s\u00e1v_2", "band3" : "band_3", "red" : "V\u00f6r\u00f6s", "green" : "Z\u00f6ld", "blue" : "K\u00e9k", "clusterCountTitle" : "Vektoros elemek sz\u00e1ma"} | json_instruct | {"type": "object", "properties": {"widgetLabel": {"type": "string"}, "points": {"type": "string"}, "lines": {"type": "string"}, "polygons": {"type": "string"}, "creatingLegend": {"type": "string"}, "noLegend": {"type": "string"}, "dotValue": {"type": "string"}, "currentObservations": {"type": "string"}, "previousObservations": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "esriMetersPerSecond": {"type": "string"}, "esriKilometersPerHour": {"type": "string"}, "esriKnots": {"type": "string"}, "esriFeetPerSecond": {"type": "string"}, "esriMilesPerHour": {"type": "string"}, "showNormField": {"type": "string"}, "showNormPct": {"type": "string"}, "showRatio": {"type": "string"}, "showRatioPercent": {"type": "string"}, "showRatioPercentTotal": {"type": "string"}, "band0": {"type": "string"}, "band1": {"type": "string"}, "band2": {"type": "string"}, "band3": {"type": "string"}, "red": {"type": "string"}, "green": {"type": "string"}, "blue": {"type": "string"}, "clusterCountTitle": {"type": "string"}}, "required": ["widgetLabel", "points", "lines", "polygons", "creatingLegend", "noLegend", "dotValue", "currentObservations", "previousObservations", "high", "low", "esriMetersPerSecond", "esriKilometersPerHour", "esriKnots", "esriFeetPerSecond", "esriMilesPerHour", "showNormField", "showNormPct", "showRatio", "showRatioPercent", "showRatioPercentTotal", "band0", "band1", "band2", "band3", "red", "green", "blue", "clusterCountTitle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b8deb976-8791-4120-a323-31e4ef214493", "name" : "Brooke Hill Academy", "code" : "5", "address" : {"addressLine1" : "Brooke Road", "addressLine2" : "Oakham", "town" : "Rutland", "postcode" : "LE15 6HQ"}, "organisation" : {"id" : "be910803-8849-4a51-8edb-9437052c53c9", "code" : "1F1", "name" : "The Rutland and District School Federation"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"componentChunkName" : "component---src-pages-konfigurator-index-tsx", "path" : "/konfigurator/", "result" : {"pageContext" : {}}} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x417bdc58ef9a3d7de04a66ab84ed13048d9a82bb", "tool" : "manticore", "start" : 1564124157.7787294, "end" : 1564125965.3651087, "duration" : 1807.586379289627, "analysis" : [[], [], []]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageHeight": {"type": "integer"}, "imageWidth": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageHeight", "imageWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "4.5.7", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[300.0, 844.0], [727.0, 913.0], [740.0, 1055.0], [305.0, 984.0]], "group_id" : 2, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[250.0, 698.0], [630.0, 768.0], [635.9649122807017, 908.7719298245613], [259.0, 840.0]], "group_id" : 2, "shape_type" : "polygon", "flags" : {}}], "imagePath" : "img_845.jpg", "imageData" : "null", "imageHeight" : 1365, "imageWidth" : 1024} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageHeight": {"type": "integer"}, "imageWidth": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageHeight", "imageWidth"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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/schema#"}
| [{"package" : "igor_vdj", "downloads" : 4100, "count" : 3754}] | 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": {"stats": {"type": "object", "properties": {"minecraft:mined": {"type": "object", "properties": {"minecraft:stone": {"type": "integer"}}, "required": ["minecraft:stone"]}, "minecraft:used": {"type": "object", "properties": {"minecraft:diamond_pickaxe": {"type": "integer"}}, "required": ["minecraft:diamond_pickaxe"]}, "minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:play_time": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}, "minecraft:total_world_time": {"type": "integer"}}, "required": ["minecraft:time_since_rest", "minecraft:leave_game", "minecraft:play_time", "minecraft:time_since_death", "minecraft:walk_one_cm", "minecraft:total_world_time"]}}, "required": ["minecraft:mined", "minecraft:used", "minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stats" : {"minecraft:mined" : {"minecraft:stone" : 3}, "minecraft:used" : {"minecraft:diamond_pickaxe" : 4}, "minecraft:custom" : {"minecraft:time_since_rest" : 686, "minecraft:leave_game" : 1, "minecraft:play_time" : 686, "minecraft:time_since_death" : 686, "minecraft:walk_one_cm" : 1503, "minecraft:total_world_time" : 2701}}, "DataVersion" : 2975} | json_instruct | {"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:mined": {"type": "object", "properties": {"minecraft:stone": {"type": "integer"}}, "required": ["minecraft:stone"]}, "minecraft:used": {"type": "object", "properties": {"minecraft:diamond_pickaxe": {"type": "integer"}}, "required": ["minecraft:diamond_pickaxe"]}, "minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:play_time": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}, "minecraft:total_world_time": {"type": "integer"}}, "required": ["minecraft:time_since_rest", "minecraft:leave_game", "minecraft:play_time", "minecraft:time_since_death", "minecraft:walk_one_cm", "minecraft:total_world_time"]}}, "required": ["minecraft:mined", "minecraft:used", "minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u0627\u0632 \u062c\u0645\u0644\u0647\u0654 \u0628\u0646\u062f\u06af\u0627\u0646 \u0645\u0646\u0634 \u0628\u0646\u062f\u0647\u200c\u062a\u0631\u0645", "m2" : "\u0648\u0632 \u0686\u0634\u0645 \u062e\u062f\u0627\u0648\u0646\u062f\u06cc\u0634 \u0627\u0641\u06a9\u0646\u062f\u0647\u200c\u062a\u0631\u0645"}, "1" : {"m1" : "\u0628\u0627 \u0627\u06cc\u0646 \u0647\u0645\u0647 \u062f\u0644 \u0628\u0631 \u0646\u062a\u0648\u0627\u0646 \u062f\u0627\u0634\u062a \u06a9\u0647 \u062f\u0648\u0633\u062a", "m2" : "\u0686\u0646\u062f\u0627\u0646\u06a9\u0647 \u0645\u0631\u0627 \u0628\u06cc\u0634 \u06a9\u0634\u062f \u0632\u0646\u062f\u0647\u200c\u062a\u0631\u0645"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "description", "summary", "githubUsername", "dateUpdated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"itemDisplayName" : "SQL Server 2014 SP2 Enterprise with Auto Backup", "description" : "This template will create a SQL Server 2014 SP2 Enterprise edition with Auto Backup feature enabled", "summary" : "SQL Server 2014 SP2 Enterprise edition with Auto Backup feature enabled", "githubUsername" : "weidaiMS", "dateUpdated" : "2018-01-25"} | json_instruct | {"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "description", "summary", "githubUsername", "dateUpdated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 4141, "hash" : 4147232923, "artDyeHash" : 4147232923, "redacted" : false, "dyeManifestHash" : 1120355995, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["360121107001", "\u5188\u4e0a\u8857\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["360121107002", "\u5e02\u6c4a\u8857\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["360121107003", "\u4e07\u820d\u8857\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["360121107004", "\u6c34\u5efa\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["360121107200", "\u957f\u6e56\u6751\u59d4\u4f1a", "220", "0"], ["360121107201", "\u5174\u519c\u6751\u59d4\u4f1a", "220", "0"], ["360121107202", "\u8695\u77f3\u6751\u59d4\u4f1a", "220", "0"], ["360121107203", "\u77f3\u6e56\u6751\u59d4\u4f1a", "220", "0"], ["360121107204", "\u66f2\u6e56\u6751\u59d4\u4f1a", "220", "0"], ["360121107205", "\u664b\u5b89\u6751\u59d4\u4f1a", "220", "0"], ["360121107206", "\u5188\u4e0a\u6751\u59d4\u4f1a", "122", "0"], ["360121107207", "\u5b89\u4ec1\u6751\u59d4\u4f1a", "220", "0"], ["360121107208", "\u5408\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["360121107209", "\u4e1c\u575b\u6751\u59d4\u4f1a", "220", "0"], ["360121107210", "\u4e07\u820d\u6751\u59d4\u4f1a", "220", "0"], ["360121107211", "\u9ec4\u53f0\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"terraformer.js": {"type": "string"}, "terraformer.min.js": {"type": "string"}}, "required": ["terraformer.js", "terraformer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"terraformer.js" : "sha256-31CSoxhzWYLPLj2OnmUSqgGddAcVlTSWO2MvBZvJ/9Q=", "terraformer.min.js" : "sha256-Ei1mWWI7IQ6csT1mEI5YAA4jGKqQates8x56E8PdEoQ="} | json_instruct | {"type": "object", "properties": {"terraformer.js": {"type": "string"}, "terraformer.min.js": {"type": "string"}}, "required": ["terraformer.js", "terraformer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["420529113001", "\u957f\u4e50\u576a\u5c45\u59d4\u4f1a", "121", "0"], ["420529113201", "\u6d1e\u53e3\u6751\u59d4\u4f1a", "122", "0"], ["420529113202", "\u8170\u724c\u6751\u59d4\u4f1a", "122", "0"], ["420529113203", "\u767d\u5ca9\u576a\u6751\u59d4\u4f1a", "220", "0"], ["420529113204", "\u6708\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["420529113205", "\u82cf\u5bb6\u6cb3\u6751\u59d4\u4f1a", "220", "0"], ["420529113206", "\u7518\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["420529113207", "\u767e\u5e74\u5173\u6751\u59d4\u4f1a", "220", "0"], ["420529113208", "\u4e09\u6559\u5e99\u6751\u59d4\u4f1a", "220", "0"], ["420529113209", "\u67f4\u57e0\u6eaa\u6751\u59d4\u4f1a", "220", "0"], ["420529113210", "\u9752\u5ca9\u6751\u59d4\u4f1a", "220", "0"], ["420529113211", "\u6865\u576a\u6751\u59d4\u4f1a", "220", "0"], ["420529113212", "\u83d6\u535c\u6eaa\u6751\u59d4\u4f1a", "220", "0"], ["420529113213", "\u5927\u6e7e\u6751\u59d4\u4f1a", "220", "0"], ["420529113214", "\u767d\u9e7f\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["420529113215", "\u77f3\u6865\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["420529113216", "\u7ea2\u6e14\u6f6d\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["wmo", "ghcn", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "35426", "name" : {"en" : "Temir"}, "country" : "KZ", "region" : "AKT", "identifiers" : {"wmo" : "35426", "ghcn" : "KZ000035426", "usaf" : "354260"}, "location" : {"latitude" : 49.15, "longitude" : 57.1167, "elevation" : 236}, "timezone" : "Asia/Aqtobe"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["wmo", "ghcn", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 28184, "cartId" : "0611b213-8202-40f5-9196-8adea719871b", "preferredProducts" : [808], "productReviews" : [{"productId" : 4349, "reviewText" : "heard about this on songo radio, decided to give it a try.", "reviewDate" : "2019-03-28T04:24:11.9482909+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"user": {"type": "string"}, "home": {"type": "string"}, "type": {"type": "string"}, "server": {"type": "string"}, "localPort": {"type": "integer"}, "remote": {"type": "integer"}, "autoStart": {"type": "boolean"}}, "required": ["user", "home", "type", "server", "localPort", "remote", "autoStart"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "test", "home" : "https://cunchu.site/lamp/index.html", "type" : "tcp", "server" : "lamp.run:7000", "localPort" : 3389, "remote" : 6010, "autoStart" : true} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "home": {"type": "string"}, "type": {"type": "string"}, "server": {"type": "string"}, "localPort": {"type": "integer"}, "remote": {"type": "integer"}, "autoStart": {"type": "boolean"}}, "required": ["user", "home", "type", "server", "localPort", "remote", "autoStart"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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#"}
| [{"package" : "perl-biox-workflow", "downloads" : 10400, "count" : 6253}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"name": {"type": "string"}, "location_type": {"type": "string"}}, "required": ["name", "location_type"]}, "relationships": {"type": "object", "properties": {"parent": {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["data"]}}, "required": ["parent"]}}, "required": ["id", "type", "attributes", "relationships"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"id" : "4debca7f-9251-403f-b893-ff0e78bd6af4", "type" : "location", "attributes" : {"name" : "Jamaica", "location_type" : "municipality"}, "relationships" : {"parent" : {"data" : {"id" : "5331a4ba-ef75-4b7f-8cdd-8ec39e692bbd", "type" : "location"}}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"name": {"type": "string"}, "location_type": {"type": "string"}}, "required": ["name", "location_type"]}, "relationships": {"type": "object", "properties": {"parent": {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["data"]}}, "required": ["parent"]}}, "required": ["id", "type", "attributes", "relationships"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/index.js": {"type": "boolean"}}, "required": ["static/development/pages/index.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "b59ca71140a54ea8b0d7", "c" : {"static/development/pages/index.js" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/index.js": {"type": "boolean"}}, "required": ["static/development/pages/index.js"]}}, "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": {"main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}}, "required": ["node-sass"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["main", "devDependencies", "name", "description", "version", "directories", "dependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "./src/index.js", "devDependencies" : {"node-sass" : "^4.7.2"}, "name" : "ui-interface", "description" : "UI interface", "version" : "0.2.8", "directories" : {"test" : "test"}, "dependencies" : {}, "scripts" : {"test" : "node ./test/index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/shenfe/interface.git"}, "keywords" : ["component", "interface", "ui"], "author" : "hengwu", "license" : "MIT", "bugs" : {"url" : "https://github.com/shenfe/interface/issues"}, "homepage" : "https://github.com/shenfe/interface#readme"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}}, "required": ["node-sass"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["main", "devDependencies", "name", "description", "version", "directories", "dependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"epoch": {"type": "integer"}, "loss_trn": {"type": "number"}, "loss_val": {"type": "number"}, "acc_val": {"type": "number"}, "lwlrap_val": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}}, "required": ["epoch", "loss_trn", "loss_val", "acc_val", "lwlrap_val", "_step", "_runtime", "_timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"epoch" : 24, "loss_trn" : 0.05989426794488734, "loss_val" : 0.10972414709261206, "acc_val" : 0.4918032786885246, "lwlrap_val" : 0.657336345911026, "_step" : 23, "_runtime" : 8239, "_timestamp" : 1613274213} | json_instruct | {"type": "object", "properties": {"epoch": {"type": "integer"}, "loss_trn": {"type": "number"}, "loss_val": {"type": "number"}, "acc_val": {"type": "number"}, "lwlrap_val": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}}, "required": ["epoch", "loss_trn", "loss_val", "acc_val", "lwlrap_val", "_step", "_runtime", "_timestamp"], "$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"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"lodash-node": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "uuid": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["lodash-node", "uuid"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sentence-extractor", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"lodash-node" : {"version" : "3.10.2", "resolved" : "https://registry.npmjs.org/lodash-node/-/lodash-node-3.10.2.tgz", "integrity" : "sha1-JZjVsbVOami0y1ROXHMJU8v2Mvc="}, "uuid" : {"version" : "8.3.1", "resolved" : "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", "integrity" : "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg=="}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"lodash-node": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "uuid": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["lodash-node", "uuid"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"docs": {"type": "object", "properties": {"Getting Started": {"type": "array", "items": {"type": "string"}}, "Guides": {"type": "array", "items": {"type": "string"}}, "Hot Module Reloading": {"type": "array", "items": {"type": "string"}}}, "required": ["Getting Started", "Guides", "Hot Module Reloading"]}}, "required": ["docs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"docs" : {"Getting Started" : ["getting_started", "configuration"], "Guides" : ["cli", "recipes", "codepush"], "Hot Module Reloading" : ["hmr_setup", "hmr_api", "hmr_react_navigation", "hmr_react_native_navigation"]}} | json_instruct | {"type": "object", "properties": {"docs": {"type": "object", "properties": {"Getting Started": {"type": "array", "items": {"type": "string"}}, "Guides": {"type": "array", "items": {"type": "string"}}, "Hot Module Reloading": {"type": "array", "items": {"type": "string"}}}, "required": ["Getting Started", "Guides", "Hot Module Reloading"]}}, "required": ["docs"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "version": {"type": "string"}, "require": {"type": "object", "properties": {}, "required": []}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MadnessCODE\\Voluum\\": {"type": "string"}}, "required": ["MadnessCODE\\Voluum\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "type", "version", "require", "require-dev", "license", "authors", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "madnesscode/voluum", "description" : "Voluum SDK for PHP", "keywords" : ["voluum", "sdk"], "type" : "library", "version" : "1.2", "require" : {}, "require-dev" : {"phpunit/phpunit" : "5.6"}, "license" : "MIT", "authors" : [{"name" : "Marko Janosevic", "email" : "madness.studio@gmail.com"}], "autoload" : {"psr-4" : {"MadnessCODE\\Voluum\\" : "src/"}}, "minimum-stability" : "stable"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "version": {"type": "string"}, "require": {"type": "object", "properties": {}, "required": []}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MadnessCODE\\Voluum\\": {"type": "string"}}, "required": ["MadnessCODE\\Voluum\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "type", "version", "require", "require-dev", "license", "authors", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["410204001000", "\u76f8\u56fd\u5bfa\u8857\u9053", "4", "1"], ["410204002000", "\u65b0\u534e\u8857\u9053", "4", "1"], ["410204003000", "\u5367\u9f99\u8857\u9053", "4", "1"], ["410204004000", "\u5dde\u6865\u8857\u9053", "4", "1"], ["410204005000", "\u897f\u53f8\u95e8\u8857\u9053", "4", "1"], ["410204006000", "\u5357\u82d1\u8857\u9053", "4", "1"], ["410204007000", "\u4e94\u4e00\u8857\u9053", "4", "1"], ["410204008000", "\u4ed9\u4eba\u5e84\u8857\u9053", "4", "1"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "3aa427440885ff0764e5", "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Indifferentism", "definitions" : ["The belief that differences of religious belief are of no importance."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "number"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[{"count" : 25.71, "_tpl" : "5696686a4bdc2da3298b456a"}]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "number"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "integer"}, "source": {"type": "string"}, "authorIds": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "title": {"type": "string"}, "link": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "source", "authorIds", "author", "title", "link", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1, "source" : "other", "authorIds" : ["patilshreyas"], "author" : "Shreyas Patil", "title" : "Leveraging the Semaphore concept in Coroutines to limit the parallelism \ud83d\udd00", "link" : "https://blog.shreyaspatil.dev/leveraging-the-semaphore-concept-in-coroutines-to-limit-the-parallelism", "tags" : ["kotlin"]} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "source": {"type": "string"}, "authorIds": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "title": {"type": "string"}, "link": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "source", "authorIds", "author", "title", "link", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 55, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "bobyqa_noise", "black" : "platypus_evolutionary", "traceback" : ["passing", "passing"], "best_val" : [25.869882419713395, 20.88081630414857], "best_x" : [[0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.4, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5], [0.3587274777965175, 0.04653645273786633, 0.4356909450915497, 0.04084216789513717, 0.1863515450697657, 0.05375814130599055, 0.09358459148982146, 0.3067106933013527, 0.027653639824489318, 0.17877032545192084, 0.6046236106876148, 0.6867431189845419, 0.2098002358685993, 0.6297216801896901, 0.9743432583608096, 0.6531046958624345, 0.8872955329048023, 0.6378967757870104, 0.13050512852957163, 0.12966869232897804, 0.5690509476067359, 0.46963874946216355, 0.4516756056630523, 0.4022338670358958, 0.028914953982692504, 0.1781933705829648, 0.2601024114503975, 0.17385814708421365, 0.31340442195922735, 0.05017491321573775, 0.6693504540944473, 0.06157693572287859, 0.3454645179668956, 0.09708131051521651, 0.4325749607311752, 0.48657223489546997, 0.2063599574881262, 0.11933377506135578, 0.31040553462517995, 0.1863167601801894, 0.6927151514416313, 0.9375517565158575, 0.8942322618040293, 0.3957565551291604, 0.060675404254680765, 0.15687244212799611, 0.9855370548472798, 0.8794808588913887, 0.010513186690500276, 0.32956496239504596, 0.9879460234538594, 0.994490117411923, 0.7505601880600115, 0.7829201337915481, 0.4739705621488952]], "feval_count" : [80, 100], "n_trials_instructed" : [80, 23], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u7def\u9054\u6a5f\u68b0\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99657927", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u4ec1\u5fb7\u5340\u6210\u529f\u91cc\u4fdd\u751f\u6771\u8def206\u865f1\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u5357\u5e02\u4ec1\u5fb7\u5340\u6210\u529f\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u8303\u9298\u7ae0", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "86618524", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0910301", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u6377\u5eb7\u98df\u54c1\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "03002196", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u8606\u7af9\u5340\u9577\u8208\u91cc\u5357\u5d01\u8def\u4e8c\u6bb5228\u5df716\u5f0410\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u8606\u7af9\u5340\u9577\u8208\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5468\u945b\u6fe4", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "22899653", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1030318", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["08\u98df\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["081\u8089\u985e\u8655\u7406\u53ca\u5176\u88fd\u54c1", "089\u5176\u4ed6\u98df\u54c1"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "insignment", "definition" : "A token, mark, or explanation. [Obs.] Sir T. Elyot."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [427.613, 234.745, 1, 426.773, 268.042, 1, 402.798, 267.359, 1, 403.67, 305.356, 1, 380.768, 298.436, 1, 452.986, 262.877, 1, 488.614, 275.53, 1, 464.081, 246.922, 1, 414.388, 365.887, 1, 400.365, 413.352, 1, 399.894, 448.843, 1, 444.801, 364.297, 1, 441.054, 426.667, 1, 444.744, 489.062, 1, 422.958, 231.579, 1, 430.148, 232.413, 1, 415.603, 235.398, 1, 445.8, 234.466, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "filename": {"type": "string"}}, "required": ["name", "description", "keywords", "license", "homepage", "repository", "authors", "autoupdate", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "data-api-client", "description" : "A lightweight wrapper that simplifies working with the Amazon Aurora Serverless Data API", "keywords" : ["serverless", "data-api", "aurora", "aws"], "license" : "MIT", "homepage" : "https://github.com/jeremydaly/data-api-client#readme", "repository" : {"type" : "git", "url" : "git+https://github.com/jeremydaly/data-api-client.git"}, "authors" : [{"name" : "Jeremy Daly", "email" : "jeremy@jeremydaly.com"}], "autoupdate" : {"source" : "npm", "target" : "data-api-client", "fileMap" : [{"basePath" : "", "files" : ["index.js"]}]}, "filename" : "index.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "filename": {"type": "string"}}, "required": ["name", "description", "keywords", "license", "homepage", "repository", "authors", "autoupdate", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"asset" : {"format" : "jpg", "id" : "88a1999fb79975ae4b16b83ad9e858d5", "name" : "dimas%20-%20o.jpg", "path" : "file:C:/Python27/YOLO%20+%20GABOR/Data/Source_Images/Training_Images/dimas%20-%20o.jpg", "size" : {"width" : 1196, "height" : 1795}, "state" : 2, "type" : 1}, "regions" : [{"id" : "CPdaa3RDm", "type" : "RECTANGLE", "tags" : ["Face"], "boundingBox" : {"height" : 531.3420245398773, "width" : 482.258064516129, "left" : 525.5751728110599, "top" : 316.60276073619633}, "points" : [{"x" : 525.5751728110599, "y" : 316.60276073619633}, {"x" : 1007.8332373271888, "y" : 316.60276073619633}, {"x" : 1007.8332373271888, "y" : 847.9447852760737}, {"x" : 525.5751728110599, "y" : 847.9447852760737}]}], "version" : "2.1.0"} | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"4871": {"type": "string"}, "4873": {"type": "string"}}, "required": ["4871", "4873"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"4871" : "4872", "4873" : "4874"} | json_instruct | {"type": "object", "properties": {"4871": {"type": "string"}, "4873": {"type": "string"}}, "required": ["4871", "4873"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"boxContainers": {"type": "array", "items": {"type": "string"}}, "needParseInfo": {"type": "array", "items": {"type": "string"}}, "parseInfo": {"type": "object", "properties": {"tfdt": {"type": "object", "properties": {"version": {"type": "object", "properties": {"length": {"type": "integer"}}, "required": ["length"]}, "flags": {"type": "object", "properties": {"length": {"type": "integer"}}, "required": ["length"]}, "baseMediaDecodeTime": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}}, "required": ["length", "type"]}}, "required": ["version", "flags", "baseMediaDecodeTime"]}}, "required": ["tfdt"]}}, "required": ["boxContainers", "needParseInfo", "parseInfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"boxContainers" : ["avc1", "dinf", "edts", "ilst", "mdia", "minf", "moov", "moof", "mvex", "stbl", "traf", "trak", "udta"], "needParseInfo" : ["dref", "meta", "stsd"], "parseInfo" : {"tfdt" : {"version" : {"length" : 8}, "flags" : {"length" : 24}, "baseMediaDecodeTime" : {"length" : 32, "type" : "decimal"}}}} | json_instruct | {"type": "object", "properties": {"boxContainers": {"type": "array", "items": {"type": "string"}}, "needParseInfo": {"type": "array", "items": {"type": "string"}}, "parseInfo": {"type": "object", "properties": {"tfdt": {"type": "object", "properties": {"version": {"type": "object", "properties": {"length": {"type": "integer"}}, "required": ["length"]}, "flags": {"type": "object", "properties": {"length": {"type": "integer"}}, "required": ["length"]}, "baseMediaDecodeTime": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}}, "required": ["length", "type"]}}, "required": ["version", "flags", "baseMediaDecodeTime"]}}, "required": ["tfdt"]}}, "required": ["boxContainers", "needParseInfo", "parseInfo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MRRm_new" : 0.1303101662622371, "MRm_new" : 16006.157164596558, "HITS@1m_new" : 0.08845348980731796, "HITS@3m_new" : 0.14581156636821105, "HITS@10m_new" : 0.2142471987613244} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-87.708956, 42.021737], [-87.708661, 42.033676], [-87.699302, 42.033873], [-87.699497, 42.024803], [-87.690106, 42.024957], [-87.690174, 42.019528], [-87.709027, 42.019134], [-87.708956, 42.021737]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 21687}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@nomiclabs/hardhat-ethers": {"type": "string"}, "@nomiclabs/hardhat-waffle": {"type": "string"}, "@openzeppelin/contracts": {"type": "string"}, "@openzeppelin/test-environment": {"type": "string"}, "@openzeppelin/test-helpers": {"type": "string"}, "chai": {"type": "string"}, "ethereum-waffle": {"type": "string"}, "ethers": {"type": "string"}, "hardhat": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["@nomiclabs/hardhat-ethers", "@nomiclabs/hardhat-waffle", "@openzeppelin/contracts", "@openzeppelin/test-environment", "@openzeppelin/test-helpers", "chai", "ethereum-waffle", "ethers", "hardhat", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "learn-hardhat", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "mocha --exit --recursive"}, "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"@nomiclabs/hardhat-ethers" : "^2.0.0", "@nomiclabs/hardhat-waffle" : "^2.0.0", "@openzeppelin/contracts" : "^3.2.0", "@openzeppelin/test-environment" : "^0.1.6", "@openzeppelin/test-helpers" : "^0.5.9", "chai" : "^4.2.0", "ethereum-waffle" : "^3.2.0", "ethers" : "^5.0.19", "hardhat" : "^2.0.2", "mocha" : "^8.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@nomiclabs/hardhat-ethers": {"type": "string"}, "@nomiclabs/hardhat-waffle": {"type": "string"}, "@openzeppelin/contracts": {"type": "string"}, "@openzeppelin/test-environment": {"type": "string"}, "@openzeppelin/test-helpers": {"type": "string"}, "chai": {"type": "string"}, "ethereum-waffle": {"type": "string"}, "ethers": {"type": "string"}, "hardhat": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["@nomiclabs/hardhat-ethers", "@nomiclabs/hardhat-waffle", "@openzeppelin/contracts", "@openzeppelin/test-environment", "@openzeppelin/test-helpers", "chai", "ethereum-waffle", "ethers", "hardhat", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"track" : "csharp", "exercise" : "perfect-numbers", "id" : "a506b2d9488a4e69a7fe4dd170db74ef", "url" : "https://exercism.io/my/solutions/a506b2d9488a4e69a7fe4dd170db74ef", "handle" : "Josris", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "proxy": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "devexpress-diagram": {"type": "string"}, "devexpress-gantt": {"type": "string"}, "devextreme": {"type": "string"}, "devextreme-quill": {"type": "string"}, "devextreme-react": {"type": "string"}, "es6-object-assign": {"type": "string"}, "js-cookie": {"type": "string"}, "jszip": {"type": "string"}, "luxon": {"type": "string"}, "preact": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-bootstrap": {"type": "string"}, "react-dom": {"type": "string"}, "react-moment": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "rrule": {"type": "string"}}, "required": ["axios", "devexpress-diagram", "devexpress-gantt", "devextreme", "devextreme-quill", "devextreme-react", "es6-object-assign", "js-cookie", "jszip", "luxon", "preact", "prop-types", "react", "react-bootstrap", "react-dom", "react-moment", "react-router-dom", "react-scripts", "rrule"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "private", "proxy", "dependencies", "scripts", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mern", "version" : "0.1.0", "private" : true, "proxy" : "http://localhost:3001/", "dependencies" : {"axios" : "^0.21.1", "devexpress-diagram" : "^2.0.23", "devexpress-gantt" : "^2.0.29", "devextreme" : "^20.2.6", "devextreme-quill" : "^1.0.0", "devextreme-react" : "^20.2.6", "es6-object-assign" : "^1.1.0", "js-cookie" : "^2.2.1", "jszip" : "^3.6.0", "luxon" : "^1.26.0", "preact" : "^10.5.13", "prop-types" : "^15.7.2", "react" : "^16.14.0", "react-bootstrap" : "^1.5.2", "react-dom" : "^16.14.0", "react-moment" : "^1.1.1", "react-router-dom" : "^5.1.2", "react-scripts" : "3.4.3", "rrule" : "^2.6.8"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject"}, "browserslist" : [">0.2%", "not dead", "not ie <= 11", "not op_mini all"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "proxy": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "devexpress-diagram": {"type": "string"}, "devexpress-gantt": {"type": "string"}, "devextreme": {"type": "string"}, "devextreme-quill": {"type": "string"}, "devextreme-react": {"type": "string"}, "es6-object-assign": {"type": "string"}, "js-cookie": {"type": "string"}, "jszip": {"type": "string"}, "luxon": {"type": "string"}, "preact": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-bootstrap": {"type": "string"}, "react-dom": {"type": "string"}, "react-moment": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "rrule": {"type": "string"}}, "required": ["axios", "devexpress-diagram", "devexpress-gantt", "devextreme", "devextreme-quill", "devextreme-react", "es6-object-assign", "js-cookie", "jszip", "luxon", "preact", "prop-types", "react", "react-bootstrap", "react-dom", "react-moment", "react-router-dom", "react-scripts", "rrule"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "private", "proxy", "dependencies", "scripts", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3674030003, "parent" : 3674030, "name" : "PAMULANG TIMUR", "latitude" : null, "longitude" : null, "postal" : [15436, 15417], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"general": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "cover-image": {"type": "string"}, "favicon": {"type": "string"}, "product-categories": {"type": "array", "items": {"type": "string"}}, "shipping-price": {"type": "string"}}, "required": ["name", "description", "cover-image", "favicon", "product-categories", "shipping-price"]}, "flask": {"type": "object", "properties": {"secret-key": {"type": "string"}}, "required": ["secret-key"]}, "mongodb": {"type": "object", "properties": {"connection-string": {"type": "string"}}, "required": ["connection-string"]}}, "required": ["general", "flask", "mongodb"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"general" : {"name" : "<eshop name - all caps works best>", "description" : "<eshop description - will be show on homepage - try to fit into one sentence", "cover-image" : "Needs to be saved to /static/images/ and named 'cover.jpg'", "favicon" : "<can be url or needs to be saved in /static - e.g. /static/images/favicon.jpg>", "product-categories" : ["CATEGORY 1", "CATEGORY 2", "CATEGORY 3"], "shipping-price" : "<price in usd>"}, "flask" : {"secret-key" : "<any random string>"}, "mongodb" : {"connection-string" : "<mongodb connection string>"}} | json_instruct | {"type": "object", "properties": {"general": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "cover-image": {"type": "string"}, "favicon": {"type": "string"}, "product-categories": {"type": "array", "items": {"type": "string"}}, "shipping-price": {"type": "string"}}, "required": ["name", "description", "cover-image", "favicon", "product-categories", "shipping-price"]}, "flask": {"type": "object", "properties": {"secret-key": {"type": "string"}}, "required": ["secret-key"]}, "mongodb": {"type": "object", "properties": {"connection-string": {"type": "string"}}, "required": ["connection-string"]}}, "required": ["general", "flask", "mongodb"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"definitions": {"type": "object", "properties": {}, "required": []}, "$schema": {"type": "string"}, "$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"vendor": {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "default": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}}, "required": ["$id", "type", "title", "default", "examples", "pattern"]}, "selector": {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "default": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}}, "required": ["$id", "type", "title", "default", "examples", "pattern"]}, "systemName": {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "default": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}}, "required": ["$id", "type", "title", "default", "examples", "pattern"]}, "playerApiKey": {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "default": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}}, "required": ["$id", "type", "title", "default", "examples", "pattern"]}}, "required": ["vendor", "selector", "systemName", "playerApiKey"]}}, "required": ["definitions", "$schema", "$id", "type", "title", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"definitions" : {}, "$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "http://chronetriggerjs.com/schema/timeline-provider-settings.json", "type" : "object", "title" : "The TimelineProviderSettings Schema", "required" : ["selector", "systemName"], "properties" : {"vendor" : {"$id" : "#/properties/vendor", "type" : "string", "title" : "The Vendor Schema", "default" : "", "examples" : ["jwplayer"], "pattern" : "^(.*)$"}, "selector" : {"$id" : "#/properties/selector", "type" : "string", "title" : "The Selector Schema", "default" : "", "examples" : ["jwplayer"], "pattern" : "^(.*)$"}, "systemName" : {"$id" : "#/properties/systemName", "type" : "string", "title" : "The Systemname Schema", "default" : "", "examples" : ["JwPlayerTimelineProvider"], "pattern" : "^(.*)$"}, "playerApiKey" : {"$id" : "#/properties/playerApiKey", "type" : "string", "title" : "The Playerapikey Schema", "default" : "", "examples" : ["QRa1gzd9/l8kw5567O0lneCUr7L3woHSc/=="], "pattern" : "^(.*)$"}}} | json_instruct | {"type": "object", "properties": {"definitions": {"type": "object", "properties": {}, "required": []}, "$schema": {"type": "string"}, "$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"vendor": {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "default": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}}, "required": ["$id", "type", "title", "default", "examples", "pattern"]}, "selector": {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "default": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}}, "required": ["$id", "type", "title", "default", "examples", "pattern"]}, "systemName": {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "default": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}}, "required": ["$id", "type", "title", "default", "examples", "pattern"]}, "playerApiKey": {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "default": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}}, "required": ["$id", "type", "title", "default", "examples", "pattern"]}}, "required": ["vendor", "selector", "systemName", "playerApiKey"]}}, "required": ["definitions", "$schema", "$id", "type", "title", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "examples": {"type": "string"}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}}, "required": ["name", "keywords", "description", "version", "examples", "frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Transmission", "keywords" : "Serial, slave", "description" : "", "version" : "0.1", "examples" : "examples/*/*.ino", "frameworks" : "arduino", "platforms" : "*"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "examples": {"type": "string"}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}}, "required": ["name", "keywords", "description", "version", "examples", "frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 33630, "cartId" : "971acd23-83c6-4140-9021-933245f69d23", "preferredProducts" : [], "productReviews" : [{"productId" : 378, "reviewText" : "I tried to nail it but got strawberry all over it.", "reviewDate" : "2017-05-27T15:23:16.2984597+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["330683101001", "\u957f\u4e50\u5c45\u59d4\u4f1a", "121", "0"], ["330683101002", "\u5f00\u5143\u5c45\u59d4\u4f1a", "122", "0"], ["330683101201", "\u4e0b\u66f9\u6751\u59d4\u4f1a", "122", "0"], ["330683101209", "\u957f\u4e50\u4e00\u6751\u59d4\u4f1a", "122", "0"], ["330683101213", "\u957f\u4e50\u4e09\u6751\u59d4\u4f1a", "122", "0"], ["330683101220", "\u957f\u4e50\u4e94\u6751\u59d4\u4f1a", "122", "0"], ["330683101235", "\u574e\u4e00\u6751\u59d4\u4f1a", "220", "0"], ["330683101238", "\u4e0a\u5357\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["330683101239", "\u4e0b\u5357\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["330683101255", "\u5c0f\u6606\u6751\u59d4\u4f1a", "220", "0"], ["330683101256", "\u5927\u6606\u6751\u59d4\u4f1a", "220", "0"], ["330683101268", "\u5f00\u5143\u4e00\u6751\u59d4\u4f1a", "122", "0"], ["330683101273", "\u5f00\u5143\u56db\u6751\u59d4\u4f1a", "122", "0"], ["330683101276", "\u96c5\u5f20\u6751\u59d4\u4f1a", "220", "0"], ["330683101277", "\u90ef\u57ce\u6751\u59d4\u4f1a", "220", "0"], ["330683101327", "\u73e0\u6eaa\u6751\u59d4\u4f1a", "220", "0"], ["330683101328", "\u957f\u4e50\u4e8c\u6751\u59d4\u4f1a", "122", "0"], ["330683101329", "\u5357\u5c71\u6e56\u6751\u59d4\u4f1a", "220", "0"], ["330683101330", "\u957f\u4e50\u56db\u6751\u59d4\u4f1a", "121", "0"], ["330683101331", "\u957f\u4e50\u516d\u6751\u59d4\u4f1a", "122", "0"], ["330683101332", "\u798f\u5168\u6751\u59d4\u4f1a", "122", "0"], ["330683101333", "\u4e09\u9633\u6751\u59d4\u4f1a", "220", "0"], ["330683101334", "\u5c24\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["330683101335", "\u77f3\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["330683101336", "\u592a\u5e73\u6751\u59d4\u4f1a", "220", "0"], ["330683101337", "\u574e\u4e8c\u6751\u59d4\u4f1a", "220", "0"], ["330683101338", "\u6c83\u57fa\u6751\u59d4\u4f1a", "220", "0"], ["330683101339", "\u77f3\u7829\u6751\u59d4\u4f1a", "220", "0"], ["330683101340", "\u897f\u56ed\u6751\u59d4\u4f1a", "220", "0"], ["330683101341", "\u5bfa\u897f\u82d1\u6751\u59d4\u4f1a", "220", "0"], ["330683101342", "\u6c34\u53e3\u6751\u59d4\u4f1a", "220", "0"], ["330683101343", "\u84ec\u7460\u6751\u59d4\u4f1a", "220", "0"], ["330683101344", "\u5b54\u6751\u6751\u59d4\u4f1a", "220", "0"], ["330683101345", "\u5f00\u5143\u4e8c\u6751\u59d4\u4f1a", "122", "0"], ["330683101346", "\u5f00\u5143\u4e09\u6751\u59d4\u4f1a", "122", "0"], ["330683101347", "\u5f00\u5143\u4e94\u6751\u59d4\u4f1a", "122", "0"], ["330683101348", "\u5261\u6e90\u6751\u59d4\u4f1a", "220", "0"], ["330683101349", "\u56db\u8054\u6751\u59d4\u4f1a", "220", "0"], ["330683101350", "\u5c71\u53e3\u6751\u59d4\u4f1a", "220", "0"], ["330683101351", "\u7559\u516c\u7530\u6751\u59d4\u4f1a", "220", "0"], ["330683101352", "\u8054\u5858\u6751\u59d4\u4f1a", "220", "0"], ["330683101353", "\u5c71\u8d1d\u6751\u59d4\u4f1a", "220", "0"], ["330683101354", "\u5cad\u4e30\u6751\u59d4\u4f1a", "220", "0"], ["330683101355", "\u65b0\u5b89\u6751\u59d4\u4f1a", "220", "0"], ["330683101356", "\u6c34\u7af9\u6751\u59d4\u4f1a", "220", "0"], ["330683101357", "\u9ad8\u8fdc\u6751\u59d4\u4f1a", "220", "0"], ["330683101358", "\u5468\u6865\u6751\u59d4\u4f1a", "220", "0"], ["330683101359", "\u4e1c\u56ed\u6751\u59d4\u4f1a", "220", "0"], ["330683101360", "\u80e1\u53cc\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ReduceApplicationCapacityByInstanceIds", "protocol" : "HTTP|HTTPS", "method" : "PUT", "pathPattern" : "/pop/v1/sam/app/ScaleInApplicationWithInstanceIds", "parameters" : [{"name" : "AppId", "position" : "Query", "type" : "String", "required" : true}, {"name" : "InstanceIds", "position" : "Query", "type" : "String", "required" : true}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Kilo-NOC: a heterogeneous network-on-chip architecture for scalability and service guarantees.", "fields" : ["node", "heterogeneous network", "cache", "server", "network on a chip"], "abstract" : "Today's chip-level multiprocessors (CMPs) feature up to a hundred discrete cores, and with increasing levels of integration, CMPs with hundreds of cores, cache tiles, and specialized accelerators are anticipated in the near future. In this paper, we propose and evaluate technologies to enable networks-on-chip (NOCs) to support a thousand connected components (Kilo-NOC) with high area and energy efficiency, good performance, and strong quality-of-service (QOS) guarantees. Our analysis shows that QOS support burdens the network with high area and energy costs. In response, we propose a new lightweight topology-aware QOS architecture that provides service guarantees for applications such as consolidated servers on CMPs and real-time SOCs. Unlike prior NOC quality-of-service proposals which require QOS support at every network node, our scheme restricts the extent of hardware support to portions of the die, reducing router complexity in the rest of the chip. We further improve network area- and energy-efficiency through a novel flow control mechanism that enables a single-network, low-cost elastic buffer implementation. Together, these techniques yield a heterogeneous Kilo-NOC architecture that consumes 45% less area and 29% less power than a state-of-the-art QOS-enabled NOC without these features.", "citation" : "Citations (209)", "year" : "2011", "departments" : ["University of Texas at Austin", "University of Texas at Austin", "University of Texas at Austin", "Carnegie Mellon University"], "conf" : "isca", "authors" : ["Boris Grot.....http://dblp.org/pers/hd/g/Grot:Boris", "Joel Hestness.....http://dblp.org/pers/hd/h/Hestness:Joel", "Stephen W. Keckler.....http://dblp.org/pers/hd/k/Keckler:Stephen_W=", "Onur Mutlu.....http://dblp.org/pers/hd/m/Mutlu:Onur"], "pages" : 12} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"vue.common.js": {"type": "string"}, "vue.js": {"type": "string"}, "vue.min.js": {"type": "string"}}, "required": ["vue.common.js", "vue.js", "vue.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vue.common.js" : "sha256-bq0atrl7shDhPCpc+psb29flaGmymVcWLpRigxeR6e8=", "vue.js" : "sha256-iGamwIonsPrxfA7xMtklWQgARIudDIIuzw4eiGm1Pm4=", "vue.min.js" : "sha256-tz3PtohE22emnYA/TFdSXs7L8xi/lciveOFKDddqEws="} | json_instruct | {"type": "object", "properties": {"vue.common.js": {"type": "string"}, "vue.js": {"type": "string"}, "vue.min.js": {"type": "string"}}, "required": ["vue.common.js", "vue.js", "vue.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "events": {"type": "string"}, "inherits": {"type": "string"}, "minimist": {"type": "string"}, "tape": {"type": "string"}, "through2": {"type": "string"}, "uws": {"type": "string"}, "websocket": {"type": "string"}}, "required": ["debug", "events", "inherits", "minimist", "tape", "through2", "uws", "websocket"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "signalhubws", "version" : "1.0.3", "description" : "Drop in replacement for signalhub with websockets", "main" : "index.js", "bin" : "bin.js", "scripts" : {"test" : "standard && tape test.js", "start" : "node bin.js"}, "keywords" : [], "author" : "", "license" : "MIT", "dependencies" : {"debug" : "^3.1.0", "events" : "^1.1.1", "inherits" : "^2.0.3", "minimist" : "^1.2.0", "tape" : "^4.8.0", "through2" : "^2.0.3", "uws" : "^9.14.0", "websocket" : "^1.0.25"}, "devDependencies" : {"standard" : "^10.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "events": {"type": "string"}, "inherits": {"type": "string"}, "minimist": {"type": "string"}, "tape": {"type": "string"}, "through2": {"type": "string"}, "uws": {"type": "string"}, "websocket": {"type": "string"}}, "required": ["debug", "events", "inherits", "minimist", "tape", "through2", "uws", "websocket"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {}, "required": []}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"OhVitorino\\DesignPatterns\\": {"type": "string"}}, "required": ["OhVitorino\\DesignPatterns\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "license", "keywords", "authors", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ohvitorino/php_design_patterns", "description" : "PHP Design Patterns", "license" : "MIT", "keywords" : ["php", "design patterns"], "authors" : [{"name" : "Bruno Vitorino", "email" : "bruno.vitorino@gmail.com"}], "require" : {}, "require-dev" : {"phpunit/phpunit" : "5.3.*"}, "autoload" : {"psr-4" : {"OhVitorino\\DesignPatterns\\" : "src"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {}, "required": []}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"OhVitorino\\DesignPatterns\\": {"type": "string"}}, "required": ["OhVitorino\\DesignPatterns\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "license", "keywords", "authors", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-77.531698, 39.012478], [-77.523952, 39.014661], [-77.519872, 39.014451], [-77.518735, 39.01738], [-77.514992, 39.017666], [-77.50599, 39.016229], [-77.503815, 39.013649], [-77.496561, 39.01068], [-77.498926, 39.009979], [-77.497497, 39.007964], [-77.500358, 39.003104], [-77.529089, 39.00134], [-77.531698, 39.012478]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 78230}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"DoctrineEntityGenerator\\": {"type": "string"}}, "required": ["DoctrineEntityGenerator\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pholdcroft/doctrine-entity-generator", "description" : "Generate Basic Doctrine Suitable Entity and Repository Classes from your Database", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Pierce Holdcroft", "email" : "pholdcroft@gmail.com"}], "minimum-stability" : "dev", "require" : {}, "autoload" : {"psr-4" : {"DoctrineEntityGenerator\\" : ""}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"DoctrineEntityGenerator\\": {"type": "string"}}, "required": ["DoctrineEntityGenerator\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 50743, "cartId" : "6efb768e-3beb-4163-8529-136fc2dd4c89", "preferredProducts" : [4097, 1542, 4954, 4248, 3448, 4376, 4613], "productReviews" : [{"productId" : 3125, "reviewText" : "The box this comes in is 4 mile by 5 inch and weights 19 megaton!", "reviewDate" : "2019-01-20T00:11:54.1251406+02:00"}, {"productId" : 1246, "reviewText" : "My neighbor Montserrat has one of these. She works as a circus performer and she says it looks shriveled.", "reviewDate" : "2018-11-05T00:18:04.3297059+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"templmd5" : "0f5f718e7703eaa46b1a36127cb4199f", "number" : "576", "title" : "Mappa di tutte le Prefetture in Italia con info e contatti", "BACKCOLOR" : "white", "FRONTCOLOR" : "black", "filemd5" : "5948a94774ffed17e1b15c780605b248"} | json_instruct | {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "AR0OE2I1187B989368", "artist_latitude" : 40.71455, "artist_location" : "NY - New York City", "artist_longitude" : -74.00712, "artist_name" : "Stephen Lynch", "duration" : 180.74077, "num_songs" : 1, "song_id" : "SOOLPEM12A8C13FAE3", "title" : "Gay", "year" : 2000} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rmse" : [27.559971557931295]} | json_instruct | {"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Palmberry's Blog", "tagline" : "TEST @ FIRST", "body" : "# Happy New Year\r\n\r\n---\r\n\r\n## blog test\r\n\r\n- [ ] hello\r\n- [x] hello\r\n\r\n---\r\n\r\n### test blog\r\n\r\n**Happy?**\r\n\r\n- yes\r\n- no\r\n- yes or no\r\n- do not know\r\n\r\n> shut up! and take my money!\r\n\r\n\r\n", "google" : "", "note" : "Don't delete this file! It's used internally to help with page regeneration."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": {"ownership-status": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "start-date": {"type": "string"}, "planning-permission-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "site": {"type": "string"}, "hectares": {"type": "string"}, "site-plan-url": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "notes": {"type": "string"}}, "required": ["ownership-status", "maximum-net-dwellings", "name", "point", "start-date", "planning-permission-status", "minimum-net-dwellings", "site-address", "organisation", "deliverable", "site", "hectares", "site-plan-url", "slug", "entity", "entry-date", "notes"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.804917, 51.21473]}, "properties" : {"ownership-status" : "owned by a public authority", "maximum-net-dwellings" : "40", "name" : "961", "point" : "POINT(-0.804917 51.21473)", "start-date" : "2018-12-12", "planning-permission-status" : "not permissioned", "minimum-net-dwellings" : "40", "site-address" : "Cobgates, Falkner Road, Farnham", "organisation" : "local-authority-eng:WAE", "deliverable" : "yes", "site" : "961", "hectares" : "0.4", "site-plan-url" : "http://85.92.197.215/ishare5.4.web/atsolomap_brownfieldreg.html", "slug" : "/brownfield-land/local-authority-eng/WAE/961", "entity" : 497163, "entry-date" : "2020-12-14", "notes" : "Farnham Neighbourhood Plan has reduced yield from 60 to 40 dwellings"}} | 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": {"ownership-status": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "start-date": {"type": "string"}, "planning-permission-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "site": {"type": "string"}, "hectares": {"type": "string"}, "site-plan-url": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "notes": {"type": "string"}}, "required": ["ownership-status", "maximum-net-dwellings", "name", "point", "start-date", "planning-permission-status", "minimum-net-dwellings", "site-address", "organisation", "deliverable", "site", "hectares", "site-plan-url", "slug", "entity", "entry-date", "notes"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"actors": {"type": "array", "items": {"type": "string"}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"actors" : ["Group of 77"], "countries" : ["China"], "enb_end_date" : "09-Jun-98", "enb_long_title" : "Eighth Subsidiary Body for Scientific and Technological Advice (SBSTA) and the Subsidiary Body for Implementation (SBI)", "enb_short_title" : "8th Session SBSTA & SBI, AG13 6", "enb_start_date" : "09-Jun-98", "enb_url" : "http://www.iisd.ca/vol12/enb1282e.html", "id" : "enb1282e_5", "section_title" : "IN THE CORRIDORS II", "sentences" : ["Some delegates voiced concern about the contact groups\u0092 progress or the lack thereof.", "On flexibility mechanisms, details from developing country delegates on a G-77/China position were sparse and frequently far from optimistic.", "Some were dismayed that emissions trading discussions are overshadowing those on the CDM.", "Others feared that discussions on the CDM would not address all developing countries equally.", "Still others cautioned that contact groups designated last week have not yet met, while new groups may proliferate."], "subtype" : "corridors", "topics" : [], "type" : ""} | json_instruct | {"type": "object", "properties": {"actors": {"type": "array", "items": {"type": "string"}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Alur", "lsg_code" : "253063", "district" : "Kanniyakumari", "state" : "Tamil Nadu", "no_of_wards" : 15, "wards" : [{"ward_no" : "4", "ward_name" : "Alur (TP) - Ward No.4", "ward_id" : "48274"}, {"ward_no" : "1", "ward_name" : "Alur (TP) - Ward No.1", "ward_id" : "48271"}, {"ward_no" : "14", "ward_name" : "Alur (TP) - Ward No.14", "ward_id" : "48284"}, {"ward_no" : "11", "ward_name" : "Alur (TP) - Ward No.11", "ward_id" : "48281"}, {"ward_no" : "6", "ward_name" : "Alur (TP) - Ward No.6", "ward_id" : "48276"}, {"ward_no" : "9", "ward_name" : "Alur (TP) - Ward No.9", "ward_id" : "48279"}, {"ward_no" : "2", "ward_name" : "Alur (TP) - Ward No.2", "ward_id" : "48272"}, {"ward_no" : "10", "ward_name" : "Alur (TP) - Ward No.10", "ward_id" : "48280"}, {"ward_no" : "7", "ward_name" : "Alur (TP) - Ward No.7", "ward_id" : "48277"}, {"ward_no" : "13", "ward_name" : "Alur (TP) - Ward No.13", "ward_id" : "48283"}, {"ward_no" : "8", "ward_name" : "Alur (TP) - Ward No.8", "ward_id" : "48278"}, {"ward_no" : "3", "ward_name" : "Alur (TP) - Ward No.3", "ward_id" : "48273"}, {"ward_no" : "12", "ward_name" : "Alur (TP) - Ward No.12", "ward_id" : "48282"}, {"ward_no" : "15", "ward_name" : "Alur (TP) - Ward No.15", "ward_id" : "48285"}, {"ward_no" : "5", "ward_name" : "Alur (TP) - Ward No.5", "ward_id" : "48275"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "usermerge": {"type": "string"}, "usermerge-desc": {"type": "string"}, "usermerge-badolduser": {"type": "string"}, "usermerge-badnewuser": {"type": "string"}, "usermerge-nonewuser": {"type": "string"}, "usermerge-noolduser": {"type": "string"}, "usermerge-fieldset": {"type": "string"}, "usermerge-olduser": {"type": "string"}, "usermerge-newuser": {"type": "string"}, "usermerge-deleteolduser": {"type": "string"}, "usermerge-submit": {"type": "string"}, "usermerge-badtoken": {"type": "string"}, "usermerge-userdeleted": {"type": "string"}, "usermerge-userdeleted-log": {"type": "string"}, "usermerge-success": {"type": "string"}, "usermerge-success-log": {"type": "string"}, "usermerge-logpage": {"type": "string"}, "usermerge-logpagetext": {"type": "string"}, "usermerge-noselfdelete": {"type": "string"}, "usermerge-protectedgroup": {"type": "string"}, "right-usermerge": {"type": "string"}, "action-usermerge": {"type": "string"}, "usermerge-autopagedelete": {"type": "string"}, "usermerge-page-unmoved": {"type": "string"}, "usermerge-move-log": {"type": "string"}}, "required": ["@metadata", "usermerge", "usermerge-desc", "usermerge-badolduser", "usermerge-badnewuser", "usermerge-nonewuser", "usermerge-noolduser", "usermerge-fieldset", "usermerge-olduser", "usermerge-newuser", "usermerge-deleteolduser", "usermerge-submit", "usermerge-badtoken", "usermerge-userdeleted", "usermerge-userdeleted-log", "usermerge-success", "usermerge-success-log", "usermerge-logpage", "usermerge-logpagetext", "usermerge-noselfdelete", "usermerge-protectedgroup", "right-usermerge", "action-usermerge", "usermerge-autopagedelete", "usermerge-page-unmoved", "usermerge-move-log"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Crazymadlover", "Eduardo.mps", "Jorge Morais", "Luckas", "Helder.wiki", "He7d3r", "Nemo bis", "Araceletorres", "Opraco"]}, "usermerge" : "Fus\u00e3o e elimina\u00e7\u00e3o de utilizadores", "usermerge-desc" : "[[Special:UserMerge|Unifica as refer\u00eancias de um usu\u00e1rio em outro usu\u00e1rio]] no banco de dados da wiki - tamb\u00e9m apagar\u00e1 o antigo usu\u00e1rio ap\u00f3s a fus\u00e3o. Requer privil\u00e9gio ''usermerge''", "usermerge-badolduser" : "Nome antigo inv\u00e1lido", "usermerge-badnewuser" : "Nome novo inv\u00e1lido", "usermerge-nonewuser" : "Novo nome de usu\u00e1rio vazio. Assumida fus\u00e3o com \"{{GENDER:$1|$1}}\".<br />\nClique \"{{int:usermerge-submit}}\" para aceitar.", "usermerge-noolduser" : "Limpar nome antigo", "usermerge-fieldset" : "Nomes de usu\u00e1rio a unificar", "usermerge-olduser" : "Usu\u00e1rio antigo (fundir de):", "usermerge-newuser" : "Usu\u00e1rio novo (fundir para):", "usermerge-deleteolduser" : "Apagar usu\u00e1rio antigo", "usermerge-submit" : "Fundir usu\u00e1rio", "usermerge-badtoken" : "Token de edi\u00e7\u00e3o inv\u00e1lida", "usermerge-userdeleted" : "$1 ($2) foi eliminado.", "usermerge-userdeleted-log" : "Usu\u00e1rio apagado: $2 ($3)", "usermerge-success" : "Fus\u00e3o de $1 ($2) para $3 ($4) est\u00e1 completa.", "usermerge-success-log" : "Usu\u00e1rio $2 ($3) fundido com {{GENDER:$4|$4}} ($5)", "usermerge-logpage" : "Registro de fus\u00e3o de usu\u00e1rios", "usermerge-logpagetext" : "Este \u00e9 um registro de a\u00e7\u00f5es de fus\u00e3o de utilizadores.", "usermerge-noselfdelete" : "Voc\u00ea n\u00e3o pode apagar ou fundir a partir de si pr\u00f3prio!", "usermerge-protectedgroup" : "N\u00e3o \u00e9 poss\u00edvel fundir este usu\u00e1rio: Usu\u00e1rio est\u00e1 em um grupo protegido.", "right-usermerge" : "Fundir usu\u00e1rios", "action-usermerge" : "fundir usu\u00e1rios", "usermerge-autopagedelete" : "Exclu\u00edda automaticamente ao fundir usu\u00e1rios", "usermerge-page-unmoved" : "N\u00e3o foi poss\u00edvel mover a p\u00e1gina $1 para $2.", "usermerge-move-log" : "P\u00e1gina movida automaticamente ao fundir {{GENDER:$1|o usu\u00e1rio|os usu\u00e1rios}} \"[[User:$1|$1]]\" com \"[[User:$2|$2]]\""} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "usermerge": {"type": "string"}, "usermerge-desc": {"type": "string"}, "usermerge-badolduser": {"type": "string"}, "usermerge-badnewuser": {"type": "string"}, "usermerge-nonewuser": {"type": "string"}, "usermerge-noolduser": {"type": "string"}, "usermerge-fieldset": {"type": "string"}, "usermerge-olduser": {"type": "string"}, "usermerge-newuser": {"type": "string"}, "usermerge-deleteolduser": {"type": "string"}, "usermerge-submit": {"type": "string"}, "usermerge-badtoken": {"type": "string"}, "usermerge-userdeleted": {"type": "string"}, "usermerge-userdeleted-log": {"type": "string"}, "usermerge-success": {"type": "string"}, "usermerge-success-log": {"type": "string"}, "usermerge-logpage": {"type": "string"}, "usermerge-logpagetext": {"type": "string"}, "usermerge-noselfdelete": {"type": "string"}, "usermerge-protectedgroup": {"type": "string"}, "right-usermerge": {"type": "string"}, "action-usermerge": {"type": "string"}, "usermerge-autopagedelete": {"type": "string"}, "usermerge-page-unmoved": {"type": "string"}, "usermerge-move-log": {"type": "string"}}, "required": ["@metadata", "usermerge", "usermerge-desc", "usermerge-badolduser", "usermerge-badnewuser", "usermerge-nonewuser", "usermerge-noolduser", "usermerge-fieldset", "usermerge-olduser", "usermerge-newuser", "usermerge-deleteolduser", "usermerge-submit", "usermerge-badtoken", "usermerge-userdeleted", "usermerge-userdeleted-log", "usermerge-success", "usermerge-success-log", "usermerge-logpage", "usermerge-logpagetext", "usermerge-noselfdelete", "usermerge-protectedgroup", "right-usermerge", "action-usermerge", "usermerge-autopagedelete", "usermerge-page-unmoved", "usermerge-move-log"], "$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"}, "type": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"docs": {"type": "string"}, "issues": {"type": "string"}}, "required": ["docs", "issues"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"craftcms/cms": {"type": "string"}}, "required": ["craftcms/cms"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ibrahimlawal\\newrelic\\": {"type": "string"}}, "required": ["ibrahimlawal\\newrelic\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"name": {"type": "string"}, "handle": {"type": "string"}, "schemaVersion": {"type": "string"}, "hasCpSettings": {"type": "boolean"}, "hasCpSection": {"type": "boolean"}, "changelogUrl": {"type": "string"}, "class": {"type": "string"}}, "required": ["name", "handle", "schemaVersion", "hasCpSettings", "hasCpSection", "changelogUrl", "class"]}}, "required": ["name", "description", "type", "version", "keywords", "support", "license", "authors", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ibrahimlawal/new-relic-craft-3", "description" : "Fork of TopShelfCraft/New-Relic This plugin helps instrument your Craft 3 app with New Relic APM by setting transaction names and (optionally) an App Name on each request.", "type" : "craft-plugin", "version" : "1.0.1", "keywords" : ["craft", "cms", "craftcms", "craft-plugin", "new relic"], "support" : {"docs" : "https://github.com/ibrahimlawal/New-Relic", "issues" : "https://github.com/ibrahimlawal/New-Relic/issues"}, "license" : "MIT", "authors" : [{"name" : "Michael Rog", "homepage" : "https://topshelfcraft.com"}, {"name" : "Ibrahim Lawal", "homepage" : "https://ibrahim.lawal.me"}], "require" : {"craftcms/cms" : "^3.0.0"}, "autoload" : {"psr-4" : {"ibrahimlawal\\newrelic\\" : "src/"}}, "extra" : {"name" : "New Relic for Craft 3", "handle" : "new-relic-craft-3", "schemaVersion" : "0.0.0.1", "hasCpSettings" : true, "hasCpSection" : false, "changelogUrl" : "https://raw.githubusercontent.com/ibrahimlawal/new-relic/master/CHANGELOG.md", "class" : "ibrahimlawal\\newrelic\\NewRelic"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"docs": {"type": "string"}, "issues": {"type": "string"}}, "required": ["docs", "issues"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"craftcms/cms": {"type": "string"}}, "required": ["craftcms/cms"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ibrahimlawal\\newrelic\\": {"type": "string"}}, "required": ["ibrahimlawal\\newrelic\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"name": {"type": "string"}, "handle": {"type": "string"}, "schemaVersion": {"type": "string"}, "hasCpSettings": {"type": "boolean"}, "hasCpSection": {"type": "boolean"}, "changelogUrl": {"type": "string"}, "class": {"type": "string"}}, "required": ["name", "handle", "schemaVersion", "hasCpSettings", "hasCpSection", "changelogUrl", "class"]}}, "required": ["name", "description", "type", "version", "keywords", "support", "license", "authors", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"gmail": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}}, "required": ["email", "name", "password"]}, "users": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "password"]}}}, "required": ["gmail", "users"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gmail" : {"email" : "fake.messenger@gmail.com", "name" : "FakeMessenger", "password" : "secret"}, "users" : [{"name" : "bobby", "password" : "12345"}]} | json_instruct | {"type": "object", "properties": {"gmail": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}}, "required": ["email", "name", "password"]}, "users": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "password"]}}}, "required": ["gmail", "users"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"accounts": {"type": "array", "items": {}}, "targets": {"type": "array", "items": {}}, "settings": {"type": "object", "properties": {"scanInterval": {"type": "integer"}, "scanLimit": {"type": "integer"}}, "required": ["scanInterval", "scanLimit"]}}, "required": ["accounts", "targets", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accounts" : [], "targets" : [], "settings" : {"scanInterval" : 15, "scanLimit" : 5}} | json_instruct | {"type": "object", "properties": {"accounts": {"type": "array", "items": {}}, "targets": {"type": "array", "items": {}}, "settings": {"type": "object", "properties": {"scanInterval": {"type": "integer"}, "scanLimit": {"type": "integer"}}, "required": ["scanInterval", "scanLimit"]}}, "required": ["accounts", "targets", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x1bd2851c322d1030669759ceba9791601660e6bb", "tool" : "osiris", "start" : 1564598985.920787, "end" : 1564599048.0668218, "duration" : 62.146034717559814, "analysis" : [{"errors" : [{"line" : 62, "column" : 13, "message" : "overflow_bugs"}], "file" : "/unique_chucks/31/0x1bd2851c322d1030669759ceba9791601660e6bb.sol", "name" : "PakistanRupee"}, {"errors" : [{"line" : 62, "column" : 13, "message" : "overflow_bugs"}, {"line" : 52, "column" : 13, "message" : "overflow_bugs"}], "file" : "/unique_chucks/31/0x1bd2851c322d1030669759ceba9791601660e6bb.sol", "name" : "StandardToken"}, {"errors" : [], "file" : "/unique_chucks/31/0x1bd2851c322d1030669759ceba9791601660e6bb.sol", "name" : "Token"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2003, 7], [2004, 13], [2005, 12], [2006, 12], [2007, 18], [2008, 9], [2009, 11], [2010, 6], [2011, 8], [2012, 6], [2013, 6], [2014, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"DTD_z0p015_bw500_0.55<mwd<0.65_2.1e-08<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p015_bw500_0.55<mwd<0.65_2.1e-08<mdot", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DTD_z0p015_bw500_0.55<mwd<0.65_2.1e-08<mdot" : [7.110438900686129e-05, 0.00017730178259460413, 0.0002554188493712939, 0.0005360909078066461, 0.0018280245510391244, 0.003612038902023984, 0.0026456000267228866, 0.002711524806524236, 0.0017338148135993166, 0.002488333356870291, 0.0018817474609170437, 0.0014214266946351584, 0.0016401202243640466, 0.002856512967859059, 0.0031682614008502613, 0.0022522121842596422, 0.001667800638000587, 0.003451829722234477, 0.005003261984654311, 0.0027121345186445767, 0.0032769063373734725, 0.006689718224313711, 0.004823195748429557, 0.00746014967807028, 0.0005890385970671458, 0.0012250556881966412, 0.012210528764612483, 0.008940863293094903, 0.005061011361901777, 0.004656236762433069], "arrbool" : true} | json_instruct | {"type": "object", "properties": {"DTD_z0p015_bw500_0.55<mwd<0.65_2.1e-08<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p015_bw500_0.55<mwd<0.65_2.1e-08<mdot", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"MeasInterpreter": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}}, "required": ["MeasInterpreter"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"MeasInterpreter" : {"commandName" : "Project"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"MeasInterpreter": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}}, "required": ["MeasInterpreter"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "test", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-plugin-import": {"type": "string"}, "babel-plugin-react-require": {"type": "string"}, "babel-plugin-transform-decorators-legacy": {"type": "string"}, "babel-preset-react-app": {"type": "string"}, "poi": {"type": "string"}, "poi-preset-eslint-react": {"type": "string"}, "react-hot-loader": {"type": "string"}}, "required": ["babel-plugin-import", "babel-plugin-react-require", "babel-plugin-transform-decorators-legacy", "babel-preset-react-app", "poi", "poi-preset-eslint-react", "react-hot-loader"]}, "dependencies": {"type": "object", "properties": {"antd": {"type": "string"}, "plyr": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["antd", "plyr", "react", "react-dom"]}}, "required": ["name", "productName", "version", "description", "repository", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Dc-web", "productName" : "Dc-web", "version" : "0.0.0", "description" : "my awesome react project", "repository" : {"url" : "zcong1993/Dc-web", "type" : "git"}, "scripts" : {"dev" : "poi --port 3000", "test" : "echo 'no test'", "build" : "poi build"}, "author" : "zcong1993 <1005997919@qq.com>", "license" : "MIT", "devDependencies" : {"babel-plugin-import" : "^1.2.1", "babel-plugin-react-require" : "^3.0.0", "babel-plugin-transform-decorators-legacy" : "^1.3.4", "babel-preset-react-app" : "^3.0.0", "poi" : "^8.1.2", "poi-preset-eslint-react" : "^0.0.3", "react-hot-loader" : "next"}, "dependencies" : {"antd" : "^2.11.2", "plyr" : "^2.0.13", "react" : "^15.5.4", "react-dom" : "^15.5.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "test", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-plugin-import": {"type": "string"}, "babel-plugin-react-require": {"type": "string"}, "babel-plugin-transform-decorators-legacy": {"type": "string"}, "babel-preset-react-app": {"type": "string"}, "poi": {"type": "string"}, "poi-preset-eslint-react": {"type": "string"}, "react-hot-loader": {"type": "string"}}, "required": ["babel-plugin-import", "babel-plugin-react-require", "babel-plugin-transform-decorators-legacy", "babel-preset-react-app", "poi", "poi-preset-eslint-react", "react-hot-loader"]}, "dependencies": {"type": "object", "properties": {"antd": {"type": "string"}, "plyr": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["antd", "plyr", "react", "react-dom"]}}, "required": ["name", "productName", "version", "description", "repository", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}, "core/amd/backbone.marionette.js": {"type": "string"}, "core/amd/backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js", "core/amd/backbone.marionette.js", "core/amd/backbone.marionette.min.js", "core/backbone.marionette.js", "core/backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"backbone.marionette.js" : "sha512-B2ol1YkWUcy6QLgIGhSGNjs+KHEO33dz831FzjUkZ5mJdLAu0/ixdaLkfZlAzLwMkH+YcnWYrNrFhekj4hYsFQ==", "backbone.marionette.min.js" : "sha512-m5UDAbPf3cqXbK7QekR/BtOULIqIFYI67dTewgwC4KhjOzj9RXRG9nGIOXXFb1kBOjLYaAH1HQJLgfkL6BT5Rw==", "core/amd/backbone.marionette.js" : "sha512-k1s9UW6Zb20llIuopUwbf3D38OP1F+Nkgf3wGWwsXPwoQfhuiR89+VF3Rrf7YF20fN3tG4/3jZSC3apiHbQ6NA==", "core/amd/backbone.marionette.min.js" : "sha512-k1s9UW6Zb20llIuopUwbf3D38OP1F+Nkgf3wGWwsXPwoQfhuiR89+VF3Rrf7YF20fN3tG4/3jZSC3apiHbQ6NA==", "core/backbone.marionette.js" : "sha512-nhTjZG+VXfxkac1s46/SxbuCFrwQ5/L1TegYTT3HrY/jZqtWx6qkouciCd7HjZopCfiQ93lHNjC72PFYKI8yPg==", "core/backbone.marionette.min.js" : "sha512-4uWdD4bkMzuEqfGv4lxFRJjoDOFTMQLNu4iVKaHD+71QQXJcIo5yyANLPtmO/uNk/91d/QXi6pex8SS+1uwnig=="} | json_instruct | {"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}, "core/amd/backbone.marionette.js": {"type": "string"}, "core/amd/backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js", "core/amd/backbone.marionette.js", "core/amd/backbone.marionette.min.js", "core/backbone.marionette.js", "core/backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/codemirror": {"type": "string"}, "@types/draft-js": {"type": "string"}, "@types/googlemaps": {"type": "string"}, "@types/react": {"type": "string"}, "draft-js": {"type": "string"}, "draftjs-to-html": {"type": "string"}, "html-to-draftjs": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@types/codemirror", "@types/draft-js", "@types/googlemaps", "@types/react", "draft-js", "draftjs-to-html", "html-to-draftjs", "react", "react-dom"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "signum-react-extensions", "version" : "1.0.0", "description" : "Resable modules to use on top of Signum Framework", "repository" : "https://github.com/signumsoftware/extensions", "keywords" : ["Signum", "Framework", "React", "LINQ", "Bootstrap", "D3"], "author" : "Signum Software", "license" : "MIT", "dependencies" : {"@types/codemirror" : "0.0.95", "@types/draft-js" : "0.10.40", "@types/googlemaps" : "3.39.6", "@types/react" : "^16.9.41", "draft-js" : "0.11.5", "draftjs-to-html" : "0.9.1", "html-to-draftjs" : "1.5.0", "react" : "16.13.1", "react-dom" : "16.13.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/codemirror": {"type": "string"}, "@types/draft-js": {"type": "string"}, "@types/googlemaps": {"type": "string"}, "@types/react": {"type": "string"}, "draft-js": {"type": "string"}, "draftjs-to-html": {"type": "string"}, "html-to-draftjs": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@types/codemirror", "@types/draft-js", "@types/googlemaps", "@types/react", "draft-js", "draftjs-to-html", "html-to-draftjs", "react", "react-dom"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "dependencies"], "$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"}, "command_name": {"type": "string"}, "extension_author": {"type": "string"}, "original_author": {"type": "string"}, "repo_url": {"type": "string"}, "help": {"type": "string"}, "depends_on": {"type": "string"}, "entrypoint": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"os": {"type": "string"}, "arch": {"type": "string"}, "path": {"type": "string"}}, "required": ["os", "arch", "path"]}}, "arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "type": {"type": "string"}, "optional": {"type": "boolean"}}, "required": ["name", "desc", "type", "optional"]}}}, "required": ["name", "version", "command_name", "extension_author", "original_author", "repo_url", "help", "depends_on", "entrypoint", "files", "arguments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nanodump", "version" : "0.0.0", "command_name" : "nanodump", "extension_author" : "@moloch--", "original_author" : "@HelpSystems", "repo_url" : "https://github.com/sliverarmory/nanodump", "help" : "A Beacon Object File that creates a minidump of the LSASS process.", "depends_on" : "coff-loader", "entrypoint" : "go", "files" : [{"os" : "windows", "arch" : "amd64", "path" : "nanodump.x64.o"}], "arguments" : [{"name" : "pid", "desc" : "The PID of the process you want to dump.", "type" : "int", "optional" : false}, {"name" : "dump-name", "desc" : "The name of the dump file.", "type" : "string", "optional" : false}, {"name" : "write-file", "desc" : "1 = write file, 0 = fileless", "type" : "int", "optional" : false}, {"name" : "signature", "desc" : "Signature used for evasion, PMDM = default", "type" : "string", "optional" : false}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "command_name": {"type": "string"}, "extension_author": {"type": "string"}, "original_author": {"type": "string"}, "repo_url": {"type": "string"}, "help": {"type": "string"}, "depends_on": {"type": "string"}, "entrypoint": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"os": {"type": "string"}, "arch": {"type": "string"}, "path": {"type": "string"}}, "required": ["os", "arch", "path"]}}, "arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "type": {"type": "string"}, "optional": {"type": "boolean"}}, "required": ["name", "desc", "type", "optional"]}}}, "required": ["name", "version", "command_name", "extension_author", "original_author", "repo_url", "help", "depends_on", "entrypoint", "files", "arguments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"tha-ap456:0.1": {"type": "string"}, "tha-ap456:0.2": {"type": "string"}, "tha-ap456:0.3": {"type": "string"}, "tha-ap456:1.1": {"type": "string"}, "tha-ap456:1.2": {"type": "string"}, "tha-ap456:1.3": {"type": "string"}, "tha-ap456:1.4": {"type": "string"}, "tha-ap456:2.1": {"type": "string"}, "tha-ap456:2.2": {"type": "string"}, "tha-ap456:2.3": {"type": "string"}, "tha-ap456:2.4": {"type": "string"}, "tha-ap456:3.1": {"type": "string"}, "tha-ap456:3.2": {"type": "string"}, "tha-ap456:3.3": {"type": "string"}, "tha-ap456:4.1": {"type": "string"}, "tha-ap456:4.2": {"type": "string"}, "tha-ap456:4.3": {"type": "string"}, "tha-ap456:5.1": {"type": "string"}, "tha-ap456:5.2": {"type": "string"}, "tha-ap456:5.3": {"type": "string"}, "tha-ap456:6.1": {"type": "string"}, "tha-ap456:7.1": {"type": "string"}}, "required": ["tha-ap456:0.1", "tha-ap456:0.2", "tha-ap456:0.3", "tha-ap456:1.1", "tha-ap456:1.2", "tha-ap456:1.3", "tha-ap456:1.4", "tha-ap456:2.1", "tha-ap456:2.2", "tha-ap456:2.3", "tha-ap456:2.4", "tha-ap456:3.1", "tha-ap456:3.2", "tha-ap456:3.3", "tha-ap456:4.1", "tha-ap456:4.2", "tha-ap456:4.3", "tha-ap456:5.1", "tha-ap456:5.2", "tha-ap456:5.3", "tha-ap456:6.1", "tha-ap456:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tha-ap456:0.1" : "<article id='tha-ap456'><header><ul><li class='division'>{}</li>", "tha-ap456:0.2" : "<li>{}</li></ul>", "tha-ap456:0.3" : "<h1>{}</h1></header>", "tha-ap456:1.1" : "<blockquote class='gatha'><p><span class='verse-line'>{}</span>", "tha-ap456:1.2" : "<span class='verse-line'>{}</span>", "tha-ap456:1.3" : "<span class='verse-line'>{}</span>", "tha-ap456:1.4" : "<span class='verse-line'>{}</span></p>", "tha-ap456:2.1" : "<p><span class='verse-line'>{}</span>", "tha-ap456:2.2" : "<span class='verse-line'>{}</span>", "tha-ap456:2.3" : "<span class='verse-line'>{}</span>", "tha-ap456:2.4" : "<span class='verse-line'>{}</span></p>", "tha-ap456:3.1" : "<p><span class='verse-line'>{}</span>", "tha-ap456:3.2" : "<span class='verse-line'>{}</span>", "tha-ap456:3.3" : "<span class='verse-line'>{}</span></p>", "tha-ap456:4.1" : "<p><span class='verse-line'>{}</span>", "tha-ap456:4.2" : "<span class='verse-line'>{}</span>", "tha-ap456:4.3" : "<span class='verse-line'>{}</span></p>", "tha-ap456:5.1" : "<p><span class='verse-line'>{}</span>", "tha-ap456:5.2" : "<span class='verse-line'>{}</span>", "tha-ap456:5.3" : "<span class='verse-line'>{}</span></p></blockquote>", "tha-ap456:6.1" : "<p>{}</p>", "tha-ap456:7.1" : "<p class='endsutta'>{}</p></article>"} | json_instruct | {"type": "object", "properties": {"tha-ap456:0.1": {"type": "string"}, "tha-ap456:0.2": {"type": "string"}, "tha-ap456:0.3": {"type": "string"}, "tha-ap456:1.1": {"type": "string"}, "tha-ap456:1.2": {"type": "string"}, "tha-ap456:1.3": {"type": "string"}, "tha-ap456:1.4": {"type": "string"}, "tha-ap456:2.1": {"type": "string"}, "tha-ap456:2.2": {"type": "string"}, "tha-ap456:2.3": {"type": "string"}, "tha-ap456:2.4": {"type": "string"}, "tha-ap456:3.1": {"type": "string"}, "tha-ap456:3.2": {"type": "string"}, "tha-ap456:3.3": {"type": "string"}, "tha-ap456:4.1": {"type": "string"}, "tha-ap456:4.2": {"type": "string"}, "tha-ap456:4.3": {"type": "string"}, "tha-ap456:5.1": {"type": "string"}, "tha-ap456:5.2": {"type": "string"}, "tha-ap456:5.3": {"type": "string"}, "tha-ap456:6.1": {"type": "string"}, "tha-ap456:7.1": {"type": "string"}}, "required": ["tha-ap456:0.1", "tha-ap456:0.2", "tha-ap456:0.3", "tha-ap456:1.1", "tha-ap456:1.2", "tha-ap456:1.3", "tha-ap456:1.4", "tha-ap456:2.1", "tha-ap456:2.2", "tha-ap456:2.3", "tha-ap456:2.4", "tha-ap456:3.1", "tha-ap456:3.2", "tha-ap456:3.3", "tha-ap456:4.1", "tha-ap456:4.2", "tha-ap456:4.3", "tha-ap456:5.1", "tha-ap456:5.2", "tha-ap456:5.3", "tha-ap456:6.1", "tha-ap456:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id_10538": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_10538"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_10538" : {"publicdate" : "2016-05-24 05:01:36", "downloads" : 0}} | json_instruct | {"type": "object", "properties": {"id_10538": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_10538"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"komentarz": {"type": "string"}, "nie": {"type": "integer"}, "tak": {"type": "integer"}}, "required": ["komentarz", "nie", "tak"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"komentarz" : "Prezes si\u0119 u\u015bmia\u0142, to i inni si\u0119 \u015bmiej\u0105. Inaczej nie wypada. Jak w bajce \"Nowe szaty cesarza\".", "nie" : 0, "tak" : 3} | json_instruct | {"type": "object", "properties": {"komentarz": {"type": "string"}, "nie": {"type": "integer"}, "tak": {"type": "integer"}}, "required": ["komentarz", "nie", "tak"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"properties": {"type": "object", "properties": {"ssn": {"type": "object", "properties": {"encrypt": {"type": "object", "properties": {"keyId": {"type": "object", "properties": {"$binary": {"type": "string"}, "$type": {"type": "string"}}, "required": ["$binary", "$type"]}, "type": {"type": "string"}, "algorithm": {"type": "string"}}, "required": ["keyId", "type", "algorithm"]}}, "required": ["encrypt"]}}, "required": ["ssn"]}, "bsonType": {"type": "string"}}, "required": ["properties", "bsonType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"properties" : {"ssn" : {"encrypt" : {"keyId" : {"$binary" : "YWFhYWFhYWFhYWFhYWFhYQ==", "$type" : "04"}, "type" : "string", "algorithm" : "AEAD_AES_CBC_HMAC_SHA512-Deterministic"}}}, "bsonType" : "object"} | json_instruct | {"type": "object", "properties": {"properties": {"type": "object", "properties": {"ssn": {"type": "object", "properties": {"encrypt": {"type": "object", "properties": {"keyId": {"type": "object", "properties": {"$binary": {"type": "string"}, "$type": {"type": "string"}}, "required": ["$binary", "$type"]}, "type": {"type": "string"}, "algorithm": {"type": "string"}}, "required": ["keyId", "type", "algorithm"]}}, "required": ["encrypt"]}}, "required": ["ssn"]}, "bsonType": {"type": "string"}}, "required": ["properties", "bsonType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "object", "properties": {"name": {"type": "string"}, "subset": {"type": "string"}}, "required": ["name", "subset"]}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}}, "required": ["id", "category", "help", "img"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 618, "category" : {"name" : "Quests", "subset" : "Levequests"}, "help" : {"de" : "20 verschiedene Plattner-Fertigungserlasse wurden erfolgreich abgeschlossen.", "en" : "Complete 20 unique armorer levequests.", "fr" : "Accomplir 20 mandats d'armurier diff\u00e9rents.", "jp" : "\u7532\u5191\u5e2b\u306e\u30ea\u30fc\u30f4\uff1a\u88fd\u4f5c\u7a3c\u696d\u309220\u7a2e\u985e\u30b3\u30f3\u30d7\u30ea\u30fc\u30c8\u3059\u308b"}, "img" : "035000/035203.png"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "object", "properties": {"name": {"type": "string"}, "subset": {"type": "string"}}, "required": ["name", "subset"]}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}}, "required": ["id", "category", "help", "img"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"totalQuantity": {"type": "integer"}, "totalPrices": {"type": "integer"}, "orders": {"type": "array", "items": {"type": "object", "properties": {"shop": {"type": "string"}, "orderItems": {"type": "array", "items": {"type": "object", "properties": {"pid": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "color": {"type": "string"}, "size": {"type": "string"}, "unitPrice": {"type": "integer"}, "quantity": {"type": "integer"}, "gift": {"type": "array", "items": {"type": "object", "properties": {"pid": {"type": "string"}, "title": {"type": "string"}}, "required": ["pid", "title"]}}}, "required": ["pid", "image", "title", "color", "size", "unitPrice", "quantity", "gift"]}}}, "required": ["shop", "orderItems"]}}}, "required": ["totalQuantity", "totalPrices", "orders"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"totalQuantity" : 2, "totalPrices" : 8998, "orders" : [{"shop" : "\u70ab\u9f99\u5b98\u65b9\u65d7\u8230\u5e97", "orderItems" : [{"pid" : "10803521657", "image" : "http://img10.360buyimg.com/cms/s80x80_jfs/t2941/284/2460981288/184644/79d9d20b/57bd9890N73efbc30.jpg", "title" : "\u70ab\u9f99\u6bc1\u706d\u8005DC \u684c\u9762\u7ea7\u5904\u7406\u5668 GTX950M 4G\u5927\u663e\u5b58 15.6\u82f1\u5bf8\u6e38\u620f\u7b14\u8bb0\u672c\u7535\u81111", "color" : "\u9ed1\u8272", "size" : "I3-6100/8G/500G+128G", "unitPrice" : 4499, "quantity" : 1, "gift" : [{"pid" : "10633272618", "title" : "\u3010\u70ab\u9f99\u3011\u7b14\u8bb0\u672c\u7535\u8111\u4e13\u5c5e\u6709\u7ebf\u6e38\u620f\u9f20\u6807 \u9f99\u9b42\u673a\u7532"}, {"pid" : "10629228032", "title" : "\u3010\u70ab\u9f99\u3011\u4e13\u5c5e\u6e38\u620f\u7b14\u8bb0\u672c\u7535\u8111\u9f20\u6807\u57ab \u9ed1\u8272\u52a0\u539a\u52a0\u5927 \u8f7b\u67d4\u6b3e \u9ed1\u8272"}]}, {"pid" : "10803523232", "image" : "http://img10.360buyimg.com/cms/s80x80_jfs/t2941/284/2460981288/184644/79d9d20b/57bd9890N73efbc30.jpg", "title" : "\u70ab\u9f99\u6bc1\u706d\u8005DC \u684c\u9762\u7ea7\u5904\u7406\u5668 GTX950M 4G\u5927\u663e\u5b58 15.6\u82f1\u5bf8\u6e38\u620f\u7b14\u8bb0\u672c\u7535\u81112", "color" : "\u9ed1\u8272", "size" : "I3-6100/8G/500G+128G", "unitPrice" : 4499, "quantity" : 1, "gift" : [{"pid" : "10633272618", "title" : "\u3010\u70ab\u9f99\u3011\u7b14\u8bb0\u672c\u7535\u8111\u4e13\u5c5e\u6709\u7ebf\u6e38\u620f\u9f20\u6807 \u9f99\u9b42\u673a\u7532"}, {"pid" : "10629228032", "title" : "\u3010\u70ab\u9f99\u3011\u4e13\u5c5e\u6e38\u620f\u7b14\u8bb0\u672c\u7535\u8111\u9f20\u6807\u57ab \u9ed1\u8272\u52a0\u539a\u52a0\u5927 \u8f7b\u67d4\u6b3e \u9ed1\u8272"}]}]}]} | json_instruct | {"type": "object", "properties": {"totalQuantity": {"type": "integer"}, "totalPrices": {"type": "integer"}, "orders": {"type": "array", "items": {"type": "object", "properties": {"shop": {"type": "string"}, "orderItems": {"type": "array", "items": {"type": "object", "properties": {"pid": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "color": {"type": "string"}, "size": {"type": "string"}, "unitPrice": {"type": "integer"}, "quantity": {"type": "integer"}, "gift": {"type": "array", "items": {"type": "object", "properties": {"pid": {"type": "string"}, "title": {"type": "string"}}, "required": ["pid", "title"]}}}, "required": ["pid", "image", "title", "color", "size", "unitPrice", "quantity", "gift"]}}}, "required": ["shop", "orderItems"]}}}, "required": ["totalQuantity", "totalPrices", "orders"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "loot_mix_food_med_ammo (11)(Clone)4936458", "IsStatic" : false, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : -316.875732, "y" : 22.65081, "z" : 276.774719}, "Rotation" : {"x" : -1.06815605e-05, "y" : 358.725159, "z" : -3.91571775e-05}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5d31e404645bb70f94277bef", "Items" : [{"_id" : "5d31e404645bb70f94277bef", "_tpl" : "57372f5c24597769917c0131"}, {"_id" : "5d31e404645bb70f94277bf0", "_tpl" : "56dff4a2d2720bbd668b456a", "parentId" : "5d31e404645bb70f94277bef", "slotId" : "cartridges", "upd" : {"StackObjectsCount" : 30}}]} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 2, "n_trials" : 340, "objective" : "matyas_on_cube", "white" : "bayesopt_ei", "black" : "scipy_lbfgsb", "traceback" : ["passing", "passing"], "best_val" : [2.3836385871146479e-07, 4.3740839349743955e-15], "best_x" : [[0.5833039379921662, 0.5831464102324802], [0.5829039397635186, 0.5829039204807146]], "feval_count" : [340, 34], "n_trials_instructed" : [340, 340], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "scipy_lbfgsb_cube", "loser" : "bayesopt_ei_cube"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$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.