input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"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" : 97454, "cartId" : "e5b384ae-2f7f-4c92-9749-6aa32d617b13", "preferredProducts" : [4725, 2832, 3116, 1855], "productReviews" : [{"productId" : 4216, "reviewText" : "The box this comes in is 4 meter by 5 foot and weights 18 kilogram.", "reviewDate" : "2017-09-16T16:41:35.1549868+03:00"}, {"productId" : 1422, "reviewText" : "one of my hobbies is programming. and when i'm programming this works great.", "reviewDate" : "2019-06-06T13:36:30.5838003+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": {"foundation.css": {"type": "string"}, "foundation.js": {"type": "string"}, "foundation.min.css": {"type": "string"}, "foundation.min.js": {"type": "string"}}, "required": ["foundation.css", "foundation.js", "foundation.min.css", "foundation.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"foundation.css" : "sha256-vu+bGTaICUK2cziQ4hU4gYJepOrtbMAic8mVQskBUXc=", "foundation.js" : "sha256-yFHDMdx0zSqNncHB4p/yMzIwHJlwAn82MGq6ecChiJM=", "foundation.min.css" : "sha256-ycJf5iBnlP/GyqOrXCZGGFgcA2WMBlGy4pZvXmpoEko=", "foundation.min.js" : "sha256-Q9Rj8zDbBOeruIaTTjBgRSV7rJKTyh3biPYRxbGUx/g="} | json_instruct | {"type": "object", "properties": {"foundation.css": {"type": "string"}, "foundation.js": {"type": "string"}, "foundation.min.css": {"type": "string"}, "foundation.min.js": {"type": "string"}}, "required": ["foundation.css", "foundation.js", "foundation.min.css", "foundation.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ColorSpace": {"type": "string"}, "CreateDate": {"type": "string"}, "ExifIFDPointer": {"type": "string"}, "ExifVersion": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "ModifyDate": {"type": "string"}, "Orientation": {"type": "string"}, "ResolutionUnit": {"type": "string"}, "Software": {"type": "string"}, "XResolution": {"type": "string"}, "YCbCrPositioning": {"type": "string"}, "YResolution": {"type": "string"}}, "required": ["ColorSpace", "CreateDate", "ExifIFDPointer", "ExifVersion", "Make", "Model", "ModifyDate", "Orientation", "ResolutionUnit", "Software", "XResolution", "YCbCrPositioning", "YResolution"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ColorSpace" : "sRGB", "CreateDate" : "2009:07:28:10:37:37", "ExifIFDPointer" : "248", "ExifVersion" : "0220", "Make" : "Canon", "Model" : "CanoScan 9950F", "ModifyDate" : "2009:07:28 10:38:23", "Orientation" : "1", "ResolutionUnit" : "2", "Software" : "QuickTime 7.6.2", "XResolution" : "72", "YCbCrPositioning" : "1", "YResolution" : "72"} | json_instruct | {"type": "object", "properties": {"ColorSpace": {"type": "string"}, "CreateDate": {"type": "string"}, "ExifIFDPointer": {"type": "string"}, "ExifVersion": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "ModifyDate": {"type": "string"}, "Orientation": {"type": "string"}, "ResolutionUnit": {"type": "string"}, "Software": {"type": "string"}, "XResolution": {"type": "string"}, "YCbCrPositioning": {"type": "string"}, "YResolution": {"type": "string"}}, "required": ["ColorSpace", "CreateDate", "ExifIFDPointer", "ExifVersion", "Make", "Model", "ModifyDate", "Orientation", "ResolutionUnit", "Software", "XResolution", "YCbCrPositioning", "YResolution"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "microbundle": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "microbundle", "react", "react-dom", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["name", "description", "version", "license", "author", "repository", "sideEffects", "main", "module", "files", "dependencies", "devDependencies", "peerDependencies", "keywords", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cease", "description" : "Simple, isolated CSS-in-JS for React components.", "version" : "0.0.1-alpha.1", "license" : "MIT", "author" : "Stephen O\u2019Brien <stepheno@gmail.com>", "repository" : "git://github.com/steobrien/cease.git", "sideEffects" : false, "main" : "dist/index.js", "module" : "dist/index.esm.js", "files" : ["dist"], "dependencies" : {}, "devDependencies" : {"@types/react" : "^16.9.34", "@types/react-dom" : "^16.9.6", "microbundle" : "^0.11.0", "react" : "^16.13.1", "react-dom" : "^16.13.1", "typescript" : "^3.8.3"}, "peerDependencies" : {"react" : ">=16.8.0", "react-dom" : ">=16.8.0"}, "keywords" : ["css-in-js", "css", "react", "scoped", "shadow-dom"], "scripts" : {"build" : "microbundle"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "microbundle": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "microbundle", "react", "react-dom", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["name", "description", "version", "license", "author", "repository", "sideEffects", "main", "module", "files", "dependencies", "devDependencies", "peerDependencies", "keywords", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "axios-concurrency": {"type": "string"}, "axios-retry": {"type": "string"}, "commander": {"type": "string"}, "csv-writer": {"type": "string"}, "email-templates": {"type": "string"}, "moment": {"type": "string"}, "nodemailer": {"type": "string"}, "pug": {"type": "string"}, "tmp": {"type": "string"}, "xmlbuilder": {"type": "string"}, "xslt-processor": {"type": "string"}, "xsltproc": {"type": "string"}}, "required": ["axios", "axios-concurrency", "axios-retry", "commander", "csv-writer", "email-templates", "moment", "nodemailer", "pug", "tmp", "xmlbuilder", "xslt-processor", "xsltproc"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sympaging", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"axios" : "^0.18.0", "axios-concurrency" : "^1.0.1", "axios-retry" : "^3.1.2", "commander" : "^2.20.0", "csv-writer" : "^1.2.0", "email-templates" : "^5.0.5", "moment" : "^2.24.0", "nodemailer" : "^6.1.1", "pug" : "^2.0.3", "tmp" : "^0.1.0", "xmlbuilder" : "^12.0.0", "xslt-processor" : "^0.11.5", "xsltproc" : "0.0.4"}, "devDependencies" : {"eslint" : "^5.16.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"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "axios-concurrency": {"type": "string"}, "axios-retry": {"type": "string"}, "commander": {"type": "string"}, "csv-writer": {"type": "string"}, "email-templates": {"type": "string"}, "moment": {"type": "string"}, "nodemailer": {"type": "string"}, "pug": {"type": "string"}, "tmp": {"type": "string"}, "xmlbuilder": {"type": "string"}, "xslt-processor": {"type": "string"}, "xsltproc": {"type": "string"}}, "required": ["axios", "axios-concurrency", "axios-retry", "commander", "csv-writer", "email-templates", "moment", "nodemailer", "pug", "tmp", "xmlbuilder", "xslt-processor", "xsltproc"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "KEPULAUAN TALAUD", "originalFilename" : "4x6 Warna.JPG", "namaPartai" : "Persatuan Indonesia", "id" : 183569, "noUrut" : 1, "nama" : "RUDINI AMBULILING", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KEPULAUAN TALAUD", "originalFilename" : "1499514268268.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 224098, "noUrut" : 2, "nama" : "JOHANIS HERMANTO RIUNG, S.Pd", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KEPULAUAN TALAUD", "originalFilename" : "IMG_6577.JPG", "namaPartai" : "Persatuan Indonesia", "id" : 224926, "noUrut" : 3, "nama" : "MEIKE T. LALUAS", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA MANADO", "originalFilename" : "4X6.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 214286, "noUrut" : 4, "nama" : "OLDY HANOKH BAWILING", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KEPULAUAN TALAUD", "originalFilename" : "2.4x6 C.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 215480, "noUrut" : 5, "nama" : "ROSIANI POAE", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KEPULAUAN TALAUD", "originalFilename" : "IMG_6976.JPG", "namaPartai" : "Persatuan Indonesia", "id" : 225111, "noUrut" : 6, "nama" : "YENI TUMUATJA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KEPULAUAN TALAUD", "originalFilename" : "IMG_6551.JPG", "namaPartai" : "Persatuan Indonesia", "id" : 224619, "noUrut" : 7, "nama" : "Pdt. NEFTON MAGISA, S.Th", "stringJenisKelamin" : "Laki-Laki"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$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#"}
| ["redux-devtools-ui"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"moduleName": {"type": "null"}, "summaries": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}, "metadata": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "extends": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}, "arity": {"type": "integer"}, "members": {"type": "object", "properties": {"__ctor__": {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}}}, "required": ["__symbolic", "parameters"]}}, "_resolve": {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}}, "required": ["__ctor__", "_resolve"]}}, "required": ["__symbolic", "extends", "arity", "members"]}}, "required": ["symbol", "metadata"]}}, "symbols": {"type": "array", "items": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "name": {"type": "string"}, "filePath": {"type": "string"}}, "required": ["__symbol", "name", "filePath"]}}}, "required": ["moduleName", "summaries", "symbols"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"moduleName" : null, "summaries" : [{"symbol" : {"__symbol" : 0, "members" : []}, "metadata" : {"__symbolic" : "class", "extends" : {"__symbol" : 1, "members" : []}, "arity" : 1, "members" : {"__ctor__" : [{"__symbolic" : "constructor", "parameters" : [{"__symbol" : 2, "members" : []}, {"__symbol" : 3, "members" : []}]}], "_resolve" : [{"__symbolic" : "method"}]}}}], "symbols" : [{"__symbol" : 0, "name" : "ScopedHost", "filePath" : "./scoped"}, {"__symbol" : 1, "name" : "ResolverHost", "filePath" : "./resolver"}, {"__symbol" : 2, "name" : "Host", "filePath" : "./interface"}, {"__symbol" : 3, "name" : "Path", "filePath" : "../path"}]} | json_instruct | {"type": "object", "properties": {"moduleName": {"type": "null"}, "summaries": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}, "metadata": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "extends": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}, "arity": {"type": "integer"}, "members": {"type": "object", "properties": {"__ctor__": {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}}}, "required": ["__symbolic", "parameters"]}}, "_resolve": {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}}, "required": ["__ctor__", "_resolve"]}}, "required": ["__symbolic", "extends", "arity", "members"]}}, "required": ["symbol", "metadata"]}}, "symbols": {"type": "array", "items": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "name": {"type": "string"}, "filePath": {"type": "string"}}, "required": ["__symbol", "name", "filePath"]}}}, "required": ["moduleName", "summaries", "symbols"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id_10246": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_10246"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_10246" : {"publicdate" : "2015-11-26 00:02:45", "downloads" : 508}} | json_instruct | {"type": "object", "properties": {"id_10246": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_10246"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : "3324081007", "district_id" : "3324081", "name" : "SUKOMULYO"} | 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": {"result": {"type": "object", "properties": {"covered_percent": {"type": "number"}}, "required": ["covered_percent"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : {"covered_percent" : 85.12}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"covered_percent": {"type": "number"}}, "required": ["covered_percent"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Mit einfach wartbarem Code zu aussagekr\u00e4ftigen Fehlermeldungen\n\nZiel des Vortrags ist, Entwickler in die Lage zu versetzen, die in zahlreichen Programmiersprachen vorhandenen Exception-Mechanismen so zur Fehlerbehandlung zu verwenden, dass Programme beim Auftreten von Fehlern den Benutzer bzw. den Entwickler bestm\u00f6glich bei der Korrektur unterst\u00fctzen. Der Quellcode bleibt dabei kompakt einfach zu warten.\n\nhttp://glt13-programm.linuxtage.at/events/198.de.html", "favorite" : "0", "length" : "47:48", "likes" : "0", "recorded" : "2013-04-20", "speakers" : ["thomas-aglassinger"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/Joponf2gHc8/hqdefault.jpg", "title" : "L\u00f6sungsorientierte Fehlerbehandlung", "videos" : [{"code" : "Joponf2gHc8", "type" : "youtube"}], "views" : "78"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"algolia-html-extractor": {"type": "string"}, "algoliasearch": {"type": "string"}, "dotenv": {"type": "string"}, "minimist": {"type": "string"}, "request": {"type": "string"}}, "required": ["algolia-html-extractor", "algoliasearch", "dotenv", "minimist", "request"]}}, "required": ["name", "version", "main", "author", "description", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "adobe-io-website-algolia-index-generation", "version" : "1.0.0", "main" : "index.js", "author" : "", "description" : "Generate index records from remote URLs and push data to Algolia index", "license" : "Apache-2.0", "dependencies" : {"algolia-html-extractor" : "0.0.1", "algoliasearch" : "^4.10.3", "dotenv" : "^10.0.0", "minimist" : "^1.2.5", "request" : "^2.88.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"algolia-html-extractor": {"type": "string"}, "algoliasearch": {"type": "string"}, "dotenv": {"type": "string"}, "minimist": {"type": "string"}, "request": {"type": "string"}}, "required": ["algolia-html-extractor", "algoliasearch", "dotenv", "minimist", "request"]}}, "required": ["name", "version", "main", "author", "description", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cd3TvSpendingTop5": {"type": "array", "items": {"type": "object", "properties": {"group": {"type": "string"}, "totalSpend": {"type": "integer"}, "party": {"type": "string"}, "id": {"type": "integer"}}, "required": ["group", "totalSpend", "party", "id"]}}}, "required": ["cd3TvSpendingTop5"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cd3TvSpendingTop5" : [{"group" : "Diane Mitsch Bush", "totalSpend" : 2111013, "party" : "D", "id" : 2}, {"group" : "Lauren Boebert", "totalSpend" : 1071503, "party" : "R", "id" : 3}, {"group" : "House Majority PAC", "totalSpend" : 847900, "party" : "D", "id" : 4}, {"group" : "DCCC", "totalSpend" : 640253, "party" : "D", "id" : 5}, {"group" : "Club for Growth Action", "totalSpend" : 490905, "party" : "R", "id" : 6}]} | json_instruct | {"type": "object", "properties": {"cd3TvSpendingTop5": {"type": "array", "items": {"type": "object", "properties": {"group": {"type": "string"}, "totalSpend": {"type": "integer"}, "party": {"type": "string"}, "id": {"type": "integer"}}, "required": ["group", "totalSpend", "party", "id"]}}}, "required": ["cd3TvSpendingTop5"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "'use strict';\n\nconst createAddAPI = require('./add');\n\nconst createAddAllAPI = require('./add-all');\n\nconst createCatAPI = require('./cat');\n\nconst createGetAPI = require('./get');\n\nconst createLsAPI = require('./ls');\n/**\n * @typedef {AddAllContext & CatContext & GetContext & ListContext } Context\n * @typedef {import('./add-all').Context} AddAllContext\n * @typedef {import('./cat').Context} CatContext\n * @typedef {import('./get').Context} GetContext\n * @typedef {import('./ls').Context} ListContext\n * @typedef {import('ipfs-core-types/src').RootAPI} RootAPI\n * @implements {RootAPI}\n */\n\n\nclass Root {\n /**\n * @param {Context} context\n */\n constructor({\n preload,\n gcLock,\n pin,\n block,\n ipld,\n options\n }) {\n const addAll = createAddAllAPI({\n preload,\n gcLock,\n block,\n pin,\n options\n });\n this.addAll = addAll;\n this.add = createAddAPI({\n addAll\n });\n this.cat = createCatAPI({\n ipld,\n preload\n });\n this.get = createGetAPI({\n ipld,\n preload\n });\n this.ls = createLsAPI({\n ipld,\n preload\n });\n }\n\n}\n\nmodule.exports = Root;", "map" : null, "metadata" : {}, "sourceType" : "script"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"jquery.dotdotdot.js": {"type": "string"}, "jquery.dotdotdot.min.js": {"type": "string"}}, "required": ["jquery.dotdotdot.js", "jquery.dotdotdot.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.dotdotdot.js" : "sha512-p+/mQn1hhybUbY43pl0ZYcmsUQDjjKPnudHR/UyX3GKn5C2/mk9ZV1NuqDCjT5BefsH48ut8rhSF7Y1zTdq6+A==", "jquery.dotdotdot.min.js" : "sha512-3FZYz2bGWSrST3jyUr5Dd7wVkgJJAVGBhepnwQiePDbWdrwZVgB3X02omACj4q/KIM7nvtQVH7POdEYcvGcOEA=="} | json_instruct | {"type": "object", "properties": {"jquery.dotdotdot.js": {"type": "string"}, "jquery.dotdotdot.min.js": {"type": "string"}}, "required": ["jquery.dotdotdot.js", "jquery.dotdotdot.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "answer": {"type": "object", "properties": {"model": {"type": "integer"}, "human": {"type": "integer"}}, "required": ["model", "human"]}}, "required": ["id", "article", "questions", "options", "answer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3999", "article" : "Movie makers at one time worried that they might be put out of business by television . Recently , however , more and more people have been going to the movies . This may be partly because the economic situation in America has _ When at the movies , people forget their troubles , as they get involved in the story on the screen . Also , directors have recently been producing pictures that large numbers of people want to see . Americans in the millions are returning to their love affair with the movies . Motion picture industry experts see two main factors responsible for this : an increased need by Americans to escape from economic worries and a large number of new movies with broad audience appeal . Movie makers admit that their rising popularity is partly the result of poor economic conditions , which traditionally bring an increase in theater attendance . \" When people are fearful about the future , they look for escape , \" comments Jack Valenti , president of the Motion Picture Association of America . \" In a shaded theater , with a 65 - foot screen , you lose yourself for two and a half hours and people find this beneficial . \"", "questions" : "Why are so many people going to see movies now ?", "options" : {"model" : ["because people wanted to escape from real life .", "because they wanted to see more movies there .", "because people do n ' t like films .", "because people did n ' t want to watch movies ."], "human" : ["Because people now have much more money .", "Because people have troubles .", "Because watching movies is now much cheaper than watching TV .", "Because people wanted to escape from real life ."]}, "answer" : {"model" : 0, "human" : 3}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "answer": {"type": "object", "properties": {"model": {"type": "integer"}, "human": {"type": "integer"}}, "required": ["model", "human"]}}, "required": ["id", "article", "questions", "options", "answer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Mef": {"type": "object", "properties": {"Directories": {"type": "array", "items": {"type": "object", "properties": {"DirectoryPath": {"type": "string"}, "SearchPattern": {"type": "string"}}, "required": ["DirectoryPath", "SearchPattern"]}}}, "required": ["Directories"]}}, "required": ["Mef"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Mef" : {"Directories" : [{"DirectoryPath" : ".", "SearchPattern" : "ServiceExtensions.*.dll"}]}} | json_instruct | {"type": "object", "properties": {"Mef": {"type": "object", "properties": {"Directories": {"type": "array", "items": {"type": "object", "properties": {"DirectoryPath": {"type": "string"}, "SearchPattern": {"type": "string"}}, "required": ["DirectoryPath", "SearchPattern"]}}}, "required": ["Directories"]}}, "required": ["Mef"], "$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"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "lint", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "bower": {"type": "string"}, "errorhandler": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "require": {"type": "string"}, "fuel-auth": {"type": "string"}, "fuel-rest": {"type": "string"}, "fuel-soap": {"type": "string"}, "lodash.merge": {"type": "string"}, "request": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["body-parser", "bower", "errorhandler", "express", "jsonwebtoken", "require", "fuel-auth", "fuel-rest", "fuel-soap", "lodash.merge", "request", "uuid"]}}, "required": ["name", "version", "description", "engines", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jb-activity-template", "version" : "1.0.0", "description" : "Journey Builder Activity Template", "engines" : {"node" : "6.11.1"}, "scripts" : {"start" : "node app.js", "lint" : "node_modules/.bin/eslint .", "test" : "node_modules/.bin/mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/devsutd/journey-builder-activity-template.git"}, "keywords" : ["journey", "builder", "salesforce marketing cloud", "heroku"], "author" : "Devs United", "license" : "ISC", "bugs" : {"url" : "https://github.com/devsutd/journey-builder-activity-template/issues"}, "homepage" : "https://github.com/devsutd/journey-builder-activity-template#readme", "dependencies" : {"body-parser" : "^1.18.2", "bower" : "^1.8.0", "errorhandler" : "^1.5.0", "express" : "^4.15.4", "jsonwebtoken" : "^8.0.1", "require" : "^2.4.20", "fuel-auth" : "^3.1.0", "fuel-rest" : "^3.1.0", "fuel-soap" : "^2.1.0", "lodash.merge" : "^4.6.1", "request" : "^2.88.0", "uuid" : "^3.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "lint", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "bower": {"type": "string"}, "errorhandler": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "require": {"type": "string"}, "fuel-auth": {"type": "string"}, "fuel-rest": {"type": "string"}, "fuel-soap": {"type": "string"}, "lodash.merge": {"type": "string"}, "request": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["body-parser", "bower", "errorhandler", "express", "jsonwebtoken", "require", "fuel-auth", "fuel-rest", "fuel-soap", "lodash.merge", "request", "uuid"]}}, "required": ["name", "version", "description", "engines", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Guanmin Tang"}, {"author" : "Changlin Zhai"}, {"author" : "Zhiyong Wang"}, {"author" : "Hao Chen"}], "doi" : "10.1186/s12872-015-0032-2", "publication_date" : "2015-05-13", "id" : "EN115300", "url" : "https://pubmed.ncbi.nlm.nih.gov/25964130", "source" : "BMC cardiovascular disorders", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "Herein, we reported a 71-year-old woman with permanent pacemaker mistakenly implanted into the left ventricle. During the operation of permanent pacemaker implantation, puncture was performed on her subclavian artery by mistake, and then the pacemaker electrode was put into the cardiac apex of left ventricle via ascending aorta reversely."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"AppName": {"type": "string"}, "BuildConstraints": {"type": "string"}, "ConfigVersion": {"type": "string"}, "PackageVersion": {"type": "string"}}, "required": ["AppName", "BuildConstraints", "ConfigVersion", "PackageVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AppName" : "gemnasium", "BuildConstraints" : "linux darwin windows", "ConfigVersion" : "0.9", "PackageVersion" : "0.2.10"} | json_instruct | {"type": "object", "properties": {"AppName": {"type": "string"}, "BuildConstraints": {"type": "string"}, "ConfigVersion": {"type": "string"}, "PackageVersion": {"type": "string"}}, "required": ["AppName", "BuildConstraints", "ConfigVersion", "PackageVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "main", "version", "private", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pmx", "main" : "pmx.js", "version" : "0.0.0", "private" : true, "description" : "pmx - a pure JavaScript Parser for PMX Format(MMD)", "scripts" : {"test" : "node test_parse.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/59naga/pmx.git"}, "keywords" : ["Vocaloid", "VPVP", "MikuMikuDance", "MMD", "PMX"], "author" : "KATO Kanryu <k.kanryu@gmail.com>", "license" : "Apache License 2", "bugs" : {"url" : "https://github.com/59naga/pmx/issues"}, "homepage" : "https://github.com/59naga/pmx#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "main", "version", "private", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"testRunIds": {"type": "array", "items": {"type": "string"}}, "unfilteredTests": {"type": "object", "properties": {"dts": {"type": "array", "items": {}}}, "required": ["dts"]}, "filteredTests": {"type": "object", "properties": {"dts": {"type": "array", "items": {}}}, "required": ["dts"]}, "roundTime": {"type": "number"}}, "required": ["testRunIds", "unfilteredTests", "filteredTests", "roundTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"testRunIds" : ["1635803587405-fcf430e3-ad94-423a-b278-05f85e654a0a"], "unfilteredTests" : {"dts" : []}, "filteredTests" : {"dts" : []}, "roundTime" : 1.874122998} | json_instruct | {"type": "object", "properties": {"testRunIds": {"type": "array", "items": {"type": "string"}}, "unfilteredTests": {"type": "object", "properties": {"dts": {"type": "array", "items": {}}}, "required": ["dts"]}, "filteredTests": {"type": "object", "properties": {"dts": {"type": "array", "items": {}}}, "required": ["dts"]}, "roundTime": {"type": "number"}}, "required": ["testRunIds", "unfilteredTests", "filteredTests", "roundTime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"sdk": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["sdk"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sdk" : {"version" : "2.2.104"}} | json_instruct | {"type": "object", "properties": {"sdk": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["sdk"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "release"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@commitlint/cli": {"type": "string"}, "@commitlint/config-conventional": {"type": "string"}, "@release-it/bumper": {"type": "string"}, "@release-it/conventional-changelog": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["@commitlint/cli", "@commitlint/config-conventional", "@release-it/bumper", "@release-it/conventional-changelog", "release-it"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "seed-code-quality", "version" : "0.1.4", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo testing", "release" : "release-it"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dani8art/seed-code-quality.git"}, "author" : "darteaga", "license" : "MIT", "bugs" : {"url" : "https://github.com/dani8art/seed-code-quality/issues"}, "homepage" : "https://github.com/dani8art/seed-code-quality#readme", "devDependencies" : {"@commitlint/cli" : "^9.1.2", "@commitlint/config-conventional" : "^11.0.0", "@release-it/bumper" : "^1.4.1", "@release-it/conventional-changelog" : "^1.1.4", "release-it" : "^13.7.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "release"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@commitlint/cli": {"type": "string"}, "@commitlint/config-conventional": {"type": "string"}, "@release-it/bumper": {"type": "string"}, "@release-it/conventional-changelog": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["@commitlint/cli", "@commitlint/config-conventional", "@release-it/bumper", "@release-it/conventional-changelog", "release-it"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id_244": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_244"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_244" : {"title" : "Sadhana, the Realisation of Life", "language" : "English", "totaltime" : "4:26:02", "url_librivox" : "http://librivox.org/sadhana-by-rabindranath-tagore/", "url_iarchive" : "http://www.archive.org/details/sadhana_realisation_librivox", "readers" : ["167", "30", "36", "439"], "authors" : "568", "genres" : "*Non-fiction"}} | json_instruct | {"type": "object", "properties": {"id_244": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_244"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "string"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "null"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 102618, "name" : "Stop Distractions", "description" : "Blocks selected websites (mostly danish)", "user" : {"id" : 267166, "name" : "mkongsfelt", "email" : "redacted", "paypal_email" : null, "homepage" : "http://www.inmediaweb.dk", "about" : null, "license" : null}, "updated" : "2014-06-18T19:49:00.000Z", "weekly_install_count" : 0, "total_install_count" : 40, "rating" : null, "after_screenshot_name" : null, "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2014-06-18T19:49:00.000Z", "category" : "site", "raw_subcategory" : "google", "subcategory" : "google", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"google.com\") {\r\n.gb_Ma {\r\n\tdisplay:none !important;\r\n visibility:hidden;\r\n}\r\n.gb_Pa {\r\ndisplay: none !important;\r\n visibility:hidden;\r\n}\r\n.gb_Ua{\r\ndisplay: none !important;\r\n visibility:hidden;\r\n}\r\n}\r\n\r\n@-moz-document url-prefix(\"https://plus.google.com\"), url-prefix(\"http://marketers.dk/m/\"), url-prefix(\"http://nyhederne.tv2.dk\"), domain(\"facebook.com\"), domain(\"partner-ads.com\"), domain(\"politiken.dk\"), domain(\"twitter.com\"), domain(\"bt.dk\"), domain(\"b.dk\"), domain(\"borsen.dk\"), domain(\"jp.dk\"), domain(\"jyllands-posten.dk\"), domain(\"linkedin.com\") {\r\nbody {\r\ndisplay:none;\r\n}\r\n\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/102618/stop-distractions.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "string"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "null"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "subacid", "definition" : "Moderately acid or sour; as, some plants have subacid juices. -- n. A substance moderately acid."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.r2py": {"type": "string"}, "stdlib.h": {"type": "string"}}, "required": ["*.r2py", "stdlib.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files.associations" : {"*.r2py" : "python", "stdlib.h" : "c"}} | json_instruct | {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.r2py": {"type": "string"}, "stdlib.h": {"type": "string"}}, "required": ["*.r2py", "stdlib.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"peafowl": {"type": "object", "properties": {"statisticcat_desc": {"type": "array", "items": {"type": "string"}}}, "required": ["statisticcat_desc"]}}, "required": ["peafowl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"peafowl" : {"statisticcat_desc" : ["SALES"]}} | json_instruct | {"type": "object", "properties": {"peafowl": {"type": "object", "properties": {"statisticcat_desc": {"type": "array", "items": {"type": "string"}}}, "required": ["statisticcat_desc"]}}, "required": ["peafowl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[128.375, 24.833333333333332], [128.375, 24.916666666666668], [128.5, 24.916666666666668], [128.5, 24.833333333333332], [128.375, 24.833333333333332]]]}, "properties" : {"code" : 372823, "url" : "http://madefor.github.io/0410/api/v1/372823.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/372823.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "function-deploy": {"type": "string"}}, "required": ["test", "function-deploy"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}}, "required": ["body-parser", "express"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "funktion", "version" : "1.0.0", "description" : "Simple microservice built using GCP Cloud Function", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "function-deploy" : "gcloud alpha functions deploy funktion --stage-bucket $FUNKTION_BUCKET --trigger-http --include-node-modules"}, "repository" : {"type" : "git", "url" : "git+https://github.com/adilsoncarvalho/funktion.git"}, "keywords" : ["gcp", "nodejs", "microservice", "cloud-function"], "author" : "Adilson Carvalho <lc.adilson@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/adilsoncarvalho/funktion/issues"}, "homepage" : "https://github.com/adilsoncarvalho/funktion#readme", "dependencies" : {"body-parser" : "^1.16.1", "express" : "^4.14.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "function-deploy": {"type": "string"}}, "required": ["test", "function-deploy"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}}, "required": ["body-parser", "express"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "splenical", "definition" : "Splenic."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"proxy_ip": {"type": "string"}, "proxy_port": {"type": "integer"}, "toy_channel": {"type": "string"}, "contest_manager_channel": {"type": "string"}, "race": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "realtime": {"type": "boolean"}}, "required": ["type", "location", "realtime"]}}, "required": ["proxy_ip", "proxy_port", "toy_channel", "contest_manager_channel", "race"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"proxy_ip" : "localhost", "proxy_port" : 33330, "toy_channel" : "Simulation", "contest_manager_channel" : "ContestManager", "race" : {"type" : "fleet-race", "location" : "viana-do-castelo", "realtime" : false}} | json_instruct | {"type": "object", "properties": {"proxy_ip": {"type": "string"}, "proxy_port": {"type": "integer"}, "toy_channel": {"type": "string"}, "contest_manager_channel": {"type": "string"}, "race": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "realtime": {"type": "boolean"}}, "required": ["type", "location", "realtime"]}}, "required": ["proxy_ip", "proxy_port", "toy_channel", "contest_manager_channel", "race"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"ID": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "cellLine": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "reagent": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["ID", "cellLine", "reagent"]}}, "required": ["id", "$schema", "title", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://fairsharing.github.io/MIRcat/miaca/material_list_schema.json", "$schema" : "http://json-schema.org/draft-04/schema", "title" : "MIACA material list chema", "description" : "JSON-schema representing MIACA material list.", "type" : "object", "properties" : {"ID" : {"type" : "string"}, "cellLine" : {"$ref" : "http://fairsharing.github.io/MIRcat/miaca/cell_line_schema.json#"}, "reagent" : {"$ref" : "http://fairsharing.github.io/MIRcat/miaca/reagent_schema.json#"}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"ID": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "cellLine": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "reagent": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["ID", "cellLine", "reagent"]}}, "required": ["id", "$schema", "title", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"billing_payment_ovhaccount": {"type": "string"}}, "required": ["billing_payment_ovhaccount"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"billing_payment_ovhaccount" : "Konto prepaid"} | json_instruct | {"type": "object", "properties": {"billing_payment_ovhaccount": {"type": "string"}}, "required": ["billing_payment_ovhaccount"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "highlightjs": {"type": "string"}, "bootstrap-sass-official": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["bootstrap", "highlightjs", "bootstrap-sass-official", "font-awesome"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Bastard", "version" : "1.1.4", "dependencies" : {"bootstrap" : "latest", "highlightjs" : "latest", "bootstrap-sass-official" : "latest", "font-awesome" : "latest"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "highlightjs": {"type": "string"}, "bootstrap-sass-official": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["bootstrap", "highlightjs", "bootstrap-sass-official", "font-awesome"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "Unitech", "market_name" : "EA630Plus", "codename" : "EA630Plus", "model" : "EA630Plus"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 39347, "date" : "2014-12-18 23:39:05", "user" : "Pabloz", "post" : "found this nice offer:\r\n\r\nspecial on at [ssltrust.com.au](http://ssltrust.com.au) at the moment for a free EV ssl upgrade.\r\n\r\nHave one of the most trusted SSL Certificates available with our exclusive offer available only at SSLTrust. With every new valid 1yr PositiveSSL Single Domain order get a free upgrade to an Extended Validation SSL Certificate. EV Certificates enable the green bar in your visitors browsers when visiting your website, giving them the trust they want and look for in your business.\r\n\r\nTo be eligible for the free upgrade you are required to meet the following conditions.\r\n\r\nThe PositiveSSL order must be for a single domain name.\r\nThe order must be new and not a renewal.\r\nThe domain name must have never been used for a previous Comodo SSL Certificate.\r\nYou must be a registered business in your country, and your business phone number must be listed in your local phone directory. To pass the extended validation.\r\nYou must first complete the PositiveSSL Certificate order ( be issued your certificate )\r\nLimit of one per customer\r\n\r\n[http://www.ssltrust.com.au/free-extended-validation-upgrade.html](http://www.ssltrust.com.au/free-extended-validation-upgrade.html)"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name_id": {"type": "string"}, "type": {"type": "string"}, "prefix": {"type": "string"}, "attributes": {"type": "object", "properties": {"self_fire_speed_multiplier": {"type": "number"}, "self_hit_chance_bonus": {"type": "number"}, "self_range_bonus": {"type": "integer"}}, "required": ["self_fire_speed_multiplier", "self_hit_chance_bonus", "self_range_bonus"]}}, "required": ["name_id", "type", "prefix", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name_id" : "Long Range Weapon", "type" : "effect", "prefix" : "Long Range %s", "attributes" : {"self_fire_speed_multiplier" : 1.15, "self_hit_chance_bonus" : -0.1, "self_range_bonus" : 1}} | json_instruct | {"type": "object", "properties": {"name_id": {"type": "string"}, "type": {"type": "string"}, "prefix": {"type": "string"}, "attributes": {"type": "object", "properties": {"self_fire_speed_multiplier": {"type": "number"}, "self_hit_chance_bonus": {"type": "number"}, "self_range_bonus": {"type": "integer"}}, "required": ["self_fire_speed_multiplier", "self_hit_chance_bonus", "self_range_bonus"]}}, "required": ["name_id", "type", "prefix", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["220203006001", "\u65b0\u5de5\u793e\u533a", "111", "0"], ["220203006002", "\u65b0\u4e49\u793e\u533a", "111", "0"], ["220203006003", "\u65b0\u5317\u793e\u533a", "111", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"probe_id" : 28850, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 10091, "resolver_net" : "218.186.2.0/24", "ipv4_tcp" : true, "internal" : "192.168.2.1", "ipv6_cap" : true}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"f2": {"type": "array", "items": {"type": "object", "properties": {"_0": {"type": "string"}, "_1": {"type": "integer"}}, "required": ["_0", "_1"]}}, "f1": {"type": "array", "items": {}}}, "required": ["f2", "f1"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"f2" : [{"_0" : "zeus", "_1" : 3468}, {"_0" : "morpheus", "_1" : 4236}, {"_0" : "cronos", "_1" : 547}], "f1" : []}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"f2": {"type": "array", "items": {"type": "object", "properties": {"_0": {"type": "string"}, "_1": {"type": "integer"}}, "required": ["_0", "_1"]}}, "f1": {"type": "array", "items": {}}}, "required": ["f2", "f1"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "path": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["title", "date", "path", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "\u4e86\u89e3JAVA\u7ebf\u7a0b\u6c60", "date" : "2018-08-14T13:07:18.000Z", "path" : "article/\u591a\u7ebf\u7a0b/", "tags" : []}, {"title" : "\u4e03\u6708\u8ff7\u832b\u5b63", "date" : "2018-07-18T14:51:18.000Z", "path" : "article/confused-july/", "tags" : []}, {"title" : "gitment\u4f7f\u7528", "date" : "2018-07-02T15:50:22.000Z", "path" : "article/user-comment/", "tags" : []}, {"title" : "\u5c1d\u5c1d\u81ea\u52a8\u90e8\u7f72\u7684\u751c\u5934", "date" : "2018-06-28T14:44:18.000Z", "path" : "article/blog-devops/", "tags" : []}, {"title" : "prism\u548canimation\u8214\u7816\u52a0\u74e6", "date" : "2018-06-24T15:00:01.000Z", "path" : "article/use-prims_js/", "tags" : []}, {"title" : "hexo\u642d\u5efa\u9047\u5230\u7684\u95ee\u9898\u603b\u7ed3", "date" : "2018-06-21T08:33:27.000Z", "path" : "article/hexo-detail/", "tags" : []}, {"title" : "hexo\u521d\u4f7f\u7528", "date" : "2017-12-09T09:33:18.000Z", "path" : "article/first-use-hexo/", "tags" : []}, {"title" : "\u6d4b\u8bd50", "date" : "2017-12-09T08:33:18.000Z", "path" : "article/\u6d4b\u8bd50/", "tags" : []}, {"title" : "\u6d4b\u8bd51", "date" : "2017-06-29T08:29:29.000Z", "path" : "article/\u6d4b\u8bd51/", "tags" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "path": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["title", "date", "path", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "from H5110 (\u05e0\u05d5\u05bc\u05d3) in the sense of piling up;", "pron" : "nade", "outline" : "<ol><li> heap</li></ol>", "kjv_def" : "heap.", "lemma" : "\u05e0\u05b5\u05d3", "frequency" : 6, "strongs_def" : "a mound, i.e. wave", "xlit" : "n\u00ead"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xywh" : "873,3041,2314,485"} | json_instruct | {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "Tomato planta macho viroid complete sequence", "virus_id" : "b3c9b33d", "isolate_id" : "g14lhd68", "_id" : "TPM", "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ipfs-data-importing", "ipld-cli"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "item": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "move": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version_group": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["id", "item", "move", "version_group"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1315, "item" : {"name" : "hm07", "url" : "/api/v2/item/403/"}, "move" : {"name" : "waterfall", "url" : "/api/v2/move/127/"}, "version_group" : {"name" : "diamond-pearl", "url" : "/api/v2/version-group/8/"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "item": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "move": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version_group": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["id", "item", "move", "version_group"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["body-parser", "express", "mongoose"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "05.-database-people-skill", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node ./bin/www"}, "dependencies" : {"body-parser" : "~1.16.0", "express" : "~4.14.1", "mongoose" : "^4.8.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["body-parser", "express", "mongoose"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"assetType": {"type": "string"}, "margin": {"type": "array", "items": {"type": "integer"}}}, "required": ["assetType", "margin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assetType" : "ninepatch", "margin" : [3, 3]} | json_instruct | {"type": "object", "properties": {"assetType": {"type": "string"}, "margin": {"type": "array", "items": {"type": "integer"}}}, "required": ["assetType", "margin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x226efc1c4da1263730c9bf407403375913f5bf99", "tool" : "osiris", "start" : 1564582146.4162529, "end" : 1564582149.0422084, "duration" : 2.625955581665039, "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": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x6140cc5cae79b228626ca1580ee301561bc979d4e926ff82702d4581bfdadeb9", "parentHash" : "0x87ed7f3152ed9b964d497cc70b64e588950990abcb2ee06bc8df5286bfd0b62a", "number" : 79448, "timestamp" : 1439469874, "nonce" : "0x320ce84b5b194923", "difficulty" : 2333596996461, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x5208"}, "miner" : "0x01d9DA08cc6Fb97c0DE1B6F4C28910A0859Ed1A1", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : [{"hash" : "0x10fd90b478a7bfaf97e449b9b2eaa489e50580f80374bb9a589354e88e8a820c", "blockHash" : "0x6140cc5cae79b228626ca1580ee301561bc979d4e926ff82702d4581bfdadeb9", "blockNumber" : 79448, "transactionIndex" : 0, "confirmations" : null, "from" : "0xeF0a7407D5b9AF9fA9f38f67aBB66d20686afb55", "gasPrice" : {"_hex" : "0xd8364fc25"}, "gasLimit" : {"_hex" : "0x15f90"}, "to" : "0xeC210EC3715d5918B37CFa4D344a45d177eD849f", "value" : {"_hex" : "0x254beb02d1dcc0000"}, "nonce" : 3, "data" : "0x", "r" : "0x0e3b63908ed0e8fc31f5fed0531354671bf5eb330e767606b93defa8a0c58a43", "s" : "0x3564d435a378e949fce8ffba2487d8e71b6cd6c6146f3991a4f50ca4e8c7d1bc", "v" : 27, "creates" : null, "raw" : "0xf86e03850d8364fc2583015f9094ec210ec3715d5918b37cfa4d344a45d177ed849f890254beb02d1dcc0000801ba00e3b63908ed0e8fc31f5fed0531354671bf5eb330e767606b93defa8a0c58a43a03564d435a378e949fce8ffba2487d8e71b6cd6c6146f3991a4f50ca4e8c7d1bc", "networkId" : 0, "chainId" : 0}]} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "serve"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "css-loader": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-core", "babel-loader", "babel-preset-es2015", "css-loader", "sass", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "webpack-playlist", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/iamshaunjp/webpack-playlist.git", "author" : "AdityaChuck <adityanaraynmahapatra00@gmail.com>", "license" : "MIT", "scripts" : {"build" : "webpack", "serve" : "webpack-dev-server"}, "devDependencies" : {"@babel/core" : "^7.11.6", "@babel/preset-env" : "^7.11.5", "babel-core" : "^6.26.3", "babel-loader" : "^8.1.0", "babel-preset-es2015" : "^6.24.1", "css-loader" : "^4.3.0", "sass" : "^1.26.11", "sass-loader" : "^10.0.2", "style-loader" : "^1.2.1", "webpack" : "^4.44.2", "webpack-cli" : "^3.3.12", "webpack-dev-server" : "^3.11.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "serve"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "css-loader": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-core", "babel-loader", "babel-preset-es2015", "css-loader", "sass", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type": "integer"}, "INT_ZONE": {"type": "null"}, "FLOOD": {"type": "integer"}, "LANDSLIDE": {"type": "string"}, "LEGAL_ID": {"type": "string"}, "LEGAL_NAME": {"type": "string"}, "LEGAL_AREA": {"type": "number"}, "LEGAL_LOTS": {"type": "integer"}, "LEGAL_POP": {"type": "number"}, "LEGAL_DENS": {"type": "number"}, "LEGALIZING": {"type": "null"}, "BLOCK_ID_": {"type": "string"}, "BLOCK_POP": {"type": "integer"}, "BLOCK_BLD": {"type": "integer"}, "BLOCK_RISK": {"type": "number"}, "BLOCK_EDU": {"type": "number"}, "BLOCK_HLTH": {"type": "integer"}, "BLOCK_TRAN": {"type": "number"}, "BLOCK_CULT": {"type": "integer"}, "BLOCK_PARK": {"type": "number"}, "BLOCK_SEC": {"type": "integer"}, "BLOCK_CENT": {"type": "integer"}, "BLOCK_DEF": {"type": "integer"}, "BLD_INHAB": {"type": "integer"}, "OBJECTID": {"type": "integer"}, "AO_225": {"type": "number"}, "id": {"type": "integer"}, "images": {"type": "array", "items": {}}}, "required": ["MATERIAL", "AVG_SLOPE", "AVG_HEIGHT", "TERAIN_SLP", "AREA", "VOLUME", "FLOORS", "INT_ZONE", "FLOOD", "LANDSLIDE", "LEGAL_ID", "LEGAL_NAME", "LEGAL_AREA", "LEGAL_LOTS", "LEGAL_POP", "LEGAL_DENS", "LEGALIZING", "BLOCK_ID_", "BLOCK_POP", "BLOCK_BLD", "BLOCK_RISK", "BLOCK_EDU", "BLOCK_HLTH", "BLOCK_TRAN", "BLOCK_CULT", "BLOCK_PARK", "BLOCK_SEC", "BLOCK_CENT", "BLOCK_DEF", "BLD_INHAB", "OBJECTID", "AO_225", "id", "images"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MATERIAL" : "corrugated metal - new", "AVG_SLOPE" : 3.51625220032, "AVG_HEIGHT" : 4.02834416841, "TERAIN_SLP" : 13.2847596077, "AREA" : 69.3779335876, "VOLUME" : 279, "FLOORS" : 2, "INT_ZONE" : null, "FLOOD" : 2, "LANDSLIDE" : "Amenaza Media", "LEGAL_ID" : "231", "LEGAL_NAME" : "BELLA FLOR", "LEGAL_AREA" : 24.13, "LEGAL_LOTS" : 1732, "LEGAL_POP" : 9352.8, "LEGAL_DENS" : 71.77786987, "LEGALIZING" : null, "BLOCK_ID_" : "002580005", "BLOCK_POP" : 18, "BLOCK_BLD" : 4, "BLOCK_RISK" : 3.550808, "BLOCK_EDU" : 91.510223, "BLOCK_HLTH" : 0, "BLOCK_TRAN" : 98.904556, "BLOCK_CULT" : 0, "BLOCK_PARK" : 99.136971, "BLOCK_SEC" : 100, "BLOCK_CENT" : 0, "BLOCK_DEF" : 25, "BLD_INHAB" : 4, "OBJECTID" : 2, "AO_225" : 0.2, "id" : 6159, "images" : []} | json_instruct | {"type": "object", "properties": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type": "integer"}, "INT_ZONE": {"type": "null"}, "FLOOD": {"type": "integer"}, "LANDSLIDE": {"type": "string"}, "LEGAL_ID": {"type": "string"}, "LEGAL_NAME": {"type": "string"}, "LEGAL_AREA": {"type": "number"}, "LEGAL_LOTS": {"type": "integer"}, "LEGAL_POP": {"type": "number"}, "LEGAL_DENS": {"type": "number"}, "LEGALIZING": {"type": "null"}, "BLOCK_ID_": {"type": "string"}, "BLOCK_POP": {"type": "integer"}, "BLOCK_BLD": {"type": "integer"}, "BLOCK_RISK": {"type": "number"}, "BLOCK_EDU": {"type": "number"}, "BLOCK_HLTH": {"type": "integer"}, "BLOCK_TRAN": {"type": "number"}, "BLOCK_CULT": {"type": "integer"}, "BLOCK_PARK": {"type": "number"}, "BLOCK_SEC": {"type": "integer"}, "BLOCK_CENT": {"type": "integer"}, "BLOCK_DEF": {"type": "integer"}, "BLD_INHAB": {"type": "integer"}, "OBJECTID": {"type": "integer"}, "AO_225": {"type": "number"}, "id": {"type": "integer"}, "images": {"type": "array", "items": {}}}, "required": ["MATERIAL", "AVG_SLOPE", "AVG_HEIGHT", "TERAIN_SLP", "AREA", "VOLUME", "FLOORS", "INT_ZONE", "FLOOD", "LANDSLIDE", "LEGAL_ID", "LEGAL_NAME", "LEGAL_AREA", "LEGAL_LOTS", "LEGAL_POP", "LEGAL_DENS", "LEGALIZING", "BLOCK_ID_", "BLOCK_POP", "BLOCK_BLD", "BLOCK_RISK", "BLOCK_EDU", "BLOCK_HLTH", "BLOCK_TRAN", "BLOCK_CULT", "BLOCK_PARK", "BLOCK_SEC", "BLOCK_CENT", "BLOCK_DEF", "BLD_INHAB", "OBJECTID", "AO_225", "id", "images"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "IT IS IMPOSSIBLE TO ESTABLISH AN UNIVERSAL CONSENT,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/779.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"findAndReplaceDOMText.js": {"type": "string"}, "findAndReplaceDOMText.min.js": {"type": "string"}}, "required": ["findAndReplaceDOMText.js", "findAndReplaceDOMText.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"findAndReplaceDOMText.js" : "sha256-+pkaMKUjj+1yEU9vDvAoi9mwp5oZVmfbg47qIY2U5Z4=", "findAndReplaceDOMText.min.js" : "sha256-XMX+U3X+BRpnmD5Cp/k/Y6ZaFyZauffzkFNufgOjtLE="} | json_instruct | {"type": "object", "properties": {"findAndReplaceDOMText.js": {"type": "string"}, "findAndReplaceDOMText.min.js": {"type": "string"}}, "required": ["findAndReplaceDOMText.js", "findAndReplaceDOMText.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"EOSDT": {"type": "array", "items": {"type": "object", "properties": {"supply": {"type": "string"}, "max_supply": {"type": "string"}, "issuer": {"type": "string"}}, "required": ["supply", "max_supply", "issuer"]}}, "WEOSDT": {"type": "array", "items": {"type": "object", "properties": {"supply": {"type": "string"}, "max_supply": {"type": "string"}, "issuer": {"type": "string"}}, "required": ["supply", "max_supply", "issuer"]}}}, "required": ["EOSDT", "WEOSDT"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"EOSDT" : [{"supply" : "1000.123456789 EOSDT", "max_supply" : "100000.123456789 EOSDT", "issuer" : "eosibc"}], "WEOSDT" : [{"supply" : "1000.123456789 WEOSDT", "max_supply" : "100000.123456789 WEOSDT", "issuer" : "waxibc"}]} | json_instruct | {"type": "object", "properties": {"EOSDT": {"type": "array", "items": {"type": "object", "properties": {"supply": {"type": "string"}, "max_supply": {"type": "string"}, "issuer": {"type": "string"}}, "required": ["supply", "max_supply", "issuer"]}}, "WEOSDT": {"type": "array", "items": {"type": "object", "properties": {"supply": {"type": "string"}, "max_supply": {"type": "string"}, "issuer": {"type": "string"}}, "required": ["supply", "max_supply", "issuer"]}}}, "required": ["EOSDT", "WEOSDT"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"application.js": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}, "imports": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["file", "src", "isEntry", "imports", "css"]}, "application.ts": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}, "imports": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["file", "src", "isEntry", "imports", "css"]}, "example_import.js": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}}, "required": ["file", "src", "isEntry"]}, "logo.svg": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}}, "required": ["file", "src", "isEntry"]}, "_vendor.880705da.js": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}}, "required": ["application.js", "application.ts", "example_import.js", "logo.svg", "_vendor.880705da.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"application.js" : {"file" : "assets/application.d9514acc.js", "src" : "application.js", "isEntry" : true, "imports" : ["_vendor.880705da.js", "example_import.js"], "css" : ["assets/application.f510c1e9.css"]}, "application.ts" : {"file" : "assets/application.d9514acc.js", "src" : "application.ts", "isEntry" : true, "imports" : ["_vendor.880705da.js", "example_import.js"], "css" : ["assets/application.f510c1e9.css"]}, "example_import.js" : {"file" : "assets/example_import.8e1fddc0.js", "src" : "example_import.js", "isEntry" : true}, "logo.svg" : {"file" : "assets/logo.f1745d22.js", "src" : "logo.svg", "isEntry" : true}, "_vendor.880705da.js" : {"file" : "assets/vendor.880705da.js"}} | json_instruct | {"type": "object", "properties": {"application.js": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}, "imports": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["file", "src", "isEntry", "imports", "css"]}, "application.ts": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}, "imports": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["file", "src", "isEntry", "imports", "css"]}, "example_import.js": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}}, "required": ["file", "src", "isEntry"]}, "logo.svg": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}}, "required": ["file", "src", "isEntry"]}, "_vendor.880705da.js": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}}, "required": ["application.js", "application.ts", "example_import.js", "logo.svg", "_vendor.880705da.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"\ud83d\udd79Chrome Dino": {"type": "string"}, "T-Rex Game! (Keyboard: Space Key)": {"type": "string"}}, "required": ["\ud83d\udd79Chrome Dino", "T-Rex Game! (Keyboard: Space Key)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\ud83d\udd79Chrome Dino" : "\ud83d\udd79Chrome\u5c0f\u6050\u9f99", "T-Rex Game! (Keyboard: Space Key)" : "T-Rex Game! (\u5f00\u59cb\u6e38\u620f: \u7a7a\u683c\u952e)"} | json_instruct | {"type": "object", "properties": {"\ud83d\udd79Chrome Dino": {"type": "string"}, "T-Rex Game! (Keyboard: Space Key)": {"type": "string"}}, "required": ["\ud83d\udd79Chrome Dino", "T-Rex Game! (Keyboard: Space Key)"], "$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"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"tsce": {"type": "string"}}, "required": ["tsce"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"semver": {"type": "string"}}, "required": ["semver"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["eslint", "eslint-config-google", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "author", "repository", "version", "main", "bin", "license", "dependencies", "devDependencies", "peerDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "typescript-enhanced", "description" : "Typescript Enhanced is an extension of the existing Typescript package that modifies the functionality of the tsc command giving it some superpowers", "author" : "Pedro P\u00e9rez Furio <rzial.p@gmail.com>", "repository" : {"type" : "git", "url" : "https://github.com/Rzial/typescript-enhanced"}, "version" : "1.0.3", "main" : "index.js", "bin" : {"tsce" : "./bin/tsce"}, "license" : "Apache-2.0", "dependencies" : {"semver" : "^7.1.3"}, "devDependencies" : {"eslint" : "^5.16.0", "eslint-config-google" : "^0.12.0", "typescript" : "^3.8.3"}, "peerDependencies" : {"typescript" : ">= 2.8.0"}, "keywords" : ["typescript", "tsc", "typescript-enhanced", "enhanced", "tsce", "module alias", "custom transformers", "transformer", "watcher"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"tsce": {"type": "string"}}, "required": ["tsce"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"semver": {"type": "string"}}, "required": ["semver"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["eslint", "eslint-config-google", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "author", "repository", "version", "main", "bin", "license", "dependencies", "devDependencies", "peerDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "4307737", "CardHash" : "463e050", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "outputCapture": {"type": "string"}, "cli": {"type": "string"}, "properties": {"type": "object", "properties": {"cypressApiUrl": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "default": {"type": "string"}}, "required": ["type", "description", "default"]}}, "required": ["cypressApiUrl"]}, "additionalProperties": {"type": "boolean"}}, "required": ["title", "description", "type", "outputCapture", "cli", "properties", "additionalProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Currents Target", "description" : "Currents target option for Build Facade", "type" : "object", "outputCapture" : "pipe", "cli" : "nx", "properties" : {"cypressApiUrl" : {"type" : "string", "description" : "Specify the endpoint for cypress agents to use", "default" : "https://cy.currents.dev"}}, "additionalProperties" : true} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "outputCapture": {"type": "string"}, "cli": {"type": "string"}, "properties": {"type": "object", "properties": {"cypressApiUrl": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "default": {"type": "string"}}, "required": ["type", "description", "default"]}}, "required": ["cypressApiUrl"]}, "additionalProperties": {"type": "boolean"}}, "required": ["title", "description", "type", "outputCapture", "cli", "properties", "additionalProperties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 0.25743303, "rotation" : -0.8570279, "xCenter" : 0.70777214, "yCenter" : 0.37680733, "height" : 0.4576587} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "1501011006", "district_id" : "1501011", "name" : "TANJUNG SYAM"} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/bin/wiki-tui"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "crispresso", "downloads" : 15900, "count" : 7335}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "spell_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1050355, "name" : "Dream Mirror of Terror", "is_illegal" : false, "is_custom" : false, "text" : "During the End Phase: You can banish this card; activate 1 \"Dream Mirror of Joy\" directly from your hand or Deck. You can only use this effect of \"Dream Mirror of Terror\" once per turn. Each time your opponent Special Summons a monster(s), inflict 300 damage to your opponent. This effect is only applied while you control a DARK \"Dream Mirror\" monster.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/1050355.jpg"], "type" : "Spell", "spell_type" : "Field"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "spell_type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["code", "name", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "02", "name" : "Canillo", "children" : []}, {"code" : "03", "name" : "Encamp", "children" : []}, {"code" : "04", "name" : "La Massana", "children" : []}, {"code" : "05", "name" : "Ordino", "children" : []}, {"code" : "06", "name" : "Sant Juli\u00e0 de L\u00f2ria", "children" : []}, {"code" : "07", "name" : "Andorra la Vella", "children" : []}, {"code" : "08", "name" : "Escaldes-Engordany", "children" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["code", "name", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Plumb", "definitions" : ["Measure (the depth of a body of water)", "(of water) be of a specified depth.", "Explore or experience fully or to extremes.", "Test (an upright surface) to determine the vertical."], "parts-of-speech" : "Verb"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chart.js": {"type": "string"}, "@types/cron": {"type": "string"}, "@types/express": {"type": "string"}, "@types/johnny-five": {"type": "string"}, "@types/jquery": {"type": "string"}, "@types/socket.io": {"type": "string"}, "@types/socket.io-client": {"type": "string"}}, "required": ["@types/chart.js", "@types/cron", "@types/express", "@types/johnny-five", "@types/jquery", "@types/socket.io", "@types/socket.io-client"]}, "dependencies": {"type": "object", "properties": {"cron": {"type": "string"}, "express": {"type": "string"}, "http": {"type": "string"}, "johnny-five": {"type": "string"}, "mustache-express": {"type": "string"}, "node-dht-sensor": {"type": "string"}, "raspi-io": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["cron", "express", "http", "johnny-five", "mustache-express", "node-dht-sensor", "raspi-io", "socket.io"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cube-greenhouse", "version" : "0.1.0", "description" : "Cube indoor Greenhouse automatic system", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "dev" : "nodemon dist/server.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/sintetico82/cube-greenhouse.git"}, "keywords" : ["diy", "green-house"], "author" : "sintetico82", "license" : "ISC", "bugs" : {"url" : "https://github.com/sintetico82/cube-greenhouse/issues"}, "homepage" : "https://github.com/sintetico82/cube-greenhouse#readme", "devDependencies" : {"@types/chart.js" : "^2.7.31", "@types/cron" : "^1.3.0", "@types/express" : "^4.16.0", "@types/johnny-five" : "0.0.36", "@types/jquery" : "^3.3.6", "@types/socket.io" : "^1.4.37", "@types/socket.io-client" : "^1.4.32"}, "dependencies" : {"cron" : "git+https://github.com/kelektiv/node-cron", "express" : "^4.16.3", "http" : "0.0.0", "johnny-five" : "^0.14.3", "mustache-express" : "^1.2.7", "node-dht-sensor" : "0.0.34", "raspi-io" : "^9.0.0", "socket.io" : "^2.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chart.js": {"type": "string"}, "@types/cron": {"type": "string"}, "@types/express": {"type": "string"}, "@types/johnny-five": {"type": "string"}, "@types/jquery": {"type": "string"}, "@types/socket.io": {"type": "string"}, "@types/socket.io-client": {"type": "string"}}, "required": ["@types/chart.js", "@types/cron", "@types/express", "@types/johnny-five", "@types/jquery", "@types/socket.io", "@types/socket.io-client"]}, "dependencies": {"type": "object", "properties": {"cron": {"type": "string"}, "express": {"type": "string"}, "http": {"type": "string"}, "johnny-five": {"type": "string"}, "mustache-express": {"type": "string"}, "node-dht-sensor": {"type": "string"}, "raspi-io": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["cron", "express", "http", "johnny-five", "mustache-express", "node-dht-sensor", "raspi-io", "socket.io"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "228d42a97e6bc7d880552742f2a72a1b1f4183ce"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cv": {"type": "integer"}, "scoring": {"type": "string"}}, "required": ["cv", "scoring"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cv" : 2, "scoring" : "accuracy"} | json_instruct | {"type": "object", "properties": {"cv": {"type": "integer"}, "scoring": {"type": "string"}}, "required": ["cv", "scoring"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tinylisp", "version" : "0.0.1", "description" : "A tiny lisp interpreter", "main" : "sample.js", "scripts" : {"start" : "node sample.js", "test" : "./node_modules/.bin/mocha --reporter spec"}, "author" : "Johan Sundstr\u00f6m", "license" : "MIT", "dependencies" : {"chai" : "^3.5.0", "mocha" : "^2.4.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"setup_script_description": {"type": "string"}, "setupTestPage": {"type": "string"}, "applies_to": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "task": {"type": "string"}, "specific_user_instruction": {"type": "string"}, "output_assertions": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["setup_script_description", "setupTestPage", "applies_to", "mode", "task", "specific_user_instruction", "output_assertions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"setup_script_description" : "sets focus on a link after the banner landmark, and hides the last link inside the landmark region", "setupTestPage" : "setFocusAfterBannerAndHideBottomLink", "applies_to" : ["jaws", "nvda"], "mode" : "interaction", "task" : "navigate backwards to a button inside a banner landmark", "specific_user_instruction" : "With focus on the 'Navigate backwards from here' link, navigate to the 'Show Headings' button.", "output_assertions" : [["1", "Role 'banner' is conveyed"], ["1", "Role 'button' is conveyed"], ["1", "Name 'Show Headings' is conveyed"], ["1", "Button description is conveyed as: 'Visually outline the landmarks and/or headings on the page'"]]} | json_instruct | {"type": "object", "properties": {"setup_script_description": {"type": "string"}, "setupTestPage": {"type": "string"}, "applies_to": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "task": {"type": "string"}, "specific_user_instruction": {"type": "string"}, "output_assertions": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["setup_script_description", "setupTestPage", "applies_to", "mode", "task", "specific_user_instruction", "output_assertions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"review" : "\ud3ec\uc2a4\ud130 \ubcf4\uace0 \uc9c0\ub098\uac00\ub824\ub294\ub370,, \uc800\uac70 \ud22c\ud30d\uc774\uc796\uc544!!!", "date" : "13.09.09", "rating" : "10", "author" : "pkun****", "review_id" : "7961972", "movie_id" : "24337"}, {"review" : "\ubbf8\ud0a4\ub8e8\ud06c\uc758 \uac04\uc9c0\ub9cc\uc73c\ub85c\ub3c4 10\uc810...\uac8c\ub2e4\uac00 \ud22c\ud30d\uae4c\uc9c0", "date" : "11.06.01", "rating" : "10", "author" : "xism****", "review_id" : "5459575", "movie_id" : "24337"}, {"review" : "\uac1c\uc778\uc801\uc73c\ub85c \uc131\ud615 \ubd80\uc791\uc6a9 \ubc1c\uc0dd\uc804 \uc81c\uc77c \uba4b\uc9c0\uac8c \ub098\uc628 \ubbf8\ud0a4\ub8e8\ud06c \ud751~", "date" : "07.07.08", "rating" : "10", "author" : "last****", "review_id" : "1758537", "movie_id" : "24337"}, {"review" : "\ubcfc\ub9cc\ud55c \uc601\ud654", "date" : "06.06.02", "rating" : "10", "author" : "dltk****", "review_id" : "828337", "movie_id" : "24337"}, {"review" : "\ubbf8\ud0a4\ub8e8\ud06c \ubd88\uc30d\ud558\uad70", "date" : "05.12.27", "rating" : "2", "author" : "kws7****", "review_id" : "532699", "movie_id" : "24337"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-material.css" : "sha256-wlYA+zyR0jyLwjXcYDZPoTeWoLfOTLsE5OnHQDuHhxM=", "angular-material.js" : "sha256-HG6LsEsgL7BcZEZxvrrDBR5Mg/s308Jnk47NZa9EPvQ=", "angular-material.min.css" : "sha256-ppxKcA9RPSbF8y/r6Rp/aDZRRJHSXLHj0UlrwyDyTXI=", "angular-material.min.js" : "sha256-MzVQl5H3Qg9/X9toICoAgcvR0Ir+wlTj5SfJuwoYkZ0="} | json_instruct | {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "resource_spec": {"type": "object", "properties": {"site-1": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-2": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-3": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-4": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-5": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-6": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-7": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-8": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}}, "required": ["site-1", "site-2", "site-3", "site-4", "site-5", "site-6", "site-7", "site-8"]}, "deploy_map": {"type": "object", "properties": {"cifar10_fedprox": {"type": "array", "items": {"type": "string"}}}, "required": ["cifar10_fedprox"]}, "min_clients": {"type": "integer"}, "mandatory_clients": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "resource_spec", "deploy_map", "min_clients", "mandatory_clients"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cifar10_fedprox", "resource_spec" : {"site-1" : {"gpu" : 1}, "site-2" : {"gpu" : 1}, "site-3" : {"gpu" : 1}, "site-4" : {"gpu" : 1}, "site-5" : {"gpu" : 1}, "site-6" : {"gpu" : 1}, "site-7" : {"gpu" : 1}, "site-8" : {"gpu" : 1}}, "deploy_map" : {"cifar10_fedprox" : ["server", "site-1", "site-2", "site-3", "site-4", "site-5", "site-6", "site-7", "site-8"]}, "min_clients" : 8, "mandatory_clients" : ["site-1", "site-2", "site-3", "site-4", "site-5", "site-6", "site-7", "site-8"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "resource_spec": {"type": "object", "properties": {"site-1": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-2": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-3": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-4": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-5": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-6": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-7": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}, "site-8": {"type": "object", "properties": {"gpu": {"type": "integer"}}, "required": ["gpu"]}}, "required": ["site-1", "site-2", "site-3", "site-4", "site-5", "site-6", "site-7", "site-8"]}, "deploy_map": {"type": "object", "properties": {"cifar10_fedprox": {"type": "array", "items": {"type": "string"}}}, "required": ["cifar10_fedprox"]}, "min_clients": {"type": "integer"}, "mandatory_clients": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "resource_spec", "deploy_map", "min_clients", "mandatory_clients"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "export const FactCount = ({\n fact_array\n}) => {\n console.log(fact_array);\n return;\n};\n_c = FactCount;\n\nvar _c;\n\n$RefreshReg$(_c, \"FactCount\");", "map" : {"version" : 3, "sources" : ["/Users/yongjishen/Desktop/INFO6250/student-ShenYongji/work/react-rest/src/FactCount.jsx"], "names" : ["FactCount", "fact_array", "console", "log"], "mappings" : "AAAA,OAAO,MAAMA,SAAS,GAAG,CAAC;AAACC,EAAAA;AAAD,CAAD,KAAiB;AACtCC,EAAAA,OAAO,CAACC,GAAR,CAAYF,UAAZ;AACA;AACH,CAHM;KAAMD,S", "sourcesContent" : ["export const FactCount = ({fact_array}) =>{\n console.log(fact_array)\n return \n}"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "vanillaextension:block/blue_concrete_slab"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"postal_code" : "91779", "place_name" : "Coyol Framboyanes", "place_type" : "Fraccionamiento", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "Coyol Magisterio", "place_type" : "Fraccionamiento", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "Coyol Sur", "place_type" : "Colonia", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "El Coyol (1a Secci\u00f3n)", "place_type" : "Unidad habitacional", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "Las Palmas", "place_type" : "Fraccionamiento", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "Coyol Zona C", "place_type" : "Colonia", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "Coyol FOVISSSTE", "place_type" : "Unidad habitacional", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "Ficus", "place_type" : "Conjunto habitacional", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "Coyol Seccion A", "place_type" : "Colonia", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "Coyol Zona D", "place_type" : "Colonia", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}, {"postal_code" : "91779", "place_name" : "Coyol Seccion IV", "place_type" : "Colonia", "county" : "Veracruz", "state" : "Veracruz de Ignacio de la Llave", "city" : "Veracruz"}] | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": {"type": "string"}, "em_resposta": {"type": "string"}}, "required": ["id", "links", "data_recebimento", "remetente", "origem", "descricao", "caixa", "em_resposta"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1672, "links" : ["https://legis.senado.leg.br/sdleg-getter/documento/download/f09ccba1-16ce-400d-9098-64888c5bea4a"], "data_recebimento" : "12/07/2021", "remetente" : "Hapvida Participa\u00e7\u00f5es e Investimentos S.A", "origem" : "\ns/n\n09/07/2021\n", "descricao" : "\nEncaminha informa\u00e7\u00f5es acerca de abordagens terap\u00eauticas adotas pelo Hapvida para tratamento da Covid-19 em usu\u00e1rios do plano de sa\u00fade.\n\n\t\t\t\t\t\t\tDocumenta\u00e7\u00e3o contendo:\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t folha(s).\n\t\t\t\t\t\t\t\n", "caixa" : " 0 ", "em_resposta" : " 0 "} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": {"type": "string"}, "em_resposta": {"type": "string"}}, "required": ["id", "links", "data_recebimento", "remetente", "origem", "descricao", "caixa", "em_resposta"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Private University \u2013 C\u00facuta Branch", "alt_name" : "Universidad Libre \u2013 Seccional C\u00facuta", "country" : "Colombia", "state" : null, "address" : {"street" : "Urbanizacion El Bosque", "city" : "C\u00facuta", "province" : "Norte de Santander", "postal_code" : null}, "contact" : {"telephone" : "+57(97) 582-9810 Ext. 216", "website" : "http://www.unilibrecucuta.edu.co", "email" : "admisionesyregistro@unilibrecucuta.edu.co", "fax" : "+57(97) 582-9810 Ext. 143"}, "funding" : "Private", "languages" : null, "academic_year" : null, "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "tip": {"type": "string"}}, "required": ["title", "tip"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Everyday Git in twenty commands or so", "tip" : "git help everyday"}, {"title" : "Show helpful guides that come with Git", "tip" : "git help -g"}, {"title" : "Delete remote branch", "tip" : "git push origin --delete <remote_branchname>"}, {"title" : "Saving current state of tracked files without commiting", "tip" : "git stash"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "tip": {"type": "string"}}, "required": ["title", "tip"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "string"}, "bounds": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}}, "required": ["left", "right", "bottom", "top"]}, "indices": {"type": "object", "properties": {"left": {"type": "integer"}, "right": {"type": "integer"}, "bottom": {"type": "integer"}, "top": {"type": "integer"}}, "required": ["left", "right", "bottom", "top"]}, "splitted": {"type": "boolean"}}, "required": ["code", "bounds", "indices", "splitted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "ZWE", "bounds" : {"left" : 24.5, "right" : 34.0, "bottom" : -23.0, "top" : -15.0}, "indices" : {"left" : 409, "right" : 427, "bottom" : 225, "top" : 210}, "splitted" : false} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "bounds": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}}, "required": ["left", "right", "bottom", "top"]}, "indices": {"type": "object", "properties": {"left": {"type": "integer"}, "right": {"type": "integer"}, "bottom": {"type": "integer"}, "top": {"type": "integer"}}, "required": ["left", "right", "bottom", "top"]}, "splitted": {"type": "boolean"}}, "required": ["code", "bounds", "indices", "splitted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "precommit.silent": {"type": "boolean"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"define-property": {"type": "string"}, "is-typeof-error": {"type": "string"}, "stacktrace-metadata": {"type": "string"}}, "required": ["define-property", "is-typeof-error", "stacktrace-metadata"]}, "devDependencies": {"type": "object", "properties": {"assertit": {"type": "string"}, "error-base": {"type": "string"}, "pre-commit": {"type": "string"}}, "required": ["assertit", "error-base", "pre-commit"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "verb": {"type": "object", "properties": {"toc": {"type": "boolean"}, "layout": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "string"}}, "related": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "string"}}}, "required": ["list"]}}, "required": ["toc", "layout", "tasks", "related"]}}, "required": ["name", "version", "description", "repository", "author", "precommit.silent", "main", "license", "scripts", "dependencies", "devDependencies", "files", "keywords", "verb"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "error-format", "version" : "1.0.1", "description" : "Allows you to customize the toString method of passed `err`. Also adds useful properties like `line`, `filename` and `column` to the `err` object.", "repository" : "tunnckoCore/error-format", "author" : "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "precommit.silent" : true, "main" : "index.js", "license" : "MIT", "scripts" : {"test" : "standard && node test.js"}, "dependencies" : {"define-property" : "^1.0.0", "is-typeof-error" : "^1.1.0", "stacktrace-metadata" : "^2.0.0"}, "devDependencies" : {"assertit" : "0.1.0", "error-base" : "0.2.0", "pre-commit" : "1.2.2"}, "files" : ["index.js"], "keywords" : ["add", "col", "column", "custom", "customize", "err", "error", "error-format", "file", "filename", "fmt", "format", "help", "helper", "line", "name", "pass", "str", "string", "tostring", "useful", "util"], "verb" : {"toc" : false, "layout" : "empty", "tasks" : ["readme"], "related" : {"list" : ["error-base", "is-typeof-error", "kind-error", "kind-of", "kind-of-extra", "kind-of-types"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "precommit.silent": {"type": "boolean"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"define-property": {"type": "string"}, "is-typeof-error": {"type": "string"}, "stacktrace-metadata": {"type": "string"}}, "required": ["define-property", "is-typeof-error", "stacktrace-metadata"]}, "devDependencies": {"type": "object", "properties": {"assertit": {"type": "string"}, "error-base": {"type": "string"}, "pre-commit": {"type": "string"}}, "required": ["assertit", "error-base", "pre-commit"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "verb": {"type": "object", "properties": {"toc": {"type": "boolean"}, "layout": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "string"}}, "related": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "string"}}}, "required": ["list"]}}, "required": ["toc", "layout", "tasks", "related"]}}, "required": ["name", "version", "description", "repository", "author", "precommit.silent", "main", "license", "scripts", "dependencies", "devDependencies", "files", "keywords", "verb"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"project_info" : {"project_number" : "776958444089", "firebase_url" : "https://screentime-rank.firebaseio.com", "project_id" : "screentime-rank", "storage_bucket" : "screentime-rank.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:776958444089:android:15bc1779190ea79489c3e8", "android_client_info" : {"package_name" : "com.thakurnitin2684.screentimerank"}}, "oauth_client" : [{"client_id" : "776958444089-4ovl8bqhifsi24glp0h5rf7f2kcm387u.apps.googleusercontent.com", "client_type" : 3}], "api_key" : [{"current_key" : "AIzaSyB5YCQ4HhcmuTe7sP7Iqirt5CKgkyqpEkA"}], "services" : {"appinvite_service" : {"other_platform_oauth_client" : [{"client_id" : "776958444089-4ovl8bqhifsi24glp0h5rf7f2kcm387u.apps.googleusercontent.com", "client_type" : 3}]}}}], "configuration_version" : "1"} | json_instruct | {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$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" : 61652, "cartId" : "b5a5687e-15a8-44c2-b661-76b2d48286fa", "preferredProducts" : [1769, 2249], "productReviews" : [{"productId" : 1229, "reviewText" : "this Alaska is papery.", "reviewDate" : "2018-04-09T13:05:04.0107466+03:00"}, {"productId" : 4896, "reviewText" : "this Administrator is dominant.", "reviewDate" : "2017-07-20T06:13:28.3899265+03:00"}, {"productId" : 2697, "reviewText" : "My neighbor Eller has one of these. She works as a butler and she says it looks smoky.", "reviewDate" : "2016-09-20T16:01:35.9682499+03:00"}, {"productId" : 2850, "reviewText" : "It only works when I'm Azerbaijan.", "reviewDate" : "2020-03-09T15:29:31.1044628+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"label" : "Middleware", "position" : 9} | json_instruct | {"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Beat cream cheese, milk, sour cream, mayonnaise, garlic, and ground black pepper together in a bowl with an electric mixer."], "ingredients" : ["10 ounces cream cheese, softened", "1 cup milk, or more to taste", "1 cup sour cream", "1/2 cup mayonnaise", "3 cloves garlic, pressed", "1 pinch ground black pepper, or to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Simple Garlic Dip", "url" : "http://allrecipes.com/recipe/231574/simple-garlic-dip/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Ilang, Davao City, Davao del Sur, Davao Region (Region XI), PH", "locale" : "ph.davao-region-region-xi.davao-del-sur.davao-city.ilang", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "9", "region_reference" : "11", "region_name" : "Davao Region (Region XI)", "province_id" : "28", "province_reference" : "28", "province_name" : "Davao del Sur", "city_id" : "405", "city_reference" : "517", "city_name" : "Davao City", "barangay_id" : "11447", "barangay_reference" : "12551", "barangay_name" : "Ilang"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[125.653053, 7.18227], [125.653374, 7.18195], [125.653671, 7.18168], [125.653893, 7.18139], [125.654442, 7.18139], [125.654716, 7.18111], [125.654999, 7.18111], [125.65583, 7.18028], [125.655563, 7.18], [125.655563, 7.17944], [125.65583, 7.17917], [125.65583, 7.17889], [125.656113, 7.17861], [125.656113, 7.17833], [125.656387, 7.17806], [125.656387, 7.17639], [125.65583, 7.17583], [125.65583, 7.17528], [125.656113, 7.175], [125.656113, 7.17472], [125.656387, 7.17444], [125.656631, 7.17407], [125.656799, 7.17375], [125.656914, 7.17338], [125.656822, 7.17294], [125.656693, 7.17248], [125.656708, 7.172], [125.656929, 7.17155], [125.657097, 7.1711], [125.657242, 7.17068], [125.657387, 7.17035], [125.657372, 7.17007], [125.657097, 7.16977], [125.657013, 7.16946], [125.657127, 7.1692], [125.657204, 7.16891], [125.657242, 7.16856], [125.657333, 7.16817], [125.657494, 7.16778], [125.657639, 7.16737], [125.657784, 7.16699], [125.657928, 7.16667], [125.658058, 7.16637], [125.658203, 7.16611], [125.65831, 7.16584], [125.658363, 7.16549], [125.658447, 7.1652], [125.658157, 7.16517], [125.657967, 7.16515], [125.657921, 7.16506], [125.655998, 7.16493], [125.655746, 7.16491], [125.653297, 7.16472], [125.647331, 7.16452], [125.647263, 7.17237], [125.643173, 7.17714], [125.641327, 7.17795], [125.637527, 7.18065], [125.644974, 7.18181], [125.64653, 7.18206], [125.651482, 7.18238], [125.651878, 7.18223], [125.652657, 7.18226], [125.653053, 7.18227]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "1210120009", "district_id" : "1210120", "name" : "HARAPAN"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Pr\u00e9chac-sur-Adour", "circ" : "1\u00e8re circonscription", "dpt" : "Gers", "inscrits" : 166, "abs" : 85, "votants" : 81, "blancs" : 14, "nuls" : 3, "exp" : 64, "res" : [{"nuance" : "REM", "nom" : "M. Jean-Ren\u00e9 CAZENEUVE", "voix" : 39}, {"nuance" : "SOC", "nom" : "M. Francis DUPOUEY", "voix" : 25}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-hcmw-22rw-4v9j", "modified" : "2021-12-18T00:01:57Z", "published" : "2021-12-15T00:00:44Z", "aliases" : ["CVE-2021-41067"], "details" : "An issue was discovered in Listary through 6. Improper implementation of the update process leads to the download of software updates with a /check-update HTTP-based connection. This can be exploited with MITM techniques. Together with the lack of package validation, it can lead to manipulation of update packages that can cause an installation of malicious content.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-41067"}, {"type" : "WEB", "url" : "https://medium.com/@tomerp_77017/exploiting-listary-searching-your-way-to-system-privileges-8175af676c3e"}, {"type" : "WEB", "url" : "https://www.listary.com/download"}], "database_specific" : {"cwe_ids" : ["CWE-354"], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directories": {"type": "object", "properties": {"src": {"type": "object", "properties": {"baseDir": {"type": "string"}, "subDir": {"type": "array", "items": {"type": "string"}}}, "required": ["baseDir", "subDir"]}, "scripts": {"type": "object", "properties": {"baseDir": {"type": "string"}}, "required": ["baseDir"]}}, "required": ["src", "scripts"]}, "commands": {"type": "object", "properties": {"tsc-init": {"type": "object", "properties": {"base": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "string"}}}, "required": ["base", "arguments"]}, "npm-init": {"type": "object", "properties": {"base": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "string"}}}, "required": ["base", "arguments"]}}, "required": ["tsc-init", "npm-init"]}, "files": {"type": "object", "properties": {"eslintr": {"type": "object", "properties": {"name": {"type": "string"}, "directory": {"type": "string"}}, "required": ["name", "directory"]}}, "required": ["eslintr"]}}, "required": ["directories", "commands", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directories" : {"src" : {"baseDir" : "src", "subDir" : ["config", "controllers", "services", "models"]}, "scripts" : {"baseDir" : "scripts"}}, "commands" : {"tsc-init" : {"base" : "tsc", "arguments" : ["--init"]}, "npm-init" : {"base" : "npm", "arguments" : ["init", "-y"]}}, "files" : {"eslintr" : {"name" : ".eslintrc", "directory" : "./"}}} | json_instruct | {"type": "object", "properties": {"directories": {"type": "object", "properties": {"src": {"type": "object", "properties": {"baseDir": {"type": "string"}, "subDir": {"type": "array", "items": {"type": "string"}}}, "required": ["baseDir", "subDir"]}, "scripts": {"type": "object", "properties": {"baseDir": {"type": "string"}}, "required": ["baseDir"]}}, "required": ["src", "scripts"]}, "commands": {"type": "object", "properties": {"tsc-init": {"type": "object", "properties": {"base": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "string"}}}, "required": ["base", "arguments"]}, "npm-init": {"type": "object", "properties": {"base": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "string"}}}, "required": ["base", "arguments"]}}, "required": ["tsc-init", "npm-init"]}, "files": {"type": "object", "properties": {"eslintr": {"type": "object", "properties": {"name": {"type": "string"}, "directory": {"type": "string"}}, "required": ["name", "directory"]}}, "required": ["eslintr"]}}, "required": ["directories", "commands", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "http://www.spanishdict.com/conjugate/arrastrarse", "word" : "arrastrarse", "infinitivo" : "arrastrar", "translation" : "to drag", "gerundio" : ["arrastrando"], "participio" : ["arrastrado"], "tenses" : {"3" : [["me arrastro"], ["te arrastras"], ["se arrastra"], ["nos arrastramos"], ["os arrastr\u00e1is"], ["se arrastran"]], "4" : [["me arrastr\u00e9"], ["te arrastraste"], ["se arrastr\u00f3"], ["nos arrastramos"], ["os arrastrasteis"], ["se arrastraron"]], "5" : [["me arrastraba"], ["te arrastrabas"], ["se arrastraba"], ["nos arrastr\u00e1bamos"], ["os arrastrabais"], ["se arrastraban"]], "6" : [["me arrastrar\u00eda"], ["te arrastrar\u00edas"], ["se arrastrar\u00eda"], ["nos arrastrar\u00edamos"], ["os arrastrar\u00edais"], ["se arrastrar\u00edan"]], "7" : [["me arrastrar\u00e9"], ["te arrastrar\u00e1s"], ["se arrastrar\u00e1"], ["nos arrastraremos"], ["os arrastrar\u00e9is"], ["se arrastrar\u00e1n"]], "8" : [["me arrastre"], ["te arrastres"], ["se arrastre"], ["nos arrastremos"], ["os arrastr\u00e9is"], ["se arrastren"]], "9" : [["me arrastrara"], ["te arrastraras"], ["se arrastrara"], ["nos arrastr\u00e1ramos"], ["os arrastrarais"], ["se arrastraran"]], "10" : [["me arrastrase"], ["te arrastrases"], ["se arrastrase"], ["nos arrastr\u00e1semos"], ["os arrastraseis"], ["se arrastrasen"]], "11" : [["me arrastrare"], ["te arrastrares"], ["se arrastrare"], ["nos arrastr\u00e1remos"], ["os arrastrareis"], ["se arrastraren"]], "12" : {"1" : ["arrastra"], "2" : ["arrastre"], "3" : ["arrastremos"], "4" : ["arrastrad"], "5" : ["arrastren"]}}} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Grundschule Hahn-Lehmden", "id" : "NI-39627-0", "address" : "Lehmder Stra\u00dfe 8, 26180\u00a0Rastede", "school_type" : "Grundschule", "phone" : "04402 7343", "email" : "schulleitung@hahnlehmden.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 8.167167, "lat" : 53.285334} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"simple1.key1": {"type": "string"}, "simple1.key2": {"type": "string"}, "simple1.key3.key2": {"type": "string"}, "simple1.key4.key1": {"type": "string"}, "simple1.key4.key2": {"type": "string"}}, "required": ["simple1.key1", "simple1.key2", "simple1.key3.key2", "simple1.key4.key1", "simple1.key4.key2"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"simple1.key1" : "value1", "simple1.key2" : "value2", "simple1.key3.key2" : "value2", "simple1.key4.key1" : "value1", "simple1.key4.key2" : "value2"} | json_instruct | {"type": "object", "properties": {"simple1.key1": {"type": "string"}, "simple1.key2": {"type": "string"}, "simple1.key3.key2": {"type": "string"}, "simple1.key4.key1": {"type": "string"}, "simple1.key4.key2": {"type": "string"}}, "required": ["simple1.key1", "simple1.key2", "simple1.key3.key2", "simple1.key4.key1", "simple1.key4.key2"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"gaia": {"type": "object", "properties": {"errorProps": {"type": "array", "items": {}}}, "required": ["errorProps"]}}, "required": ["gaia"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gaia" : {"errorProps" : []}} | json_instruct | {"type": "object", "properties": {"gaia": {"type": "object", "properties": {"errorProps": {"type": "array", "items": {}}}, "required": ["errorProps"]}}, "required": ["gaia"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u745e\u7acb\u5316\u5b78\u88fd\u85e5\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99606514", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "06110000097148", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e09\u5cfd\u5340\u4ecb\u58fd\u8def\u4e09\u6bb5\u4e00\u4e03\u4e8c\u5df7\u4e8c\u4e8c\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u4e09\u5cfd\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5ed6\u6b3d\u9676", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "33664372", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0580101", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0620305", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["20\u85e5\u54c1\u53ca\u91ab\u7528\u5316\u5b78\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["200\u85e5\u54c1\u53ca\u91ab\u7528\u5316\u5b78\u88fd\u54c1"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.