input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "MDR i\u00e7in Desert Tech tutama\u00e7 blk", "ShortName" : "MDR El kunda\u011f\u0131", "Description" : "MDR i\u00e7in Desert Tech el kunda\u011f\u0131 ek cihaz ve aksesuarlar\u0131n montaj\u0131 i\u00e7in M-LOK aray\u00fcz\u00fc ile donat\u0131lm\u0131\u015ft\u0131r. Siyah varyasyon."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ROMILA", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"limit" : 100, "name" : "Imphide hood", "value" : 200, "highalch" : 120, "id" : 25845, "lowalch" : 80, "name_pt" : "Capuz de pele de diabinho", "price" : 827, "last" : 827}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$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"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "bignumber.js": {"type": "string"}, "ethereumjs-tx": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "gulp": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-watch": {"type": "string"}, "lodash": {"type": "string"}, "lodash.template": {"type": "string"}, "multer": {"type": "string"}, "node-uuid": {"type": "string"}, "qr-image": {"type": "string"}, "rlp": {"type": "string"}, "secp256k1": {"type": "string"}, "sqlite": {"type": "string"}, "web3": {"type": "string"}, "web3-eth": {"type": "string"}, "web3-eth-personal": {"type": "string"}, "winston": {"type": "string"}, "xlsx": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-stage-2", "bignumber.js", "ethereumjs-tx", "express", "fs-extra", "gulp", "gulp-babel", "gulp-watch", "lodash", "lodash.template", "multer", "node-uuid", "qr-image", "rlp", "secp256k1", "sqlite", "web3", "web3-eth", "web3-eth-personal", "winston", "xlsx"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}}, "required": ["name", "version", "main", "directories", "scripts", "author", "license", "dependencies", "devDependencies", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wallet", "version" : "1.0.0", "main" : "server.js", "directories" : {"lib" : "lib"}, "scripts" : {"build" : "browserify --require ./src/index.js:wal ./src/index.js > ./public/js/page/wal.js"}, "author" : "", "license" : "ISC", "dependencies" : {"babel-core" : "^6.26.3", "babel-loader" : "^7.1.5", "babel-preset-es2015" : "^6.24.1", "babel-preset-stage-2" : "^6.24.1", "bignumber.js" : "^7.2.1", "ethereumjs-tx" : "^1.3.6", "express" : "^4.16.3", "fs-extra" : "^6.0.1", "gulp" : "^3.9.1", "gulp-babel" : "^7.0.0", "gulp-watch" : "^5.0.0", "lodash" : "^4.17.15", "lodash.template" : "4.5.0", "multer" : "^1.3.0", "node-uuid" : "^1.4.8", "qr-image" : "^3.2.0", "rlp" : "^2.1.0", "secp256k1" : "^3.4.0", "sqlite" : "^3.0.0", "web3" : "^1.0.0-beta.21", "web3-eth" : "^1.0.0-beta.21", "web3-eth-personal" : "^1.0.0-beta.21", "winston" : "^3.1.0", "xlsx" : "^0.14.0"}, "devDependencies" : {}, "description" : ""}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "bignumber.js": {"type": "string"}, "ethereumjs-tx": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "gulp": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-watch": {"type": "string"}, "lodash": {"type": "string"}, "lodash.template": {"type": "string"}, "multer": {"type": "string"}, "node-uuid": {"type": "string"}, "qr-image": {"type": "string"}, "rlp": {"type": "string"}, "secp256k1": {"type": "string"}, "sqlite": {"type": "string"}, "web3": {"type": "string"}, "web3-eth": {"type": "string"}, "web3-eth-personal": {"type": "string"}, "winston": {"type": "string"}, "xlsx": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-stage-2", "bignumber.js", "ethereumjs-tx", "express", "fs-extra", "gulp", "gulp-babel", "gulp-watch", "lodash", "lodash.template", "multer", "node-uuid", "qr-image", "rlp", "secp256k1", "sqlite", "web3", "web3-eth", "web3-eth-personal", "winston", "xlsx"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}}, "required": ["name", "version", "main", "directories", "scripts", "author", "license", "dependencies", "devDependencies", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : ["modules/*"], "version" : "0.0.2"}
json_instruct
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accession_number" : "1986.247", "actors" : [], "creation_date" : "about 1700", "credit_line" : "Gift of Mr. and Mrs. Norris Gary Chumley", "cultures" : [], "dimensions" : "H: 19 in.", "dynasty" : null, "images" : [], "irn" : 1205, "materials" : "gilt bronze", "on_view" : true, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "Maitreya"}
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"username" : "Snowden", "password" : "I hate NSA"}, {"username" : "Sheldon", "password" : "I love trains"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"postal_code" : "27840", "place_name" : "El Ancora", "place_type" : "Ejido", "county" : "San Pedro", "state" : "Coahuila de Zaragoza", "city" : "San Pedro"}, {"postal_code" : "27840", "place_name" : "Proletaria Benito Ju\u00e1rez", "place_type" : "Colonia", "county" : "San Pedro", "state" : "Coahuila de Zaragoza", "city" : "San Pedro"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "object", "properties": {"tagged": {"type": "array", "items": {"type": "string"}}, "code": {"type": "string"}, "title": {"type": "string"}, "credits": {"type": "string"}}, "required": ["tagged", "code", "title", "credits"]}}}, "required": ["modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"modules" : [{"tagged" : ["ITProfessionalism"], "code" : "IS1103", "title" : "Ethics in Computing", "credits" : "4"}, {"tagged" : ["ITProfessionalism"], "code" : "CS2101", "title" : "Effective Communication for Computing Professionals", "credits" : "4"}, {"tagged" : ["ITProfessionalism"], "code" : "ES2660", "title" : "Communicating in the Information Age", "credits" : "4"}]}
json_instruct
{"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "object", "properties": {"tagged": {"type": "array", "items": {"type": "string"}}, "code": {"type": "string"}, "title": {"type": "string"}, "credits": {"type": "string"}}, "required": ["tagged", "code", "title", "credits"]}}}, "required": ["modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-07-04T14:00:00Z", "Temp" : 31.8, "RelHum" : 31, "WindSpeed" : 6.5, "WindDir" : 306}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["C:\\Users\\neeli\\Downloads\\flutter_windows_2.10.0-stable\\slide_puzzle-release\\lib/l10n/arb\\app_en.arb"], "outputs" : ["C:\\Users\\neeli\\Downloads\\flutter_windows_2.10.0-stable\\slide_puzzle-release\\.dart_tool\\flutter_gen\\gen_l10n\\app_localizations_en.dart", "C:\\Users\\neeli\\Downloads\\flutter_windows_2.10.0-stable\\slide_puzzle-release\\.dart_tool\\flutter_gen\\gen_l10n\\app_localizations.dart"]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"generator-angularjs-library": {"type": "object", "properties": {"props": {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "libraryName": {"type": "object", "properties": {"original": {"type": "string"}, "camelized": {"type": "string"}, "dasherized": {"type": "string"}, "slugified": {"type": "string"}, "parts": {"type": "array", "items": {"type": "string"}}}, "required": ["original", "camelized", "dasherized", "slugified", "parts"]}, "includeModuleDirectives": {"type": "boolean"}, "includeModuleFilters": {"type": "boolean"}, "includeModuleServices": {"type": "boolean"}, "includeAngularModuleResource": {"type": "boolean"}, "includeAngularModuleCookies": {"type": "boolean"}, "includeAngularModuleSanitize": {"type": "boolean"}, "librarySrcDirectory": {"type": "string"}, "libraryUnitTestDirectory": {"type": "string"}, "libraryUnitE2eDirectory": {"type": "string"}}, "required": ["author", "libraryName", "includeModuleDirectives", "includeModuleFilters", "includeModuleServices", "includeAngularModuleResource", "includeAngularModuleCookies", "includeAngularModuleSanitize", "librarySrcDirectory", "libraryUnitTestDirectory", "libraryUnitE2eDirectory"]}}, "required": ["props"]}}, "required": ["generator-angularjs-library"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generator-angularjs-library" : {"props" : {"author" : {"name" : "Aymeric Derbois", "email" : "aymeric.derbois@evest.fr"}, "libraryName" : {"original" : "Angular Format Number", "camelized" : "angularFormatNumber", "dasherized" : "angular-format-number", "slugified" : "angular-format-number", "parts" : ["angular", "format", "number"]}, "includeModuleDirectives" : true, "includeModuleFilters" : false, "includeModuleServices" : false, "includeAngularModuleResource" : false, "includeAngularModuleCookies" : false, "includeAngularModuleSanitize" : false, "librarySrcDirectory" : "src/angular-format-number", "libraryUnitTestDirectory" : "test/unit/angular-format-number", "libraryUnitE2eDirectory" : "test/e2e/angular-format-number"}}}
json_instruct
{"type": "object", "properties": {"generator-angularjs-library": {"type": "object", "properties": {"props": {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "libraryName": {"type": "object", "properties": {"original": {"type": "string"}, "camelized": {"type": "string"}, "dasherized": {"type": "string"}, "slugified": {"type": "string"}, "parts": {"type": "array", "items": {"type": "string"}}}, "required": ["original", "camelized", "dasherized", "slugified", "parts"]}, "includeModuleDirectives": {"type": "boolean"}, "includeModuleFilters": {"type": "boolean"}, "includeModuleServices": {"type": "boolean"}, "includeAngularModuleResource": {"type": "boolean"}, "includeAngularModuleCookies": {"type": "boolean"}, "includeAngularModuleSanitize": {"type": "boolean"}, "librarySrcDirectory": {"type": "string"}, "libraryUnitTestDirectory": {"type": "string"}, "libraryUnitE2eDirectory": {"type": "string"}}, "required": ["author", "libraryName", "includeModuleDirectives", "includeModuleFilters", "includeModuleServices", "includeAngularModuleResource", "includeAngularModuleCookies", "includeAngularModuleSanitize", "librarySrcDirectory", "libraryUnitTestDirectory", "libraryUnitE2eDirectory"]}}, "required": ["props"]}}, "required": ["generator-angularjs-library"], "$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"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d122-179", "text" : "AFFILIATE MEMBERS\nInstitution\nContact Person Address\nEvangelical Lutheran Church\n(Minneapolis)\nJanies V. Anderson,\nDir., Radio-TV\n422 S. Fifth St.\nMinneapolis, Minn.\nMISSISSIPPI (Region II)\nMississippi Southern College\n(Hattiesburg)\n' 2/ys7\nNEBRASKA (Region IV)\nUniversity of Omaha\n(Omaha)\nThomas B. Maclin, Jr.\nDir., Radio-TV\n2>e ^KPrs/ciS. Jort&<r*SEn/\nJ>f&->\nUN'Uzki-rjP&Tcb'*5\nDr. Paul D. Borge, Dir. 60th & Dodge\nRadio and TV Omaha, Neb.\nipA\nNEW JERSEY (Region I)\n\u00ab4krtrahJTnstmg Service\nPrinceton)\nDerTleiijamiii Shimberg 20 Nassau St.\nAsst, to the-Rre&ident Princeton, N. J.\nA' NEW YORK (Region I)\nStat'd University Certtcgrfor\nTeachers\n(Buffalo)\nDc-Patd-Smay 1 30fr- EhnwooehA ve.\nDie.r--Visual Eduction Buffalo, Nr Y.\nQueens College\n(Flushing)\nDr. Robert P. Crawford Flushing 67, N. Y.\nDir., Radio & TV\nHofstra College Dr. Frank Iezzi\n(Hempstead) Asst. Professor\nif >j \"77\u2018 Lf\n// '\u00b0/<0/ST\nHempstead, N. Y.\nPhone\nFE 2-3474\nJuniper 4-8411\nExt. 225\nGlendale 4700\nPR-N3W0-\noit nijC>oori\no U ^\nIN 3-2456\nIvanhoe 9-7000\n32"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDir": {"type": "string"}, "baseUrl": {"type": "string"}, "declarationDir": {"type": "null"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "module": {"type": "string"}, "declaration": {"type": "boolean"}}, "required": ["outDir", "rootDir", "baseUrl", "declarationDir", "allowSyntheticDefaultImports", "module", "declaration"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "./tsconfig", "compilerOptions" : {"outDir" : "lib", "rootDir" : "ts", "baseUrl" : ".", "declarationDir" : null, "allowSyntheticDefaultImports" : true, "module" : "commonjs", "declaration" : false}, "include" : ["ts/**/*.ts"], "exclude" : ["node_modules/**"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDir": {"type": "string"}, "baseUrl": {"type": "string"}, "declarationDir": {"type": "null"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "module": {"type": "string"}, "declaration": {"type": "boolean"}}, "required": ["outDir", "rootDir", "baseUrl", "declarationDir", "allowSyntheticDefaultImports", "module", "declaration"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"type": "string"}}, "required": ["SPRequestGuid", "SPClientServiceRequestDuration", "X-SharePointHealthScore", "X-SP-SERVERSTATE"]}, "Response": {"type": "string"}}, "required": ["IsSuccessStatusCode", "StatusCode", "Headers", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsSuccessStatusCode" : true, "StatusCode" : 200, "Headers" : {"SPRequestGuid" : "adf60ca0-a05b-3000-787b-4ac449b0da7a", "SPClientServiceRequestDuration" : "130", "X-SharePointHealthScore" : "2", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"odata.null\":true}"}
json_instruct
{"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"type": "string"}}, "required": ["SPRequestGuid", "SPClientServiceRequestDuration", "X-SharePointHealthScore", "X-SP-SERVERSTATE"]}, "Response": {"type": "string"}}, "required": ["IsSuccessStatusCode", "StatusCode", "Headers", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"upper_left_x" : 148.32910073245918, "upper_left_y" : 115.60944615912254, "bottom_right_x" : 540.9649556124981, "bottom_right_y" : 693.6566769547352, "time" : 1480345133105, "is_final" : true, "event_type" : "movement", "op_order" : 92, "id" : 92}
json_instruct
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$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" : "sheol", "definition" : "The place of departed spirits; Hades; also, the grave. For thou wilt not leave my soul to sheel. Ps. xvi. 10. (Rev. Ver.)"}
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": {"profiles": {"type": "object", "properties": {"SqlConsole.Host": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["SqlConsole.Host"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"profiles" : {"SqlConsole.Host" : {"commandName" : "Project", "commandLineArgs" : "console sqlite --data-source=:memory:"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"SqlConsole.Host": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["SqlConsole.Host"]}}, "required": ["profiles"], "$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"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "421321109001", "text" : "\u5317\u56ed\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109002", "text" : "\u7d2b\u91d1\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109003", "text" : "\u6587\u5cf0\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109004", "text" : "\u9a95\u9aa6\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109200", "text" : "\u534e\u5b9d\u5c71\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109201", "text" : "\u6c34\u5e9c\u5e99\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109202", "text" : "\u6d2a\u5e99\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109203", "text" : "\u7fa4\u8054\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109204", "text" : "\u53cc\u7a3b\u9999\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109205", "text" : "\u7802\u5b50\u5c97\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109206", "text" : "\u4e24\u6c34\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109207", "text" : "\u6c5f\u4e49\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109208", "text" : "\u9ec4\u5bb6\u5e99\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109209", "text" : "\u91d1\u5be8\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109210", "text" : "\u8fce\u9e64\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109211", "text" : "\u7389\u7687\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109212", "text" : "\u77f3\u4f5b\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109213", "text" : "\u6768\u5be8\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109214", "text" : "\u798f\u5fe0\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109215", "text" : "\u9c81\u57ce\u6cb3\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109216", "text" : "\u9c81\u57ce\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109217", "text" : "\u5341\u91cc\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109218", "text" : "\u65b0\u6865\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109219", "text" : "\u52e4\u5fb7\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109220", "text" : "\u8096\u7548\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109221", "text" : "\u6843\u56ed\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "421321109222", "text" : "\u53cc\u4e30\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See efi4p on Metamath](http://us.metamath.org/mpegif/efi4p.html)"}], "names" : ["efi4p"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cF", "#T_wceq", "#T_vn", "#T_cmpt--1", "#T_cn0", "#T_cmpt--2", "#T_ci", "#T_cmul", "#T_cA", "#T_cexp", "#T_vn", "#T_cdiv", "#T_cfa", "#T_cfv", "#T_vn", "#T_cA", "#T_wcel", "#T_cc", "#T_wi", "#T_ce", "#T_cfv", "#T_ci", "#T_cmul", "#T_cA", "#T_wceq", "#T_c1", "#T_cmin", "#T_cA", "#T_cexp", "#T_c2", "#T_cdiv", "#T_c2", "#T_caddc", "#T_ci", "#T_cmul", "#T_cA", "#T_cmin", "#T_cA", "#T_cexp", "#T_c3", "#T_cdiv", "#T_c6", "#T_caddc", "#T_csu--1", "#T_vk", "#T_csu--2", "#T_cuz", "#T_cfv", "#T_c4", "#T_cF", "#T_cfv", "#T_vk", "#T_cA", "#T_vk", "#T_vn", "#T_cF", "#T_vk"], "metaLanguage" : "METAMATH", "remarks" : " Separate out the first four terms of the infinite series expansion of the exponential function of an imaginary number. (Contributed by Paul Chapman, 19-Jan-2008.) (Revised by Mario Carneiro, 30-Apr-2014.) ", "statement" : "efi4p.1 $e |- F = ( n e. NN0 |-> ( ( ( _i x. A ) ^ n ) / ( ! ` n ) ) ) $.\nefi4p $p |- ( A e. CC -> ( exp ` ( _i x. A ) ) = ( ( ( 1 - ( ( A ^ 2 ) / 2 ) ) + ( _i x. ( A - ( ( A ^ 3 ) / 6 ) ) ) ) + sum_ k e. ( ZZ>= ` 4 ) ( F ` k ) ) ) $.\n$d A k n $.\n$d F k $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"protection": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "minimum": {"type": "integer"}}, "required": ["description", "type", "minimum"]}, "texture_type": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "enum"]}}, "required": ["protection", "texture_type"]}}, "required": ["$schema", "additionalProperties", "type", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-07/schema", "additionalProperties" : false, "type" : "object", "description" : "The armor item component determines the amount of protection you have in your armor item.", "properties" : {"protection" : {"description" : "How much protection does the armor item have.", "type" : "integer", "minimum" : 0}, "texture_type" : {"description" : "Texture Type to apply for the armor. Note that Horse armor is restricted to leather, iron, gold, or diamond.", "enum" : ["leather", "none", "chain", "iron", "diamond", "gold", "elytra", "turtle", "netherite"]}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"protection": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "minimum": {"type": "integer"}}, "required": ["description", "type", "minimum"]}, "texture_type": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "enum"]}}, "required": ["protection", "texture_type"]}}, "required": ["$schema", "additionalProperties", "type", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "resolveJsonModule": {"type": "boolean"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"transform": {"type": "string"}}, "required": ["transform"]}}, "emitDecoratorMetadata": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "importHelpers": {"type": "boolean"}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "lib": {"type": "array", "items": {"type": "string"}}, "moduleResolution": {"type": "string"}, "strict": {"type": "boolean"}}, "required": ["outDir", "typeRoots", "resolveJsonModule", "plugins", "emitDecoratorMetadata", "experimentalDecorators", "importHelpers", "forceConsistentCasingInFileNames", "lib", "moduleResolution", "strict"]}, "include": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "string"}}, "required": ["compilerOptions", "include", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"outDir" : "./dist", "typeRoots" : ["./node_modules/@types", "./src/types"], "resolveJsonModule" : true, "plugins" : [{"transform" : "typescript-is/lib/transform-inline/transformer"}], "emitDecoratorMetadata" : true, "experimentalDecorators" : true, "importHelpers" : true, "forceConsistentCasingInFileNames" : true, "lib" : ["es2020", "esnext.asynciterable"], "moduleResolution" : "node", "strict" : true}, "include" : ["./src/**/*"], "extends" : "@tsconfig/node14/tsconfig.json"}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "resolveJsonModule": {"type": "boolean"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"transform": {"type": "string"}}, "required": ["transform"]}}, "emitDecoratorMetadata": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "importHelpers": {"type": "boolean"}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "lib": {"type": "array", "items": {"type": "string"}}, "moduleResolution": {"type": "string"}, "strict": {"type": "boolean"}}, "required": ["outDir", "typeRoots", "resolveJsonModule", "plugins", "emitDecoratorMetadata", "experimentalDecorators", "importHelpers", "forceConsistentCasingInFileNames", "lib", "moduleResolution", "strict"]}, "include": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "string"}}, "required": ["compilerOptions", "include", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"picturefill": {"type": "string"}, "angular": {"type": "string"}}, "required": ["picturefill", "angular"]}}, "required": ["name", "description", "version", "main", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angular-picturefill", "description" : "An AngularJS directive for Picturefill", "version" : "1.1", "main" : "angular-picturefill.js", "ignore" : ["readme.md"], "dependencies" : {"picturefill" : "~1.2.1", "angular" : "~1.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"picturefill": {"type": "string"}, "angular": {"type": "string"}}, "required": ["picturefill", "angular"]}}, "required": ["name", "description", "version", "main", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"elasticsearch": {"type": "string"}, "promise": {"type": "string"}, "xml2js-parser": {"type": "string"}}, "required": ["elasticsearch", "promise", "xml2js-parser"]}}, "required": ["name", "version", "keywords", "author", "contributors", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "elastic-search", "version" : "1.0.0", "keywords" : ["util", "functional", "server", "client", "browser"], "author" : "abel", "contributors" : [], "dependencies" : {"elasticsearch" : "^15.1.1", "promise" : "^8.0.2", "xml2js-parser" : "^1.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"elasticsearch": {"type": "string"}, "promise": {"type": "string"}, "xml2js-parser": {"type": "string"}}, "required": ["elasticsearch", "promise", "xml2js-parser"]}}, "required": ["name", "version", "keywords", "author", "contributors", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"molecule_structure" : "circular", "definition" : "UNVERIFIED: Tomato golden leaf spot virus isolate TO83 Araguaina", "virus_id" : "d9b83307", "isolate_id" : "si51oouy", "_id" : "NC_021579", "host" : "tomato"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\"Preventative\" vs. \"Reactive\": How Parental Mediation Influences Teens' Social Media Privacy Behaviors.", "fields" : ["social media", "mediation", "computer science", "social psychology"], "abstract" : "Through an empirical, secondary analysis of 588 teens (ages 12 - 17) and one of their parents living in the USA, we present useful insights into how parental privacy concerns for their teens and different parental mediation strategies (direct intervention versus active mediation) influence teen privacy concerns and privacy risk-taking and risk-coping privacy behaviors in social media. Our results suggest that the use of direct intervention by itself may have a suppressive effect on teens, reducing their exposure to online risks but also their ability to engage with others online and to learn how to effectively cope with online risks. Therefore, it may be beneficial for parents to combine active mediation with direct intervention so that they can protect their teens from severe online risks while empowering teens to engage with others online and learn to make good online privacy choices.", "citation" : "Citations (23)", "departments" : ["Pennsylvania State University", "Pennsylvania State University", "Pennsylvania State University", "Pennsylvania State University", "Pennsylvania State University"], "authors" : ["Pamela J. Wisniewski.....http://dblp.org/pers/hd/w/Wisniewski:Pamela_J=", "Haiyan Jia.....http://dblp.org/pers/hd/j/Jia:Haiyan", "Heng Xu.....http://dblp.org/pers/hd/x/Xu:Heng", "Mary Beth Rosson.....http://dblp.org/pers/hd/r/Rosson:Mary_Beth", "John M. Carroll.....http://dblp.org/pers/hd/c/Carroll:John_M="], "conf" : "cscw", "year" : "2015", "pages" : 15}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appid" : 231910, "name" : "Leisure Suit Larry in the Land of the Lounge Lizards: Reloaded", "windows" : true, "mac" : true, "linux" : true, "early_access" : false, "lookup_time" : 1490971657}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}}, "required": ["minecraft:time_since_rest", "minecraft:play_one_minute", "minecraft:leave_game", "minecraft:time_since_death"]}, "minecraft:used": {"type": "object", "properties": {"minecraft:redstone_torch": {"type": "integer"}, "chunkactivator:chunk_activator": {"type": "integer"}}, "required": ["minecraft:redstone_torch", "chunkactivator:chunk_activator"]}}, "required": ["minecraft:custom", "minecraft:used"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stats" : {"minecraft:custom" : {"minecraft:time_since_rest" : 2235, "minecraft:play_one_minute" : 2235, "minecraft:leave_game" : 1, "minecraft:time_since_death" : 2235}, "minecraft:used" : {"minecraft:redstone_torch" : 4, "chunkactivator:chunk_activator" : 6}}, "DataVersion" : 2230}
json_instruct
{"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}}, "required": ["minecraft:time_since_rest", "minecraft:play_one_minute", "minecraft:leave_game", "minecraft:time_since_death"]}, "minecraft:used": {"type": "object", "properties": {"minecraft:redstone_torch": {"type": "integer"}, "chunkactivator:chunk_activator": {"type": "integer"}}, "required": ["minecraft:redstone_torch", "chunkactivator:chunk_activator"]}}, "required": ["minecraft:custom", "minecraft:used"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["axes", "centroid", "part_id", "scales"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"axes" : [[0.14215372502803802, -0.9898446202278137, -3.71245332644321e-05], [0.011851757764816284, 0.0017394045135006309, -0.9999282956123352], [-0.9897736310958862, -0.14214323461055756, -0.011978193186223507]], "centroid" : [[-0.9054998755455017], [0.45456114411354065], [2.016491413116455]], "part_id" : 0, "scales" : [[1.1820940971374512], [0.6479255557060242], [0.4848708212375641]]}
json_instruct
{"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["axes", "centroid", "part_id", "scales"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"address": {"type": "string"}}, "required": ["address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "0x89E3ca22189538a442255A45cF9E420326C195E7"}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}}, "required": ["address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nv.d3.css": {"type": "string"}, "nv.d3.js": {"type": "string"}, "nv.d3.min.css": {"type": "string"}, "nv.d3.min.js": {"type": "string"}}, "required": ["nv.d3.css", "nv.d3.js", "nv.d3.min.css", "nv.d3.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nv.d3.css" : "sha256-tMzoc0ZrZIm8l3dd0OvOuJ5iOmxiLFzz2hKmog5laas=", "nv.d3.js" : "sha256-4Vo3aIo9FRjRrrfPu3nkorPHRDwWb3xLUI3N+U6AOGY=", "nv.d3.min.css" : "sha256-3CsJgu02eqxey/fq0iexa7XiKKWMwyxQSz5WITxe0GU=", "nv.d3.min.js" : "sha256-DscPeslRnZbUqBS8z6c/V0o7OowmRu6qRJzOpoAz/nw="}
json_instruct
{"type": "object", "properties": {"nv.d3.css": {"type": "string"}, "nv.d3.js": {"type": "string"}, "nv.d3.min.css": {"type": "string"}, "nv.d3.min.js": {"type": "string"}}, "required": ["nv.d3.css", "nv.d3.js", "nv.d3.min.css", "nv.d3.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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "babel-loader": {"type": "string"}, "jest": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/cli", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "@babel/preset-typescript", "@types/jest", "babel-loader", "jest", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@cw1997/ez-promise", "version" : "1.0.0", "description" : "ECMAScript 6 Promise ployfill", "main" : "index.js", "repository" : "git@github.com:cw1997/ez-promise.git", "author" : "cw1997 <867597730@qq.com>", "license" : "Apache 2.0 License", "scripts" : {"build" : "webpack", "test" : "jest"}, "devDependencies" : {"@babel/cli" : "^7.12.8", "@babel/plugin-proposal-class-properties" : "^7.12.1", "@babel/preset-env" : "^7.12.7", "@babel/preset-typescript" : "^7.12.7", "@types/jest" : "^26.0.16", "babel-loader" : "^8.2.2", "jest" : "^26.6.3", "webpack" : "^5.10.0", "webpack-cli" : "^4.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "babel-loader": {"type": "string"}, "jest": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/cli", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "@babel/preset-typescript", "@types/jest", "babel-loader", "jest", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"task": {"type": "string"}, "add_task": {"type": "string"}, "new_task": {"type": "string"}, "list_task": {"type": "string"}, "current_task": {"type": "string"}, "delete_task": {"type": "string"}, "english": {"type": "string"}, "vietnam": {"type": "string"}}, "required": ["task", "add_task", "new_task", "list_task", "current_task", "delete_task", "english", "vietnam"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"task" : "Nhi\u1ec7m v\u1ee5", "add_task" : "Th\u00eam nhi\u1ec7m v\u1ee5", "new_task" : "Nhi\u1ec7m v\u1ee5 m\u1edbi", "list_task" : "Danh s\u00e1ch nhi\u1ec7m v\u1ee5", "current_task" : "Nhi\u1ec7m v\u1ee5 hi\u1ec7n t\u1ea1i", "delete_task" : "X\u00f3a nhi\u1ec7m v\u1ee5", "english" : "Ti\u1ebfng Anh", "vietnam" : "Ti\u1ebfng Vi\u1ec7t"}
json_instruct
{"type": "object", "properties": {"task": {"type": "string"}, "add_task": {"type": "string"}, "new_task": {"type": "string"}, "list_task": {"type": "string"}, "current_task": {"type": "string"}, "delete_task": {"type": "string"}, "english": {"type": "string"}, "vietnam": {"type": "string"}}, "required": ["task", "add_task", "new_task", "list_task", "current_task", "delete_task", "english", "vietnam"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9d13b150-a2ab-42a1-b6f4-142e41f81e52", "queryName" : "SNS Topic Should Specify KmsMasterKeyId Attribute", "severity" : "MEDIUM", "category" : "Encryption and Key Management", "descriptionText" : "KmsMasterKeyId attribute should not be undefined", "descriptionUrl" : "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "ARN4G4X1187FB485B4", "artist_latitude" : 54.31392, "artist_location" : "Great Britain / UK", "artist_longitude" : -2.23218, "artist_name" : "The Donkeys", "duration" : 214.96118, "num_songs" : 1, "song_id" : "SOSLGRK12A58A76E90", "title" : "Excelsior Lady", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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_1xf4pssa", "name" : "NorthwesternGuy"}, "date" : {"day" : 1559865600, "full" : 1559927476, "month" : 1559347200, "week" : 1559433600}, "id" : "t3_bxx4qp", "picture" : {"filesize" : 107705, "fullUrl" : "https://preview.redd.it/4wmijucqvy231.jpg?auto=webp&s=4da1fcbaded0e99ab25561bf1646cb56693504ef", "hash" : "d6d22a5962", "height" : 853, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwUG/8QAIhAAAQQBAwUBAAAAAAAAAAAAAQIDBBEFABIhBhMiMUFh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAbEQACAgMBAAAAAAAAAAAAAAABAgADBBExQf/aAAwDAQACEQMRAD8AN+jOmsbksC7IzzimO66YkO7QEubdwWFXZoiiPX7rP5HAF2Y4JJS262S2oNDxtPH29L/S0ONGxrjU1t1YaV3IwRW1CyCCefXzkagScUgPK3eSjySSTZ0bMpTWoXvsqWgbM//Z", "url" : "https://preview.redd.it/4wmijucqvy231.jpg?width=640&crop=smart&auto=webp&s=8d048ea24e8c205fe5c05bbc1a5d3e9bce262fc4", "width" : 640}, "score" : {"comments" : 22, "downs" : 0, "ratio" : 0.97, "ups" : 194, "value" : 194}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Portal Made Of Pink Foam Scraps", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/bxx4qp/portal_made_of_pink_foam_scraps/"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x68623fdf159dbdb7d1547d3050821ce57448aa47", "tool" : "osiris", "start" : 1564625831.334627, "end" : 1564625945.6192558, "duration" : 114.28462886810303, "analysis" : [{"errors" : [], "file" : "/unique_chucks/17/0x68623fdf159dbdb7d1547d3050821ce57448aa47.sol", "name" : "BasicToken"}, {"errors" : [], "file" : "/unique_chucks/17/0x68623fdf159dbdb7d1547d3050821ce57448aa47.sol", "name" : "CATContract"}, {"errors" : [{"line" : 288, "column" : 3, "message" : "overflow_bugs"}, {"line" : 287, "column" : 3, "message" : "overflow_bugs"}, {"line" : 286, "column" : 3, "message" : "overflow_bugs"}], "file" : "/unique_chucks/17/0x68623fdf159dbdb7d1547d3050821ce57448aa47.sol", "name" : "CATServicePaymentCollector"}, {"errors" : [], "file" : "/unique_chucks/17/0x68623fdf159dbdb7d1547d3050821ce57448aa47.sol", "name" : "Ownable"}, {"errors" : [], "file" : "/unique_chucks/17/0x68623fdf159dbdb7d1547d3050821ce57448aa47.sol", "name" : "Pausable"}, {"errors" : [], "file" : "/unique_chucks/17/0x68623fdf159dbdb7d1547d3050821ce57448aa47.sol", "name" : "SafeMath"}, {"errors" : [{"line" : 456, "column" : 9, "message" : "overflow_bugs"}, {"line" : 455, "column" : 5, "message" : "overflow_bugs"}], "file" : "/unique_chucks/17/0x68623fdf159dbdb7d1547d3050821ce57448aa47.sol", "name" : "SecurityDeposit"}, {"errors" : [], "file" : "/unique_chucks/17/0x68623fdf159dbdb7d1547d3050821ce57448aa47.sol", "name" : "StandardToken"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"UG-C": {"type": "string"}, "UG-E": {"type": "string"}, "UG-N": {"type": "string"}, "UG-W": {"type": "string"}}, "required": ["UG-C", "UG-E", "UG-N", "UG-W"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"UG-C" : "Centrinis rajonas", "UG-E" : "Rytinis Fid\u017eio padalinys", "UG-N" : "\u0160iaurinis Fid\u017eio padalinys", "UG-W" : "Vakarinis Fid\u017eio padalinys"}
json_instruct
{"type": "object", "properties": {"UG-C": {"type": "string"}, "UG-E": {"type": "string"}, "UG-N": {"type": "string"}, "UG-W": {"type": "string"}}, "required": ["UG-C", "UG-E", "UG-N", "UG-W"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : ["github>startoutdev/renovate"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$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": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.962", "Title" : "Incremental Nonmonotonic Parsing through Semantic Self-Organization", "Year" : 2003}, {"Similarity" : "0.95", "Title" : "Parsing Verb-Final Clauses in German Garden-path and ERP Effects Modeled by a Parallel Dynamic Parser", "Year" : 2008}, {"Similarity" : "0.946", "Title" : "N400 amplitudes reflect change in a probabilistic representation of meaning Evidence from a connectionist model", "Year" : 2016}, {"Similarity" : "0.943", "Title" : "Mapping the SyntaxSemantics Coastline", "Year" : 2000}, {"Similarity" : "0.937", "Title" : "Connectionist Modeling of Situated Language Processing Language and Meaning Acquisition from an Embodiment Perspective", "Year" : 2009}, {"Similarity" : "0.937", "Title" : "Modeling Concept Activation in Working Memory during Online Sentence Processing", "Year" : 2012}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"tooltip.es5.js": {"type": "string"}, "tooltip.es5.min.js": {"type": "string"}, "tooltip.js": {"type": "string"}, "tooltip.min.js": {"type": "string"}}, "required": ["tooltip.es5.js", "tooltip.es5.min.js", "tooltip.js", "tooltip.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tooltip.es5.js" : "sha256-WlTv83V4aXlz/9h2H5TBxuQ8gbPRrNi2BAnbiavfUF4=", "tooltip.es5.min.js" : "sha256-Z8IVsy/blWtKz+XZd9xnnnHFk7YW8xXaPCVL98vHTTc=", "tooltip.js" : "sha256-wClgoISQuYzZ2LFaMF0zmnFGCqmw31Mt9WIU+/sTGeU=", "tooltip.min.js" : "sha256-9vpHdwQJXnWiPoUUUcgXC+3b8++i0RYbA/Z/BL9i6Io="}
json_instruct
{"type": "object", "properties": {"tooltip.es5.js": {"type": "string"}, "tooltip.es5.min.js": {"type": "string"}, "tooltip.js": {"type": "string"}, "tooltip.min.js": {"type": "string"}}, "required": ["tooltip.es5.js", "tooltip.es5.min.js", "tooltip.js", "tooltip.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "region2loc2lloc214", "type" : "HAS", "start" : "noctilum", "end" : "loc214"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d350-119", "text" : "The University of Texas\nAUSTIN 12\nHOUSE\nOctober 1, 1952\nG-raydon Ausmus, Director\nRadio Broadcasting Services\nUniversity of Alabama\nUniversity, Alabama\nDear G-raydon,\nI\u2018m still looking for a good scriptwriter-producer.\nRuth Hunnicutt is no longer with us and I\u2019m trying to exercise\nconsiderable care in filling the vacancy.\nOur radio production load is almost doubled this year.\nWe\u2019ve a good staff and a very busy one. The biggest limiting\nfactor is lack of studio time. Fortunately, the radio budget\nis bigger than ever before. This year for the first time we\nhave separate accounts and staff for television production.\nWe're still having to do our television shows over a San Ant\u00ac\nonio station, but KTBC-TV is due on the air in December. We\nlook forward to the convenience and economy of producing TV\nshows in Austin.\nI'm pleased to be considered for the position of\nExecutive Director of the N.A.E.B. It is certainly the kind\nof post I would like to move on to upon leaving the University\nof Texas. With the end of my doctoral pursuit reasonably with\u00ac\nin reach, I am in the market for a new appointment. If I can\u00ac\nnot better myself by going elsewhere, I may remain here at the\nUniversity. However, I would welcome a challenging assignment\nin a new location. The N.A.E.B. position would be ideal.\nIf I should need to become available for the N.A.E.B.\nposition, it could be arranged. I would prefer that Tom\nRousse and Acting President Dolley not be contacted concerning\nthis application unless the chips are really down. I don't\nwant them to think I would pull out of this job except under\nvery unusual circumstances. A1 Chapman you could contact\nimmediately. In fact I would appreciate your doing so.\nIf I have overlooked any Information you need, just\nlet me know. I would be glad to supplement the enclosed data\nsheet with additional details or further references."}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200897890481000, "key" : "/static/5e095143445ae8e81ae7db5fe96057bd/d1f84/Kirk.jpg", "val" : "a172a3f81d0f05900d9d49f6f0c9d1f9"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/home/bryan/anaconda3/bin/python"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$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" : "0x228837072115f63d973cdfe83311a434a6075b9c", "tool" : "manticore", "start" : 1564614544.3579476, "end" : 1564616345.9170425, "duration" : 1801.5590949058533, "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"city" : {"name" : "NOVA PORTEIRINHA", "state" : "MG"}, "borders" : [[{"lat" : -15.828477997361631, "lng" : -43.262323999752766}, {"lat" : -15.780903529274383, "lng" : -43.317040414983126}, {"lat" : -15.735923997394536, "lng" : -43.29692099980423}, {"lat" : -15.668430997492521, "lng" : -43.301304999625984}, {"lat" : -15.606000997248202, "lng" : -43.277221999695485}, {"lat" : -15.654303997131706, "lng" : -43.27263200026658}, {"lat" : -15.742253997024306, "lng" : -43.23231099975277}, {"lat" : -15.828477997361631, "lng" : -43.262323999752766}]]}
json_instruct
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "523", "description" : "", "label" : "Gebrek aan organisatie voor het analyseren van de overeenstemming tussen de behoeften en de capaciteit van de uitrustingen", "language" : "NL", "uuid" : "69fc19f2-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"issuer_ca_id" : 81435, "issuer_name" : "C=HU, L=Budapest, O=NetLock Kft., CN=NetLock \u00dczleti CTCA", "name_value" : "rina.neak.gov.hu", "min_cert_id" : 950862279, "min_entry_timestamp" : "2018-11-16T09:29:55.472", "not_before" : "2018-11-16T09:29:48", "not_after" : "2020-11-15T09:29:48"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"month" : "12", "num" : 2393, "link" : "", "year" : "2020", "news" : "", "safe_title" : "Presidential Middle Names", "transcript" : "", "alt" : "The bottom of the list remains unchanged. Poor Rutherford Birchard Hayes.", "img" : "https://imgs.xkcd.com/comics/presidential_middle_names.png", "title" : "Presidential Middle Names", "day" : "2", "mirror_img" : "https://raw.githubusercontent.com/aghontpi/mirror-xkcd-api/main/api/2393/presidential_middle_names.png"}
json_instruct
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$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#"}
["tractor", "tractor-plugin-loader", "tractor-plugin-visual-regression", "tractor-server"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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": {"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" : 1974, "sex" : "F", "n" : 7, "prop" : 4.47e-06}, {"year" : 1993, "sex" : "F", "n" : 5, "prop" : 2.54e-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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1125833197, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "0c20b16c052a4cdc82987360a8e7a182", "wof:id" : 1125833197, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.12154, 49.06148, 5.12154, 49.06148], "geometry" : {"coordinates" : [5.12154, 49.06148], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "namaPro": {"type": "string"}, "namaKab": {"type": "string"}, "namaKec": {"type": "string"}, "namaKel": {"type": "string"}, "kodeWilayah": {"type": "string"}}, "required": ["id", "idParent", "namaWilayah", "tingkatWilayah", "idPro", "idKab", "idKec", "idKel", "namaPro", "namaKab", "namaKec", "namaKel", "kodeWilayah"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 81062, "idParent" : 81060, "namaWilayah" : "AMAMAPARE", "tingkatWilayah" : 4, "idPro" : 78203, "idKab" : 81007, "idKec" : 81060, "idKel" : 81062, "namaPro" : "PAPUA", "namaKab" : "MIMIKA", "namaKec" : "MIMIKA TIMUR JAUH", "namaKel" : "AMAMAPARE", "kodeWilayah" : "91.09.07.2002"}, {"id" : 81061, "idParent" : 81060, "namaWilayah" : "AYUKA", "tingkatWilayah" : 4, "idPro" : 78203, "idKab" : 81007, "idKec" : 81060, "idKel" : 81061, "namaPro" : "PAPUA", "namaKab" : "MIMIKA", "namaKec" : "MIMIKA TIMUR JAUH", "namaKel" : "AYUKA", "kodeWilayah" : "91.09.07.2001"}, {"id" : 81065, "idParent" : 81060, "namaWilayah" : "FANAMO", "tingkatWilayah" : 4, "idPro" : 78203, "idKab" : 81007, "idKec" : 81060, "idKel" : 81065, "namaPro" : "PAPUA", "namaKab" : "MIMIKA", "namaKec" : "MIMIKA TIMUR JAUH", "namaKel" : "FANAMO", "kodeWilayah" : "91.09.07.2005"}, {"id" : 81063, "idParent" : 81060, "namaWilayah" : "OHOTYA", "tingkatWilayah" : 4, "idPro" : 78203, "idKab" : 81007, "idKec" : 81060, "idKel" : 81063, "namaPro" : "PAPUA", "namaKab" : "MIMIKA", "namaKec" : "MIMIKA TIMUR JAUH", "namaKel" : "OHOTYA", "kodeWilayah" : "91.09.07.2003"}, {"id" : 81064, "idParent" : 81060, "namaWilayah" : "OMAWITA", "tingkatWilayah" : 4, "idPro" : 78203, "idKab" : 81007, "idKec" : 81060, "idKel" : 81064, "namaPro" : "PAPUA", "namaKab" : "MIMIKA", "namaKec" : "MIMIKA TIMUR JAUH", "namaKel" : "OMAWITA", "kodeWilayah" : "91.09.07.2004"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "namaPro": {"type": "string"}, "namaKab": {"type": "string"}, "namaKec": {"type": "string"}, "namaKel": {"type": "string"}, "kodeWilayah": {"type": "string"}}, "required": ["id", "idParent", "namaWilayah", "tingkatWilayah", "idPro", "idKab", "idKec", "idKel", "namaPro", "namaKab", "namaKec", "namaKel", "kodeWilayah"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ExpandedNodes" : ["", "\\interactiveComic"], "SelectedNode" : "\\interactiveComic\\main.js", "PreviewInSolutionExplorer" : false}
json_instruct
{"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : 65748, "cartId" : "d672f675-6222-4b25-b092-275849e029d5", "preferredProducts" : [3019, 2626, 1738, 292, 1394, 1071], "productReviews" : [{"productId" : 1842, "reviewText" : "My chicken loves to play with it.", "reviewDate" : "2017-04-24T08:43:35.4229172+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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "js": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "update": {"type": "string"}, "version": {"type": "string"}}, "required": ["path", "update", "version"]}}, "css": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "update": {"type": "string"}, "version": {"type": "string"}}, "required": ["path", "update", "version"]}}}, "required": ["id", "js", "css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "df78427a-f4b6-40e0-a8ac-15d717cf160f", "js" : [{"path" : "app.js", "update" : "full", "version" : "63cf9d0511c38ce1cb76d5201fa38e8d48085c0e"}], "css" : [{"path" : "resources/css/app.css", "update" : "delta", "version" : "b77a8993f4bcb6c627253ad3db9130feb269d2bc"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "js": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "update": {"type": "string"}, "version": {"type": "string"}}, "required": ["path", "update", "version"]}}, "css": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "update": {"type": "string"}, "version": {"type": "string"}}, "required": ["path", "update", "version"]}}}, "required": ["id", "js", "css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "subsulphate", "definition" : "A sulphate with an excess of the base."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Hewitt", "state_name" : "New Jersey", "state_abbrv" : "NJ", "lat" : "41.1709", "long" : "-74.3686"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.1.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.4"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1.4"], "meta" : {"description" : "Given a list of nested lists/tuples, returns all the elements in a single list", "homepage" : "https://pypi.python.org/pypi/FlattenList"}, "versions" : {"0.1.4" : {"sha256" : "f355e71557c89c7c792fa81b6fe5b9a7eabcaaff294408638f66230fde936e0e", "url" : "https://files.pythonhosted.org/packages/c8/2b/d1dff7f6ed07af9f20df74066173ecaa2a0066f0582c1691d04ae94fbe09/FlattenList-0.1.4.zip"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.1.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.4"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "typeName": {"type": "string"}, "typeLogoUrl": {"type": "string"}, "access": {"type": "string"}, "url": {"type": "string"}, "password": {"type": "string"}, "user": {"type": "string"}, "database": {"type": "string"}, "basicAuth": {"type": "boolean"}, "isDefault": {"type": "boolean"}, "jsonData": {"type": "object", "properties": {"timeout": {"type": "integer"}}, "required": ["timeout"]}, "readOnly": {"type": "boolean"}}, "required": ["name", "type", "typeName", "typeLogoUrl", "access", "url", "password", "user", "database", "basicAuth", "isDefault", "jsonData", "readOnly"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Helium API", "type" : "marcusolsson-json-datasource", "typeName" : "JSON API", "typeLogoUrl" : "public/plugins/marcusolsson-json-datasource/img/logo.svg", "access" : "proxy", "url" : "https://api.helium.io/v1/", "password" : "", "user" : "", "database" : "", "basicAuth" : false, "isDefault" : false, "jsonData" : {"timeout" : 10}, "readOnly" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "typeName": {"type": "string"}, "typeLogoUrl": {"type": "string"}, "access": {"type": "string"}, "url": {"type": "string"}, "password": {"type": "string"}, "user": {"type": "string"}, "database": {"type": "string"}, "basicAuth": {"type": "boolean"}, "isDefault": {"type": "boolean"}, "jsonData": {"type": "object", "properties": {"timeout": {"type": "integer"}}, "required": ["timeout"]}, "readOnly": {"type": "boolean"}}, "required": ["name", "type", "typeName", "typeLogoUrl", "access", "url", "password", "user", "database", "basicAuth", "isDefault", "jsonData", "readOnly"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "undergarden:block/grongle_cap"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}, "main": {"type": "string"}}, "required": ["name", "description", "version", "author", "repository", "dependencies", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "onvalid", "description" : "a tool for validating JSON objects against schemas written in javascript", "version" : "0.2.1", "author" : "Mark Doffman <mark.doffman@gmail.com>", "repository" : {"type" : "git", "url" : "http://github.com/doffm/Onvalid.git"}, "dependencies" : {"underscore" : ">=1.1.3"}, "main" : "onvalid.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}, "main": {"type": "string"}}, "required": ["name", "description", "version", "author", "repository", "dependencies", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "url", "difficulty", "question", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"number" : "200", "title" : "Number of Islands", "url" : "https://leetcode.com/problems/number-of-islands", "difficulty" : "Medium", "question" : "Given a 2d grid map of &apos;1&apos;s (land) and &apos;0&apos;s (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. You may assume all four edges of the grid are all surrounded by water.\n\nExample 1:\n\nInput:\n11110\n11010\n11000\n00000\n\nOutput:&#xA0;1\n\n\nExample 2:\n\nInput:\n11000\n11000\n00100\n00011\n\nOutput: 3\n", "code" : "undefinedpublic class Solution { \u00a0 \u00a0public int NumIslands(char[][] grid) { \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 }}"}
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "url", "difficulty", "question", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "array", "items": {"type": "string"}}, "lawID": {"type": "string"}, "entityType": {"type": "string"}, "sentenceID": {"type": "string"}, "time": {"type": "string"}}, "required": ["text", "lawID", "entityType", "sentenceID", "time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : ["a", "comprehensive", "evaluation", "of", "the", "perpetrator", "and", "his", "act"], "lawID" : "56a20255a18bdf3fadda8294", "entityType" : "Unary", "sentenceID" : "56a20255a18bdf3fadda8295", "time" : "2016\\-02\\-03\\ 21\\:12\\:42\\.096326"}
json_instruct
{"type": "object", "properties": {"text": {"type": "array", "items": {"type": "string"}}, "lawID": {"type": "string"}, "entityType": {"type": "string"}, "sentenceID": {"type": "string"}, "time": {"type": "string"}}, "required": ["text", "lawID", "entityType", "sentenceID", "time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Emily Dickinson", "classification" : "Common Measure", "keywords" : ["Nature", "Winter", "Landscapes", "Pastorals", "Weather"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/182154", "region" : "U.S., New England", "text" : ["It sifts from Leaden Sieves -", "It powders all the Wood.", "It fills with Alabaster Wool", "The Wrinkles of the Road -", "It makes an even Face", "Of Mountain, and of Plain -", "Unbroken Forehead from the East", "Unto the East again -", "It reaches to the Fence -", "It wraps it Rail by Rail", "Till it is lost in Fleeces -", "It deals Celestial Vail", "To Stump, and Stack - and Stem -", "A Summer\u2019s empty Room -", "Acres of Joints, where Harvests were,", "Recordless, but for them -", "It Ruffles Wrists of Posts", "As Ankles of a Queen -", "Then stills it\u2019s Artisans - like Ghosts -", "Denying they have been -"], "title" : "It sifts from Leaden Sieves - (291)", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"final seeds": {"type": "string"}, "diameter_out": {"type": "string"}, "total_seeds": {"type": "integer"}, "archive_len": {"type": "string"}, "min_members_dist": {"type": "string"}, "radius_in": {"type": "string"}, "max_members_dist": {"type": "string"}, "avg_members_dist": {"type": "string"}, "std_members_dist": {"type": "string"}, "radius_out": {"type": "string"}, "covered_seeds": {"type": "integer"}, "sparseness": {"type": "string"}, "diameter_in": {"type": "string"}}, "required": ["final seeds", "diameter_out", "total_seeds", "archive_len", "min_members_dist", "radius_in", "max_members_dist", "avg_members_dist", "std_members_dist", "radius_out", "covered_seeds", "sparseness", "diameter_in"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"final seeds" : "20", "diameter_out" : "12.570445", "total_seeds" : 100, "archive_len" : "30", "min_members_dist" : "0.82993776", "radius_in" : "3.912727", "max_members_dist" : "7.480794", "avg_members_dist" : "4.019028", "std_members_dist" : "1.6188539", "radius_out" : "4.967707", "covered_seeds" : 20, "sparseness" : "10.184928472014677", "diameter_in" : "12.241443"}
json_instruct
{"type": "object", "properties": {"final seeds": {"type": "string"}, "diameter_out": {"type": "string"}, "total_seeds": {"type": "integer"}, "archive_len": {"type": "string"}, "min_members_dist": {"type": "string"}, "radius_in": {"type": "string"}, "max_members_dist": {"type": "string"}, "avg_members_dist": {"type": "string"}, "std_members_dist": {"type": "string"}, "radius_out": {"type": "string"}, "covered_seeds": {"type": "integer"}, "sparseness": {"type": "string"}, "diameter_in": {"type": "string"}}, "required": ["final seeds", "diameter_out", "total_seeds", "archive_len", "min_members_dist", "radius_in", "max_members_dist", "avg_members_dist", "std_members_dist", "radius_out", "covered_seeds", "sparseness", "diameter_in"], "$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": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xb2816223fddc21aca553ba208c7b7a13b27c207c", "tool" : "maian", "start" : 1565238370.423045, "end" : 1565238671.7946424, "duration" : 301.37159752845764, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s", "r"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "satenooy", "h" : [{"d" : [{"f" : "\u505a\u7e54\u5e03\u6a5f\u3002", "s" : ["`satenoon~"], "r" : ["`misa~`tenooy~"]}]}], "stem" : "tenooy"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s", "r"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xbac7a1798350cdf2dbfe0c210c2c9861223f4b31", "tool" : "manticore", "start" : 1564585408.0633478, "end" : 1564587210.0406077, "duration" : 1801.9772598743439, "analysis" : [[], [], [], []]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "diagonal", "name" : "Diagonal"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"api_version": {"type": "string"}, "data": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"hostname": {"type": "string"}, "source": {"type": "object", "properties": {"source_type": {"type": "string"}, "mode": {"type": "string"}, "fingerprint": {"type": "string"}, "alias": {"type": "string"}, "remote": {"type": "object", "properties": {"server": {"type": "string"}, "protocol": {"type": "string"}, "auth_type": {"type": "string"}, "certificate": {"type": "string"}}, "required": ["server", "protocol", "auth_type", "certificate"]}, "bootstrappers": {"type": "array", "items": {"type": "object", "properties": {"bootstrap_type": {"type": "string"}, "bootstrap_cookbooks_url": {"type": "string"}, "bootstrap_attributes": {"type": "object", "properties": {"run_list": {"type": "string"}}, "required": ["run_list"]}}, "required": ["bootstrap_type", "bootstrap_cookbooks_url", "bootstrap_attributes"]}}}, "required": ["source_type", "mode", "fingerprint", "alias", "remote", "bootstrappers"]}, "status": {"type": "string"}}, "required": ["hostname", "source", "status"]}}}, "required": ["items"]}}, "required": ["api_version", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"api_version" : "1.0", "data" : {"items" : [{"hostname" : "test-01", "source" : {"source_type" : "image", "mode" : "pull", "fingerprint" : "", "alias" : "16.04", "remote" : {"server" : "https://cloud-images.ubuntu.com/releases", "protocol" : "simplestream", "auth_type" : "none", "certificate" : "random"}, "bootstrappers" : [{"bootstrap_type" : "chef-solo", "bootstrap_cookbooks_url" : "", "bootstrap_attributes" : {"run_list" : "[barito:auto]"}}]}, "status" : "PROVISIONED"}, {"hostname" : "test-02", "source" : {"source_type" : "image", "mode" : "pull", "fingerprint" : "", "alias" : "16.04", "remote" : {"server" : "https://cloud-images.ubuntu.com/releases", "protocol" : "simplestream", "auth_type" : "none", "certificate" : "random"}, "bootstrappers" : [{"bootstrap_type" : "chef-solo", "bootstrap_cookbooks_url" : "", "bootstrap_attributes" : {"run_list" : "[barito:auto]"}}]}, "status" : "PROVISIONED"}, {"hostname" : "test-03", "source" : {"source_type" : "image", "mode" : "pull", "fingerprint" : "", "alias" : "16.04", "remote" : {"server" : "https://cloud-images.ubuntu.com/releases", "protocol" : "simplestream", "auth_type" : "none", "certificate" : "random"}, "bootstrappers" : [{"bootstrap_type" : "chef-solo", "bootstrap_cookbooks_url" : "", "bootstrap_attributes" : {"run_list" : "[barito:auto]"}}]}, "status" : "PROVISIONED"}]}}
json_instruct
{"type": "object", "properties": {"api_version": {"type": "string"}, "data": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"hostname": {"type": "string"}, "source": {"type": "object", "properties": {"source_type": {"type": "string"}, "mode": {"type": "string"}, "fingerprint": {"type": "string"}, "alias": {"type": "string"}, "remote": {"type": "object", "properties": {"server": {"type": "string"}, "protocol": {"type": "string"}, "auth_type": {"type": "string"}, "certificate": {"type": "string"}}, "required": ["server", "protocol", "auth_type", "certificate"]}, "bootstrappers": {"type": "array", "items": {"type": "object", "properties": {"bootstrap_type": {"type": "string"}, "bootstrap_cookbooks_url": {"type": "string"}, "bootstrap_attributes": {"type": "object", "properties": {"run_list": {"type": "string"}}, "required": ["run_list"]}}, "required": ["bootstrap_type", "bootstrap_cookbooks_url", "bootstrap_attributes"]}}}, "required": ["source_type", "mode", "fingerprint", "alias", "remote", "bootstrappers"]}, "status": {"type": "string"}}, "required": ["hostname", "source", "status"]}}}, "required": ["items"]}}, "required": ["api_version", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"kv10.1:0.1": {"type": "string"}, "kv10.1:0.2": {"type": "string"}, "kv10.1:0.3": {"type": "string"}, "kv10.1:0.4": {"type": "string"}, "kv10.1:1.1": {"type": "string"}, "kv10.1:1.2": {"type": "string"}, "kv10.1:1.3": {"type": "string"}, "kv10.1:1.4": {"type": "string"}, "kv10.1:1.5": {"type": "string"}, "kv10.1:1.6": {"type": "string"}, "kv10.1:1.7": {"type": "string"}, "kv10.1:2.1": {"type": "string"}, "kv10.1:2.2": {"type": "string"}, "kv10.1:2.3": {"type": "string"}, "kv10.1:2.4": {"type": "string"}, "kv10.1:2.5": {"type": "string"}, "kv10.1:2.6": {"type": "string"}, "kv10.1:2.7": {"type": "string"}, "kv10.1:3.1": {"type": "string"}, "kv10.1:3.2": {"type": "string"}, "kv10.1:3.3": {"type": "string"}, "kv10.1:3.4": {"type": "string"}, "kv10.1:3.5": {"type": "string"}, "kv10.1:3.6": {"type": "string"}, "kv10.1:3.7": {"type": "string"}, "kv10.1:4.1": {"type": "string"}, "kv10.1:4.2": {"type": "string"}, "kv10.1:4.3": {"type": "string"}, "kv10.1:4.4": {"type": "string"}, "kv10.1:4.5": {"type": "string"}}, "required": ["kv10.1:0.1", "kv10.1:0.2", "kv10.1:0.3", "kv10.1:0.4", "kv10.1:1.1", "kv10.1:1.2", "kv10.1:1.3", "kv10.1:1.4", "kv10.1:1.5", "kv10.1:1.6", "kv10.1:1.7", "kv10.1:2.1", "kv10.1:2.2", "kv10.1:2.3", "kv10.1:2.4", "kv10.1:2.5", "kv10.1:2.6", "kv10.1:2.7", "kv10.1:3.1", "kv10.1:3.2", "kv10.1:3.3", "kv10.1:3.4", "kv10.1:3.5", "kv10.1:3.6", "kv10.1:3.7", "kv10.1:4.1", "kv10.1:4.2", "kv10.1:4.3", "kv10.1:4.4", "kv10.1:4.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"kv10.1:0.1" : "Kath\u0101vatthu", "kv10.1:0.2" : "Niy\u0101mapa\u1e47\u1e47\u0101saka", "kv10.1:0.3" : "Dasamavagga", "kv10.1:0.4" : "Nirodhakath\u0101", "kv10.1:1.1" : "Upapattesiye pa\u00f1cakkhandhe aniruddhe kiriy\u0101 pa\u00f1cakkhandh\u0101 uppajjant\u012bti?", "kv10.1:1.2" : "\u0100mant\u0101.", "kv10.1:1.3" : "Dasanna\u1e41 khandh\u0101na\u1e41 samodh\u0101na\u1e41 hoti, dasa khandh\u0101 sammukh\u012bbh\u0101va\u1e41 \u0101gacchant\u012bti?", "kv10.1:1.4" : "Na heva\u1e41 vattabbe \u2026pe\u2026", "kv10.1:1.5" : "dasanna\u1e41 khandh\u0101na\u1e41 samodh\u0101na\u1e41 hoti, dasa khandh\u0101 sammukh\u012bbh\u0101va\u1e41 \u0101gacchant\u012bti?", "kv10.1:1.6" : "\u0100mant\u0101. dvinna\u1e41 phass\u0101na\u1e41 \u2026pe\u2026 dvinna\u1e41 citt\u0101na\u1e41 samodh\u0101na\u1e41 hot\u012bti?", "kv10.1:1.7" : "Na heva\u1e41 vattabbe \u2026pe\u2026.", "kv10.1:2.1" : "Upapattesiye pa\u00f1cakkhandhe aniruddhe kiriy\u0101 catt\u0101ro khandh\u0101 uppajjant\u012bti?", "kv10.1:2.2" : "\u0100mant\u0101.", "kv10.1:2.3" : "Navanna\u1e41 khandh\u0101na\u1e41 samodh\u0101na\u1e41 hoti, nava khandh\u0101 sammukh\u012bbh\u0101va\u1e41 \u0101gacchant\u012bti?", "kv10.1:2.4" : "Na heva\u1e41 vattabbe \u2026pe\u2026", "kv10.1:2.5" : "navanna\u1e41 khandh\u0101na\u1e41 samodh\u0101na\u1e41 hoti, nava khandh\u0101 sammukh\u012bbh\u0101va\u1e41 \u0101gacchant\u012bti?", "kv10.1:2.6" : "\u0100mant\u0101. dvinna\u1e41 phass\u0101na\u1e41 \u2026pe\u2026 dvinna\u1e41 citt\u0101na\u1e41 samodh\u0101na\u1e41 hot\u012bti?", "kv10.1:2.7" : "Na heva\u1e41 vattabbe \u2026pe\u2026.", "kv10.1:3.1" : "Upapattesiye pa\u00f1cakkhandhe aniruddhe kiriy\u0101\u00f1\u0101\u1e47a\u1e41 uppajjat\u012bti?", "kv10.1:3.2" : "\u0100mant\u0101.", "kv10.1:3.3" : "Channa\u1e41 khandh\u0101na\u1e41 samodh\u0101na\u1e41 hoti, cha khandh\u0101 sammukh\u012bbh\u0101va\u1e41 \u0101gacchant\u012bti?", "kv10.1:3.4" : "Na heva\u1e41 vattabbe \u2026pe\u2026", "kv10.1:3.5" : "channa\u1e41 khandh\u0101na\u1e41 samodh\u0101na\u1e41 hoti, cha khandh\u0101 sammukh\u012bbh\u0101va\u1e41 \u0101gacchant\u012bti?", "kv10.1:3.6" : "\u0100mant\u0101. dvinna\u1e41 phass\u0101na\u1e41 \u2026pe\u2026 dvinna\u1e41 citt\u0101na\u1e41 samodh\u0101na\u1e41 hot\u012bti?", "kv10.1:3.7" : "Na heva\u1e41 vattabbe \u2026pe\u2026.", "kv10.1:4.1" : "Upapattesiye pa\u00f1cakkhandhe niruddhe maggo uppajjat\u012bti?", "kv10.1:4.2" : "\u0100mant\u0101.", "kv10.1:4.3" : "Mato magga\u1e41 bh\u0101veti, k\u0101la\u1e45kato magga\u1e41 bh\u0101vet\u012bti?", "kv10.1:4.4" : "Na heva\u1e41 vattabbe \u2026pe\u2026.", "kv10.1:4.5" : "Nirodhakath\u0101 ni\u1e6d\u1e6dhit\u0101."}
json_instruct
{"type": "object", "properties": {"kv10.1:0.1": {"type": "string"}, "kv10.1:0.2": {"type": "string"}, "kv10.1:0.3": {"type": "string"}, "kv10.1:0.4": {"type": "string"}, "kv10.1:1.1": {"type": "string"}, "kv10.1:1.2": {"type": "string"}, "kv10.1:1.3": {"type": "string"}, "kv10.1:1.4": {"type": "string"}, "kv10.1:1.5": {"type": "string"}, "kv10.1:1.6": {"type": "string"}, "kv10.1:1.7": {"type": "string"}, "kv10.1:2.1": {"type": "string"}, "kv10.1:2.2": {"type": "string"}, "kv10.1:2.3": {"type": "string"}, "kv10.1:2.4": {"type": "string"}, "kv10.1:2.5": {"type": "string"}, "kv10.1:2.6": {"type": "string"}, "kv10.1:2.7": {"type": "string"}, "kv10.1:3.1": {"type": "string"}, "kv10.1:3.2": {"type": "string"}, "kv10.1:3.3": {"type": "string"}, "kv10.1:3.4": {"type": "string"}, "kv10.1:3.5": {"type": "string"}, "kv10.1:3.6": {"type": "string"}, "kv10.1:3.7": {"type": "string"}, "kv10.1:4.1": {"type": "string"}, "kv10.1:4.2": {"type": "string"}, "kv10.1:4.3": {"type": "string"}, "kv10.1:4.4": {"type": "string"}, "kv10.1:4.5": {"type": "string"}}, "required": ["kv10.1:0.1", "kv10.1:0.2", "kv10.1:0.3", "kv10.1:0.4", "kv10.1:1.1", "kv10.1:1.2", "kv10.1:1.3", "kv10.1:1.4", "kv10.1:1.5", "kv10.1:1.6", "kv10.1:1.7", "kv10.1:2.1", "kv10.1:2.2", "kv10.1:2.3", "kv10.1:2.4", "kv10.1:2.5", "kv10.1:2.6", "kv10.1:2.7", "kv10.1:3.1", "kv10.1:3.2", "kv10.1:3.3", "kv10.1:3.4", "kv10.1:3.5", "kv10.1:3.6", "kv10.1:3.7", "kv10.1:4.1", "kv10.1:4.2", "kv10.1:4.3", "kv10.1:4.4", "kv10.1:4.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"koa": {"type": "string"}}, "required": ["koa"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"koa" : "2.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"koa": {"type": "string"}}, "required": ["koa"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "jupyter.35.224.108.153.nip.io", "min_cert_id" : 1060376059, "min_entry_timestamp" : "2018-12-27T05:46:42.627", "not_before" : "2018-12-27T04:46:41", "not_after" : "2019-03-27T04:46:41"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"user_list": {"type": "array", "items": {}}, "extra": {"type": "object", "properties": {"now": {"type": "integer"}, "fatal_item_ids": {"type": "array", "items": {}}, "logid": {"type": "string"}}, "required": ["now", "fatal_item_ids", "logid"]}, "log_pb": {"type": "object", "properties": {"impr_id": {"type": "string"}}, "required": ["impr_id"]}, "status_code": {"type": "integer"}}, "required": ["user_list", "extra", "log_pb", "status_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user_list" : [], "extra" : {"now" : 1630595716000, "fatal_item_ids" : [], "logid" : "202109022315160102121600333327D158"}, "log_pb" : {"impr_id" : "202109022315160102121600333327D158"}, "status_code" : 0}
json_instruct
{"type": "object", "properties": {"user_list": {"type": "array", "items": {}}, "extra": {"type": "object", "properties": {"now": {"type": "integer"}, "fatal_item_ids": {"type": "array", "items": {}}, "logid": {"type": "string"}}, "required": ["now", "fatal_item_ids", "logid"]}, "log_pb": {"type": "object", "properties": {"impr_id": {"type": "string"}}, "required": ["impr_id"]}, "status_code": {"type": "integer"}}, "required": ["user_list", "extra", "log_pb", "status_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "pgadmin.52.235.36.93.nip.io", "min_cert_id" : 1184907457, "min_entry_timestamp" : "2019-02-08T15:04:21.991", "not_before" : "2019-02-08T14:04:21", "not_after" : "2019-05-09T14:04:21"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900038571": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038572": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038573": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900038571", "900038572", "900038573"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900038571" : {"nama" : "TPS 1", "dapil" : [1202, 11209, 2121205]}, "900038572" : {"nama" : "TPS 2", "dapil" : [1202, 11209, 2121205]}, "900038573" : {"nama" : "TPS 3", "dapil" : [1202, 11209, 2121205]}}
json_instruct
{"type": "object", "properties": {"900038571": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038572": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038573": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900038571", "900038572", "900038573"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Agoulin", "dpt" : "Puy-de-D\u00f4me", "inscrits" : 257, "abs" : 44, "votants" : 213, "blancs" : 19, "nuls" : 11, "exp" : 183, "res" : [{"panneau" : "1", "voix" : 105}, {"panneau" : "2", "voix" : 78}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"subscription_id": {"type": "string"}, "resource_group": {"type": "string"}, "workspace_name": {"type": "string"}}, "required": ["subscription_id", "resource_group", "workspace_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subscription_id" : "<input-subscription-id-here>", "resource_group" : "<input-resource-group-here>", "workspace_name" : "pyconworkspace"}
json_instruct
{"type": "object", "properties": {"subscription_id": {"type": "string"}, "resource_group": {"type": "string"}, "workspace_name": {"type": "string"}}, "required": ["subscription_id", "resource_group", "workspace_name"], "$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"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ASTC25H3S20201", "code" : "ASTC25H3S", "name" : "Astrophysics of Planetary Systems", "description" : "Overview of planetary astrophysics at a level appropriate for science students. Planets as a by-product of star formation: theory and observations. Protostellar/protoplanetary disks. Planetesimal and planet formation. Solar system versus extrasolar planetary systems. Giant planets, terrestrial planets, dwarf planets and minor bodies in the Solar System: interiors and environments.", "division" : "University of Toronto Scarborough", "department" : "Dept. of Physical & Environmental Sci (UTSC)", "prerequisites" : "MATB41H3 and PHYA21H3", "exclusions" : "(ASTB21H3), (ASTC22H3), [AST221H and AST222H]", "level" : 300, "campus" : "UTSC", "term" : "2020 Winter", "breadths" : [3], "meeting_sections" : [{"code" : "L01", "instructors" : ["K Menou"], "times" : [{"day" : "THURSDAY", "start" : 46800, "end" : 54000, "duration" : 7200, "location" : "MW 223"}], "size" : 30, "enrolment" : 27}, {"code" : "T0001", "instructors" : [], "times" : [{"day" : "THURSDAY", "start" : 43200, "end" : 46800, "duration" : 3600, "location" : "MW 223"}], "size" : 30, "enrolment" : 25}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "C:\\Users\\PeiranQ\\.virtualenvs\\internal_demo\\Scripts\\python.exe"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[2751.8748614148544, 2762.080368816457, 2789.2950552207303, 2799.500562622333]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"facebook-chat-api": {"type": "string"}}, "required": ["facebook-chat-api"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "hubot": {"type": "string"}, "should": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["coffee-script", "hubot", "should", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "dependencies", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hubot-facebook", "version" : "0.5.4", "description" : "Facebook chat adapter for hubot", "main" : "./index", "scripts" : {"test" : "mocha --compilers coffee:coffee-script/register --reporter spec"}, "author" : "blazeu <neversleepman@tfwno.gf>", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/blazeu/hubot-facebook.git"}, "dependencies" : {"facebook-chat-api" : "Schmavery/facebook-chat-api"}, "engines" : {"node" : ">=5.8.0", "npm" : ">=3.7.0"}, "devDependencies" : {"coffee-script" : "^1.7.1", "hubot" : "~2.13", "should" : "~2.0.2", "mocha" : "~1.13.0"}}
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"facebook-chat-api": {"type": "string"}}, "required": ["facebook-chat-api"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "hubot": {"type": "string"}, "should": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["coffee-script", "hubot", "should", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "dependencies", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d657-40", "text" : "- iii -\nPage\nw\nWall Between, The. .\n... 13\nWatch What You Say \u2022\n... 16\nWhat1s The Why . . .\n. . o 12\nWhile Earth Endures.\n. . o 17\n\u2666Within Our Gates . .\n... 3\nWorst Boy In School,\nThe .\n... 17\nTELEVISION\n\u2666Television Chapel\n24\nRADIO RECORDINGS\nPage\nA\n\u2666All Aboard For Adventure\n(Series IV).25\n\u2666All Aboard For Adventure\n(Series VI).26\n\u2666All Aboard For Adventure\n(Series VII). . ..27\n\u2666All Aboard For Adventure Album . 28\nB\nBattle Of The Warsaw Ghetto, The 31\nBehold The Jew.31\nBitter Herb, The.. . 32\n\u00a3\nChildren of Babel.34\nCourage Is Their Badge . 31\nD\nDay Of Atonement Broadcast ... 31\np&ge\nF\n\u2666Foreign Language Sketches. ... 31\n\u2666Foreign Language Spot\nAnnouncements.30\nForgotten Letter, The.32\nFour Questions, The.32\nG\nGolden Calf, The.. . 32\nH\n\u2666Hate, Incorporated . 29\nHow To Combat Prejudice In\nChildren.. 34\nI\nIs Fair Employment Legislation\nGood For Business.34\n\u2666 Series"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "createdAt": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["id", "title", "createdAt", "author"]}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 107037, "info" : {"name" : "printerest no modal registration - \u0431\u0435\u0437 \u0437\u0430\u0442\u0435\u043d\u0435\u043d\u0438\u044f", "description" : "no modal registration shadow and window - \u0431\u0435\u0437 \u0437\u0430\u0442\u0435\u043d\u0435\u043d\u0438\u044f \u0438 \u043e\u043a\u043d\u0430 \u043f\u0440\u043e\u0441\u044c\u0431\u044b \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f", "additionalInfo" : null, "format" : "uso", "category" : "pinterest", "createdAt" : "2014-11-07T07:45:56.000Z", "updatedAt" : "2014-11-07T07:47:26.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 235405, "name" : "sudden_che"}}, "stats" : {"installs" : {"total" : 240, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "107037-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 1, "commentsCount" : 0}, "data" : [{"id" : 49531, "title" : "out of date; try this style...", "createdAt" : "2016-04-15T13:10:33.000Z", "author" : {"id" : 24012, "name" : "X1011_"}}]}, "style" : {"css" : "@-moz-document domain(\"pinterest.com\") {\r\n\r\n.UnauthBanner, .modalScroller, .modalMask{display:none;}\r\n\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "createdAt": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["id", "title", "createdAt", "author"]}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"65+": {"type": "integer"}, "50-64": {"type": "integer"}, "36-49": {"type": "integer"}, "18-35": {"type": "integer"}, "05-17": {"type": "integer"}, "00-04": {"type": "integer"}}, "required": ["65+", "50-64", "36-49", "18-35", "05-17", "00-04"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"65+" : 1620, "50-64" : 306, "36-49" : 62, "18-35" : 18, "05-17" : 1, "00-04" : 0}
json_instruct
{"type": "object", "properties": {"65+": {"type": "integer"}, "50-64": {"type": "integer"}, "36-49": {"type": "integer"}, "18-35": {"type": "integer"}, "05-17": {"type": "integer"}, "00-04": {"type": "integer"}}, "required": ["65+", "50-64", "36-49", "18-35", "05-17", "00-04"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xd1521a4c08a226d17e38e276052204ce69453e7a", "tool" : "solhint", "start" : 1563811518.929146, "end" : 1563811523.1051726, "duration" : 4.1760265827178955, "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3527030003", "district_id" : "3527030", "name" : "POLAGAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"relevantArticles": {"type": "array", "items": {"type": "object", "properties": {"articleTitle": {"type": "string"}, "articleAbstractText": {"type": "string"}, "articleStatus": {"type": "integer"}, "articlePermalink": {"type": "string"}, "articleImg1URL": {"type": "string"}}, "required": ["articleTitle", "articleAbstractText", "articleStatus", "articlePermalink", "articleImg1URL"]}}}, "required": ["relevantArticles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"relevantArticles" : [{"articleTitle" : "MySQL \u6162\u67e5\u8be2\u4f18\u5316", "articleAbstractText" : "\u5efa\u7acb\u7d22\u5f15\u7684\u4e94\u5927\u539f\u5219 \u6700\u5de6\u524d\u7f00\u5339\u914d\u539f\u5219\u3002 \u201c=\u201d \u548c \u201cin\u201d \u53ef\u4ee5\u4e71\u5e8f\u3002 \u5c3d\u91cf\u9009\u62e9\u533a\u5206\u5ea6\u9ad8\u7684\u5217\u4f5c\u4e3a\u7d22\u5f15\u3002 \u7d22\u5f15\u5217\u4e0d\u80fd\u53c2\u4e0e\u8ba1\u7b97\u3002 \u5c3d\u91cf\u6269\u5c55\u7d22\u5f15\uff0c\u4e0d\u8981\u65b0\u5efa\u7d22\u5f15\u3002 \u67e5\u8be2\u4f18\u5316\u795e\u5668 - explain\u547d\u4ee4 \u6162\u67e5\u8be2\u4f18\u5316\u57fa\u672c\u6b65\u9aa4 \u5148\u8fd0\u884c\u770b\u770b\u662f\u5426\u771f\u7684\u5f88\u6162\uff0c\u6ce8\u610f\u8bbe\u7f6e SQL_NO_CACHE where\u6761\u4ef6\u5355\u8868\u67e5\uff0c\u9501\u5b9a\u6700\u5c0f\u8fd4\u56de\u8bb0\u5f55\u8868\u3002\u8fd9\u53e5\u8bdd\u7684\u610f\u601d\u662f\u628a\u67e5\u8be2\u8bed\u53e5\u7684where\u90fd\u5e94\u7528\u5230\u8868\u4e2d\u8fd4\u56de\u7684\u8bb0\u5f55\u6570\u6700\u5c0f\u7684\u8868\u5f00\u59cb\u67e5\u8d77\uff0c\u5355\u8868\u6bcf\u4e2a\u5b57\u6bb5\u5206\u522b\u67e5\u8be2\uff0c\u770b\u54ea\u4e2a\u5b57\u6bb5\u7684\u533a\u5206\u5ea6\u6700\u9ad8 explain\u67e5\u770b\u6267\u884c\u8ba1\u5212\uff0c\u662f\u5426\u4e0e1\u9884\u671f\u4e00\u81f4\uff08\u4ece\u9501\u5b9a\u8bb0\u5f55\u8f83\u5c11\u7684\u8868\u5f00\u59cb\u67e5\u8be2\uff09 order by limit \u5f62\u5f0f\u7684 sql \u8bed\u53e5\u8ba9\u6392\u5e8f\u7684\u8868\u4f18\u5148\u67e5 \u4e86\u89e3\u4e1a\u52a1\u65b9\u4f7f\u7528\u573a\u666f \u52a0\u7d22\u5f15\u65f6\u53c2\u7167\u5efa\u7d22\u5f15\u7684\u51e0\u5927\u539f\u5219 \u89c2\u5bdf\u7ed3\u679c\uff0c\u4e0d\u7b26\u5408\u9884\u671f\u7ee7\u7eed\u4ece0\u5206\u6790", "articleStatus" : 0, "articlePermalink" : "/articles/2018/03/28/1522195200160.html", "articleImg1URL" : "https://b3logfile.com/bing/20190222.jpg?imageView2/1/w/1280/h/720/interlace/1/q/100"}, {"articleTitle" : "Redis Snippet", "articleAbstractText" : "\u57fa\u672c\u6570\u636e\u7c7b\u578b \u5b57\u7b26\u4e32 string\u3001\u5217\u8868 list\u3001\u65e0\u5e8f\u96c6\u5408 set\u3001\u6709\u5e8f\u96c6\u5408 zset\u3001\u6563\u5217\u8868 hash\u3002 \u652f\u6301\u7684\u7279\u6027 \u5c06\u5185\u5b58\u4e2d\u7684\u6570\u636e\u6301\u4e45\u5316\u5230\u786c\u76d8 \u4f7f\u7528\u590d\u5236\u6765\u6269\u5c55\u8bfb\u6027\u80fd \u4f7f\u7528\u5206\u7247\u6765\u6269\u5c55\u5199\u6027\u80fd \u952e\u7684\u8fc7\u671f\u65f6\u95f4 \u5bf9\u4e8e\u6563\u5217\u8868\u8fd9\u79cd\u5bb9\u5668\uff0c\u53ea\u80fd\u4e3a\u6574\u4e2a\u952e\u8bbe\u7f6e\u8fc7\u671f\u65f6\u95f4\uff08\u6574\u4e2a\u6563\u5217\u8868\uff09\uff0c\u800c\u4e0d\u80fd\u4e3a\u952e\u91cc\u9762\u7684\u5355\u4e2a\u5143\u7d20\u8bbe\u7f6e\u8fc7\u671f\u65f6\u95f4\u3002", "articleStatus" : 0, "articlePermalink" : "/articles/2018/05/29/1527552000137.html", "articleImg1URL" : "https://b3logfile.com/bing/20190425.jpg?imageView2/1/w/1280/h/720/interlace/1/q/100"}]}
json_instruct
{"type": "object", "properties": {"relevantArticles": {"type": "array", "items": {"type": "object", "properties": {"articleTitle": {"type": "string"}, "articleAbstractText": {"type": "string"}, "articleStatus": {"type": "integer"}, "articlePermalink": {"type": "string"}, "articleImg1URL": {"type": "string"}}, "required": ["articleTitle", "articleAbstractText", "articleStatus", "articlePermalink", "articleImg1URL"]}}}, "required": ["relevantArticles"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"FinancialDetail": {"type": "array", "items": {"type": "string"}}, "Value": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["FinancialDetail", "Value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FinancialDetail" : ["Paid Up Capital", "Reserves and Surplus", "Insurance Fund", "Catastrophic Reserve", "Total Equity", "Total Sources", "Long Term Investment and Loans", "Short Term Investment and Loans", "Total Investment and Loans", "Total Revenue", "Income From Investment Loans And Others", "Total Expenses And Provisions", "Management Expenses", "Net Profit", "Net Premium", "Net Claim Payment", "Gross Premium Earned", "Total No of Issued Policies", "Gross Claim Payments", "Claims Payables", "Shares Outstanding", "EPS", "Book Value", "ROE"], "Value" : [[1000000.0, 1000000.0, 700000.0, 700000.0, 700000.0], [75955.0, 63137.0, 56428.0, 49883.0, 37771.0], [85720.0, 71478.0, 63943.0, 57331.0, 44107.0], [8646.0, 7222.0, 6476.0, 5749.0, 4403.0], [1170321.0, 1141837.0, 826847.0, 812963.0, 786281.0], [1170321.0, 1141837.0, 826847.0, 812963.0, 786281.0], [9836.0, 9088.0, 8500.0, 8500.0, 8500.0], [1255982.0, 1228347.0, 900488.0, 864902.0, 843806.0], [1265818.0, 1237435.0, 908988.0, 873402.0, 852306.0], [107362.0, 59616.0, 29653.0, 97174.0, 52272.0], [45443.0, 31533.0, 15763.0, 59753.0, 46080.0], [49192.0, 29929.0, 13986.0, 41545.0, 23325.0], [8368.0, 5382.0, 2649.0, 9447.0, 6734.0], [58170.0, 29687.0, 15667.0, 55629.0, 28947.0], [138467.0, 85515.0, 36114.0, 135541.0, 94267.0], [35808.0, 21764.0, 9168.0, 27343.0, 23062.0], [464628.735, 280035.69, 122564.917, 352677.138, 263306.323], [57824.0, 36550.0, 15784.0, 42383.0, 31872.0], [152668.742, 79801.934, 20660.548, 65650.218, 55764.237], [239467.801, 174432.521, 111969.987, 77018.86, 104969.629], [10000000.0, 10000000.0, 7000000.0, 7000000.0, 7000000.0], [7.756, 5.9374, 8.9525714285714, 7.947, 5.5137142857143], [117.0321, 114.1837, 118.121, 116.13757142857, 112.32585714286], [0.066272415858555, 0.051998665308621, 0.075791530960383, 0.068427468408771, 0.04908677686476]]}
json_instruct
{"type": "object", "properties": {"FinancialDetail": {"type": "array", "items": {"type": "string"}}, "Value": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["FinancialDetail", "Value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 348, "id" : "BD-H"}, {"users" : 1408, "id" : "BD-G"}, {"users" : 579, "id" : "BD-F"}, {"users" : 1123, "id" : "BD-E"}, {"users" : 1227, "id" : "BD-D"}, {"users" : 31200, "id" : "BD-C"}, {"users" : 1918, "id" : "BD-B"}, {"users" : 149, "id" : "BD-A"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"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"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "20", "21", "22"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1" : "Mucha", "2" : "Lucha", "3" : "Mondo", "4" : "Pobrecito", "5" : "Lucia", "6" : "Azul", "7" : "Siete", "8" : "No. Ocho", "9" : "Nueve", "10" : "Diez", "11" : "Once", "20" : "Flight ID Esp", "21" : "Hit Name Esp", "22" : "Status Esp"}
json_instruct
{"type": "object", "properties": {"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"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "20", "21", "22"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "locationId": {"type": "integer"}, "type": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "status": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "identifier": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "platform": {"type": "string"}, "daysOfTheWeek": {"type": "array", "items": {"type": "string"}}, "isTemplate": {"type": "boolean"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "useHolidays": {"type": "boolean"}, "restrictedWeekendUse": {"type": "boolean"}}, "required": ["id", "locationId", "type", "status", "identifier", "name", "description", "platform", "daysOfTheWeek", "isTemplate", "startTime", "endTime", "useHolidays", "restrictedWeekendUse"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 0, "locationId" : 0, "type" : {"value" : "default"}, "status" : {"value" : "Active"}, "identifier" : "[redacted]", "name" : "[redacted]", "description" : "[redacted]", "platform" : "iOS", "daysOfTheWeek" : ["1", "2"], "isTemplate" : false, "startTime" : "[redacted]", "endTime" : "[redacted]", "useHolidays" : false, "restrictedWeekendUse" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "locationId": {"type": "integer"}, "type": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "status": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "identifier": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "platform": {"type": "string"}, "daysOfTheWeek": {"type": "array", "items": {"type": "string"}}, "isTemplate": {"type": "boolean"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "useHolidays": {"type": "boolean"}, "restrictedWeekendUse": {"type": "boolean"}}, "required": ["id", "locationId", "type", "status", "identifier", "name", "description", "platform", "daysOfTheWeek", "isTemplate", "startTime", "endTime", "useHolidays", "restrictedWeekendUse"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Kirovsk": {"type": "string"}, "Monchegorsk": {"type": "string"}, "Ozerko": {"type": "string"}, "Vitino": {"type": "string"}}, "required": ["Kirovsk", "Monchegorsk", "Ozerko", "Vitino"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Kirovsk" : "KVS", "Monchegorsk" : "MCG", "Ozerko" : "OZK", "Vitino" : "VIT"}
json_instruct
{"type": "object", "properties": {"Kirovsk": {"type": "string"}, "Monchegorsk": {"type": "string"}, "Ozerko": {"type": "string"}, "Vitino": {"type": "string"}}, "required": ["Kirovsk", "Monchegorsk", "Ozerko", "Vitino"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"index": {"type": "integer"}, "lineNumber": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}, "description": {"type": "string"}}, "required": ["index", "lineNumber", "column", "message", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 18, "lineNumber" : 1, "column" : 19, "message" : "Error: Line 1: Unexpected token ILLEGAL", "description" : "Unexpected token ILLEGAL"}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "lineNumber": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}, "description": {"type": "string"}}, "required": ["index", "lineNumber", "column", "message", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"dmstr\\console\\controllers\\": {"type": "string"}}, "required": ["dmstr\\console\\controllers\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dmstr/yii2-migrate-command", "description" : "Console Migration Command with multiple paths/aliases support", "type" : "yii2-extension", "keywords" : ["yii2", "extension", "migration", "command", "console"], "license" : "BSD-3-Clause", "authors" : [{"name" : "Tobias Munk", "email" : "tobias@diemeisterei.de"}], "autoload" : {"psr-4" : {"dmstr\\console\\controllers\\" : ""}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"dmstr\\console\\controllers\\": {"type": "string"}}, "required": ["dmstr\\console\\controllers\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : 404383623, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "5d9adb6d85a7a310aa5fd0abee0c911f", "wof:id" : 404383623, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.36056, 46.00556, 5.36056, 46.00556], "geometry" : {"coordinates" : [5.36056, 46.00556], "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 an example JSON object that satisfies this schema: {"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" : 1999, "sex" : "F", "n" : 11, "prop" : 5.65e-06}, {"year" : 2000, "sex" : "F", "n" : 9, "prop" : 4.51e-06}, {"year" : 2001, "sex" : "F", "n" : 8, "prop" : 4.04e-06}, {"year" : 2002, "sex" : "F", "n" : 12, "prop" : 6.08e-06}, {"year" : 2003, "sex" : "F", "n" : 14, "prop" : 6.98e-06}, {"year" : 2004, "sex" : "F", "n" : 6, "prop" : 2.98e-06}, {"year" : 2005, "sex" : "F", "n" : 22, "prop" : 0}, {"year" : 2006, "sex" : "F", "n" : 14, "prop" : 6.7e-06}, {"year" : 2007, "sex" : "F", "n" : 16, "prop" : 7.57e-06}, {"year" : 2008, "sex" : "F", "n" : 11, "prop" : 5.29e-06}, {"year" : 2010, "sex" : "F", "n" : 7, "prop" : 3.57e-06}, {"year" : 2011, "sex" : "F", "n" : 12, "prop" : 6.2e-06}, {"year" : 2012, "sex" : "F", "n" : 8, "prop" : 4.13e-06}, {"year" : 2013, "sex" : "F", "n" : 7, "prop" : 3.64e-06}, {"year" : 2014, "sex" : "F", "n" : 8, "prop" : 4.1e-06}, {"year" : 2017, "sex" : "F", "n" : 5, "prop" : 2.67e-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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prestart": {"type": "string"}, "start": {"type": "string"}, "predev": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}, "pub": {"type": "string"}}, "required": ["prestart", "start", "predev", "dev", "test", "pub"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@fnando/cnpj": {"type": "string"}, "@fnando/cpf": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["@fnando/cnpj", "@fnando/cpf", "puppeteer"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "nodemon"]}}, "required": ["author", "name", "version", "description", "main", "homepage", "keywords", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"name" : "Tiago Bani", "email" : "tiago.bani@yahoo.com.br"}, "name" : "@tiagobani/cpfsituation", "version" : "2.0.8", "description" : "validate and verify situation of cpf", "main" : "index.js", "homepage" : "https://github.com/TiagoBani/cpfsituation/blob/master/README.md", "keywords" : ["cpf", "puppeteer", "lazy evaluation"], "scripts" : {"prestart" : "npm install --production", "start" : "node --unhandled-rejections=strict example.js", "predev" : "npm install", "dev" : "nodemon --unhandled-rejections=strict example.js", "test" : "echo \"Error: no test specified\" && exit 1", "pub" : "npm publish --access=public"}, "license" : "MIT", "dependencies" : {"@fnando/cnpj" : "^1.0.1", "@fnando/cpf" : "^1.0.1", "puppeteer" : "^4.0.0"}, "devDependencies" : {"eslint" : "^7.3.1", "eslint-config-standard" : "^14.1.1", "eslint-plugin-import" : "^2.21.2", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-promise" : "^4.2.1", "eslint-plugin-standard" : "^4.0.1", "nodemon" : "^2.0.4"}}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prestart": {"type": "string"}, "start": {"type": "string"}, "predev": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}, "pub": {"type": "string"}}, "required": ["prestart", "start", "predev", "dev", "test", "pub"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@fnando/cnpj": {"type": "string"}, "@fnando/cpf": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["@fnando/cnpj", "@fnando/cpf", "puppeteer"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "nodemon"]}}, "required": ["author", "name", "version", "description", "main", "homepage", "keywords", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}