input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"baseObjects" : ["[242,823,403]", "[242,823,403]", "[242,823,403]", "[242,823,403,null,null,{\"823\":1.2214339291359119e+308,\"`Y;\":8.399354162065999e+307,\"X\":1.3293962399159944e+307,\"\":7.173490483849331e+307,\"4.3760244945806174e+307\":8.540062203531481e+307,\"1.2827753446274256e+308\":122,\"1.7445391789088273e+308\":2.645409972507282e+307,\"1.775070073389909e+308\":\"\"}]"], "returnObjects" : ["false", "true", "true", "false"], "callbackArgs" : ["{\"0\":242,\"1\":0,\"2\":[242,823,403]}", "{\"0\":823,\"1\":1,\"2\":[242,823,403]}", "{\"0\":403,\"1\":2,\"2\":[242,823,403]}", "{\"0\":242,\"1\":0,\"2\":[242,823,403]}", "{\"0\":242,\"1\":0,\"2\":[242,823,403]}", "{\"0\":242,\"1\":0,\"2\":[242,823,403]}", "{\"0\":823,\"1\":1,\"2\":[242,823,403,null,null,{\"823\":1.2214339291359119e+308,\"`Y;\":8.399354162065999e+307,\"X\":1.3293962399159944e+307,\"\":7.173490483849331e+307,\"4.3760244945806174e+307\":8.540062203531481e+307,\"1.2827753446274256e+308\":122,\"1.7445391789088273e+308\":2.645409972507282e+307,\"1.775070073389909e+308\":\"\"}]}", "{\"0\":403,\"1\":2,\"2\":[242,823,403,null,null,{\"823\":1.2214339291359119e+308,\"`Y;\":8.399354162065999e+307,\"X\":1.3293962399159944e+307,\"\":7.173490483849331e+307,\"4.3760244945806174e+307\":8.540062203531481e+307,\"1.2827753446274256e+308\":122,\"1.7445391789088273e+308\":2.645409972507282e+307,\"1.775070073389909e+308\":\"\"}]}"]}
json_instruct
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "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": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"async": {"type": "string"}, "chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-mocha-test": {"type": "string"}, "jshint-stylish": {"type": "string"}, "lodash": {"type": "string"}, "mocha": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["async", "chai", "grunt", "grunt-contrib-jshint", "grunt-contrib-watch", "grunt-mocha-test", "jshint-stylish", "lodash", "mocha", "mongoose"]}, "dependencies": {"type": "object", "properties": {"big.js": {"type": "string"}}, "required": ["big.js"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mongoose-bigdecimal", "version" : "0.1.0", "description" : "BigDecimal schema type for mongoose based on big.js", "main" : "index.js", "scripts" : {"test" : "grunt test"}, "repository" : {"type" : "git", "url" : "https://github.com/lykmapipo/mongoose-bigdecimal.git"}, "keywords" : ["mongoose", "mongoose-plugin", "type", "schematype", "bigdecimal", "arbitrary", "precision", "arithmetic", "decimal"], "author" : {"name" : "lykmapipo", "email" : "lallyelias87@gmail.com", "url" : "https://github.com/lykmapipo"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/lykmapipo/mongoose-bigdecimal/issues"}, "homepage" : "https://github.com/lykmapipo/mongoose-bigdecimal", "devDependencies" : {"async" : "^1.5.0", "chai" : "^3.4.1", "grunt" : "^0.4.5", "grunt-contrib-jshint" : "^0.11.3", "grunt-contrib-watch" : "^0.6.1", "grunt-mocha-test" : "^0.12.7", "jshint-stylish" : "^2.0.1", "lodash" : "^3.10.1", "mocha" : "^2.3.3", "mongoose" : "^4.2.5"}, "dependencies" : {"big.js" : "^2.4.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": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"async": {"type": "string"}, "chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-mocha-test": {"type": "string"}, "jshint-stylish": {"type": "string"}, "lodash": {"type": "string"}, "mocha": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["async", "chai", "grunt", "grunt-contrib-jshint", "grunt-contrib-watch", "grunt-mocha-test", "jshint-stylish", "lodash", "mocha", "mongoose"]}, "dependencies": {"type": "object", "properties": {"big.js": {"type": "string"}}, "required": ["big.js"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "* New version: 1.16.3.\r\n* Historical versions: 1.16.1, 1.16.0, 1.15.4, 1.15.3, 1.15.3, 1.15.0, 1.14.6, 1.14.5, 1.14.4, 1.11.3, 1.9.3.\r\n", "user" : "chissg", "url" : "https://api.github.com/repos/spack/spack/issues/11364", "updated_at" : "2019-07-25 16:39:34", "created_at" : "2019-05-03 15:28:49", "closed_at" : "2019-05-16 16:44:44", "state" : "closed", "title" : "numpy: new version 1.16.3; update historical versions.", "number" : 11364, "milestone" : null, "labels" : ["new-version"], "id" : 440098632, "html_url" : "https://github.com/spack/spack/pull/11364", "assignees" : [], "comments" : 2}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fields" : [{"name" : "pair_number", "type" : "integer"}, {"name" : "time_start", "type" : "string"}, {"name" : "time_end", "type" : "string"}, {"name" : "building", "type" : "select", "options" : []}]}
json_instruct
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Mapbox": {"type": "string"}}, "required": ["Mapbox"]}, "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"}, "requires_arc": {"type": "boolean"}, "module_name": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "requires_arc", "module_name", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MapboxSpeech", "version" : "0.1.1", "summary" : "A speech synthesizer built on AWS Polly for Swift and Objective-C.", "description" : "MapboxSpeech makes it easy to connect your iOS, macOS, tvOS, or watchOS application to the Mapbox Speech API. Quickly get audio files from a text string.", "homepage" : "https://www.mapbox.com/ios-sdk/navigation/", "license" : {"type" : "ISC", "file" : "LICENSE.md"}, "authors" : {"Mapbox" : "mobile@mapbox.com"}, "social_media_url" : "https://twitter.com/mapbox", "platforms" : {"ios" : "8.0"}, "source" : {"git" : "https://github.com/mapbox/mapbox-voice-swift.git", "tag" : "v0.1.1"}, "source_files" : "MapboxSpeech", "requires_arc" : true, "module_name" : "MapboxSpeech", "swift_version" : "4.0"}
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"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Mapbox": {"type": "string"}}, "required": ["Mapbox"]}, "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"}, "requires_arc": {"type": "boolean"}, "module_name": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "requires_arc", "module_name", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "volume": {"type": "string"}, "last": {"type": "string"}, "volume_30day": {"type": "string"}}, "required": ["open", "high", "low", "volume", "last", "volume_30day"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"open" : "0.0839", "high" : "0.0876", "low" : "0.082", "volume" : "1150827.1", "last" : "0.0854", "volume_30day" : "39364151"}
json_instruct
{"type": "object", "properties": {"open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "volume": {"type": "string"}, "last": {"type": "string"}, "volume_30day": {"type": "string"}}, "required": ["open", "high", "low", "volume", "last", "volume_30day"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xf030b8fbe57c4498298449fc78a0f7054a5ef76d", "tool" : "mythril", "start" : 1563514991.5666773, "end" : 1563514995.7798836, "duration" : 4.2132062911987305, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "author", "contributors", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "com.uber", "version" : "1.0.0", "description" : "An interface", "author" : "Stanford IoT lab", "contributors" : [{"name" : "Juan Vimberg", "email" : "jvimberg@stanford.edu"}, {"name" : "Tucker L. Ward", "email" : "tlward@stanford.edu"}], "main" : "device.js", "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "author", "contributors", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3673030001", "nama" : "GELAM"}, {"id" : "3673030002", "nama" : "DALUNG"}, {"id" : "3673030003", "nama" : "TEMBONG"}, {"id" : "3673030004", "nama" : "KARUNDANG"}, {"id" : "3673030005", "nama" : "CIPOCOK JAYA"}, {"id" : "3673030006", "nama" : "BANJARSARI"}, {"id" : "3673030007", "nama" : "BANJARAGUNG"}, {"id" : "3673030008", "nama" : "PANANCANGAN"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}, "lint": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["format", "lint", "dev", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@parcel/transformer-sass": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-react-hooks": {"type": "string"}, "parcel": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@parcel/transformer-sass", "eslint", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react", "eslint-plugin-react-hooks", "parcel", "prettier"]}, "dependencies": {"type": "object", "properties": {"@swc/helpers": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}}, "required": ["@swc/helpers", "react", "react-dom", "react-router-dom"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lbg", "version" : "1.0.0", "description" : "", "scripts" : {"format" : "prettier --write \"src/**/*.{js,jsx}\"", "lint" : "eslint \"src/**/*.{js,jsx}\" --quiet", "dev" : "parcel src/index.html", "build" : "parcel build src/index.html"}, "repository" : {"type" : "git", "url" : "git+https://github.com/chrisPfaff/lbg.git"}, "keywords" : [], "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/chrisPfaff/lbg/issues"}, "homepage" : "https://github.com/chrisPfaff/lbg#readme", "devDependencies" : {"@parcel/transformer-sass" : "^2.4.0", "eslint" : "^8.8.0", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-import" : "^2.25.4", "eslint-plugin-jsx-a11y" : "^6.5.1", "eslint-plugin-react" : "^7.28.0", "eslint-plugin-react-hooks" : "^4.3.0", "parcel" : "^2.2.1", "prettier" : "^2.5.1"}, "dependencies" : {"@swc/helpers" : "^0.3.13", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-router-dom" : "^6.2.1"}, "browserslist" : ["cover 99.5% in US"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}, "lint": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["format", "lint", "dev", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@parcel/transformer-sass": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-react-hooks": {"type": "string"}, "parcel": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@parcel/transformer-sass", "eslint", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react", "eslint-plugin-react-hooks", "parcel", "prettier"]}, "dependencies": {"type": "object", "properties": {"@swc/helpers": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}}, "required": ["@swc/helpers", "react", "react-dom", "react-router-dom"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "required": ["LogLevel"]}, "Jwt": {"type": "object", "properties": {"AccessTokenSecret": {"type": "string"}, "RefreshTokenSecret": {"type": "string"}, "Issuer": {"type": "string"}, "Audience": {"type": "string"}}, "required": ["AccessTokenSecret", "RefreshTokenSecret", "Issuer", "Audience"]}, "AllowedHosts": {"type": "string"}}, "required": ["Logging", "Jwt", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft.AspNetCore" : "Warning"}}, "Jwt" : {"AccessTokenSecret" : "Jackdaws love my big sphinx of quartz", "RefreshTokenSecret" : "Pack my box with five dozen liquor jugs", "Issuer" : "https://127.0.0.1", "Audience" : "https://127.0.0.1"}, "AllowedHosts" : "*"}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "required": ["LogLevel"]}, "Jwt": {"type": "object", "properties": {"AccessTokenSecret": {"type": "string"}, "RefreshTokenSecret": {"type": "string"}, "Issuer": {"type": "string"}, "Audience": {"type": "string"}}, "required": ["AccessTokenSecret", "RefreshTokenSecret", "Issuer", "Audience"]}, "AllowedHosts": {"type": "string"}}, "required": ["Logging", "Jwt", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 1190513, "stationGroupId" : 1190513, "name" : "\u80a5\u524d\u767d\u77f3", "lineId" : 11905, "zipCode" : "849-1112", "pref" : "\u4f50\u8cc0\u770c", "city" : "\u6775\u5cf6\u90e1\u767d\u77f3\u753a", "town" : "\u798f\u7530", "longitude" : 130.135952, "latitude" : 33.186679, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"GameChip": {"type": "object", "properties": {"savedData": {"type": "object", "properties": {"editing": {"type": "string"}, "sessionID": {"type": "string"}, "rootDirectory": {"type": "string"}, "selectedSprite": {"type": "string"}}, "required": ["editing", "sessionID", "rootDirectory", "selectedSprite"]}}, "required": ["savedData"]}}, "required": ["GameChip"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"GameChip" : {"savedData" : {"editing" : "undefined", "sessionID" : "201901060640155606", "rootDirectory" : "/Disks/ProTools/Tools/MusicTool/", "selectedSprite" : "0"}}}
json_instruct
{"type": "object", "properties": {"GameChip": {"type": "object", "properties": {"savedData": {"type": "object", "properties": {"editing": {"type": "string"}, "sessionID": {"type": "string"}, "rootDirectory": {"type": "string"}, "selectedSprite": {"type": "string"}}, "required": ["editing", "sessionID", "rootDirectory", "selectedSprite"]}}, "required": ["savedData"]}}, "required": ["GameChip"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bioconductor-tbx20bamsubset", "downloads" : 3900, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[13, 10], [35, 13], [13, 22], [13, 7], [9, 13], [13, 30], [13, 29], [13, 15], [12, 10], [13, 5], [13, 30], [33, 13], [24, 13], [13, 2], [4, 13], [17, 13], [19, 13], [7, 13], [8, 13], [13, 29], [14, 13], [13, 26], [3, 25], [11, 6], [23, 6], [23, 13], [13, 9], [13, 31], [13, 7], [13, 20], [13, 32], [15, 13], [1, 13], [13, 32], [13, 0], [13, 21], [13, 16], [23, 13], [13, 31], [27, 13], [31, 13], [13, 34], [28, 6], [13, 22], [13, 24], [6, 18]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "1", "4" : "1", "5" : "1", "6" : "4", "7" : "3", "8" : "1", "9" : "2", "10" : "2", "11" : "1", "12" : "1", "13" : "40", "14" : "1", "15" : "2", "16" : "1", "17" : "1", "18" : "1", "19" : "1", "20" : "1", "21" : "1", "22" : "2", "23" : "3", "24" : "2", "25" : "1", "26" : "1", "27" : "1", "28" : "1", "29" : "2", "30" : "2", "31" : "3", "32" : "2", "33" : "1", "34" : "1", "35" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35"]}}, "required": ["edges", "features"], "$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" : "self-sacrificing", "definition" : "Yielding up one's own interest, ffeelings, etc; sacrificing one's self."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"grant@enterprise.com": {"type": "array", "items": {"type": "object", "properties": {"apiProducts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "consumerKey": {"type": "string"}, "consumerSecret": {"type": "string"}}, "required": ["apiProducts", "name", "consumerKey", "consumerSecret"]}}}, "required": ["grant@enterprise.com"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"grant@enterprise.com" : [{"apiProducts" : ["weatherProduct"], "name" : "grantoneapp", "consumerKey" : "abcd", "consumerSecret" : "xyz123"}]}
json_instruct
{"type": "object", "properties": {"grant@enterprise.com": {"type": "array", "items": {"type": "object", "properties": {"apiProducts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "consumerKey": {"type": "string"}, "consumerSecret": {"type": "string"}}, "required": ["apiProducts", "name", "consumerKey", "consumerSecret"]}}}, "required": ["grant@enterprise.com"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xa6281838f4a9c5736b2aa1cba9260d3f879623ca", "tool" : "osiris", "start" : 1564589449.1761854, "end" : 1564589451.8374007, "duration" : 2.661215305328369, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"178": {"type": "string"}, "179": {"type": "string"}}, "required": ["178", "179"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "97406624", "lines" : {"178" : "XSLFTextShape txt = getTextShapeByType(Placeholder.TITLE);\n", "179" : "return txt == null ? \"\" : txt.getText();\n"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"178": {"type": "string"}, "179": {"type": "string"}}, "required": ["178", "179"]}}, "required": ["id", "lines"], "$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"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jQuery": {"type": "string"}, "jquery-ui": {"type": "string"}, "backbone": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["jQuery", "jquery-ui", "backbone", "underscore"]}, "ignore": {"type": "array", "items": {"type": "string"}}, "_release": {"type": "string"}, "_resolution": {"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "commit": {"type": "string"}}, "required": ["type", "tag", "commit"]}, "_source": {"type": "string"}, "_target": {"type": "string"}, "_originalSource": {"type": "string"}, "_direct": {"type": "boolean"}}, "required": ["name", "version", "homepage", "authors", "description", "main", "license", "dependencies", "ignore", "_release", "_resolution", "_source", "_target", "_originalSource", "_direct"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "visualsearch", "version" : "0.5.0", "homepage" : "http://documentcloud.github.io/visualsearch/", "authors" : ["Samuel Clay", "@samuelclay"], "description" : "A Rich Search Box for Real Data", "main" : ["build-min/visualsearch-datauri.css", "build-min/visualsearch.css", "build-min/visualsearch.js"], "license" : "MIT", "dependencies" : {"jQuery" : ">=1.4", "jquery-ui" : ">=1.8", "backbone" : ">=0.9.10", "underscore" : ">=1.4.3"}, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests", "Rakefile", "vendor", "*.html", "build", "docs", "*.yml"], "_release" : "0.5.0", "_resolution" : {"type" : "version", "tag" : "0.5.0", "commit" : "6e7613d99eabe1f19984b8d0347d9d8f12567d7e"}, "_source" : "git://github.com/documentcloud/visualsearch.git", "_target" : "~0.5.0", "_originalSource" : "visualsearch", "_direct" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jQuery": {"type": "string"}, "jquery-ui": {"type": "string"}, "backbone": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["jQuery", "jquery-ui", "backbone", "underscore"]}, "ignore": {"type": "array", "items": {"type": "string"}}, "_release": {"type": "string"}, "_resolution": {"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "commit": {"type": "string"}}, "required": ["type", "tag", "commit"]}, "_source": {"type": "string"}, "_target": {"type": "string"}, "_originalSource": {"type": "string"}, "_direct": {"type": "boolean"}}, "required": ["name", "version", "homepage", "authors", "description", "main", "license", "dependencies", "ignore", "_release", "_resolution", "_source", "_target", "_originalSource", "_direct"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "author": {"type": "string"}, "module": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/validator": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/validator", "typescript"]}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "mysql2": {"type": "string"}, "sequelize": {"type": "string"}}, "required": ["dotenv", "mysql2", "sequelize"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "module", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "db-report", "version" : "1.0.0", "description" : "Report data about your database", "main" : "dist/index.js", "scripts" : {"start" : "node dist/index.js", "build" : "npm install && tsc"}, "author" : "", "module" : "system", "license" : "ISC", "devDependencies" : {"@types/node" : "^14.11.2", "@types/validator" : "^13.1.0", "typescript" : "^4.0.3"}, "dependencies" : {"dotenv" : "^8.2.0", "mysql2" : "^2.2.5", "sequelize" : "^6.3.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "author": {"type": "string"}, "module": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/validator": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/validator", "typescript"]}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "mysql2": {"type": "string"}, "sequelize": {"type": "string"}}, "required": ["dotenv", "mysql2", "sequelize"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "module", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"item" : "mp 4/27/2010 18:37"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["class", "instance"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lisk-sdk": {"type": "string"}, "@liskhq/lisk-constants": {"type": "string"}}, "required": ["lisk-sdk", "@liskhq/lisk-constants"]}}, "required": ["name", "version", "author", "license", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lisk-inviter-transactions", "version" : "1.0.0", "author" : "Lemii", "license" : "MIT", "main" : "index.js", "dependencies" : {"lisk-sdk" : "2.2.0", "@liskhq/lisk-constants" : "^1.2.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lisk-sdk": {"type": "string"}, "@liskhq/lisk-constants": {"type": "string"}}, "required": ["lisk-sdk", "@liskhq/lisk-constants"]}}, "required": ["name", "version", "author", "license", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"instance": {"type": "object", "properties": {"componentClass": {"type": "string"}, "configureTestApp:": {"type": "string"}, "testClickAction": {"type": "string"}}, "required": ["componentClass", "configureTestApp:", "testClickAction"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"instance" : {"componentClass" : "KrisGybels 9/29/2017 11:52", "configureTestApp:" : "KrisGybels 9/29/2017 11:56", "testClickAction" : "KrisGybels 9/29/2017 11:57"}, "class" : {}}
json_instruct
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"componentClass": {"type": "string"}, "configureTestApp:": {"type": "string"}, "testClickAction": {"type": "string"}}, "required": ["componentClass", "configureTestApp:", "testClickAction"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Please Choose Your Command": {"type": "string"}, "Please choose a Server as deploy target": {"type": "string"}}, "required": ["Please Choose Your Command", "Please choose a Server as deploy target"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Please Choose Your Command" : "Bitte w\u00e4hlen Sie ein Kommando aus", "Please choose a Server as deploy target" : "Bitte w\u00e4hlen Sie einen Server aus"}
json_instruct
{"type": "object", "properties": {"Please Choose Your Command": {"type": "string"}, "Please choose a Server as deploy target": {"type": "string"}}, "required": ["Please Choose Your Command", "Please choose a Server as deploy target"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repair_end" : "2019-08-10 09:17:32.083230", "repair_begin" : "2019-08-10 08:58:28.851411", "patches" : []}
json_instruct
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"an5.89:0.1": {"type": "string"}, "an5.89:0.2": {"type": "string"}, "an5.89:0.3": {"type": "string"}, "an5.89:1.1": {"type": "string"}, "an5.89:1.2": {"type": "string"}, "an5.89:1.3": {"type": "string"}, "an5.89:1.4": {"type": "string"}, "an5.89:2.1": {"type": "string"}, "an5.89:2.2": {"type": "string"}, "an5.89:2.3": {"type": "string"}, "an5.89:2.4": {"type": "string"}}, "required": ["an5.89:0.1", "an5.89:0.2", "an5.89:0.3", "an5.89:1.1", "an5.89:1.2", "an5.89:1.3", "an5.89:1.4", "an5.89:2.1", "an5.89:2.2", "an5.89:2.3", "an5.89:2.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an5.89:0.1" : "Numbered Discourses 5 ", "an5.89:0.2" : "9. Senior Mendicants ", "an5.89:0.3" : "89. A Trainee (1st) ", "an5.89:1.1" : "\u201cThese five things lead to the decline of a mendicant trainee. ", "an5.89:1.2" : "What five? ", "an5.89:1.3" : "They relish work, talk, sleep, and company. And they don\u2019t review the extent of their mind\u2019s freedom. ", "an5.89:1.4" : "These five things lead to the decline of a mendicant trainee. ", "an5.89:2.1" : "These five things don\u2019t lead to the decline of a mendicant trainee. ", "an5.89:2.2" : "What five? ", "an5.89:2.3" : "They don\u2019t relish work, talk, sleep, and company. And they review the extent of their mind\u2019s freedom. ", "an5.89:2.4" : "These five things don\u2019t lead to the decline of a mendicant trainee.\u201d "}
json_instruct
{"type": "object", "properties": {"an5.89:0.1": {"type": "string"}, "an5.89:0.2": {"type": "string"}, "an5.89:0.3": {"type": "string"}, "an5.89:1.1": {"type": "string"}, "an5.89:1.2": {"type": "string"}, "an5.89:1.3": {"type": "string"}, "an5.89:1.4": {"type": "string"}, "an5.89:2.1": {"type": "string"}, "an5.89:2.2": {"type": "string"}, "an5.89:2.3": {"type": "string"}, "an5.89:2.4": {"type": "string"}}, "required": ["an5.89:0.1", "an5.89:0.2", "an5.89:0.3", "an5.89:1.1", "an5.89:1.2", "an5.89:1.3", "an5.89:1.4", "an5.89:2.1", "an5.89:2.2", "an5.89:2.3", "an5.89:2.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"leap.min.js": {"type": "string"}}, "required": ["leap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"leap.min.js" : "sha512-z+HSbDQ9AVQ9J/u1z18hUUomtNolVgplNpiPKYq8/ZosiSn65+Qi1d1ouLOlUkwImnoO8YxaNkbsHHyXsIdEIw=="}
json_instruct
{"type": "object", "properties": {"leap.min.js": {"type": "string"}}, "required": ["leap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "slug": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "type": {"type": "string"}}, "required": ["login", "type"]}, "title": {"type": "string"}, "supportUrl": {"type": "null"}, "githubUrl": {"type": "string"}, "permalink": {"type": "string"}, "iconUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "description": {"type": "string"}, "ossCategory": {"type": "string"}, "primaryLanguage": {"type": "string"}, "projectTags": {"type": "array", "items": {"type": "string"}}, "acceptsContributions": {"type": "boolean"}, "website": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}, "required": ["name", "fullName", "slug", "owner", "title", "supportUrl", "githubUrl", "permalink", "iconUrl", "shortDescription", "description", "ossCategory", "primaryLanguage", "projectTags", "acceptsContributions", "website"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nrjmx", "fullName" : "newrelic/nrjmx", "slug" : "newrelic-nrjmx", "owner" : {"login" : "newrelic", "type" : "Organization"}, "title" : "New Relic JMX", "supportUrl" : null, "githubUrl" : "https://github.com/newrelic/nrjmx", "permalink" : "https://opensource.newrelic.com/projects/newrelic/nrjmx", "iconUrl" : null, "shortDescription" : "JMX CLI for New Relic", "description" : "Command line tool to connect to a JMX server and retrieve the MBeans it exposes", "ossCategory" : "new-relic-experimental", "primaryLanguage" : "Java", "projectTags" : ["tools", "cli"], "acceptsContributions" : true, "website" : {"title" : "New Relic JMX", "url" : "https://github.com/newrelic/nrjmx"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "slug": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "type": {"type": "string"}}, "required": ["login", "type"]}, "title": {"type": "string"}, "supportUrl": {"type": "null"}, "githubUrl": {"type": "string"}, "permalink": {"type": "string"}, "iconUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "description": {"type": "string"}, "ossCategory": {"type": "string"}, "primaryLanguage": {"type": "string"}, "projectTags": {"type": "array", "items": {"type": "string"}}, "acceptsContributions": {"type": "boolean"}, "website": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}, "required": ["name", "fullName", "slug", "owner", "title", "supportUrl", "githubUrl", "permalink", "iconUrl", "shortDescription", "description", "ossCategory", "primaryLanguage", "projectTags", "acceptsContributions", "website"], "$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"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"telegram-node-bot": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"tiny_request": {"type": "string"}}, "required": ["tiny_request"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "tiny_request": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["telegram-node-bot", "tiny_request"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "telegram-demo-todo-bot", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"telegram-node-bot" : {"version" : "4.0.5", "resolved" : "https://registry.npmjs.org/telegram-node-bot/-/telegram-node-bot-4.0.5.tgz", "integrity" : "sha1-H1Zay+iZJbASdlZgZpbYdhvqGQc=", "requires" : {"tiny_request" : "1.0.13"}}, "tiny_request" : {"version" : "1.0.13", "resolved" : "https://registry.npmjs.org/tiny_request/-/tiny_request-1.0.13.tgz", "integrity" : "sha1-gbmXd5R1GdNLDnOsnrb1AnpVL5I="}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"telegram-node-bot": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"tiny_request": {"type": "string"}}, "required": ["tiny_request"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "tiny_request": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["telegram-node-bot", "tiny_request"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"txv-video": {"type": "string"}}, "required": ["txv-video"]}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#006ACC", "navigationBarTitleText" : "\u5c0f\u5b66\u671f\u4f5c\u54c1\u5c55\u793a", "navigationBarTextStyle" : "white", "usingComponents" : {"txv-video" : "plugin://tencentvideo/video"}}
json_instruct
{"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"txv-video": {"type": "string"}}, "required": ["txv-video"]}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "parameters", "start", "stop", "uuid", "historyId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "test_edit_contact_by_index[Contact: None firstname_TuyHC lastname_zbNz9qvfioc0q address_Z1LMpt6mGU0Mm5o8 home_vCngQ email_1_dr1TS1rsW]", "status" : "passed", "parameters" : [{"name" : "json_contact", "value" : "Contact: None firstname_TuyHC lastname_zbNz9qvfioc0q address_Z1LMpt6mGU0Mm5o8 home_vCngQ email_1_dr1TS1rsW"}], "start" : 1561565601861, "stop" : 1561565605560, "uuid" : "d14cc473-9e41-4a91-a629-abd83dd7eb7b", "historyId" : "bcf436fb7517001fb153440b60424e97", "fullName" : "tests.contact.test_edit_contact#test_edit_contact_by_index[Contact: None firstname_TuyHC lastname_zbNz9qvfioc0q address_Z1LMpt6mGU0Mm5o8 home_vCngQ email_1_dr1TS1rsW]", "labels" : [{"name" : "parentSuite", "value" : "tests.contact"}, {"name" : "suite", "value" : "test_edit_contact"}, {"name" : "host", "value" : "Alex-\u041f\u041a"}, {"name" : "thread", "value" : "10596-MainThread"}, {"name" : "framework", "value" : "pytest"}, {"name" : "language", "value" : "cpython3"}, {"name" : "package", "value" : "tests.contact.test_edit_contact"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "parameters", "start", "stop", "uuid", "historyId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"filter": {"type": "string"}, "filter:": {"type": "string"}, "setUp": {"type": "string"}, "testAttributesDictionary": {"type": "string"}, "testFilterCreation": {"type": "string"}, "testFiltersAsXmlCompFilter": {"type": "string"}, "testFiltersAsXmlTimeRange": {"type": "string"}, "testTypeSetter": {"type": "string"}}, "required": ["filter", "filter:", "setUp", "testAttributesDictionary", "testFilterCreation", "testFiltersAsXmlCompFilter", "testFiltersAsXmlTimeRange", "testTypeSetter"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"filter" : "JB 6/8/2019 15:29", "filter:" : "JB 6/8/2019 15:29", "setUp" : "JB 6/8/2019 15:31", "testAttributesDictionary" : "JB 6/8/2019 15:50", "testFilterCreation" : "JB 6/8/2019 15:46", "testFiltersAsXmlCompFilter" : "TSP 7/25/2019 17:34", "testFiltersAsXmlTimeRange" : "TSP 7/25/2019 17:33", "testTypeSetter" : "JB 6/8/2019 15:46"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"filter": {"type": "string"}, "filter:": {"type": "string"}, "setUp": {"type": "string"}, "testAttributesDictionary": {"type": "string"}, "testFilterCreation": {"type": "string"}, "testFiltersAsXmlCompFilter": {"type": "string"}, "testFiltersAsXmlTimeRange": {"type": "string"}, "testTypeSetter": {"type": "string"}}, "required": ["filter", "filter:", "setUp", "testAttributesDictionary", "testFilterCreation", "testFiltersAsXmlCompFilter", "testFiltersAsXmlTimeRange", "testTypeSetter"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc774\ub984" : "\uae40\uc81c\ub2a5", "\ud55c\ubb38\uba85" : "\u91d1\u6fdf\u80fd", "\uc0dd\ub144\uc6d4\uc77c" : "1911-02-20", "\uc815\ub2f9" : "\uc790\uc720\ub2f9", "\uc120\uac70\uad6c" : "\ucda9\ub0a8 \uc11c\uc0b0\uac11", "\ub2f9\uc120\ud69f\uc218" : "\ucd08\uc120", "\ub2f9\uc120\ub300\uc218" : "2"}
json_instruct
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "MCMUCH - About", "content" : "<p>MCMUCH is a place where people share their content that they have made with mods for Minecraft.</p>"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"2804": {"type": "string"}}, "required": ["2804"]}, "timeto": {"type": "object", "properties": {"2804": {"type": "number"}}, "required": ["2804"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 23145, "title" : ["[A Bubbling Hot Spring]"], "description" : ["Shooting forth from a single hole in the stone floor of the pool, the spring pierces the surface and rises several inches before coming down in a shower of drops. Mist wafts up from the warm water, though you can still see the entire garden through the hazy air. Draining through a rectangular notch that is cut into the southern lip of the pool, the water cascades down a series of stone steps before turning westward and forming a small stream."], "paths" : ["Obvious paths: out"], "location" : "the Pinefar Trading Post", "wayto" : {"2804" : "out"}, "timeto" : {"2804" : 0.2}, "tags" : ["node"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"2804": {"type": "string"}}, "required": ["2804"]}, "timeto": {"type": "object", "properties": {"2804": {"type": "number"}}, "required": ["2804"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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"}, "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" : 21, "n_trials" : 80, "objective" : "michaelewicz_on_cube", "white" : "dlib_default", "black" : "pymoo_nelder", "traceback" : ["passing", "passing"], "best_val" : [1.024829837913336, 1.0494239014383282], "best_x" : [[0.22641636327708353, 0.5595614467252787, 0.6099374457504656, 0.266783197013075, 0.9342262485764175, 0.6316194502106219, 0.5397039601378418, 0.7946025428983101, 0.6084151503372409, 0.34254958922448553, 0.19850842783748557, 0.988572393169416, 0.3098374822638649, 0.5456750213981872, 0.423912528428072, 0.3722041692226853, 0.5279223275814824, 0.64433405789609, 0.9717488013196547, 0.8601141403315182, 0.6405643572149253], [0.580120216591948, 0.9752831535208133, 0.8477195774290415, 0.17293914570556762, 0.5322892630824606, 0.2982615845212263, 0.4238404929979269, 0.01186329375638046, 0.5999964278096844, 0.994047522295415, 0.9362358737405718, 0.770468761768567, 0.3367093983107564, 0.42415993621693254, 0.6265140735455996, 0.6833639956678434, 0.4093507302646653, 0.9179318529902467, 0.7195355128364276, 0.2517900399587433, 0.5809455406294272]], "feval_count" : [80, 126], "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_7wo5b", "name" : "NailsNathan"}, "date" : {"day" : 1492646400, "full" : 1492720111, "month" : 1491004800, "week" : 1492300800}, "id" : "t3_66kfps", "picture" : {"filesize" : 107660, "fullUrl" : "https://external-preview.redd.it/zqh-7ZExwNsPGq3ohLkyzLzDsyW_0pitzX-yH70V57c.jpg?auto=webp&s=a1a628b048846e476290b60d221026b1b2d4590c", "hash" : "593f5565bc", "height" : 853, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUH/8QAIhAAAgIBBAEFAAAAAAAAAAAAAQIDBBEABRIiExVBQ5Gh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAZEQACAwEAAAAAAAAAAAAAAAAAAgERIRL/2gAMAwEAAhEDEQA/AMsXd3e9FerWrSQxyB4oZbkjgYbIDdu3sNKv7rf3O3JP6BRsRjCRuHkQcQBgY5ajSwyQJH4iyqgAHFsY/NIo2hFCVkWyDn452QfQ1OzZgyczNsf/2Q==", "url" : "https://external-preview.redd.it/zqh-7ZExwNsPGq3ohLkyzLzDsyW_0pitzX-yH70V57c.jpg?width=640&crop=smart&auto=webp&s=85b462afcfadd0e87ed4fa2ffe699d7aa4311565", "width" : 640}, "score" : {"comments" : 5, "downs" : 0, "ratio" : 0.98, "ups" : 65, "value" : 65}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Ziggurat!!", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/66kfps/ziggurat/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 106880, "name" : "infinite be back", "description" : "ifnt", "user" : {"id" : 277222, "name" : "kim someguy", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2014-11-01T23:09:14.000Z", "weekly_install_count" : 0, "total_install_count" : 41, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/106880_after.png?r=1589184326", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2014-11-01T22:54:08.000Z", "category" : "site", "raw_subcategory" : "tumblr", "subcategory" : "tumblr", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document url(\"https://www.tumblr.com/\"), url(\"http://www.tumblr.com/\"), url-prefix(\"http://www.tumblr.com/\"), url-prefix(\"https://www.tumblr.com/\") {\r\nbody {\r\nbackground:#ffffff url(http://33.media.tumblr.com/4b48d2513dd934c4434bf36e47400566/tumblr_neduy58yOa1tagl5oo1_1280.jpg) no-repeat bottom right fixed! important;}\r\n#content {\r\n background: rgba(0,0,0,0.1) !important;;\r\n}\r\n.selection_nipple.white, .selection_nipple:not([class=\"selection_nipple white\"]) {\r\n background: none !important;\r\n width: 0px !important;\r\n height: 0px !important;\r\n margin-top: 0px !important;\r\n border-bottom: solid 11px rgba(0,0,0,0.1) !important;\r\n border-right: 11px solid transparent !important;\r\n border-left: 11px solid transparent !important;\r\n opacity: 0.0 !important;\r\n}\r\n.mceContentBody {\r\n color: rgba(0, 0, 0, 1.0) !important;\r\n background: rgba(255,255,255, 0.1) !important;\r\n}\r\n.radar { display: none !important }\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/106880/infinite-be-back.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Component": {"type": "object", "properties": {"Name": {"type": "string"}, "NameOfClass": {"type": "string"}, "Dimensionality": {"type": "string"}, "PixelType": {"type": "string"}}, "required": ["Name", "NameOfClass", "Dimensionality", "PixelType"]}, "Connection": {"type": "object", "properties": {"Out": {"type": "string"}, "In": {"type": "string"}, "NameOfInterface": {"type": "string"}}, "required": ["Out", "In", "NameOfInterface"]}}, "required": ["Component", "Connection"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Component" : {"Name" : "ResultImageSink", "NameOfClass" : "ItkImageSinkComponent", "Dimensionality" : "2", "PixelType" : "float"}, "Connection" : {"Out" : "ResampleFilter", "In" : "ResultImageSink", "NameOfInterface" : "itkImageInterface"}}
json_instruct
{"type": "object", "properties": {"Component": {"type": "object", "properties": {"Name": {"type": "string"}, "NameOfClass": {"type": "string"}, "Dimensionality": {"type": "string"}, "PixelType": {"type": "string"}}, "required": ["Name", "NameOfClass", "Dimensionality", "PixelType"]}, "Connection": {"type": "object", "properties": {"Out": {"type": "string"}, "In": {"type": "string"}, "NameOfInterface": {"type": "string"}}, "required": ["Out", "In", "NameOfInterface"]}}, "required": ["Component", "Connection"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Target" : "scss/main.min.909728957f400adeab6ce583dd53200f.css", "MediaType" : "text/css", "Data" : {"Integrity" : "md5-kJcolX9ACt6rbOWD3VMgDw=="}}
json_instruct
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyName": {"type": "string"}, "https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyWebsite": {"type": "string"}}, "required": ["https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyName", "https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyWebsite"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyName" : "XYZ", "https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyWebsite" : "XYZ.com"}
json_instruct
{"type": "object", "properties": {"https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyName": {"type": "string"}, "https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyWebsite": {"type": "string"}}, "required": ["https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyName", "https://ns.adobe.com/experience/intelligentServices/b2bPerson/companyWebsite"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"CountTargets": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "Direction": {"type": "integer"}}, "required": ["CountTargets", "x", "y", "Direction"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CountTargets" : 6, "x" : 9, "y" : 8, "Direction" : 10}
json_instruct
{"type": "object", "properties": {"CountTargets": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "Direction": {"type": "integer"}}, "required": ["CountTargets", "x", "y", "Direction"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"require": {"type": "object", "properties": {"filp/whoops": {"type": "string"}}, "required": ["filp/whoops"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"filp/whoops" : "^2.1"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"filp/whoops": {"type": "string"}}, "required": ["filp/whoops"]}}, "required": ["require"], "$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" : 51148, "cartId" : "a19c4454-c113-4e0c-8ae6-dcc76094e792", "preferredProducts" : [1146, 1077, 1005, 1916, 1164, 3754, 3904, 3665, 4592, 1547], "productReviews" : [{"productId" : 717, "reviewText" : "My neighbor Georgie has one of these. She works as a busboy and she says it looks brown.", "reviewDate" : "2016-07-21T16:16:18.0906842+03:00"}, {"productId" : 4880, "reviewText" : "I tried to vomit it but got bonbon all over it.", "reviewDate" : "2018-08-31T06:03:27.782339+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/flaticon.css": {"type": "string"}, "/css/material-icons.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/css/flaticon.css", "/css/material-icons.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/app.js" : "/js/app.js", "/css/app.css" : "/css/app.css", "/css/flaticon.css" : "/css/flaticon.css", "/css/material-icons.css" : "/css/material-icons.css"}
json_instruct
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/flaticon.css": {"type": "string"}, "/css/material-icons.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/css/flaticon.css", "/css/material-icons.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"token": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"]}}, "required": ["token"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : {"value" : [20]}}
json_instruct
{"type": "object", "properties": {"token": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"]}}, "required": ["token"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"351": {"type": "string"}, "27933": {"type": "string"}, "27934": {"type": "string"}}, "required": ["351", "27933", "27934"]}, "timeto": {"type": "object", "properties": {"351": {"type": "number"}, "27933": {"type": "number"}, "27934": {"type": "number"}}, "required": ["351", "27933", "27934"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 27932, "title" : ["[Khylynnia's Magic Shoppe]"], "description" : ["Enclosed by celadon marble walls, the shop features a bathing maiden statue in the center of its celadon marble floor. A pearl-handled filigreed mandolin hangs under the vaulted ceiling. Right near the front is an iron-banded wooden chest and an oval-shaped speckled marble counter."], "paths" : ["Obvious exits: north, east, out"], "location" : "Wehnimer's Landing", "wayto" : {"351" : "out", "27933" : "east", "27934" : "north"}, "timeto" : {"351" : 0.2, "27933" : 0.2, "27934" : 0.2}, "tags" : ["khy", "khylynnia"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"351": {"type": "string"}, "27933": {"type": "string"}, "27934": {"type": "string"}}, "required": ["351", "27933", "27934"]}, "timeto": {"type": "object", "properties": {"351": {"type": "number"}, "27933": {"type": "number"}, "27934": {"type": "number"}}, "required": ["351", "27933", "27934"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["d3-media-manager-app", "gulp-modular", "liferay-gulp-tasks"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"eci1_crc1": {"type": "string"}, "eci1_crc2": {"type": "string"}, "eci1_gain": {"type": "string"}, "eci1_ugain": {"type": "string"}, "eci2_crc1": {"type": "string"}, "eci2_crc2": {"type": "string"}, "eci2_gain": {"type": "string"}, "eci2_ugain": {"type": "string"}}, "required": ["eci1_crc1", "eci1_crc2", "eci1_gain", "eci1_ugain", "eci2_crc1", "eci2_crc2", "eci2_gain", "eci2_ugain"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"eci1_crc1" : "0", "eci1_crc2" : "0", "eci1_gain" : "0", "eci1_ugain" : "0", "eci2_crc1" : "0", "eci2_crc2" : "0", "eci2_gain" : "0", "eci2_ugain" : "0"}
json_instruct
{"type": "object", "properties": {"eci1_crc1": {"type": "string"}, "eci1_crc2": {"type": "string"}, "eci1_gain": {"type": "string"}, "eci1_ugain": {"type": "string"}, "eci2_crc1": {"type": "string"}, "eci2_crc2": {"type": "string"}, "eci2_gain": {"type": "string"}, "eci2_ugain": {"type": "string"}}, "required": ["eci1_crc1", "eci1_crc2", "eci1_gain", "eci1_ugain", "eci2_crc1", "eci2_crc2", "eci2_gain", "eci2_ugain"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"83d5b459e6ec661152c0d67ecf45a35e589ec7d430a6a8621dda6601638e7b73\"", "Last-Modified" : "Tue, 22 Sep 2020 07:03:39 GMT", "base" : {"repo" : {"name" : "jupyter-sphinx-feedstock"}}, "closed_at" : "2020-09-22T07:03:39Z", "created_at" : "2020-09-22T00:55:05Z", "draft" : false, "head" : {"ref" : "0.3.2_hdfc06d"}, "html_url" : "https://github.com/conda-forge/jupyter-sphinx-feedstock/pull/2", "id" : 490632776, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2020-09-22T07:03:39Z", "number" : 2, "state" : "closed", "updated_at" : "2020-09-22T07:03:39Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "RemConConfig": {"type": "object", "properties": {"NirCmdExeLocation": {"type": "string"}, "AudioDevices": {"type": "array", "items": {"type": "string"}}}, "required": ["NirCmdExeLocation", "AudioDevices"]}}, "required": ["Logging", "AllowedHosts", "RemConConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*", "RemConConfig" : {"NirCmdExeLocation" : "C:/nircmd/nircmd.exe", "AudioDevices" : ["Desktop DACAMP", "Speakers"]}}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "RemConConfig": {"type": "object", "properties": {"NirCmdExeLocation": {"type": "string"}, "AudioDevices": {"type": "array", "items": {"type": "string"}}}, "required": ["NirCmdExeLocation", "AudioDevices"]}}, "required": ["Logging", "AllowedHosts", "RemConConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Lua.diagnostics.globals": {"type": "array", "items": {"type": "string"}}, "Lua.diagnostics.disable": {"type": "array", "items": {"type": "string"}}}, "required": ["Lua.diagnostics.globals", "Lua.diagnostics.disable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Lua.diagnostics.globals" : ["awesome", "client"], "Lua.diagnostics.disable" : ["different-requires"]}
json_instruct
{"type": "object", "properties": {"Lua.diagnostics.globals": {"type": "array", "items": {"type": "string"}}, "Lua.diagnostics.disable": {"type": "array", "items": {"type": "string"}}}, "required": ["Lua.diagnostics.globals", "Lua.diagnostics.disable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "typescript-formatter": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["express", "ts-loader", "typescript", "typescript-formatter", "webpack"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "asp.net.ajax.ts", "version" : "1.0.0", "description" : "## TypeScript port ot the Microsoft ASP.NET AJAX framework (MicrosoftAjax.js)", "main" : "index.js", "scripts" : {"build" : "node ./node_modules/webpack/bin/webpack.js --watch", "start" : "node server.js"}, "author" : "Markus Mauch", "license" : "MIT", "dependencies" : {"express" : "^4.15.2", "ts-loader" : "^2.0.1", "typescript" : "^2.2.1", "typescript-formatter" : "^5.1.1", "webpack" : "^2.2.1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/markusmauch/MicrosoftAjax.ts.git"}, "bugs" : {"url" : "https://github.com/markusmauch/MicrosoftAjax.ts/issues"}, "homepage" : "https://github.com/markusmauch/MicrosoftAjax.ts#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "typescript-formatter": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["express", "ts-loader", "typescript", "typescript-formatter", "webpack"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "replace": {"type": "string"}}, "required": ["lodash", "replace"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "include-exclude-regex-relativity", "version" : "1.0.0", "description" : "integration test for patch-package", "main" : "index.js", "author" : "", "license" : "ISC", "dependencies" : {"lodash" : "4.17.4", "replace" : "^1.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "replace": {"type": "string"}}, "required": ["lodash", "replace"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "http://www.spanishdict.com/conjugate/desanudar", "word" : "desanudar", "infinitivo" : "desanudar", "gerundio" : ["desanudando"], "participio" : ["desanudado"], "tenses" : {"3" : [["desanudo"], ["desanudas"], ["desanuda"], ["desanudamos"], ["desanud\u00e1is"], ["desanudan"]], "4" : [["desanud\u00e9"], ["desanudaste"], ["desanud\u00f3"], ["desanudamos"], ["desanudasteis"], ["desanudaron"]], "5" : [["desanudaba"], ["desanudabas"], ["desanudaba"], ["desanud\u00e1bamos"], ["desanudabais"], ["desanudaban"]], "6" : [["desanudar\u00eda"], ["desanudar\u00edas"], ["desanudar\u00eda"], ["desanudar\u00edamos"], ["desanudar\u00edais"], ["desanudar\u00edan"]], "7" : [["desanudar\u00e9"], ["desanudar\u00e1s"], ["desanudar\u00e1"], ["desanudaremos"], ["desanudar\u00e9is"], ["desanudar\u00e1n"]], "8" : [["desanude"], ["desanudes"], ["desanude"], ["desanudemos"], ["desanud\u00e9is"], ["desanuden"]], "9" : [["desanudara"], ["desanudaras"], ["desanudara"], ["desanud\u00e1ramos"], ["desanudarais"], ["desanudaran"]], "10" : [["desanudase"], ["desanudases"], ["desanudase"], ["desanud\u00e1semos"], ["desanudaseis"], ["desanudasen"]], "11" : [["desanudare"], ["desanudares"], ["desanudare"], ["desanud\u00e1remos"], ["desanudareis"], ["desanudaren"]], "12" : {"1" : ["desanuda"], "2" : ["desanude"], "3" : ["desanudemos"], "4" : ["desanudad"], "5" : ["desanuden"]}}}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "dependencies": {"type": "object", "properties": {"@react-three/drei": {"type": "string"}, "@react-three/fiber": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-spring": {"type": "string"}, "three": {"type": "string"}}, "required": ["@react-three/drei", "@react-three/fiber", "react", "react-dom", "react-spring", "three"]}, "devDependencies": {"type": "object", "properties": {"@vitejs/plugin-react-refresh": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vitejs/plugin-react-refresh", "vite"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "magic-marble-tutorial", "version" : "0.0.0", "scripts" : {"dev" : "vite", "build" : "vite build", "serve" : "vite preview"}, "dependencies" : {"@react-three/drei" : "^7.3.1", "@react-three/fiber" : "^7.0.6", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-spring" : "^9.2.3", "three" : "^0.131.1"}, "devDependencies" : {"@vitejs/plugin-react-refresh" : "^1.3.6", "vite" : "^2.4.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "dependencies": {"type": "object", "properties": {"@react-three/drei": {"type": "string"}, "@react-three/fiber": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-spring": {"type": "string"}, "three": {"type": "string"}}, "required": ["@react-three/drei", "@react-three/fiber", "react", "react-dom", "react-spring", "three"]}, "devDependencies": {"type": "object", "properties": {"@vitejs/plugin-react-refresh": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vitejs/plugin-react-refresh", "vite"]}}, "required": ["name", "version", "scripts", "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"}, "id": {"type": "string"}, "iconUrl": {"type": "string"}, "orgUrl": {"type": "string"}}, "required": ["name", "id", "iconUrl", "orgUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Wufoo", "id" : "WUFOO", "iconUrl" : "https://www.tapclicks.com/wp-content/uploads/2020/06/WUFOO.svg", "orgUrl" : "https://www.wufoo.com/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "iconUrl": {"type": "string"}, "orgUrl": {"type": "string"}}, "required": ["name", "id", "iconUrl", "orgUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"require": {"type": "object", "properties": {"yiisoft/yii2-redis": {"type": "string"}}, "required": ["yiisoft/yii2-redis"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"yiisoft/yii2-redis" : "^2.0"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"yiisoft/yii2-redis": {"type": "string"}}, "required": ["yiisoft/yii2-redis"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"commentSum": {"type": "integer"}, "reasonTypeName": {"type": "string"}, "punishType": {"type": "integer"}, "uname": {"type": "string"}, "blockedForever": {"type": "boolean"}, "moralNum": {"type": "integer"}, "reasonType": {"type": "integer"}, "uid": {"type": "integer"}, "punishTime": {"type": "integer"}, "blockedType": {"type": "integer"}, "blockedDays": {"type": "integer"}, "originType": {"type": "integer"}, "id": {"type": "integer"}, "punishTitle": {"type": "string"}, "originContentModify": {"type": "string"}}, "required": ["commentSum", "reasonTypeName", "punishType", "uname", "blockedForever", "moralNum", "reasonType", "uid", "punishTime", "blockedType", "blockedDays", "originType", "id", "punishTitle", "originContentModify"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"commentSum" : 225, "reasonTypeName" : "\u53d1\u5e03\u5f15\u6218\u8a00\u8bba", "punishType" : 2, "uname" : "", "blockedForever" : false, "moralNum" : 10, "reasonType" : 9, "uid" : 12719703, "punishTime" : 1501224797000, "blockedType" : 0, "blockedDays" : 7, "originType" : 2, "id" : 48334, "punishTitle" : "\u5728\u5f39\u5e55\u4e2d\u53d1\u5e03\u5f15\u6218\u8a00\u8bba", "originContentModify" : "<p>\u4e95\u76d6\u7701\u7b2c\u4e00\u4e2a\u4e0d\u670d</p><p><br></p><p>\u6279\u6ce8\uff1a\u4e0d\u4e88\u6253\u7801\uff0c\u662f\u56e0\u4e3a\u6ca1\u6709\u8fd9\u4e2a\u7701\u533a</p><p>\uff08\u9488\u5bf9\u7ad9\u5185\u5f39\u5e55\u73af\u5883\u4e2d\u51fa\u73b0\u7684\u6709\u5173\u201c\u4e95\u76d6\u7701\u201d\u7b49\u5177\u6709\u660e\u663e\u5730\u57df\u6b67\u89c6\u503e\u5411\u7684\u5f39\u5e55\u7528\u8bcd\u5185\u5bb9\uff0c\u5728\u5904\u7406\u4e2d\u6211\u4eec\u5c06\u6309\u7167\u201c\u5f15\u6218\u201d\u6761\u76ee\u8fdb\u884c\u81f3\u5c117\u5929\u7684\u5c01\u7981\u5904\u7406\uff09</p>"}
json_instruct
{"type": "object", "properties": {"commentSum": {"type": "integer"}, "reasonTypeName": {"type": "string"}, "punishType": {"type": "integer"}, "uname": {"type": "string"}, "blockedForever": {"type": "boolean"}, "moralNum": {"type": "integer"}, "reasonType": {"type": "integer"}, "uid": {"type": "integer"}, "punishTime": {"type": "integer"}, "blockedType": {"type": "integer"}, "blockedDays": {"type": "integer"}, "originType": {"type": "integer"}, "id": {"type": "integer"}, "punishTitle": {"type": "string"}, "originContentModify": {"type": "string"}}, "required": ["commentSum", "reasonTypeName", "punishType", "uname", "blockedForever", "moralNum", "reasonType", "uid", "punishTime", "blockedType", "blockedDays", "originType", "id", "punishTitle", "originContentModify"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "content": {"type": "string"}, "server_id": {"type": "string"}, "details": {"type": "string"}}, "required": ["id", "name", "content", "server_id", "details"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1", "name" : "custom_1", "content" : "content", "server_id" : "server_id", "details" : "user#tag, user_id, date"}, {"id" : "2", "name" : "custom_2", "content" : "content", "server_id" : "server_id", "details" : "user#tag, user_id, date"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "content": {"type": "string"}, "server_id": {"type": "string"}, "details": {"type": "string"}}, "required": ["id", "name", "content", "server_id", "details"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-284m-6732-qrhg", "modified" : "2022-04-28T00:00:35Z", "published" : "2022-04-28T00:00:35Z", "aliases" : ["CVE-2022-1503"], "details" : "A vulnerability, which was classified as problematic, has been found in GetSimple CMS. Affected by this issue is the file /admin/edit.php of the Content Module. The manipulation of the argument post-content with an input like <script>alert(1)</script> leads to cross site scripting. The attack may be launched remotely but requires authentication. Expoit details have been disclosed within the advisory.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2022-1503"}, {"type" : "WEB", "url" : "https://github.com/joinia/project/blob/main/GetSimple/GetSimplereadme.md"}, {"type" : "WEB", "url" : "https://vuldb.com/?id.198542"}], "database_specific" : {"cwe_ids" : [], "severity" : null, "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Marantz MPH-2", "id" : "57ac11219a365dd44d618092f6ca96a175403e4d", "isDefault" : false, "gains" : {"global" : -5.5, "bands" : [-5.7, -2.5, -6.1, -5.0, 4.5, -0.2, 1.8, 5.4, -3.2, -2.5]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["In a large pot, heat oil over medium heat. Cook onion, stirring occasionally, until golden, 3 to 5 minutes. Add celery, carrots and garlic; cook, stirring, until vegetables soften, 3 to 5 minutes. Add wine; stir to scrape brown bits off bottom of pot. Add stock, beans, tomatoes, bay leaves and 1/4 teaspoon salt. Bring soup to a boil; reduce heat, cover, and simmer, stirring occasionally, until carrots are very soft, 15 to 20 minutes. In a blender, puree basil, walnuts, black pepper, remaining 1/4 teaspoon salt and 1/4 cup water. Transfer pesto to a bowl; wash blender. Remove bay leaves from soup; discard. In blender, carefully puree half of soup; transfer to a bowl; repeat with remaining half of soup. Divide soup among 4 bowls, dollop each with 1/4 pesto, and swirl in; serve."], "ingredients" : ["2 tablespoons olive oil", "1 large yellow onion, chopped", "4 celery stalks, chopped", "2 medium carrots, chopped", "3 cloves garlic, quartered", "1/2 cup dry white wine or water", "1 quart low-sodium vegetable stock", "2 cups canned cannellini beans, rinsed and drained", "1 can (14 ounces) diced tomatoes", "2 bay leaves", "1/2 teaspoon kosher salt, divided", "2 packed cups fresh basil", "1/4 cup walnuts", "1/4 teaspoon freshly ground black pepper"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Soup/Stew", "Bean", "Onion", "Tomato", "Vegetarian", "Dinner", "Lunch", "Basil", "Walnut", "Legume", "Vegan", "Pescatarian", "Wheat/Gluten-Free", "Peanut Free", "Soy Free", "Kosher"], "title" : "Tomato-White Bean Soup with Pesto", "url" : "http://www.epicurious.com/recipes/food/views/tomato-white-bean-soup-with-pesto-395097"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "mocha": {"type": "string"}, "node": {"type": "string"}}, "required": ["discord.js", "mocha", "node"]}}, "required": ["globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"globalDependencies" : {"discord.js" : "github:nicholastay/discord.js.d.ts", "mocha" : "registry:dt/mocha#2.2.5+20160619032855", "node" : "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts"}}
json_instruct
{"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "mocha": {"type": "string"}, "node": {"type": "string"}}, "required": ["discord.js", "mocha", "node"]}}, "required": ["globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "namespace": {"type": "string"}, "meta": {"type": "string"}, "description": {"type": "string"}, "dimensions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "dataname": {"type": "string"}}, "required": ["name", "version", "namespace", "meta", "description", "dimensions", "properties", "dataname"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Person", "version" : "0.2", "namespace" : "http://onto-ns.com/meta", "meta" : "http://onto-ns.com/meta/0.3/EntitySchema", "description" : "A person.", "dimensions" : [{"name" : "N", "description" : "Number of skills."}, {"name" : "M", "description" : "Number of temperature measurements."}], "properties" : [{"name" : "name", "type" : "string45", "description" : "Full name."}, {"name" : "age", "type" : "float", "unit" : "years", "description" : "Age of person."}, {"name" : "skills", "type" : "string10", "dims" : ["N"], "description" : "List of skills."}, {"name" : "temperature", "type" : "float", "unit" : "degC", "dims" : ["M"], "description" : "Temperature on the body."}], "dataname" : "http://onto-ns.com/meta/0.2/Person"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "namespace": {"type": "string"}, "meta": {"type": "string"}, "description": {"type": "string"}, "dimensions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "dataname": {"type": "string"}}, "required": ["name", "version", "namespace", "meta", "description", "dimensions", "properties", "dataname"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"img": {"type": "string"}, "category": {"type": "string"}, "number": {"type": "integer"}, "playNumber": {"type": "string"}, "author": {"type": "string"}, "createDate": {"type": "string"}, "label": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "author": {"type": "string"}, "preview": {"type": "string"}, "source": {"type": "string"}, "zhuanji": {"type": "string"}, "lyric": {"type": "string"}, "url": {"type": "string"}, "time": {"type": "string"}, "vip": {"type": "boolean"}}, "required": ["id", "name", "author", "preview", "source", "zhuanji", "lyric", "url", "time", "vip"]}}}, "required": ["img", "category", "number", "playNumber", "author", "createDate", "label", "desc", "songs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"img" : "/wangyiyun-online/assets/images/s1.jpg", "category" : "\u534e\u8bed", "number" : 32, "playNumber" : "30\u4e07", "author" : "Tataaaa", "createDate" : "2019-08-27", "label" : ["\u534e\u8bed", "\u6d41\u884c", "\u601d\u5ff5"], "desc" : "\u5fd8\u5374\uff0c\u771f\u662f\u5929\u4e0b\u6700\u7b80\u5355\u53c8\u6700\u96be\u7684\u4e8b\u4e86\u3002", "songs" : [{"id" : 504624714, "name" : "\u9752\u67e0", "author" : "\u5f90\u79c9\u9f99", "preview" : "https://p2.music.126.net/CFWxtFlJK3qs-Fx-TUfMnQ==/109951163020971473.jpg", "source" : "\u6bcf\u65e5\u6b4c\u66f2\u63a8\u8350", "zhuanji" : "\u9752\u67e0", "lyric" : "", "url" : "https://m8.music.126.net/20191024155107/34d1f891099c534f631c919f50a75ca2/ymusic/2e63/9e00/b588/89f944885717fc8951bffc7b4bb5261c.mp3", "time" : "03:19", "vip" : true}]}
json_instruct
{"type": "object", "properties": {"img": {"type": "string"}, "category": {"type": "string"}, "number": {"type": "integer"}, "playNumber": {"type": "string"}, "author": {"type": "string"}, "createDate": {"type": "string"}, "label": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "author": {"type": "string"}, "preview": {"type": "string"}, "source": {"type": "string"}, "zhuanji": {"type": "string"}, "lyric": {"type": "string"}, "url": {"type": "string"}, "time": {"type": "string"}, "vip": {"type": "boolean"}}, "required": ["id", "name", "author", "preview", "source", "zhuanji", "lyric", "url", "time", "vip"]}}}, "required": ["img", "category", "number", "playNumber", "author", "createDate", "label", "desc", "songs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"SpectatorCasualty": {"type": "array", "items": {"type": "string"}}}, "required": ["SpectatorCasualty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"SpectatorCasualty" : ["TrialByCombat", "GladiatorGames", "NotAGame", "TakeThat", "TakeThatAudience", "HumanShield", "InnocentBystanders", "InUniverse", "TheFourthWallWillNotProtectYou", "SisterTrope", "DeadlineNews", "FatalMethodActing", "DealWithTheDevil", "EvilSorcerer", "CombatByChampion", "HumanShield", "MyGreatestFailure", "BackFromTheDead", "BloodKnight", "DeflectorShields", "HumanResources", "TournamentArc", "BackFromTheDead", "BloodKnight", "DeflectorShields", "FightClubbing", "BladeOnAStick", "WireFu", "TheThunderdome", "PlayedForLaughs", "BreakingTheFourthWall", "PlayedForLaughs", "ChunkySalsaRule", "TakenForGranite", "KickTheDog", "PlayedForLaughs", "Kayfabe", "RedShirt", "Wangst", "HoYay", "WalkingDisasterArea", "PlayedForHorror", "ShowdownAtHighNoon", "AFeteWorseThanDeath", "Jerkass", "MediationBackfire", "KillEmAll", "RandomEncounter", "PermanentlyMissableContent", "QuickTimeEvent", "LimitBreak", "HumongousMecha", "GoingCritical", "DefiedTrope", "DoubleSubverted", "AbsurdlySharpBlade", "GladiatorGames", "EvilCounterpart", "CainAndAbel", "FinalBattle", "AndYourLittleDogToo", "TakingTheBullet", "TheDogBitesBack", "CarnivoreConfusion", "CainAndAbel", "FinalBattle", "AndYourLittleDogToo", "TakingTheBullet", "TheDogBitesBack"]}
json_instruct
{"type": "object", "properties": {"SpectatorCasualty": {"type": "array", "items": {"type": "string"}}}, "required": ["SpectatorCasualty"], "$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"}, "default_project_name": {"type": "string"}, "settings": {"type": "object", "properties": {}, "required": []}, "build_systems": {"type": "array", "items": {}}}, "required": ["name", "description", "default_project_name", "settings", "build_systems"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "C++ Project", "description" : "A C++ project template", "default_project_name" : "NewCppProject", "settings" : {}, "build_systems" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "default_project_name": {"type": "string"}, "settings": {"type": "object", "properties": {}, "required": []}, "build_systems": {"type": "array", "items": {}}}, "required": ["name", "description", "default_project_name", "settings", "build_systems"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"model": {"type": "object", "properties": {"modelName": {"type": "string"}, "dbVersion": {"type": "string"}, "dbVendor": {"type": "string"}, "port": {"type": "integer"}}, "required": ["modelName", "dbVersion", "dbVendor", "port"]}, "container": {"type": "object", "properties": {"name": {"type": "string"}, "indexes": {"type": "array", "items": {}}, "number_of_shards": {"type": "integer"}, "number_of_replicas": {"type": "integer"}}, "required": ["name", "indexes", "number_of_shards", "number_of_replicas"]}, "collection": {"type": "object", "properties": {"collectionName": {"type": "string"}, "collectionUsers": {"type": "array", "items": {}}, "collation": {"type": "object", "properties": {}, "required": []}, "dynamic": {"type": "string"}}, "required": ["collectionName", "collectionUsers", "collation", "dynamic"]}, "field": {"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "string"}}, "required": ["name", "dynamic"]}, "patternField": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "multipleField": {"type": "object", "properties": {"primaryKey": {"type": "boolean"}}, "required": ["primaryKey"]}, "subschema": {"type": "object", "properties": {}, "required": []}, "arrayItem": {"type": "object", "properties": {}, "required": []}, "choice": {"type": "object", "properties": {}, "required": []}, "relationship": {"type": "object", "properties": {}, "required": []}, "user": {"type": "object", "properties": {}, "required": []}, "view": {"type": "object", "properties": {"viewOn": {"type": "string"}, "pipeline": {"type": "string"}}, "required": ["viewOn", "pipeline"]}}, "required": ["model", "container", "collection", "field", "patternField", "multipleField", "subschema", "arrayItem", "choice", "relationship", "user", "view"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model" : {"modelName" : "New model", "dbVersion" : "6.x", "dbVendor" : "Elasticsearch", "port" : 9200}, "container" : {"name" : "New index", "indexes" : [], "number_of_shards" : 5, "number_of_replicas" : 1}, "collection" : {"collectionName" : "New type", "collectionUsers" : [], "collation" : {}, "dynamic" : "true"}, "field" : {"name" : "New field", "dynamic" : "true"}, "patternField" : {"name" : "^New Pattern Field$"}, "multipleField" : {"primaryKey" : false}, "subschema" : {}, "arrayItem" : {}, "choice" : {}, "relationship" : {}, "user" : {}, "view" : {"viewOn" : "", "pipeline" : ""}}
json_instruct
{"type": "object", "properties": {"model": {"type": "object", "properties": {"modelName": {"type": "string"}, "dbVersion": {"type": "string"}, "dbVendor": {"type": "string"}, "port": {"type": "integer"}}, "required": ["modelName", "dbVersion", "dbVendor", "port"]}, "container": {"type": "object", "properties": {"name": {"type": "string"}, "indexes": {"type": "array", "items": {}}, "number_of_shards": {"type": "integer"}, "number_of_replicas": {"type": "integer"}}, "required": ["name", "indexes", "number_of_shards", "number_of_replicas"]}, "collection": {"type": "object", "properties": {"collectionName": {"type": "string"}, "collectionUsers": {"type": "array", "items": {}}, "collation": {"type": "object", "properties": {}, "required": []}, "dynamic": {"type": "string"}}, "required": ["collectionName", "collectionUsers", "collation", "dynamic"]}, "field": {"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "string"}}, "required": ["name", "dynamic"]}, "patternField": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "multipleField": {"type": "object", "properties": {"primaryKey": {"type": "boolean"}}, "required": ["primaryKey"]}, "subschema": {"type": "object", "properties": {}, "required": []}, "arrayItem": {"type": "object", "properties": {}, "required": []}, "choice": {"type": "object", "properties": {}, "required": []}, "relationship": {"type": "object", "properties": {}, "required": []}, "user": {"type": "object", "properties": {}, "required": []}, "view": {"type": "object", "properties": {"viewOn": {"type": "string"}, "pipeline": {"type": "string"}}, "required": ["viewOn", "pipeline"]}}, "required": ["model", "container", "collection", "field", "patternField", "multipleField", "subschema", "arrayItem", "choice", "relationship", "user", "view"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "2022-04-02", "total" : 3509, "delta" : 2, "version" : "0.17"}, {"date" : "2022-04-08", "total" : 3529, "delta" : 20, "version" : "0.17"}, {"date" : "2022-04-10", "total" : 3538, "delta" : 9, "version" : "0.17"}, {"date" : "2022-04-12", "total" : 3542, "delta" : 4, "version" : "0.17"}, {"date" : "2022-04-13", "total" : 3547, "delta" : 5, "version" : "0.17"}, {"date" : "2022-04-29", "total" : 3588, "delta" : 41, "version" : "0.17"}, {"date" : "2022-04-30", "total" : 3590, "delta" : 2, "version" : "0.17"}, {"date" : "2022-05-03", "total" : 3594, "delta" : 4, "version" : "0.17"}, {"date" : "2022-05-10", "total" : 3608, "delta" : 14, "version" : "0.17"}, {"date" : "2022-05-13", "total" : 3618, "delta" : 10, "version" : "0.17"}, {"date" : "2022-05-14", "total" : 3622, "delta" : 4, "version" : "0.17"}, {"date" : "2022-05-17", "total" : 3631, "delta" : 9, "version" : "0.17"}, {"date" : "2022-06-01", "total" : 3676, "delta" : 45, "version" : "0.17"}, {"date" : "2022-06-05", "total" : 3689, "delta" : 13, "version" : "0.17"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Id" : "245449", "ThreadId" : "71908", "Html" : "<p>Hello!</p>\r\n<p>There is an interesting behavior in my windows forms app. I created a WPF window, added the DataGrid, and presented the window from my windows forms application.This case the cell editor does not work, you cannot type letters in the cell, only spaces, and delete the content. This is strange. I could solve this by creating a UserControl xaml, adding the data grid to the control, and I added the user control to a windows forms window. This way it works. Has anybody faced similar issues? I am using the latest WPF toolkit, latest Visual Studio, latest service pack, latest upgrades... etc.</p>\r\n<p>&nbsp;</p>\r\n<p>Cheers,</p>\r\n<p>Marton</p>\r\n<p>&nbsp;</p>", "PostedDate" : "2009-10-14T01:47:42.293-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "251413", "ThreadId" : "71908", "Html" : "<p>Hello!</p>\r\n<p>I came across the same issue. It took me days to find out that this wasn't my fault (=&gt; wpf beginner).</p>\r\n<p>Interestingly, the ComboBoxColumn does work in some cases (values can be changed). I'll try your workaround right away.</p>\r\n<p>Cheers, Markus</p>\r\n<p>Edit: Works!</p>", "PostedDate" : "2009-10-29T16:21:30.097-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "start-dev": {"type": "string"}}, "required": ["build", "start", "start-dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["discord.js", "node", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/ws": {"type": "string"}}, "required": ["@types/node", "@types/ws"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dspinnerbot", "version" : "1.0.0", "description" : "", "main" : "dist/main.js", "scripts" : {"build" : "tsc", "start" : "node dist/main.js", "start-dev" : "npm run build && node dist/main.js"}, "author" : "", "license" : "ISC", "dependencies" : {"discord.js" : "^12.5.1", "node" : "^15.10.0", "typescript" : "^4.1.3"}, "devDependencies" : {"@types/node" : "^14.14.16", "@types/ws" : "^7.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "start-dev": {"type": "string"}}, "required": ["build", "start", "start-dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["discord.js", "node", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/ws": {"type": "string"}}, "required": ["@types/node", "@types/ws"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MessageNotify\\": {"type": "string"}}, "required": ["MessageNotify\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "keywords", "type", "require", "license", "authors", "support", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "qqingdou/message-notify", "description" : "auto catch exception and notify", "keywords" : ["message", "notify", "exception", "auto", "catch"], "type" : "library", "require" : {"php" : ">=5.4.0"}, "license" : "MIT", "authors" : [{"name" : "alvin", "email" : "pingtang000@foxmail.com"}], "support" : {"issues" : "https://github.com/qqingdou/message-notify/issues?state=open", "source" : "https://github.com/qqingdou/message-notify"}, "autoload" : {"psr-4" : {"MessageNotify\\" : "src/"}}, "extra" : {"branch-alias" : {"dev-master" : "1.0.x-dev"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MessageNotify\\": {"type": "string"}}, "required": ["MessageNotify\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "keywords", "type", "require", "license", "authors", "support", "autoload", "extra"], "$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" : "\u5408\u5bcc\u570b\u969b\u80a1\u4efd\u6709\u9650\u516c\u53f8\u53f0\u4e2d\u4e00\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99672488", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u897f\u5c6f\u5340\u5354\u548c\u91cc\u5de5\u696d\u534037\u8def42\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u4e2d\u5e02\u897f\u5c6f\u5340\u5354\u548c\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u8a31\u50b3\u798f", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "16634705", "\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" : "0921028", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d", "29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d", "32\u5bb6\u5177\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["259\u5176\u4ed6\u91d1\u5c6c\u88fd\u54c1", "293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099", "321\u975e\u91d1\u5c6c\u5bb6\u5177", "322\u91d1\u5c6c\u5bb6\u5177"]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"abstract": {"type": "string"}, "description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["abstract", "description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"abstract" : "https://jsconfbp.com/speakers/sam-bellen.html", "description" : "As a guitar player, I usually use some effect-pedals to change the sound of my guitar. I started wondering: \u201cWhat if, it would be possible to recreate these pedals using the web-audio-api?\u201d. Well, it turns out, it is entirely possible to do so.\n\nThis talk takes you through the basics of the web-audio-api and explains some of the audio-nodes I\u2019ve used to change the live sound of my guitar.\n\nhttp://jsconfbp.com/speakers/sam-bellen.html", "favorite" : "0", "length" : "21:25", "likes" : "78", "recorded" : "2016-05-12", "speakers" : ["sam-bellen"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/BEdFcnI-ppk/hqdefault.jpg", "title" : "Changing live audio with the web-audio-api", "videos" : [{"code" : "BEdFcnI-ppk", "type" : "youtube"}], "views" : "1980"}
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["abstract", "description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"REGION": {"type": "string"}, "LATEST_ADMIN_DATE": {"type": "string"}, "PUBLISHED_DATE": {"type": "string"}}, "required": ["REGION", "LATEST_ADMIN_DATE", "PUBLISHED_DATE"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "METRIC_VALUE": {"type": "number"}}, "required": ["CATEGORY", "METRIC_VALUE"]}}}, "required": ["meta", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"meta" : {"REGION" : "Del Norte", "LATEST_ADMIN_DATE" : "2021-05-25", "PUBLISHED_DATE" : "2021-05-26"}, "data" : [{"CATEGORY" : "Female", "METRIC_VALUE" : 0.524449}, {"CATEGORY" : "Male", "METRIC_VALUE" : 0.47406}, {"CATEGORY" : "Unknown/undifferentiated", "METRIC_VALUE" : 0.001491}]}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"REGION": {"type": "string"}, "LATEST_ADMIN_DATE": {"type": "string"}, "PUBLISHED_DATE": {"type": "string"}}, "required": ["REGION", "LATEST_ADMIN_DATE", "PUBLISHED_DATE"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "METRIC_VALUE": {"type": "number"}}, "required": ["CATEGORY", "METRIC_VALUE"]}}}, "required": ["meta", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ImportPath": {"type": "string"}, "GoVersion": {"type": "string"}, "Deps": {"type": "array", "items": {"type": "object", "properties": {"ImportPath": {"type": "string"}, "Rev": {"type": "string"}}, "required": ["ImportPath", "Rev"]}}}, "required": ["ImportPath", "GoVersion", "Deps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ImportPath" : "github.com/pocke/ekm", "GoVersion" : "go1.4.2", "Deps" : [{"ImportPath" : "github.com/awslabs/aws-sdk-go/aws", "Rev" : "89181488c74e6bbea5e96d1bd0e4bbe409d498a4"}, {"ImportPath" : "github.com/awslabs/aws-sdk-go/internal/endpoints", "Rev" : "89181488c74e6bbea5e96d1bd0e4bbe409d498a4"}, {"ImportPath" : "github.com/awslabs/aws-sdk-go/internal/protocol/ec2query", "Rev" : "89181488c74e6bbea5e96d1bd0e4bbe409d498a4"}, {"ImportPath" : "github.com/awslabs/aws-sdk-go/internal/protocol/query/queryutil", "Rev" : "89181488c74e6bbea5e96d1bd0e4bbe409d498a4"}, {"ImportPath" : "github.com/awslabs/aws-sdk-go/internal/protocol/xml/xmlutil", "Rev" : "89181488c74e6bbea5e96d1bd0e4bbe409d498a4"}, {"ImportPath" : "github.com/awslabs/aws-sdk-go/internal/signer/v4", "Rev" : "89181488c74e6bbea5e96d1bd0e4bbe409d498a4"}, {"ImportPath" : "github.com/awslabs/aws-sdk-go/service/ec2", "Rev" : "89181488c74e6bbea5e96d1bd0e4bbe409d498a4"}, {"ImportPath" : "github.com/codegangsta/cli", "Comment" : "1.2.0-107-g942282e", "Rev" : "942282e931e8286aa802a30b01fa7e16befb50f3"}, {"ImportPath" : "github.com/vaughan0/go-ini", "Rev" : "a98ad7ee00ec53921f08832bc06ecf7fd600e6a1"}]}
json_instruct
{"type": "object", "properties": {"ImportPath": {"type": "string"}, "GoVersion": {"type": "string"}, "Deps": {"type": "array", "items": {"type": "object", "properties": {"ImportPath": {"type": "string"}, "Rev": {"type": "string"}}, "required": ["ImportPath", "Rev"]}}}, "required": ["ImportPath", "GoVersion", "Deps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "county", "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" : "a5de88ed-4c71-4fb0-aed4-5c45778c4524", "name" : "Kingsdown & Ringwould CEP", "code" : "A", "address" : {"addressLine1" : "Glen Road", "addressLine2" : "Kingsdown", "town" : "Deal", "county" : "Kent", "postcode" : "CT14 8DD"}, "organisation" : {"id" : "e93d662c-62f0-4292-aba3-60e6503e14a8", "code" : "2DG", "name" : "East Kent Learning Alliance"}}
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"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "county", "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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"accelerometer": {"type": "string"}, "broadband": {"type": "string"}, "datalogger": {"type": "string"}, "host": {"type": "null"}, "name": {"type": "string"}, "network_code": {"type": "string"}, "start_date": {"type": "string"}, "station_code": {"type": "string"}, "virtual_networks": {"type": "array", "items": {"type": "string"}}}, "required": ["accelerometer", "broadband", "datalogger", "host", "name", "network_code", "start_date", "station_code", "virtual_networks"]}}, "required": ["type", "id", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "CI_ISA", "geometry" : {"type" : "Point", "coordinates" : [-118.474, 35.663, 873]}, "properties" : {"accelerometer" : "", "broadband" : "STS-1", "datalogger" : "--", "host" : null, "name" : "Isabella", "network_code" : "CI", "start_date" : "1991,038", "station_code" : "ISA", "virtual_networks" : ["ANSS"]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"accelerometer": {"type": "string"}, "broadband": {"type": "string"}, "datalogger": {"type": "string"}, "host": {"type": "null"}, "name": {"type": "string"}, "network_code": {"type": "string"}, "start_date": {"type": "string"}, "station_code": {"type": "string"}, "virtual_networks": {"type": "array", "items": {"type": "string"}}}, "required": ["accelerometer", "broadband", "datalogger", "host", "name", "network_code", "start_date", "station_code", "virtual_networks"]}}, "required": ["type", "id", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dersam/rt-php-lib", "type" : "library", "description" : "Wrapper class for Request Tracker REST API", "keywords" : ["request tracker", "rest", "rt", "rt3", "rt4"], "homepage" : "http://dersam.github.com/RTPHPLib/", "license" : "MIT", "authors" : [{"name" : "Sam Schmidt", "email" : "samuel@dersam.net", "homepage" : "https://github.com/dersam"}], "support" : {"issues" : "https://github.com/dersam/RTPHPLib/issues"}, "require" : {"php" : ">=5.3.0"}, "autoload" : {"classmap" : ["RequestTracker.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-rgxg-7vf9-fg6x", "modified" : "2022-05-13T01:52:47Z", "published" : "2022-05-13T01:52:47Z", "aliases" : ["CVE-2018-5340"], "details" : "An issue was discovered in Zoho ManageEngine Desktop Central 10.0.124 and 10.0.184: database access using a superuser account (specifically, an account with permission to write to the filesystem via SQL queries).", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2018-5340"}, {"type" : "WEB", "url" : "https://www.manageengine.com/products/desktop-central/query-restriction-bypass-vulnerability.html"}, {"type" : "WEB", "url" : "https://www.nccgroup.trust/uk/our-research/technical-advisory-multiple-vulnerabilities-in-manageengine-desktop-central/"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"b13638f422401eeda204638eeda960fa\"", "Last-Modified" : "Mon, 27 Jul 2020 00:07:47 GMT", "base" : {"repo" : {"name" : "fisspy-feedstock"}}, "closed_at" : "2020-07-27T00:07:47Z", "created_at" : "2019-08-16T03:24:57Z", "draft" : false, "head" : {"ref" : "0.9.61"}, "html_url" : "https://github.com/conda-forge/fisspy-feedstock/pull/2", "id" : 307927065, "labels" : [], "mergeable" : false, "mergeable_state" : "dirty", "merged" : false, "merged_at" : null, "number" : 2, "state" : "closed", "updated_at" : "2020-07-27T00:07:47Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"jquery.flexdatalist.css": {"type": "string"}, "jquery.flexdatalist.js": {"type": "string"}, "jquery.flexdatalist.min.css": {"type": "string"}, "jquery.flexdatalist.min.js": {"type": "string"}}, "required": ["jquery.flexdatalist.css", "jquery.flexdatalist.js", "jquery.flexdatalist.min.css", "jquery.flexdatalist.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.flexdatalist.css" : "sha256-S8iQpeTnVe2ueF/a7sKVaPfGIRqPQun7l6HTGkbdI1c=", "jquery.flexdatalist.js" : "sha256-juWLa7xoDFzwvY0sC/QDms3Ndqlbk2YCOrksxU71968=", "jquery.flexdatalist.min.css" : "sha256-Es39yk+Miuc5WvyM0vvj2BHGMYBD9nXJSd+w8exzYiA=", "jquery.flexdatalist.min.js" : "sha256-H7nNejLTvjRDXN0nMwEZEHQjlIpxGEgLgId4+isonr0="}
json_instruct
{"type": "object", "properties": {"jquery.flexdatalist.css": {"type": "string"}, "jquery.flexdatalist.js": {"type": "string"}, "jquery.flexdatalist.min.css": {"type": "string"}, "jquery.flexdatalist.min.js": {"type": "string"}}, "required": ["jquery.flexdatalist.css", "jquery.flexdatalist.js", "jquery.flexdatalist.min.css", "jquery.flexdatalist.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "mode": {"type": "string"}}, "required": ["name", "type", "mode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "member_id", "type" : "INTEGER", "mode" : "REQUIRED"}, {"name" : "event_id", "type" : "INTEGER", "mode" : "REQUIRED"}, {"name" : "group_id", "type" : "INTEGER", "mode" : "REQUIRED"}, {"name" : "response", "type" : "STRING", "mode" : "REQUIRED"}, {"name" : "guests", "type" : "INTEGER", "mode" : "REQUIRED"}, {"name" : "created_at", "type" : "DATETIME", "mode" : "REQUIRED"}, {"name" : "updated_at", "type" : "DATETIME", "mode" : "REQUIRED"}, {"name" : "requested_at", "type" : "DATETIME", "mode" : "REQUIRED"}, {"name" : "inserted_at", "type" : "DATETIME", "mode" : "REQUIRED"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "mode": {"type": "string"}}, "required": ["name", "type", "mode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x3e121d5ab1b3f9998adb5324b17f91d75acac47a", "tool" : "osiris", "start" : 1564590599.9240818, "end" : 1564590602.385342, "duration" : 2.4612600803375244, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[145.0, 40.75], [145.0, 40.833333333333336], [145.125, 40.833333333333336], [145.125, 40.75], [145.0, 40.75]]]}, "properties" : {"code" : 614510, "url" : "http://madefor.github.io/0410/api/v1/614510.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/614510.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1967, "sex" : "F", "n" : 5, "prop" : 2.91e-06}, {"year" : 1981, "sex" : "F", "n" : 7, "prop" : 3.91e-06}, {"year" : 1982, "sex" : "F", "n" : 7, "prop" : 3.86e-06}, {"year" : 1986, "sex" : "F", "n" : 6, "prop" : 3.25e-06}, {"year" : 1989, "sex" : "F", "n" : 5, "prop" : 2.51e-06}, {"year" : 2011, "sex" : "F", "n" : 5, "prop" : 2.58e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build-dev": {"type": "string"}, "build-prod": {"type": "string"}, "build": {"type": "string"}, "build-lib": {"type": "string"}}, "required": ["start", "build-dev", "build-prod", "build", "build-lib"]}, "dependencies": {"type": "object", "properties": {"luma.gl": {"type": "string"}}, "required": ["luma.gl"]}, "devDependencies": {"type": "object", "properties": {"babel-loader": {"type": "string"}, "babel-plugin-add-module-exports": {"type": "string"}, "babel-plugin-external-helpers": {"type": "string"}, "cross-env": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-loader", "babel-plugin-add-module-exports", "babel-plugin-external-helpers", "cross-env", "eslint", "eslint-loader", "webpack", "webpack-dev-server"]}}, "required": ["description", "license", "contributors", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "luma.gl port of the Khronos Physically-Based Rendering reference application", "license" : "MIT", "contributors" : [], "scripts" : {"start" : "yarn build-lib && open index.html", "build-dev" : "webpack", "build-prod" : "webpack --env minified", "build" : "mkdir -p dist/lib dist/es && yarn build-dev && yarn build-prod", "build-lib" : "mkdir -p dist && (cd ../../modules/script && yarn build-dev && cp dist/lumagl.js ../../examples/pbr/dist)"}, "dependencies" : {"luma.gl" : "^8.1.0-beta.1"}, "devDependencies" : {"babel-loader" : "^8.0.0-beta", "babel-plugin-add-module-exports" : "^0.2.1", "babel-plugin-external-helpers" : "^6.3.15", "cross-env" : "^5.0.5", "eslint" : "^4.8.0", "eslint-loader" : "^1.9.0", "webpack" : "^4.3.0", "webpack-dev-server" : "^3.1.3"}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build-dev": {"type": "string"}, "build-prod": {"type": "string"}, "build": {"type": "string"}, "build-lib": {"type": "string"}}, "required": ["start", "build-dev", "build-prod", "build", "build-lib"]}, "dependencies": {"type": "object", "properties": {"luma.gl": {"type": "string"}}, "required": ["luma.gl"]}, "devDependencies": {"type": "object", "properties": {"babel-loader": {"type": "string"}, "babel-plugin-add-module-exports": {"type": "string"}, "babel-plugin-external-helpers": {"type": "string"}, "cross-env": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-loader", "babel-plugin-add-module-exports", "babel-plugin-external-helpers", "cross-env", "eslint", "eslint-loader", "webpack", "webpack-dev-server"]}}, "required": ["description", "license", "contributors", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MultiPolygon", "coordinates" : [[[[-75.266038, 44.3206], [-75.261116, 44.324565], [-75.260774, 44.324845], [-75.260253, 44.325213], [-75.259353, 44.32585], [-75.258043, 44.326781], [-75.254449, 44.329813], [-75.254324, 44.329918], [-75.254567, 44.330055], [-75.255214, 44.330356], [-75.256062, 44.33071], [-75.256625, 44.330895], [-75.257011, 44.33098], [-75.257342, 44.331018], [-75.257628, 44.331018], [-75.257813, 44.33098], [-75.258006, 44.330911], [-75.258183, 44.330826], [-75.25832, 44.330879], [-75.258948, 44.33112], [-75.259718, 44.331825], [-75.259227, 44.331815], [-75.259101, 44.331835], [-75.259023, 44.331876], [-75.258913, 44.331988], [-75.258572, 44.331816], [-75.258175, 44.331654], [-75.257677, 44.331481], [-75.257379, 44.332009], [-75.255691, 44.331587], [-75.25471, 44.331165], [-75.254273, 44.330939], [-75.254122, 44.331059], [-75.253387, 44.330634], [-75.249649, 44.333568], [-75.246201, 44.330322], [-75.238217, 44.324703], [-75.237359, 44.324111], [-75.243594, 44.319989], [-75.243667, 44.319944], [-75.244093, 44.31967], [-75.247964, 44.31712], [-75.249707, 44.315778], [-75.251531, 44.315707], [-75.251853, 44.315695], [-75.252137, 44.315696], [-75.252627, 44.3157], [-75.253369, 44.315673], [-75.253952, 44.315627], [-75.254568, 44.315547], [-75.254965, 44.315468], [-75.255468, 44.315335], [-75.256455, 44.315004], [-75.256925, 44.314779], [-75.257421, 44.314515], [-75.257786, 44.314772], [-75.258271, 44.315096], [-75.258589, 44.315323], [-75.260133, 44.316565], [-75.261515, 44.31759], [-75.262113, 44.317998], [-75.262339, 44.318143], [-75.266038, 44.3206]]]], "properties" : {"id" : "usa-ny-edwards-city", "type" : "city", "name" : "Edwards", "code" : "3623635"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"liveId" : "5a37adfb0cf21e6b1ed4955a", "title" : "\u77f3\u52e4\u7684\u76f4\u64ad\u95f4", "subTitle" : "hello\uff5e", "picPath" : "/mediasource/live/151359845834141q75iaPPt.jpg", "startTime" : 1513598458965, "memberId" : 614758, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a37adfb0cf21e6b1ed4955a.lrc", "streamPath" : "http://2519.liveplay.myqcloud.com/live/2519_3488614.flv", "screenMode" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"menu": {"type": "object", "properties": {"menu": {"type": "string"}, "menu2": {"type": "string"}}, "required": ["menu", "menu2"]}, "schema": {"type": "object", "properties": {"id": {"type": "integer"}, "fwh": {"type": "string"}, "dtime": {"type": "string"}, "filename": {"type": "string"}, "zsdw": {"type": "string"}, "nwbm": {"type": "string"}, "nwqz": {"type": "string"}}, "required": ["id", "fwh", "dtime", "filename", "zsdw", "nwbm", "nwqz"]}}, "required": ["menu", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"menu" : {"menu" : "\u6536\u53d1\u6587", "menu2" : "\u53d1\u6587\uff08\u653f\u5e9c\uff09"}, "schema" : {"id" : 1, "fwh" : "\u53d1\u6587\u53f7", "dtime" : "\u53d1\u6587\u65e5\u671f", "filename" : "\u6587\u4ef6\u540d\u79f0", "zsdw" : "\u795d\u9882\u5355\u4f4d", "nwbm" : "\u62df\u6587\u90e8\u95e8", "nwqz" : "\u62df\u6587\u4eba\u7b7e\u5b57"}}
json_instruct
{"type": "object", "properties": {"menu": {"type": "object", "properties": {"menu": {"type": "string"}, "menu2": {"type": "string"}}, "required": ["menu", "menu2"]}, "schema": {"type": "object", "properties": {"id": {"type": "integer"}, "fwh": {"type": "string"}, "dtime": {"type": "string"}, "filename": {"type": "string"}, "zsdw": {"type": "string"}, "nwbm": {"type": "string"}, "nwqz": {"type": "string"}}, "required": ["id", "fwh", "dtime", "filename", "zsdw", "nwbm", "nwqz"]}}, "required": ["menu", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101875349, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "6956acdbe0fd55111acbea428c45a663", "wof:id" : 101875349, "wof:repo" : "whosonfirst-data-admin-ua"}, "bbox" : [32.73274, 46.67885, 32.73274, 46.67885], "geometry" : {"coordinates" : [32.73274, 46.67885], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"question": {"type": "object", "properties": {"id": {"type": "string"}, "category": {"type": "string"}, "nerd_level": {"type": "integer"}, "text": {"type": "string"}, "a1": {"type": "string"}, "a2": {"type": "string"}, "a3": {"type": "string"}, "a4": {"type": "string"}, "right_answer": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["id", "category", "nerd_level", "text", "a1", "a2", "a3", "a4", "right_answer", "created_at", "created_by"]}}, "required": ["question"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"question" : {"id" : "", "category" : "algorithms", "nerd_level" : 3, "text" : "Which one is the fastest sorting algorithm?", "a1" : "Selection Sort", "a2" : "Quick Sort", "a3" : "Bubble Sort", "a4" : "All the same", "right_answer" : "a2", "created_at" : "2011-06-20", "created_by" : "eray"}}
json_instruct
{"type": "object", "properties": {"question": {"type": "object", "properties": {"id": {"type": "string"}, "category": {"type": "string"}, "nerd_level": {"type": "integer"}, "text": {"type": "string"}, "a1": {"type": "string"}, "a2": {"type": "string"}, "a3": {"type": "string"}, "a4": {"type": "string"}, "right_answer": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["id", "category", "nerd_level", "text", "a1", "a2", "a3", "a4", "right_answer", "created_at", "created_by"]}}, "required": ["question"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"CVE": {"type": "string"}, "state": {"type": "string"}, "repository": {"type": "string"}, "prePatch": {"type": "object", "properties": {"commit": {"type": "string"}, "weaknesses": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "integer"}}, "required": ["file", "line"]}, "explanation": {"type": "string"}}, "required": ["location", "explanation"]}}}, "required": ["commit", "weaknesses"]}, "postPatch": {"type": "object", "properties": {"commit": {"type": "string"}}, "required": ["commit"]}, "CWEs": {"type": "array", "items": {"type": "string"}}}, "required": ["CVE", "state", "repository", "prePatch", "postPatch", "CWEs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CVE" : "CVE-2018-3732", "state" : "PUBLISHED", "repository" : "https://github.com/pillarjs/resolve-path.git", "prePatch" : {"commit" : "7330f714649ae4f10de73837f5c9fcfdc7979697", "weaknesses" : [{"location" : {"file" : "index.js", "line" : 89}, "explanation" : "Lack of file path sanitization for windows based paths"}]}, "postPatch" : {"commit" : "fe5b8052cafd35fcdafe9210e100e9050b37d2a0"}, "CWEs" : ["CWE-22"]}
json_instruct
{"type": "object", "properties": {"CVE": {"type": "string"}, "state": {"type": "string"}, "repository": {"type": "string"}, "prePatch": {"type": "object", "properties": {"commit": {"type": "string"}, "weaknesses": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "integer"}}, "required": ["file", "line"]}, "explanation": {"type": "string"}}, "required": ["location", "explanation"]}}}, "required": ["commit", "weaknesses"]}, "postPatch": {"type": "object", "properties": {"commit": {"type": "string"}}, "required": ["commit"]}, "CWEs": {"type": "array", "items": {"type": "string"}}}, "required": ["CVE", "state", "repository", "prePatch", "postPatch", "CWEs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"leaf_type": {"type": "string"}, "branching_factor": {"type": "number"}, "bark_type": {"type": "string"}, "height": {"type": "number"}}, "required": ["leaf_type", "branching_factor", "bark_type", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"leaf_type" : "wide", "branching_factor" : 50.4, "bark_type" : "naked", "height" : 68.6}
json_instruct
{"type": "object", "properties": {"leaf_type": {"type": "string"}, "branching_factor": {"type": "number"}, "bark_type": {"type": "string"}, "height": {"type": "number"}}, "required": ["leaf_type", "branching_factor", "bark_type", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"appid": {"type": "string"}, "appkey": {"type": "string"}, "apptitle": {"type": "string"}, "connectiontag": {"type": "string"}, "host": {"type": "string"}, "projectid": {"type": "string"}}, "required": ["appid", "appkey", "apptitle", "connectiontag", "host", "projectid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appid" : "s5b4da7o4lgmz7i7pzfqu67t", "appkey" : "2229bae112205971d3587f91e91c01b9cec76322", "apptitle" : "Barcode Scanner Angular", "connectiontag" : "0.0.3", "host" : "https://jfrizelle.us.demos.redhatmobile.com", "projectid" : "s5b4dazmbtmq5pgmeoyrncif"}
json_instruct
{"type": "object", "properties": {"appid": {"type": "string"}, "appkey": {"type": "string"}, "apptitle": {"type": "string"}, "connectiontag": {"type": "string"}, "host": {"type": "string"}, "projectid": {"type": "string"}}, "required": ["appid", "appkey", "apptitle", "connectiontag", "host", "projectid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 300\u00b0F. Place chicken halves skin side up in roasting pan. Place 3 slices pancetta atop each chicken half. Pour wine and vinegar over chicken. Sprinkle garlic and rosemary over. Drizzle chicken with olive oil. Cover and bake until chicken is cooked through, about 1 hour 45 minutes. Transfer chicken to baking sheet; tent with foil to keep warm.", "Preheat broiler. Pour pan juices into small saucepan. Spoon fat from top of pan juices. Boil juices until reduces to 1 cup, about 25 minutes.", "Meanwhile, broil chicken until pancetta and chicken are golden brown, about 6 minutes.", "Transfer chicken to plates. Pour reduces pan juices over chicken. Garnish with rosemary sprigs, if desired."], "ingredients" : ["1 3 3/4-pound whole chicken, halved, backbone removed", "6 1-ounce slices pancetta", "1 1/2 cups dry white wine", "1/2 cup balsamic vinegar", "3 tablespoons finely chopped garlic", "2 teaspoons minced fresh rosemary", "1/4 cup olive oil (preferably extra-virgin)", "Fresh rosemary sprigs (optional)"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Chicken", "Garlic", "Bake", "Broil", "Vinegar", "Rosemary", "Bacon", "Boil"], "title" : "Chicken with Rosemary, Pancetta and Balsamic Vinegar", "url" : "http://www.epicurious.com/recipes/food/views/chicken-with-rosemary-pancetta-and-balsamic-vinegar-4296"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["Patreon", "arctur", "gsap"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"an4.77:0.1": {"type": "string"}, "an4.77:0.2": {"type": "string"}, "an4.77:0.3": {"type": "string"}, "an4.77:1.1": {"type": "string"}, "an4.77:1.2": {"type": "string"}, "an4.77:1.3": {"type": "string"}, "an4.77:1.4": {"type": "string"}, "an4.77:1.5": {"type": "string"}, "an4.77:1.6": {"type": "string"}, "an4.77:1.7": {"type": "string"}, "an4.77:1.8": {"type": "string"}, "an4.77:1.9": {"type": "string"}, "an4.77:1.10": {"type": "string"}, "an4.77:1.11": {"type": "string"}}, "required": ["an4.77:0.1", "an4.77:0.2", "an4.77:0.3", "an4.77:1.1", "an4.77:1.2", "an4.77:1.3", "an4.77:1.4", "an4.77:1.5", "an4.77:1.6", "an4.77:1.7", "an4.77:1.8", "an4.77:1.9", "an4.77:1.10", "an4.77:1.11"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an4.77:0.1" : "Nummerierte Lehrreden 4 ", "an4.77:0.2" : "8. Gesichert ", "an4.77:0.3" : "77. Durch Denken nicht zu fassen ", "an4.77:1.1" : "\u201eM\u00f6nche und Nonnen, diese vier Dinge sind durch Denken nicht zu fassen. Man sollte nicht dar\u00fcber nachdenken, und jeder, der es versucht, wird verr\u00fcckt oder entmutigt werden. ", "an4.77:1.2" : "Welche vier? ", "an4.77:1.3" : "Die Reichweite der Buddhas ist durch Denken nicht zu fassen. ", "an4.77:1.4" : " ", "an4.77:1.5" : "Die Reichweite eines Menschen in Versenkung ist durch Denken nicht zu fassen. ", "an4.77:1.6" : " ", "an4.77:1.7" : "Die Ergebnisse der Taten sind durch Denken nicht zu fassen. ", "an4.77:1.8" : " ", "an4.77:1.9" : "Mutma\u00dfungen \u00fcber die Welt sind durch Denken nicht zu fassen. ", "an4.77:1.10" : " ", "an4.77:1.11" : "Das sind die vier Dinge, die durch Denken nicht zu fassen sind. Man sollte nicht dar\u00fcber nachdenken, und jeder, der es versucht, wird verr\u00fcckt oder entmutigt werden.\u201c "}
json_instruct
{"type": "object", "properties": {"an4.77:0.1": {"type": "string"}, "an4.77:0.2": {"type": "string"}, "an4.77:0.3": {"type": "string"}, "an4.77:1.1": {"type": "string"}, "an4.77:1.2": {"type": "string"}, "an4.77:1.3": {"type": "string"}, "an4.77:1.4": {"type": "string"}, "an4.77:1.5": {"type": "string"}, "an4.77:1.6": {"type": "string"}, "an4.77:1.7": {"type": "string"}, "an4.77:1.8": {"type": "string"}, "an4.77:1.9": {"type": "string"}, "an4.77:1.10": {"type": "string"}, "an4.77:1.11": {"type": "string"}}, "required": ["an4.77:0.1", "an4.77:0.2", "an4.77:0.3", "an4.77:1.1", "an4.77:1.2", "an4.77:1.3", "an4.77:1.4", "an4.77:1.5", "an4.77:1.6", "an4.77:1.7", "an4.77:1.8", "an4.77:1.9", "an4.77:1.10", "an4.77:1.11"], "$schema": "http://json-schema.org/draft-07/schema#"}