input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00750": {"type": "string"}}, "required": ["rn00750"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"comment" : "incomplete reaction", "definition" : "Pyridoxine <=> 1-Deoxy-D-xylulose + 4-Hydroxy-L-threonine", "orthologs" : {}, "name" : "", "product_stoichiometries" : ["1", "1"], "enzymes" : [], "equation" : "C00314 <=> C06257 + C06056", "glycans" : false, "substrate_stoichiometries" : ["1"], "rpairs" : {}, "entry_id" : "R01913", "pathways" : {"rn00750" : "Vitamin B6 metabolism"}, "products" : ["C06257", "C06056"], "substrates" : ["C00314"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00750": {"type": "string"}}, "required": ["rn00750"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/animate.min.css": {"type": "string"}, "/css/bootstrap.min.css": {"type": "string"}, "/css/demo.css": {"type": "string"}, "/css/light-bootstrap-dashboard.css": {"type": "string"}, "/css/pe-icon-7-stroke.css": {"type": "string"}, "/css/all.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/css/animate.min.css", "/css/bootstrap.min.css", "/css/demo.css", "/css/light-bootstrap-dashboard.css", "/css/pe-icon-7-stroke.css", "/css/all.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js", "/css/app.css" : "/css/app.css", "/css/animate.min.css" : "/css/animate.min.css", "/css/bootstrap.min.css" : "/css/bootstrap.min.css", "/css/demo.css" : "/css/demo.css", "/css/light-bootstrap-dashboard.css" : "/css/light-bootstrap-dashboard.css", "/css/pe-icon-7-stroke.css" : "/css/pe-icon-7-stroke.css", "/css/all.css" : "/css/all.css"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/animate.min.css": {"type": "string"}, "/css/bootstrap.min.css": {"type": "string"}, "/css/demo.css": {"type": "string"}, "/css/light-bootstrap-dashboard.css": {"type": "string"}, "/css/pe-icon-7-stroke.css": {"type": "string"}, "/css/all.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/css/animate.min.css", "/css/bootstrap.min.css", "/css/demo.css", "/css/light-bootstrap-dashboard.css", "/css/pe-icon-7-stroke.css", "/css/all.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "Name": {"type": "string"}}, "required": ["Id", "Name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : 1, "Name" : "Current every day smoker"}, {"Id" : 2, "Name" : "Current some day smoker"}, {"Id" : 3, "Name" : "Former smoker"}, {"Id" : 4, "Name" : "Never smoker"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "Name": {"type": "string"}}, "required": ["Id", "Name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "import/core-modules": {"type": "array", "items": {"type": "string"}}}, "required": ["react", "import/core-modules"]}}, "required": ["extends", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : ["permissive", "permissive/nextjs"], "settings" : {"react" : {"version" : "detect"}, "import/core-modules" : ["react-testing-library", "logger"]}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "import/core-modules": {"type": "array", "items": {"type": "string"}}}, "required": ["react", "import/core-modules"]}}, "required": ["extends", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"message" : "Hello World"} | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5a5734f30cf21c8855fee371", "title" : "\u94b1\u84d3\u5a77\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u4f60\u70b9\u8fdb\u6765\u5457", "picPath" : "/mediasource/live/1511273250814gPJYGAubZU.jpg", "startTime" : 1515664622069, "memberId" : 36, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a5734f30cf21c8855fee371.lrc", "streamPath" : "http://2519.liveplay.myqcloud.com/live/2519_3505786.flv", "screenMode" : 0}, {"liveId" : "5a5733f30cf2654a3ace3d7f", "title" : "\u6768\u60e0\u5a77\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u6ca1\u60f3\u5230\u5427", "picPath" : "http://www.snh48.com/images/member/zp_10071.jpg?ram=1514205076287", "startTime" : 1515664371568, "memberId" : 5567, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a5733f30cf2654a3ace3d7f.lrc", "streamPath" : "http://2519.liveplay.myqcloud.com/live/2519_3505782.flv", "screenMode" : 0}, {"liveId" : "5a57256d0cf2654a3ace3d7d", "title" : "\u5f90\u6668\u8fb0\u7684\u76f4\u64ad\u95f4", "subTitle" : "2018\u597d\uff01", "picPath" : "/mediasource/live/15141918454515z5NHd48Nq.jpg", "startTime" : 1515660653579, "memberId" : 18, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a57256d0cf2654a3ace3d7d.lrc", "streamPath" : "http://2519.liveplay.myqcloud.com/live/2519_3505740.flv", "screenMode" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"App": {"type": "object", "properties": {"SelfUrl": {"type": "string"}, "CorsOrigins": {"type": "string"}}, "required": ["SelfUrl", "CorsOrigins"]}, "ConnectionStrings": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}, "AuthServer": {"type": "object", "properties": {"Authority": {"type": "string"}}, "required": ["Authority"]}}, "required": ["App", "ConnectionStrings", "AuthServer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"App" : {"SelfUrl" : "https://localhost:44353", "CorsOrigins" : "https://*.PDFGenius.com,http://localhost:4200"}, "ConnectionStrings" : {"Default" : "Server=(LocalDb)\\MSSQLLocalDB;Database=PDFGenius;Trusted_Connection=True;MultipleActiveResultSets=true"}, "AuthServer" : {"Authority" : "https://localhost:44353"}} | json_instruct | {"type": "object", "properties": {"App": {"type": "object", "properties": {"SelfUrl": {"type": "string"}, "CorsOrigins": {"type": "string"}}, "required": ["SelfUrl", "CorsOrigins"]}, "ConnectionStrings": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}, "AuthServer": {"type": "object", "properties": {"Authority": {"type": "string"}}, "required": ["Authority"]}}, "required": ["App", "ConnectionStrings", "AuthServer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}}, "required": ["homepage"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "fabric-language-kotlin": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "fabric-language-kotlin", "minecraft"]}, "suggests": {"type": "object", "properties": {"flamingo": {"type": "string"}}, "required": ["flamingo"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends", "suggests"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaVersion" : 1, "id" : "jargm", "version" : "${version}", "name" : "Just Another Redstone Gate Mod", "description" : "Adds some redstone gates", "authors" : ["MarioAndWeegee3"], "contact" : {"homepage" : "https://marioandweegee3.github.io/"}, "license" : "MIT", "icon" : "assets/jargm/textures/logo.png", "environment" : "*", "entrypoints" : {"main" : ["marioandweegee3.jargm.JARGMCommon"]}, "mixins" : ["jargm.mixin.json"], "depends" : {"fabricloader" : ">=0.8.7", "fabric" : "*", "fabric-language-kotlin" : "*", "minecraft" : "1.16.x"}, "suggests" : {"flamingo" : "*"}} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}}, "required": ["homepage"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "fabric-language-kotlin": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "fabric-language-kotlin", "minecraft"]}, "suggests": {"type": "object", "properties": {"flamingo": {"type": "string"}}, "required": ["flamingo"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends", "suggests"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : 77737, "cartId" : "e790aea3-05de-43f8-8733-84c54520adb3", "preferredProducts" : [4001, 2590, 4375, 2302, 749, 617, 2269, 1705], "productReviews" : [{"productId" : 1625, "reviewText" : "My gentoo penguin loves to play with it.", "reviewDate" : "2018-07-02T03:18:24.4299929+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1260163127, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "2c5083f2595f082345c5090edbcdd883", "wof:id" : 1260163127, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [25.3933, 44.63849, 25.3933, 44.63849], "geometry" : {"coordinates" : [25.3933, 44.63849], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "LuckyPig", "website" : "https://luckypigtoken.com/", "description" : "Luckypig will bring NFT, lottery/jackpot concepts together and a contract with low taxes. Our team's longterm goal is to build an online casino which will be pegged with our token.", "explorer" : "https://bscscan.com/token/0xF16e1Ad313E3Bf4E3381b58731b45fA116ECF53f", "type" : "BEP20", "symbol" : "LuckyPig", "decimals" : 9, "status" : "active", "id" : "0xF16e1Ad313E3Bf4E3381b58731b45fA116ECF53f"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "back light compensation": {"type": "string"}, "dimensionsmm": {"type": "string"}, "electronic shutter": {"type": "string"}, "fob price": {"type": "string"}, "gain control": {"type": "string"}, "gamma characteristic": {"type": "string"}, "horizontal resolution": {"type": "string"}, "lens mount": {"type": "string"}, "minimum illumination": {"type": "string"}, "minorder quantity": {"type": "string"}, "model": {"type": "string"}, "ntsc510hx494v": {"type": "string"}, "operating temperature": {"type": "string"}, "payment terms": {"type": "string"}, "pickup device": {"type": "string"}, "pixel": {"type": "string"}, "port": {"type": "string"}, "power in": {"type": "string"}, "protecion rate": {"type": "string"}, "scanning area": {"type": "string"}, "sn ratio": {"type": "string"}, "supply ability": {"type": "string"}, "synchronous system": {"type": "string"}, "tv system": {"type": "string"}, "video out": {"type": "string"}, "weightg": {"type": "string"}, "white balance": {"type": "string"}}, "required": ["<page title>", "back light compensation", "dimensionsmm", "electronic shutter", "fob price", "gain control", "gamma characteristic", "horizontal resolution", "lens mount", "minimum illumination", "minorder quantity", "model", "ntsc510hx494v", "operating temperature", "payment terms", "pickup device", "pixel", "port", "power in", "protecion rate", "scanning area", "sn ratio", "supply ability", "synchronous system", "tv system", "video out", "weightg", "white balance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"<page title>" : "Wholesale China Top Manufacturer Supply White Light Real Color Night Vision Camera - Buy Night Vision Camera,Color Night Vision Camera,White Light Color Vision Camera Product on Alibaba.com", "back light compensation" : "Auto", "dimensionsmm" : "245(L)*138(W)*98(H", "electronic shutter" : "PAL:1/50~1/100000sec", "fob price" : "US $1 - 50 / Piece\nGet Latest Price", "gain control" : "Auto", "gamma characteristic" : "0.45", "horizontal resolution" : "480TVL 700TVL 700TVL 800TVL 1200TVL", "lens mount" : "oversea big iris fixed: 4/6/8/12/16/25mm (Optional)", "minimum illumination" : "0 LUX(IR ON)", "minorder quantity" : "5 Piece/Pieces accept sample order", "model" : "CL-866KD/W CL-866ED/W CL-866A7D/W CL-866A8D/W CL-866A12D/W", "ntsc510hx494v" : "NTSC:976(H)X494(V) NTSC:1020(H)X508(V) NTSC:1024(H) X670(V) NTSC:1280(H) X960P(V)", "operating temperature" : "\u201320~50\u00b0C", "payment terms" : "L/C,D/A,D/P,T/T,Western Union,MoneyGram,paypal", "pickup device" : "1/3\"SONY Super\nHAD CCD II 1/3\"Sony Exview CCD\n+effio-e DSP 1/4\" ADS Pixel Color CMOS 1/3\" 1.3MP megapixel\nColor CMOS+DSP", "pixel" : "PAL:500(H)X582(V) PAL:976(H)X582(V) PAL:1020(H) X596(V) PAL:1024(H) X768(V) PAL:1280(H) X960P(V)", "port" : "Shenzhen,China", "power in" : "DC12V 2A", "protecion rate" : "IP66", "scanning area" : "4.8mm(H)*3.6mm(V) 3.6mm(H)*2.7mm(V) 4.8mm(H)*3.6mm(V)", "sn ratio" : ">48dB", "supply ability" : "50,000 Piece/Pieces per Month accept OEM", "synchronous system" : "Internal synchronization", "tv system" : "PAL/NTSC", "video out" : "1.0Vp-p/75\u03a9(BNC)", "weightg" : "1000", "white balance" : "Auto"} | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "back light compensation": {"type": "string"}, "dimensionsmm": {"type": "string"}, "electronic shutter": {"type": "string"}, "fob price": {"type": "string"}, "gain control": {"type": "string"}, "gamma characteristic": {"type": "string"}, "horizontal resolution": {"type": "string"}, "lens mount": {"type": "string"}, "minimum illumination": {"type": "string"}, "minorder quantity": {"type": "string"}, "model": {"type": "string"}, "ntsc510hx494v": {"type": "string"}, "operating temperature": {"type": "string"}, "payment terms": {"type": "string"}, "pickup device": {"type": "string"}, "pixel": {"type": "string"}, "port": {"type": "string"}, "power in": {"type": "string"}, "protecion rate": {"type": "string"}, "scanning area": {"type": "string"}, "sn ratio": {"type": "string"}, "supply ability": {"type": "string"}, "synchronous system": {"type": "string"}, "tv system": {"type": "string"}, "video out": {"type": "string"}, "weightg": {"type": "string"}, "white balance": {"type": "string"}}, "required": ["<page title>", "back light compensation", "dimensionsmm", "electronic shutter", "fob price", "gain control", "gamma characteristic", "horizontal resolution", "lens mount", "minimum illumination", "minorder quantity", "model", "ntsc510hx494v", "operating temperature", "payment terms", "pickup device", "pixel", "port", "power in", "protecion rate", "scanning area", "sn ratio", "supply ability", "synchronous system", "tv system", "video out", "weightg", "white balance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101956893, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "6138d37f4b27b93441f089c00afb2d87", "wof:id" : 101956893, "wof:repo" : "whosonfirst-data-admin-br"}, "bbox" : [-52.61694, -22.70944, -52.61694, -22.70944], "geometry" : {"coordinates" : [-52.61694, -22.70944], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Terra.ApplicationHeaderLayout.SkipToContent": {"type": "string"}}, "required": ["Terra.ApplicationHeaderLayout.SkipToContent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Terra.ApplicationHeaderLayout.SkipToContent" : "\u062a\u062e\u0637\u0649 \u0627\u0644\u0649 \u0627\u0644\u0645\u062d\u062a\u0648\u0649"} | json_instruct | {"type": "object", "properties": {"Terra.ApplicationHeaderLayout.SkipToContent": {"type": "string"}}, "required": ["Terra.ApplicationHeaderLayout.SkipToContent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d361-52", "text" : "Kit Number 5\nodations they offer a median model between the older, more rigid tra\u00ac\nditional buildings and the newest of high ly-fl exi bl e designs which have\nat present few counterparts among our schools. Classroom materials (for\ndisplay and learning) were made by pupils and teachers of this school."} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "postinstall"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@sentry/node": {"type": "string"}, "@sentry/tracing": {"type": "string"}, "better-sqlite3": {"type": "string"}, "chalk": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "enmap": {"type": "string"}, "google-auth-library": {"type": "string"}, "google-spreadsheet": {"type": "string"}, "googleapis": {"type": "string"}, "inquirer": {"type": "string"}, "moment": {"type": "string"}, "moment-duration-format": {"type": "string"}}, "required": ["@sentry/node", "@sentry/tracing", "better-sqlite3", "chalk", "discord.js", "dotenv", "enmap", "google-auth-library", "google-spreadsheet", "googleapis", "inquirer", "moment", "moment-duration-format"]}}, "required": ["name", "version", "description", "main", "scripts", "engines", "repository", "author", "contributors", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ks-recruiter", "version" : "2.3.7", "description" : "A bot to assist with recruiting efforts on the Kill Steal Discord.", "main" : "index.js", "scripts" : {"start" : "node index.js", "postinstall" : "node setup.js"}, "engines" : {"node" : ">=8"}, "repository" : {"type" : "git", "url" : "git+https://github.com/An-Idiots-Guide/guidebot.git"}, "author" : "manbear67", "contributors" : [""], "license" : "MIT", "bugs" : {"url" : ""}, "homepage" : "", "dependencies" : {"@sentry/node" : "^5.29.0", "@sentry/tracing" : "^5.29.0", "better-sqlite3" : "^7.1.0", "chalk" : "^4.1.0", "discord.js" : "^12.2.0", "dotenv" : "^8.2.0", "enmap" : "^5.5.1", "google-auth-library" : "^6.0.6", "google-spreadsheet" : "^3.0.13", "googleapis" : "^58.0.0", "inquirer" : "^7.3.3", "moment" : "^2.27.0", "moment-duration-format" : "^2.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "postinstall"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@sentry/node": {"type": "string"}, "@sentry/tracing": {"type": "string"}, "better-sqlite3": {"type": "string"}, "chalk": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "enmap": {"type": "string"}, "google-auth-library": {"type": "string"}, "google-spreadsheet": {"type": "string"}, "googleapis": {"type": "string"}, "inquirer": {"type": "string"}, "moment": {"type": "string"}, "moment-duration-format": {"type": "string"}}, "required": ["@sentry/node", "@sentry/tracing", "better-sqlite3", "chalk", "discord.js", "dotenv", "enmap", "google-auth-library", "google-spreadsheet", "googleapis", "inquirer", "moment", "moment-duration-format"]}}, "required": ["name", "version", "description", "main", "scripts", "engines", "repository", "author", "contributors", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "chai": {"type": "string"}, "firebase": {"type": "string"}, "history": {"type": "string"}, "jquery": {"type": "string"}, "meteor-node-stubs": {"type": "string"}, "popper.js": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}}, "required": ["@babel/runtime", "chai", "firebase", "history", "jquery", "meteor-node-stubs", "popper.js", "react", "react-dom", "react-router"]}, "devDependencies": {"type": "object", "properties": {"@testing-library/react": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "es6-denodeify": {"type": "string"}, "react-test-renderer": {"type": "string"}}, "required": ["@testing-library/react", "enzyme", "enzyme-adapter-react-16", "es6-denodeify", "react-test-renderer"]}}, "required": ["name", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "privilegewalk", "private" : true, "scripts" : {"start" : "meteor run", "test" : "meteor test --once --driver-package meteortesting:mocha"}, "dependencies" : {"@babel/runtime" : "^7.8.3", "chai" : "^4.3.4", "firebase" : "^7.14.0", "history" : "^4.10.1", "jquery" : "^3.5.0", "meteor-node-stubs" : "^1.0.0", "popper.js" : "^1.16.1", "react" : "^16.14.0", "react-dom" : "^16.13.1", "react-router" : "^5.1.2"}, "devDependencies" : {"@testing-library/react" : "^11.2.5", "enzyme" : "^3.11.0", "enzyme-adapter-react-16" : "^1.15.6", "es6-denodeify" : "^0.1.5", "react-test-renderer" : "^15.7.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "chai": {"type": "string"}, "firebase": {"type": "string"}, "history": {"type": "string"}, "jquery": {"type": "string"}, "meteor-node-stubs": {"type": "string"}, "popper.js": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}}, "required": ["@babel/runtime", "chai", "firebase", "history", "jquery", "meteor-node-stubs", "popper.js", "react", "react-dom", "react-router"]}, "devDependencies": {"type": "object", "properties": {"@testing-library/react": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "es6-denodeify": {"type": "string"}, "react-test-renderer": {"type": "string"}}, "required": ["@testing-library/react", "enzyme", "enzyme-adapter-react-16", "es6-denodeify", "react-test-renderer"]}}, "required": ["name", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"total_test_negative": {"type": "number"}, "since_date": {"type": "string"}, "cumm_patient_discharged_today": {"type": "number"}, "total_patient": {"type": "number"}, "covid_icu_today": {"type": "number"}, "total_patient_today": {"type": "number"}, "covid_icu_yesterday": {"type": "number"}, "positivity_rate_last_week": {"type": "number"}, "total_icu_today": {"type": "number"}, "cumm_patient_today": {"type": "number"}, "total_icu_beds": {"type": "number"}, "info_date": {"type": "string"}, "total_test_positive": {"type": "number"}, "cumm_patient_yesterday": {"type": "number"}, "total_patient_yesterday": {"type": "number"}, "cumm_patient_discharged_yesterday": {"type": "number"}, "positivity_rate": {"type": "number"}, "total_beds": {"type": "number"}}, "required": ["total_test_negative", "since_date", "cumm_patient_discharged_today", "total_patient", "covid_icu_today", "total_patient_today", "covid_icu_yesterday", "positivity_rate_last_week", "total_icu_today", "cumm_patient_today", "total_icu_beds", "info_date", "total_test_positive", "cumm_patient_yesterday", "total_patient_yesterday", "cumm_patient_discharged_yesterday", "positivity_rate", "total_beds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"total_test_negative" : 57408.0, "since_date" : "Reflects patients tested through SMH systems since March 2", "cumm_patient_discharged_today" : 2470.0, "total_patient" : 709.0, "covid_icu_today" : 7.0, "total_patient_today" : 33.0, "covid_icu_yesterday" : 9.0, "positivity_rate_last_week" : 3.3, "total_icu_today" : 55.0, "cumm_patient_today" : 2131.0, "total_icu_beds" : 72.0, "info_date" : "2021-03-01T00:00:00", "total_test_positive" : 2999.0, "cumm_patient_yesterday" : 2127.0, "total_patient_yesterday" : 38.0, "cumm_patient_discharged_yesterday" : 2462.0, "positivity_rate" : 3.4, "total_beds" : 839.0} | json_instruct | {"type": "object", "properties": {"total_test_negative": {"type": "number"}, "since_date": {"type": "string"}, "cumm_patient_discharged_today": {"type": "number"}, "total_patient": {"type": "number"}, "covid_icu_today": {"type": "number"}, "total_patient_today": {"type": "number"}, "covid_icu_yesterday": {"type": "number"}, "positivity_rate_last_week": {"type": "number"}, "total_icu_today": {"type": "number"}, "cumm_patient_today": {"type": "number"}, "total_icu_beds": {"type": "number"}, "info_date": {"type": "string"}, "total_test_positive": {"type": "number"}, "cumm_patient_yesterday": {"type": "number"}, "total_patient_yesterday": {"type": "number"}, "cumm_patient_discharged_yesterday": {"type": "number"}, "positivity_rate": {"type": "number"}, "total_beds": {"type": "number"}}, "required": ["total_test_negative", "since_date", "cumm_patient_discharged_today", "total_patient", "covid_icu_today", "total_patient_today", "covid_icu_yesterday", "positivity_rate_last_week", "total_icu_today", "cumm_patient_today", "total_icu_beds", "info_date", "total_test_positive", "cumm_patient_yesterday", "total_patient_yesterday", "cumm_patient_discharged_yesterday", "positivity_rate", "total_beds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "parallel-netcdf's buildiface script needs perl during build.", "user" : "michaelkuhn", "url" : "https://api.github.com/repos/spack/spack/issues/17156", "updated_at" : "2020-06-23 08:18:28", "created_at" : "2020-06-18 13:39:01", "closed_at" : "2020-06-23 08:18:28", "state" : "closed", "title" : "parallel-netcdf: Add missing perl dependency", "number" : 17156, "milestone" : null, "labels" : [], "id" : 641216275, "html_url" : "https://github.com/spack/spack/pull/17156", "assignees" : [], "comments" : 2} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"lihongli": {"type": "string"}}, "required": ["lihongli"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "exclude_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SandBoxFileList", "version" : "1.0.0", "summary" : "\u904d\u5386\u6c99\u76d2\u76ee\u5f55\u4e0b\u6587\u4ef6\uff0c\u5982\u679c\u662f\u975e\u6587\u4ef6\u5939\u3002\u5219\u53d1\u9001\u90ae\u4ef6", "description" : "\u904d\u5386\u6c99\u76d2\u76ee\u5f55\u4e0b\u6587\u4ef6\uff0c\u5982\u679c\u662f\u975e\u6587\u4ef6\u5939\u3002\u5219\u53d1\u9001\u90ae\u4ef6 . \u4f7f\u7528\u65b9\u6cd5\n FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];\n [self.navigationController pushViewController:fileListVC animated:YES];\n\u6216\u8005\n\n FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];\n [self presentViewController:fileListVC animated:YES completion:nil];", "homepage" : "https://github.com/lihongli528628/SendSandBoxFileDemo", "license" : "MIT", "authors" : {"lihongli" : "honglili@sohu-inc.com"}, "platforms" : {"ios" : "5.0"}, "source" : {"git" : "https://github.com/lihongli528628/SendSandBoxFileDemo.git", "tag" : "1.0.0"}, "source_files" : ["Classes", "SendSandBoxFileDemo/SendLogs/*.{h,m}"], "exclude_files" : "Classes/Exclude"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"lihongli": {"type": "string"}}, "required": ["lihongli"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "exclude_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}, "clean": {"type": "string"}}, "required": ["develop", "start", "build", "serve", "clean"]}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-svg-core": {"type": "string"}, "@fortawesome/free-solid-svg-icons": {"type": "string"}, "@fortawesome/react-fontawesome": {"type": "string"}, "font-awesome": {"type": "string"}, "gatsby": {"type": "string"}, "gatsby-plugin-google-gtag": {"type": "string"}, "gatsby-plugin-image": {"type": "string"}, "gatsby-plugin-react-helmet": {"type": "string"}, "gatsby-plugin-sass": {"type": "string"}, "gatsby-plugin-sharp": {"type": "string"}, "gatsby-plugin-smoothscroll": {"type": "string"}, "gatsby-source-filesystem": {"type": "string"}, "gatsby-transformer-sharp": {"type": "string"}, "p5": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-helmet": {"type": "string"}, "react-reveal": {"type": "string"}, "sass": {"type": "string"}}, "required": ["@fortawesome/fontawesome-svg-core", "@fortawesome/free-solid-svg-icons", "@fortawesome/react-fontawesome", "font-awesome", "gatsby", "gatsby-plugin-google-gtag", "gatsby-plugin-image", "gatsby-plugin-react-helmet", "gatsby-plugin-sass", "gatsby-plugin-sharp", "gatsby-plugin-smoothscroll", "gatsby-source-filesystem", "gatsby-transformer-sharp", "p5", "react", "react-dom", "react-helmet", "react-reveal", "sass"]}}, "required": ["name", "version", "private", "description", "keywords", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "portfolio", "version" : "1.0.0", "private" : true, "description" : "portfolio", "keywords" : ["gatsby"], "scripts" : {"develop" : "gatsby develop", "start" : "gatsby develop", "build" : "gatsby build", "serve" : "gatsby serve", "clean" : "gatsby clean"}, "dependencies" : {"@fortawesome/fontawesome-svg-core" : "^6.1.1", "@fortawesome/free-solid-svg-icons" : "^6.1.1", "@fortawesome/react-fontawesome" : "^0.1.18", "font-awesome" : "^4.7.0", "gatsby" : "^4.2.0", "gatsby-plugin-google-gtag" : "^4.3.0", "gatsby-plugin-image" : "^2.2.0", "gatsby-plugin-react-helmet" : "^5.2.0", "gatsby-plugin-sass" : "^5.2.0", "gatsby-plugin-sharp" : "^4.2.0", "gatsby-plugin-smoothscroll" : "^1.2.0", "gatsby-source-filesystem" : "^4.2.0", "gatsby-transformer-sharp" : "^4.2.0", "p5" : "^1.4.0", "react" : "^17.0.1", "react-dom" : "^17.0.1", "react-helmet" : "^6.1.0", "react-reveal" : "^1.2.2", "sass" : "^1.43.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}, "clean": {"type": "string"}}, "required": ["develop", "start", "build", "serve", "clean"]}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-svg-core": {"type": "string"}, "@fortawesome/free-solid-svg-icons": {"type": "string"}, "@fortawesome/react-fontawesome": {"type": "string"}, "font-awesome": {"type": "string"}, "gatsby": {"type": "string"}, "gatsby-plugin-google-gtag": {"type": "string"}, "gatsby-plugin-image": {"type": "string"}, "gatsby-plugin-react-helmet": {"type": "string"}, "gatsby-plugin-sass": {"type": "string"}, "gatsby-plugin-sharp": {"type": "string"}, "gatsby-plugin-smoothscroll": {"type": "string"}, "gatsby-source-filesystem": {"type": "string"}, "gatsby-transformer-sharp": {"type": "string"}, "p5": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-helmet": {"type": "string"}, "react-reveal": {"type": "string"}, "sass": {"type": "string"}}, "required": ["@fortawesome/fontawesome-svg-core", "@fortawesome/free-solid-svg-icons", "@fortawesome/react-fontawesome", "font-awesome", "gatsby", "gatsby-plugin-google-gtag", "gatsby-plugin-image", "gatsby-plugin-react-helmet", "gatsby-plugin-sass", "gatsby-plugin-sharp", "gatsby-plugin-smoothscroll", "gatsby-source-filesystem", "gatsby-transformer-sharp", "p5", "react", "react-dom", "react-helmet", "react-reveal", "sass"]}}, "required": ["name", "version", "private", "description", "keywords", "scripts", "dependencies"], "$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"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependency": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "required": ["name", "version", "displayName", "description", "unity", "dependency", "keywords", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "com.ngc6543.omnievents", "version" : "0.3.1", "displayName" : "Omni Events", "description" : "ScriptableObject Events for Unity", "unity" : "2017.1", "dependency" : {}, "keywords" : ["Event", "ScriptableObject"], "author" : {"name" : "Chaehyeok Lim", "email" : "ngc6543@me.com"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependency": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "required": ["name", "version", "displayName", "description", "unity", "dependency", "keywords", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"kolorek94": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["kolorek94"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"kolorek94" : {"title" : "kolorek94", "channel_id" : 27729541, "link" : "http://twitch.tv/kolorek94", "desc" : null, "plans" : {"$4.99" : "101711", "$9.99" : "101713", "$24.99" : "101715"}, "id" : "kolorek94", "first_seen" : "2017-06-28 18:45:05", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 101711, "emotes" : [{"code" : "koloreSucho", "image_id" : 220117, "set" : 101711}]}}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"kolorek94": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["kolorek94"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pages": {"type": "object", "properties": {"todo": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["todo"]}}, "required": ["pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pages" : {"todo" : {"title" : "Environment Managerq!"}}} | json_instruct | {"type": "object", "properties": {"pages": {"type": "object", "properties": {"todo": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["todo"]}}, "required": ["pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "phrase": {"type": "string"}, "remarks": {"type": "string"}}, "required": ["citations", "definition", "language", "lookupTerms", "metaLanguage", "phrase", "remarks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See cop on Metamath](http://us.metamath.org/mpegif/cop.html)"}], "definition" : "class <. A , B >.", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cop--1", "#T_cA", "#T_cop--2", "#T_cB", "#T_cop--3"], "metaLanguage" : "METAMATH", "phrase" : "<.", "remarks" : " Extend class notation to include ordered pair. \n\n---\n\nThis syntax is primitive. The first axiom using it is #P_df-op.\n\n---"} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "phrase": {"type": "string"}, "remarks": {"type": "string"}}, "required": ["citations", "definition", "language", "lookupTerms", "metaLanguage", "phrase", "remarks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"@iot.id": {"type": "string"}, "@iot.selfLink": {"type": "string"}, "time": {"type": "string"}, "Locations@iot.navigationLink": {"type": "string"}, "Thing@iot.navigationLink": {"type": "string"}}, "required": ["@iot.id", "@iot.selfLink", "time", "Locations@iot.navigationLink", "Thing@iot.navigationLink"]}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : [{"@iot.id" : "urn:ogc:object:sensor:GEOM:2-975625200000", "@iot.selfLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-975625200000)", "time" : "2000-11-30T23:00:00Z", "Locations@iot.navigationLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-975625200000)/Locations", "Thing@iot.navigationLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-975625200000)/Things"}, {"@iot.id" : "urn:ogc:object:sensor:GEOM:2-976489200000", "@iot.selfLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-976489200000)", "time" : "2000-12-10T23:00:00Z", "Locations@iot.navigationLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-976489200000)/Locations", "Thing@iot.navigationLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-976489200000)/Things"}, {"@iot.id" : "urn:ogc:object:sensor:GEOM:2-977439600000", "@iot.selfLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-977439600000)", "time" : "2000-12-21T23:00:00Z", "Locations@iot.navigationLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-977439600000)/Locations", "Thing@iot.navigationLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-977439600000)/Things"}]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"@iot.id": {"type": "string"}, "@iot.selfLink": {"type": "string"}, "time": {"type": "string"}, "Locations@iot.navigationLink": {"type": "string"}, "Thing@iot.navigationLink": {"type": "string"}}, "required": ["@iot.id", "@iot.selfLink", "time", "Locations@iot.navigationLink", "Thing@iot.navigationLink"]}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apihelp-query+configuredpages-param-namespace": {"type": "string"}, "apihelp-query+configuredpages-param-limit": {"type": "string"}, "apihelp-query+oldreviewedpages-param-start": {"type": "string"}, "apihelp-query+oldreviewedpages-param-end": {"type": "string"}, "apihelp-query+reviewedpages-param-start": {"type": "string"}, "apihelp-query+reviewedpages-param-end": {"type": "string"}, "apihelp-query+reviewedpages-param-namespace": {"type": "string"}, "apihelp-stabilize-param-reason": {"type": "string"}, "apihelp-stabilize-param-watch": {"type": "string"}, "apihelp-stabilize-param-expiry-general": {"type": "string"}, "apierror-flaggedrevs-noflaggedrev": {"type": "string"}}, "required": ["@metadata", "apihelp-query+configuredpages-param-namespace", "apihelp-query+configuredpages-param-limit", "apihelp-query+oldreviewedpages-param-start", "apihelp-query+oldreviewedpages-param-end", "apihelp-query+reviewedpages-param-start", "apihelp-query+reviewedpages-param-end", "apihelp-query+reviewedpages-param-namespace", "apihelp-stabilize-param-reason", "apihelp-stabilize-param-watch", "apihelp-stabilize-param-expiry-general", "apierror-flaggedrevs-noflaggedrev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Joetaras"]}, "apihelp-query+configuredpages-param-namespace" : "Le namespace da nuemr\u00e0.", "apihelp-query+configuredpages-param-limit" : "Quanda p\u00e0ggene adda turn\u00e0.", "apihelp-query+oldreviewedpages-param-start" : "Accuminze a eleng\u00e0 da stu tiembe de stambe.", "apihelp-query+oldreviewedpages-param-end" : "Spicce de eleng\u00e0 a stu tiembe de stambe.", "apihelp-query+reviewedpages-param-start" : "Accuminze a eleng\u00e0 da stu ID d'a p\u00e0gene.", "apihelp-query+reviewedpages-param-end" : "Spicce de eleng\u00e0 da stu ID d'a p\u00e0gene.", "apihelp-query+reviewedpages-param-namespace" : "Le namespace da enumer\u00e0.", "apihelp-stabilize-param-reason" : "Mutive.", "apihelp-stabilize-param-watch" : "'Ndruche sta p\u00e0gene.", "apihelp-stabilize-param-expiry-general" : "Scadenze pe ste 'mbostaziune.", "apierror-flaggedrevs-noflaggedrev" : "Nisciuna revisione signate cu stu ID."} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apihelp-query+configuredpages-param-namespace": {"type": "string"}, "apihelp-query+configuredpages-param-limit": {"type": "string"}, "apihelp-query+oldreviewedpages-param-start": {"type": "string"}, "apihelp-query+oldreviewedpages-param-end": {"type": "string"}, "apihelp-query+reviewedpages-param-start": {"type": "string"}, "apihelp-query+reviewedpages-param-end": {"type": "string"}, "apihelp-query+reviewedpages-param-namespace": {"type": "string"}, "apihelp-stabilize-param-reason": {"type": "string"}, "apihelp-stabilize-param-watch": {"type": "string"}, "apihelp-stabilize-param-expiry-general": {"type": "string"}, "apierror-flaggedrevs-noflaggedrev": {"type": "string"}}, "required": ["@metadata", "apihelp-query+configuredpages-param-namespace", "apihelp-query+configuredpages-param-limit", "apihelp-query+oldreviewedpages-param-start", "apihelp-query+oldreviewedpages-param-end", "apihelp-query+reviewedpages-param-start", "apihelp-query+reviewedpages-param-end", "apihelp-query+reviewedpages-param-namespace", "apihelp-stabilize-param-reason", "apihelp-stabilize-param-watch", "apihelp-stabilize-param-expiry-general", "apierror-flaggedrevs-noflaggedrev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"thag6.13:1.1": {"type": "string"}, "thag6.13:2.1": {"type": "string"}, "thag6.13:3.1": {"type": "string"}, "thag6.13:4.1": {"type": "string"}, "thag6.13:5.1": {"type": "string"}, "thag6.13:6.1": {"type": "string"}}, "required": ["thag6.13:1.1", "thag6.13:2.1", "thag6.13:3.1", "thag6.13:4.1", "thag6.13:5.1", "thag6.13:6.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"thag6.13:1.1" : "csp1ed19.289, csp2ed19.289, dr26.377, ms19Th1_727, msdiv447, sc1, vnp447", "thag6.13:2.1" : "ms19Th1_728, msdiv448, ndp21.308, sc2, vnp448", "thag6.13:3.1" : "ms19Th1_729, msdiv449, sc3, vnp449", "thag6.13:4.1" : "ms19Th1_730, msdiv450, sc4, vnp450", "thag6.13:5.1" : "ms19Th1_731, msdiv451, sc5, vnp451", "thag6.13:6.1" : "ms19Th1_732, msdiv452, sc6, vnp452"} | json_instruct | {"type": "object", "properties": {"thag6.13:1.1": {"type": "string"}, "thag6.13:2.1": {"type": "string"}, "thag6.13:3.1": {"type": "string"}, "thag6.13:4.1": {"type": "string"}, "thag6.13:5.1": {"type": "string"}, "thag6.13:6.1": {"type": "string"}}, "required": ["thag6.13:1.1", "thag6.13:2.1", "thag6.13:3.1", "thag6.13:4.1", "thag6.13:5.1", "thag6.13:6.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {}}, "leaf": {"type": "boolean"}, "notes": {"type": "string"}, "placeholder": {"type": "boolean"}, "parent": {"type": "string"}}, "required": ["id", "name", "type", "code", "sort-code", "description", "categories", "leaf", "notes", "placeholder", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2a7f03fcafd653d38af9386128acd234", "name" : "4 Erfolgskonten f\u00fcr Verm\u00f6gensverwaltung", "type" : "Ertrag", "code" : "4", "sort-code" : 9999, "description" : "Steuerbeg\u00fcnstigte Einnahmen und Werbungskosten von Vereinen aus Verm\u00f6gensverwaltung", "categories" : [], "leaf" : false, "notes" : "Klasse 4: Ergebnisposten (T\u00e4tigkeitsbereich 4000)\nSteuerbeg\u00fcnstigte Einnahmen und Werbungskosten gemeinn\u00fctziger Vereine und nicht gemeinn\u00fctziger Vereine aus Verm\u00f6gensverwaltung\nUSt-Hinweis: 0%/7%/19%; USt-Vorsteuerabzug m\u00f6glich", "placeholder" : true, "parent" : "f2f6eca8892ccc16d1e6126fa5fd012b"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {}}, "leaf": {"type": "boolean"}, "notes": {"type": "string"}, "placeholder": {"type": "boolean"}, "parent": {"type": "string"}}, "required": ["id", "name", "type", "code", "sort-code", "description", "categories", "leaf", "notes", "placeholder", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : [[[136.0, 45.416666666666664], [136.0, 45.5], [136.125, 45.5], [136.125, 45.416666666666664], [136.0, 45.416666666666664]]]}, "properties" : {"code" : 683610, "url" : "http://madefor.github.io/0410/api/v1/683610.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/683610.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#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["411121107201", "\u79e6\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107202", "\u663e\u738b\u6751\u59d4\u4f1a", "220", "0"], ["411121107203", "\u897f\u5c0f\u5f20\u6751\u59d4\u4f1a", "220", "0"], ["411121107204", "\u78be\u5f20\u6751\u59d4\u4f1a", "122", "0"], ["411121107205", "\u5b59\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107206", "\u91d1\u7816\u5218\u6751\u59d4\u4f1a", "220", "0"], ["411121107207", "\u6e56\u674e\u6751\u59d4\u4f1a", "220", "0"], ["411121107208", "\u9648\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107209", "\u6cb9\u574a\u5934\u6751\u59d4\u4f1a", "220", "0"], ["411121107210", "\u9a6c\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107211", "\u67ff\u6768\u6751\u59d4\u4f1a", "220", "0"], ["411121107212", "\u5be8\u674e\u6751\u59d4\u4f1a", "220", "0"], ["411121107213", "\u4e1c\u83b2\u82b1\u6751\u59d4\u4f1a", "220", "0"], ["411121107214", "\u82a6\u90ed\u6751\u59d4\u4f1a", "220", "0"], ["411121107215", "\u9ad8\u5bfa\u6751\u59d4\u4f1a", "220", "0"], ["411121107216", "\u5927\u9ec4\u6751\u59d4\u4f1a", "220", "0"], ["411121107217", "\u6817\u5b50\u56ed\u6751\u59d4\u4f1a", "220", "0"], ["411121107218", "\u4e8e\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107219", "\u95eb\u5218\u6751\u59d4\u4f1a", "122", "0"], ["411121107220", "\u6c64\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107221", "\u7aef\u516c\u5218\u6751\u59d4\u4f1a", "220", "0"], ["411121107222", "\u5c0f\u88f4\u57ce\u6751\u59d4\u4f1a", "220", "0"], ["411121107223", "\u4e1c\u5c0f\u5f20\u6751\u59d4\u4f1a", "220", "0"], ["411121107224", "\u82cf\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107225", "\u7ebf\u90ed\u6751\u59d4\u4f1a", "220", "0"], ["411121107226", "\u5927\u5c97\u6751\u59d4\u4f1a", "220", "0"], ["411121107227", "\u5434\u5e84\u6751\u59d4\u4f1a", "121", "0"], ["411121107228", "\u5eb7\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107229", "\u738b\u5c0f\u8d35\u6751\u59d4\u4f1a", "220", "0"], ["411121107230", "\u4e95\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107231", "\u897f\u83b2\u82b1\u6751\u59d4\u4f1a", "122", "0"], ["411121107232", "\u6cb3\u5317\u8857\u6751\u59d4\u4f1a", "122", "0"], ["411121107233", "\u5927\u5f20\u6751\u59d4\u4f1a", "220", "0"], ["411121107234", "\u5019\u738b\u6751\u59d4\u4f1a", "122", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"2364": {"type": "string"}, "24433": {"type": "string"}}, "required": ["2364", "24433"]}, "timeto": {"type": "object", "properties": {"2364": {"type": "number"}, "24433": {"type": "number"}}, "required": ["2364", "24433"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 24430, "title" : ["[Ancient Burrow, Ingress]"], "description" : ["Crystallized trails of water line the natural stone walls of the ingress. Placed on either side of the barrier are a series of carved runes paired with rhimar sigils. A shallow trough runs the length of the walls, cracked and barren of fluids. Carved black marble stones create a curving path heading north, alternating with white marble inlays."], "paths" : ["Obvious paths: north, out", "Obvious paths: north, southeast"], "location" : "Icemule Trace", "wayto" : {"2364" : "southeast", "24433" : "north"}, "timeto" : {"2364" : 0.2, "24433" : 0.2}, "image" : "imt-icemule-1474811966.png", "image_coords" : [189, 393, 204, 408], "tags" : ["calmintha flower"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"2364": {"type": "string"}, "24433": {"type": "string"}}, "required": ["2364", "24433"]}, "timeto": {"type": "object", "properties": {"2364": {"type": "number"}, "24433": {"type": "number"}}, "required": ["2364", "24433"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-121.564559, 38.535921], [-121.564274, 38.536489], [-121.558871, 38.536537], [-121.55866, 38.552421], [-121.537386, 38.552684], [-121.556376, 38.532232], [-121.561646, 38.532288], [-121.561658, 38.535101], [-121.564561, 38.535113], [-121.564559, 38.535921]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 5709}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"an4.261:0.1": {"type": "string"}, "an4.261:0.2": {"type": "string"}, "an4.261:0.3": {"type": "string"}, "an4.261:1.1": {"type": "string"}, "an4.261:1.2": {"type": "string"}, "an4.261:1.3": {"type": "string"}, "an4.261:1.4": {"type": "string"}}, "required": ["an4.261:0.1", "an4.261:0.2", "an4.261:0.3", "an4.261:1.1", "an4.261:1.2", "an4.261:1.3", "an4.261:1.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"an4.261:0.1" : "", "an4.261:0.2" : "", "an4.261:0.3" : "", "an4.261:1.1" : "", "an4.261:1.2" : "", "an4.261:1.3" : "", "an4.261:1.4" : ""} | json_instruct | {"type": "object", "properties": {"an4.261:0.1": {"type": "string"}, "an4.261:0.2": {"type": "string"}, "an4.261:0.3": {"type": "string"}, "an4.261:1.1": {"type": "string"}, "an4.261:1.2": {"type": "string"}, "an4.261:1.3": {"type": "string"}, "an4.261:1.4": {"type": "string"}}, "required": ["an4.261:0.1", "an4.261:0.2", "an4.261:0.3", "an4.261:1.1", "an4.261:1.2", "an4.261:1.3", "an4.261:1.4"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "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" : "P\u00e9ret-Bel-Air", "circ" : "1\u00e8re circonscription", "dpt" : "Corr\u00e8ze", "inscrits" : 88, "abs" : 29, "votants" : 59, "blancs" : 4, "nuls" : 6, "exp" : 49, "res" : [{"nuance" : "REM", "nom" : "M. Christophe JERRETIE", "voix" : 31}, {"nuance" : "SOC", "nom" : "M. Bernard COMBES", "voix" : 18}]} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"28775": {"type": "string"}, "28779": {"type": "string"}}, "required": ["28775", "28779"]}, "timeto": {"type": "object", "properties": {"28775": {"type": "number"}, "28779": {"type": "number"}}, "required": ["28775", "28779"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 28812, "title" : ["[Vardar Lodge, Kitchen]"], "description" : ["Beyond the kitchen door, the clang of pots and pans adds to the din of sizzling and popping food. Several halfling chefs bustle about the kitchen, creating culinary masterpieces out of raw ingredients neatly separated along the surface of a hexagonal marble island at the chamber's center. Just as many serving staff are dedicated to cleaning up after the cooks, lending an ebbing, flowing bustle to the kitchen that is reminiscent of a well-choreographed dance."], "paths" : ["Obvious exits: none"], "location" : "Icemule Trace", "wayto" : {"28775" : "go door", "28779" : "go panel"}, "timeto" : {"28775" : 0.2, "28779" : 0.2}, "image" : "imt-Vardar_Hollow_Map-51200827a.png", "image_coords" : [913, 1343, 975, 1404]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"28775": {"type": "string"}, "28779": {"type": "string"}}, "required": ["28775", "28779"]}, "timeto": {"type": "object", "properties": {"28775": {"type": "number"}, "28779": {"type": "number"}}, "required": ["28775", "28779"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"elementInspectorNodes": {"type": "string"}}, "required": ["elementInspectorNodes"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"elementInspectorNodes" : "dkh 12/14/2008 05:59"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"elementInspectorNodes": {"type": "string"}}, "required": ["elementInspectorNodes"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "repository", "main", "bin", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "portforward", "version" : "1.0.1", "description" : "A portforwarding service, support both local port forwarding and remote port forwarding", "repository" : {"type" : "git", "url" : "https://github.com/iamgyz/portforward.git"}, "main" : "./lib/portforward", "bin" : "./bin/portforward", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["port-forwarding", "portforwarding", "portforward"], "author" : "GYZheng (guanggyz@gmail.com)", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "repository", "main", "bin", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lab-2", "version" : "1.0.0", "description" : "Lab 2", "main" : "app.js", "scripts" : {"start" : "node app.js"}, "author" : "Puneet Sharma", "license" : "MIT", "dependencies" : {"express" : "^4.16.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$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"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "dependencies": {"type": "object", "properties": {"zapier-platform-core": {"type": "string"}}, "required": ["zapier-platform-core"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["mocha", "should"]}}, "required": ["name", "version", "description", "repository", "homepage", "author", "license", "main", "scripts", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "unioncloud", "version" : "1.0.0", "description" : "An app to connect with UnionCloud.", "repository" : "https://github.com/tobytwigger/unioncloud-zapier-app", "homepage" : "https://github.com/tobytwigger/unioncloud-zapier-app", "author" : "Toby Twigger <tt15951@bristol.ac.uk>", "license" : "MIT", "main" : "index.js", "scripts" : {"test" : "node node_modules/mocha/bin/mocha --recursive"}, "engines" : {"node" : "6.10.2", "npm" : ">=3.10.10"}, "dependencies" : {"zapier-platform-core" : "4.3.2"}, "devDependencies" : {"mocha" : "3.2.0", "should" : "11.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "dependencies": {"type": "object", "properties": {"zapier-platform-core": {"type": "string"}}, "required": ["zapier-platform-core"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["mocha", "should"]}}, "required": ["name", "version", "description", "repository", "homepage", "author", "license", "main", "scripts", "engines", "dependencies", "devDependencies"], "$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"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.830312, 35.189244], [-80.824856, 35.202472], [-80.8186, 35.20453], [-80.812522, 35.19951], [-80.812026, 35.197028], [-80.8158, 35.186751], [-80.819618, 35.182929], [-80.829193, 35.1799], [-80.828065, 35.18559], [-80.830001, 35.187488], [-80.830312, 35.189244]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 47927}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"oo.js": {"type": "string"}, "oo.min.js": {"type": "string"}}, "required": ["oo.js", "oo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"oo.js" : "sha512-bmjo2SlZt4MDPlHkFtYpxEd+wwm3xn7YxVB6mqkkXG82dQ1TvHzlsW7SVL9wvxGYUfoh6qteEFYm7JAD5jH9zQ==", "oo.min.js" : "sha512-Lym4vKO+nhjKjpSaiY3SJpjO41dC77kdEx2NaxEYPcSpnPAC1vd4VtzQ7lwu8O4bhdf5+r3wa/CLILDR9MMchQ=="} | json_instruct | {"type": "object", "properties": {"oo.js": {"type": "string"}, "oo.min.js": {"type": "string"}}, "required": ["oo.js", "oo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["title", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Slotless Modifiers", "text" : [{"text" : "Run out of slots? Well good news, all of the modifiers in this section need no slots to apply, perhaps some may even give you more slots!"}, {"text" : "It's slotless. You don't need an ability or upgrade slot to put it on? What more do you want? Cookies?", "paragraph" : true}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["title", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [2.7079857245927528, 2.692654098316099, 2.7003845062255314, 2.702947731246821, 2.6428807523556066, 2.6741450366556507, 2.534123437301039, 2.5526581611406836, 2.6288950468568717, 2.6402241955264394, 2.8152567940347204, 2.761962826355717, 2.831028094368501, 2.846134129131803, 2.808565408292724, 2.831267002532515, 2.8828317987061713, 2.8931002037598472, 2.8335065541632103, 2.7664201726739543, 2.6509081089336495, 2.616368434971011, 2.5512906247507883, 2.5695115381677303, 2.6555286017407758, 2.7322890144489698, 2.6418592040906916, 2.6169289488000573, 2.6167263370916047, 2.5113803147486937, 2.3707168182842002, 2.3244647812582886, 2.3651217741354293, 2.215190308928412, 2.1652031793038256, 2.084851547094856, 14.367158150096795, 2.185168608604455, 2.077488515814547, 2.2095830286028093, 2.2742269628284837, 2.1875457675096963, 2.2552312650179633, 2.309285625597111, 2.3804459731713243, 2.5096008585629535, 2.5651073632558306, 2.6468558061645413, 2.7811953897000334, 2.769426391601319, 2.7294557685463525, 2.758747839401439, 2.8396929818703804, 2.783247258410569, 2.883793986041602, 2.824466995354634, 2.739006465533616, 2.9604395674152735, 2.767926443113751, 2.7756103869886233, 2.7352158750560798, 2.674499194953878, 2.804701027438266, 2.8696897052199244, 2.813478771632613, 2.8148851128251393, 2.8841448349728713, 2.746958203808528, 2.7569464882303136, 2.8559395394374945, 2.9179767284922167, 2.8421149178969465, 2.7435274985694487, 2.762285579830782, 2.7616179114514328]} | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "integer"}, "ppasseio1": {"type": "number"}, "ppasseio2": {"type": "number"}, "leidata": {"type": "string"}, "hierarquia": {"type": "null"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "null"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_48c9", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.70642671, -26.91420234], [-48.70538375, -26.91423429]]]}, "geometry_name" : "geom", "properties" : {"id" : 2107, "nome" : "R.Waldemar Kumm", "cod" : 150, "ptotalvia" : 10, "ppasseio1" : 1.5, "ppasseio2" : 1.5, "leidata" : "3309/1998", "hierarquia" : null, "bairro" : "S\u00e3o Vicente", "abrevlogr" : null, "pavto" : "Asfalto", "anopavtoin" : "ago/11", "loteamnome" : "-", "nomeloteamento" : "-"}}, {"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_4dc1", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.70775844, -26.91416154], [-48.70642671, -26.91420234]]]}, "geometry_name" : "geom", "properties" : {"id" : 163, "nome" : "R.Waldemar Kumm", "cod" : 150, "ptotalvia" : 10, "ppasseio1" : 1.5, "ppasseio2" : 1.5, "leidata" : "3309/1998", "hierarquia" : null, "bairro" : "S\u00e3o Vicente", "abrevlogr" : null, "pavto" : "Asfalto", "anopavtoin" : "ago/11", "loteamnome" : "Pedro Paulo Rebello", "nomeloteamento" : "Rua \"C\""}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "integer"}, "ppasseio1": {"type": "number"}, "ppasseio2": {"type": "number"}, "leidata": {"type": "string"}, "hierarquia": {"type": "null"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "null"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : 732, "object_list" : [{"position" : [6.09906841184, 5.15576765321], "id" : 69}, {"position" : [6.52715444482, 5.01185579398], "id" : 70}, {"position" : [6.8874707125, 4.22427845493], "id" : 111}, {"position" : [6.0872823657, 4.32069701401], "id" : 112}, {"position" : [8.25107415776, 7.46909709183], "id" : 130}, {"position" : [8.73114507282, 6.86242388096], "id" : 131}, {"position" : [1.87250808034, 6.69035016537], "id" : 136}, {"position" : [9.11987413029, 5.15505167381], "id" : 137}, {"position" : [8.83616716252, 5.81876457681], "id" : 138}, {"position" : [11.1967438321, 6.89726821172], "id" : 139}, {"position" : [12.2595926357, 7.7445105007], "id" : 140}], "frame" : 732, "size" : 11} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u5bdd\u305d\u3079\u3063\u305f\u308a \u5bdd\u3063\u3053\u308d\u304c\u3063\u305f\u308a \u9b42\u9b44\u5996\u5922 \u30d9\u30fc\u30b8\u30e5\u30d9\u30b9\u30c8\u5236\u670d\u3000Ray-MMD1.52", "author" : "kotobuki_risa", "description" : "\u4ee5\u524d\u6728\u4e4b\u672c\u685c\u3061\u3083\u3093\u3067\u516c\u958b\u3057\u305f\u52d5\u753b\u3092\u3001\u5996\u5922\u3061\u3083\u3093\u3067Ray-MMD1.52\u3067\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u3002\u30ab\u30e1\u30e9\u304c\u30d1\u30f3\u30c4\u306b\u8fd1\u3065\u304f\u3068\u3001\u8cea\u611f\u306e\u5dee\u304c\u306f\u3063\u304d\u308a\u3068\u51fa\u307e\u3059\u306d\u3002\u5996\u5922\u3061\u3083\u3093\u306e\u90e8\u5c4b\u3067\u306e\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u611f\u3092\u304a\u697d\u3057\u307f\u304f\u3060\u3055\u3044\u3002<br>\uff14\uff2b\u3067\u5996\u5922\u3061\u3083\u3093\u306e\u30d1\u30f3\u30c4\u3092\u9451\u8cde\u3057\u305f\u3044\u65b9\uff1a<aundefinedhref='https://youtu.be/U6Fue1gs5n8'>https://youtu.be/U6Fue1gs5n8</a><br><imgundefinedsrc='https://i.iwara.tv/sites/default/files/styles/medium/public/videos/thumbnails/1130387/thumbnail-1130387_0005.jpg?itok=yijdXLDi'undefinedalt=''undefinedclass='bb-image'><imgundefinedsrc='https://i.iwara.tv/sites/default/files/styles/medium/public/videos/thumbnails/1130387/thumbnail-1130387_0010.jpg?itok=4xo7wJ3R'undefinedalt=''undefinedclass='bb-image'><imgundefinedsrc='https://i.iwara.tv/sites/default/files/styles/medium/public/videos/thumbnails/1130387/thumbnail-1130387_0015.jpg?itok=phivoLwT'undefinedalt=''undefinedclass='bb-image'>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/1130387/thumbnail-1130387_0007.jpg?itok=89aATv1M", "download" : "https://www.iwara.tv/api/video/gklrqfwry8io4g8gz", "origin" : "https://www.iwara.tv/videos/gklrqfwry8io4g8gz"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"2fa": {"type": "string"}, "body-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}}, "required": ["2fa", "body-parser", "ejs", "express"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "2fa-demo-app", "version" : "1.0.0", "description" : "2fa demo app", "main" : "app.js", "author" : "Daniel Gray <me@danielgray.email> (https://danielgray.me)", "license" : "MIT", "dependencies" : {"2fa" : "^0.1.2", "body-parser" : "^1.18.2", "ejs" : "^2.5.8", "express" : "^4.16.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"2fa": {"type": "string"}, "body-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}}, "required": ["2fa", "body-parser", "ejs", "express"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"place_name" : "Glen Burnie", "state_name" : "Maryland", "state_abbrv" : "MD", "lat" : "38.9742", "long" : "-76.5949"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "58248", "place_name" : "Hospitales de Don Vasco", "place_type" : "Colonia", "county" : "Morelia", "state" : "Michoac\u00e1n de Ocampo", "city" : "Morelia"}] | 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": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "dd493c0dabdb09ba91af2aa7ad1e2be9872b5d6e"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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" : "tagliacotain", "definition" : "Of or pertaining to Tagliacozzi, a Venetian surgeon; as, the Tagliacotian operation, a method of rhinoplasty described by him. [Also Taliacotian, and Tagliacozzian.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-06-27T00:00:00Z", "Temp" : 22, "RelHum" : 85, "WindSpeed" : 1.3, "WindDir" : 132} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"hand-wringing": {"type": "string"}, "halcyon": {"type": "string"}, "harangue": {"type": "string"}, "grovel": {"type": "string"}, "hallmark": {"type": "string"}, "hedge": {"type": "string"}, "hapless": {"type": "string"}, "grouse": {"type": "string"}, "harrow": {"type": "string"}, "hegemony": {"type": "string"}}, "required": ["hand-wringing", "halcyon", "harangue", "grovel", "hallmark", "hedge", "hapless", "grouse", "harrow", "hegemony"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hand-wringing" : "Grasping, squeezing, etc. of the hands as an expression of nervousness, guilt, etc.; extend debate over what to do about an issue", "halcyon" : "Calm and peaceful, carefree; prosperous, successful, happy", "harangue" : "Long, intense verbal attack, esp. when delivered publicly", "grovel" : "Creep or crawl with one's face to the ground, prostrate oneself as a token of subservience, degrade or abase oneself", "hallmark" : "A mark indicating quality, purity, genuineness, etc.; any distinguishing characteristic", "hedge" : "Avoid commitment by leaving provisions for withdrawal or changing one's mind; protect a bet by also betting on the other side", "hapless" : "Unlucky, unfortunate", "grouse" : "Complain or grumble (verb); a reason for complaint (noun)", "harrow" : "Farming tool that breaks up soil (noun); painfully disturb or distress (verb)", "hegemony" : "Domination, authority; influence by one country over others socially, culturally, economically, etc."} | json_instruct | {"type": "object", "properties": {"hand-wringing": {"type": "string"}, "halcyon": {"type": "string"}, "harangue": {"type": "string"}, "grovel": {"type": "string"}, "hallmark": {"type": "string"}, "hedge": {"type": "string"}, "hapless": {"type": "string"}, "grouse": {"type": "string"}, "harrow": {"type": "string"}, "hegemony": {"type": "string"}}, "required": ["hand-wringing", "halcyon", "harangue", "grovel", "hallmark", "hedge", "hapless", "grouse", "harrow", "hegemony"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [145.461, 149.464, 0.920937, 114.092, 180.699, 0.909749, 78.852, 172.896, 0.789236, 59.3207, 241.424, 0.861602, 86.8162, 300.25, 0.876427, 147.348, 192.42, 0.861734, 147.468, 255.2, 0.869817, 149.453, 310.021, 0.892061, 88.673, 288.548, 0.762916, 69.1155, 288.449, 0.740393, 84.7414, 386.501, 0.778493, 86.7275, 492.256, 0.634419, 112.154, 290.492, 0.754941, 116.051, 386.433, 0.74766, 119.992, 480.521, 0.539079, 135.661, 141.562, 0.8895, 149.396, 145.459, 0.887288, 116.04, 133.738, 0.934235, 0, 0, 0, 149.391, 492.251, 0.289486, 147.453, 490.241, 0.308465, 116.031, 498.118, 0.372334, 106.28, 509.847, 0.359359, 90.6126, 509.893, 0.348589, 86.7106, 503.965, 0.441086], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "KALLY", "frequency" : 1490, "males" : "0.4026845637583893 %", "females" : "99.5973154362416 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"type": "string"}}, "required": ["SPRequestGuid", "SPClientServiceRequestDuration", "X-SharePointHealthScore", "X-SP-SERVERSTATE"]}, "Response": {"type": "string"}}, "required": ["IsSuccessStatusCode", "StatusCode", "Headers", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsSuccessStatusCode" : true, "StatusCode" : 200, "Headers" : {"SPRequestGuid" : "e8aa3aa0-c09b-4000-290a-ec4a131e6196", "SPClientServiceRequestDuration" : "38", "X-SharePointHealthScore" : "3", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"Exists\":true,\"IsWOPIEnabled\":false,\"ItemCount\":0,\"Name\":\"ShareFolderUserLinkNoRecipientsExceptionTest\",\"ProgID\":null,\"ServerRelativeUrl\":\"/sites/prov-2/Shared Documents/ShareFolderUserLinkNoRecipientsExceptionTest\",\"TimeCreated\":\"2022-05-06T08:34:38Z\",\"TimeLastModified\":\"2022-05-06T08:34:38Z\",\"UniqueId\":\"667f36ac-67e3-4bde-a50c-30897da1b38a\",\"WelcomePage\":\"\"}"} | json_instruct | {"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"type": "string"}}, "required": ["SPRequestGuid", "SPClientServiceRequestDuration", "X-SharePointHealthScore", "X-SP-SERVERSTATE"]}, "Response": {"type": "string"}}, "required": ["IsSuccessStatusCode", "StatusCode", "Headers", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x876da25db96c1e043cf3903f6e3e1332a2a2b84f", "tool" : "osiris", "start" : 1564603765.4058366, "end" : 1564603768.1077125, "duration" : 2.701875925064087, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"versionLabel": {"type": "string"}, "changeToken": {"type": "string"}, "uid": {"type": "string"}, "repository": {"type": "string"}, "title": {"type": "string"}, "lastModified": {"type": "string"}, "facets": {"type": "array", "items": {"type": "string"}}, "entity-type": {"type": "string"}, "state": {"type": "string"}, "isCheckedOut": {"type": "boolean"}, "parentRef": {"type": "string"}, "contextParameters": {"type": "object", "properties": {"documentURL": {"type": "string"}}, "required": ["documentURL"]}, "path": {"type": "string"}, "type": {"type": "string"}}, "required": ["versionLabel", "changeToken", "uid", "repository", "title", "lastModified", "facets", "entity-type", "state", "isCheckedOut", "parentRef", "contextParameters", "path", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"versionLabel" : "0.4+", "changeToken" : "1432756153437", "uid" : "389c5ebe-e088-49d5-9861-7fa4a088a4b7", "repository" : "default", "title" : "A garden in Okayama", "lastModified" : "2015-05-27T19:49:13.43Z", "facets" : ["Picture", "Commentable", "MultiviewPicture", "Versionable", "Publishable", "DocumentsSizeStatistics", "HasRelatedText", "Folderish", "NotCollectionMember", "Orderable"], "entity-type" : "document", "state" : "project", "isCheckedOut" : true, "parentRef" : "4f451046-479d-4edb-a995-ae64b7f0ebb8", "contextParameters" : {"documentURL" : "/nuxeo/site/api/v1/id/389c5ebe-e088-49d5-9861-7fa4a088a4b7"}, "path" : "/asset-library/UCM/LIJA-metadata-completed/LIJA/UCM_LI_2003_063", "type" : "SampleCustomPicture"} | json_instruct | {"type": "object", "properties": {"versionLabel": {"type": "string"}, "changeToken": {"type": "string"}, "uid": {"type": "string"}, "repository": {"type": "string"}, "title": {"type": "string"}, "lastModified": {"type": "string"}, "facets": {"type": "array", "items": {"type": "string"}}, "entity-type": {"type": "string"}, "state": {"type": "string"}, "isCheckedOut": {"type": "boolean"}, "parentRef": {"type": "string"}, "contextParameters": {"type": "object", "properties": {"documentURL": {"type": "string"}}, "required": ["documentURL"]}, "path": {"type": "string"}, "type": {"type": "string"}}, "required": ["versionLabel", "changeToken", "uid", "repository", "title", "lastModified", "facets", "entity-type", "state", "isCheckedOut", "parentRef", "contextParameters", "path", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"satellizer.js": {"type": "string"}, "satellizer.min.js": {"type": "string"}}, "required": ["satellizer.js", "satellizer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"satellizer.js" : "sha512-83Cu3a3h+YNa/2j/E/VacYB8Oid6UPr3m53lvru298zZa1S49Rv7n5TQju3yp48wNklxSTxP66/22Ek/UrWHNQ==", "satellizer.min.js" : "sha512-XjjpWqtHDabzhMtb4qay39RCiYOlBXvvH2D6oREBgmIWf+2q0y2kZl6XkOFTDv/fu90NJ+/y++U19eHzEzniLA=="} | json_instruct | {"type": "object", "properties": {"satellizer.js": {"type": "string"}, "satellizer.min.js": {"type": "string"}}, "required": ["satellizer.js", "satellizer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[20, 60], [7, 38], [31, 39], [56, 32], [16, 17], [60, 8], [35, 0]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "distinction", "long" : "<i>Meaning:</i> \"distinction\"; also \"deliverance\".<br/><i>Usage:</i> division, redeem, redemption.<br/><i>Source:</i> or \"\u05e4\u05bc\u05b0\u05d3\u05bb\u05ea\"; from \"H6929\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101840339, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "fbd75c7e64f7b7b32e25bf4029603609", "wof:id" : 101840339, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.47339, 49.57321, 0.47339, 49.57321], "geometry" : {"coordinates" : [0.47339, 49.57321], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "object", "properties": {"sprites": {"type": "array", "items": {"type": "integer"}}, "tipo": {"type": "integer"}}, "required": ["sprites", "tipo"]}}}, "required": ["frames"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"frames" : [{"sprites" : [0], "tipo" : 0}, {"sprites" : [1], "tipo" : 0}, {"sprites" : [2], "tipo" : 0}, {"sprites" : [3], "tipo" : 0}, {"sprites" : [4], "tipo" : 0}, {"sprites" : [5], "tipo" : 0}, {"sprites" : [6], "tipo" : 0}, {"sprites" : [7], "tipo" : 0}, {"sprites" : [8], "tipo" : 0}, {"sprites" : [9], "tipo" : 0}, {"sprites" : [10], "tipo" : 0}, {"sprites" : [11], "tipo" : 0}, {"sprites" : [12], "tipo" : 0}, {"sprites" : [13], "tipo" : 0}, {"sprites" : [14], "tipo" : 0}, {"sprites" : [15], "tipo" : 0}, {"sprites" : [16], "tipo" : 0}, {"sprites" : [17], "tipo" : 0}, {"sprites" : [18], "tipo" : 0}, {"sprites" : [19], "tipo" : 0}, {"sprites" : [0, 1, 2], "tipo" : 0}]} | json_instruct | {"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "object", "properties": {"sprites": {"type": "array", "items": {"type": "integer"}}, "tipo": {"type": "integer"}}, "required": ["sprites", "tipo"]}}}, "required": ["frames"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"esri-leaflet-debug.js": {"type": "string"}, "esri-leaflet.js": {"type": "string"}}, "required": ["esri-leaflet-debug.js", "esri-leaflet.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"esri-leaflet-debug.js" : "sha256-2YjRQWAgMSq3vcbKeVZhbxjftjcLCcpiBkNOKhoTdrg=", "esri-leaflet.js" : "sha256-wup/IGGholSnUXslXqqb0evH22RLXAUdaZZgaeXYsbM="} | json_instruct | {"type": "object", "properties": {"esri-leaflet-debug.js": {"type": "string"}, "esri-leaflet.js": {"type": "string"}}, "required": ["esri-leaflet-debug.js", "esri-leaflet.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"type": "integer"}, "durability": {"type": "integer"}, "power": {"type": "integer"}, "combat": {"type": "integer"}}, "required": ["intelligence", "strength", "speed", "durability", "power", "combat"]}, "appearance": {"type": "object", "properties": {"gender": {"type": "string"}, "race": {"type": "null"}, "height": {"type": "array", "items": {"type": "string"}}, "weight": {"type": "array", "items": {"type": "string"}}, "eyeColor": {"type": "string"}, "hairColor": {"type": "string"}}, "required": ["gender", "race", "height", "weight", "eyeColor", "hairColor"]}, "biography": {"type": "object", "properties": {"fullName": {"type": "string"}, "alterEgos": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "placeOfBirth": {"type": "string"}, "firstAppearance": {"type": "string"}, "publisher": {"type": "string"}, "alignment": {"type": "string"}}, "required": ["fullName", "alterEgos", "aliases", "placeOfBirth", "firstAppearance", "publisher", "alignment"]}, "work": {"type": "object", "properties": {"occupation": {"type": "string"}, "base": {"type": "string"}}, "required": ["occupation", "base"]}, "connections": {"type": "object", "properties": {"groupAffiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["groupAffiliation", "relatives"]}, "images": {"type": "object", "properties": {"xs": {"type": "string"}, "sm": {"type": "string"}, "md": {"type": "string"}, "lg": {"type": "string"}}, "required": ["xs", "sm", "md", "lg"]}}, "required": ["id", "name", "slug", "powerstats", "appearance", "biography", "work", "connections", "images"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 330, "name" : "Hope Summers", "slug" : "330-hope-summers", "powerstats" : {"intelligence" : 63, "strength" : 10, "speed" : 12, "durability" : 32, "power" : 93, "combat" : 75}, "appearance" : {"gender" : "Female", "race" : null, "height" : ["5'6", "168 cm"], "weight" : ["106 lb", "48 kg"], "eyeColor" : "Green", "hairColor" : "Red"}, "biography" : {"fullName" : "Hope Summers", "alterEgos" : "No alter egos found.", "aliases" : ["Mutant Messiah", "Messiah Child", "Hub", "Throat Slicer", "Little Girl", "Little Momma"], "placeOfBirth" : "-", "firstAppearance" : "X-Men Vol 2 #205 (2008)", "publisher" : "Marvel Comics", "alignment" : "good"}, "work" : {"occupation" : "-", "base" : "-"}, "connections" : {"groupAffiliation" : "X-Men, formerly Cable", "relatives" : "Louise Spalding (mother, deceased), unknown biological father, Mrs. Spalding (maternal grandmother), Cable (adoptive father, deceased), Hope (adoptive mother, deceased), Cyclops (adoptive grandfather), Red Queen / Phoenix (adoptive grandmothers, deceased?), X-Man (adoptive uncle), Marvel Girl (adoptive aunt), Havok (adoptive granduncle), Vulcan (adoptive granduncle, deceased), Deathbird (adoptive grandaunt)"}, "images" : {"xs" : "https://raw.githubusercontent.com/Shaikh-Imran/superhero-api/master/api/images/xs/330-hope-summers.jpg", "sm" : "https://raw.githubusercontent.com/Shaikh-Imran/superhero-api/master/api/images/sm/330-hope-summers.jpg", "md" : "https://raw.githubusercontent.com/Shaikh-Imran/superhero-api/master/api/images/md/330-hope-summers.jpg", "lg" : "https://raw.githubusercontent.com/Shaikh-Imran/superhero-api/master/api/images/lg/330-hope-summers.jpg"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"type": "integer"}, "durability": {"type": "integer"}, "power": {"type": "integer"}, "combat": {"type": "integer"}}, "required": ["intelligence", "strength", "speed", "durability", "power", "combat"]}, "appearance": {"type": "object", "properties": {"gender": {"type": "string"}, "race": {"type": "null"}, "height": {"type": "array", "items": {"type": "string"}}, "weight": {"type": "array", "items": {"type": "string"}}, "eyeColor": {"type": "string"}, "hairColor": {"type": "string"}}, "required": ["gender", "race", "height", "weight", "eyeColor", "hairColor"]}, "biography": {"type": "object", "properties": {"fullName": {"type": "string"}, "alterEgos": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "placeOfBirth": {"type": "string"}, "firstAppearance": {"type": "string"}, "publisher": {"type": "string"}, "alignment": {"type": "string"}}, "required": ["fullName", "alterEgos", "aliases", "placeOfBirth", "firstAppearance", "publisher", "alignment"]}, "work": {"type": "object", "properties": {"occupation": {"type": "string"}, "base": {"type": "string"}}, "required": ["occupation", "base"]}, "connections": {"type": "object", "properties": {"groupAffiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["groupAffiliation", "relatives"]}, "images": {"type": "object", "properties": {"xs": {"type": "string"}, "sm": {"type": "string"}, "md": {"type": "string"}, "lg": {"type": "string"}}, "required": ["xs", "sm", "md", "lg"]}}, "required": ["id", "name", "slug", "powerstats", "appearance", "biography", "work", "connections", "images"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 2029, "surahNumber" : "016", "ayatNumber" : "128", "arabic" : "\u0625\u0650\u0646\u0651\u064e \u0627\u0644\u0644\u0651\u064e\u0647\u064e \u0645\u064e\u0639\u064e \u0627\u0644\u0651\u064e\u0630\u0650\u064a\u0646\u064e \u0627\u062a\u0651\u064e\u0642\u064e\u0648\u0652\u0627 \u0648\u064e\u0627\u0644\u0651\u064e\u0630\u0650\u064a\u0646\u064e \u0647\u064f\u0645\u0652 \u0645\u064f\u062d\u0652\u0633\u0650\u0646\u064f\u0648\u0646\u064e", "english" : "Truly, Allah is with those who fear Him (keep their duty unto Him), and those who are Muhsinun (good-doers, - see the footnote of V. 9:120).", "bengali" : "\u09a8\u09bf\u09b6\u09cd\u099a\u09df \u0986\u09b2\u09cd\u09b2\u09be\u09b9 \u09a4\u09be\u09a6\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u0986\u099b\u09c7\u09a8, \u09af\u09be\u09b0\u09be \u09aa\u09b0\u09b9\u09c7\u09af\u0997\u09be\u09b0 \u098f\u09ac\u0982 \u09af\u09be\u09b0\u09be \u09b8\u09ce\u0995\u09b0\u09cd\u09ae \u0995\u09b0\u09c7\u0964"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/app.js.map": {"type": "string"}, "/js/manifest.js": {"type": "string"}, "/js/manifest.js.map": {"type": "string"}, "/js/vendor.js": {"type": "string"}, "/js/vendor.js.map": {"type": "string"}, "/js/split/fb8f67af878e9efe54e6.js": {"type": "string"}, "/js/split/fb8f67af878e9efe54e6.js.map": {"type": "string"}, "/js/split/fc586c3e08636d9c8522.js": {"type": "string"}, "/js/split/fc586c3e08636d9c8522.js.map": {"type": "string"}, "/js/split/07fb9449ec98cf21e168.js": {"type": "string"}, "/js/split/07fb9449ec98cf21e168.js.map": {"type": "string"}, "/js/split/8c601280ab8745337933.js": {"type": "string"}, "/js/split/8c601280ab8745337933.js.map": {"type": "string"}}, "required": ["/js/app.js", "/js/app.js.map", "/js/manifest.js", "/js/manifest.js.map", "/js/vendor.js", "/js/vendor.js.map", "/js/split/fb8f67af878e9efe54e6.js", "/js/split/fb8f67af878e9efe54e6.js.map", "/js/split/fc586c3e08636d9c8522.js", "/js/split/fc586c3e08636d9c8522.js.map", "/js/split/07fb9449ec98cf21e168.js", "/js/split/07fb9449ec98cf21e168.js.map", "/js/split/8c601280ab8745337933.js", "/js/split/8c601280ab8745337933.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=0699555261593fda9428", "/js/app.js.map" : "/js/app.js.map?id=5a6703a0d56d78e0dff6", "/js/manifest.js" : "/js/manifest.js?id=fc232160cbed7f2cfd59", "/js/manifest.js.map" : "/js/manifest.js.map?id=faa22c6d9c9aabeefba9", "/js/vendor.js" : "/js/vendor.js?id=c8e50cb5e613293c765b", "/js/vendor.js.map" : "/js/vendor.js.map?id=d98a1bdb4eec383468db", "/js/split/fb8f67af878e9efe54e6.js" : "/js/split/fb8f67af878e9efe54e6.js?id=3707863140785834c297", "/js/split/fb8f67af878e9efe54e6.js.map" : "/js/split/fb8f67af878e9efe54e6.js.map?id=a51ce40b584a9b9dd7fc", "/js/split/fc586c3e08636d9c8522.js" : "/js/split/fc586c3e08636d9c8522.js?id=83bba07480d37ae9d416", "/js/split/fc586c3e08636d9c8522.js.map" : "/js/split/fc586c3e08636d9c8522.js.map?id=290597c149a030797abf", "/js/split/07fb9449ec98cf21e168.js" : "/js/split/07fb9449ec98cf21e168.js?id=8e954cef59a9ace59c90", "/js/split/07fb9449ec98cf21e168.js.map" : "/js/split/07fb9449ec98cf21e168.js.map?id=8cea52bbf760127e2fb6", "/js/split/8c601280ab8745337933.js" : "/js/split/8c601280ab8745337933.js?id=cd6318df614dfff88390", "/js/split/8c601280ab8745337933.js.map" : "/js/split/8c601280ab8745337933.js.map?id=29231dbde92127a91d30"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/app.js.map": {"type": "string"}, "/js/manifest.js": {"type": "string"}, "/js/manifest.js.map": {"type": "string"}, "/js/vendor.js": {"type": "string"}, "/js/vendor.js.map": {"type": "string"}, "/js/split/fb8f67af878e9efe54e6.js": {"type": "string"}, "/js/split/fb8f67af878e9efe54e6.js.map": {"type": "string"}, "/js/split/fc586c3e08636d9c8522.js": {"type": "string"}, "/js/split/fc586c3e08636d9c8522.js.map": {"type": "string"}, "/js/split/07fb9449ec98cf21e168.js": {"type": "string"}, "/js/split/07fb9449ec98cf21e168.js.map": {"type": "string"}, "/js/split/8c601280ab8745337933.js": {"type": "string"}, "/js/split/8c601280ab8745337933.js.map": {"type": "string"}}, "required": ["/js/app.js", "/js/app.js.map", "/js/manifest.js", "/js/manifest.js.map", "/js/vendor.js", "/js/vendor.js.map", "/js/split/fb8f67af878e9efe54e6.js", "/js/split/fb8f67af878e9efe54e6.js.map", "/js/split/fc586c3e08636d9c8522.js", "/js/split/fc586c3e08636d9c8522.js.map", "/js/split/07fb9449ec98cf21e168.js", "/js/split/07fb9449ec98cf21e168.js.map", "/js/split/8c601280ab8745337933.js", "/js/split/8c601280ab8745337933.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "State", "definitions" : ["The particular condition that someone or something is in at a specific time.", "A physical condition as regards internal or molecular form or structure.", "An agitated or anxious condition.", "A dirty or untidy condition.", "A nation or territory considered as an organized political community under one government.", "An organized political community or area forming part of a federal republic.", "The civil government of a country.", "The legislative body in Jersey, Guernsey, and Alderney.", "Pomp and ceremony associated with monarchy or high levels of government.", "Involving the ceremony associated with a head of state.", "A specified impression taken from an etched or engraved plate at a particular stage.", "A particular printed version of the first edition of a book, distinguished from others by prepublication changes."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["410825003200", "\u5f20\u572a\u57b1\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003201", "\u5357\u5f20\u7f8c\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["410825003202", "\u5317\u5f20\u7f8c\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003203", "\u5e38\u5e97\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["410825003204", "\u9a6c\u5e84\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["410825003205", "\u5927\u6e20\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["410825003206", "\u5317\u6e20\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["410825003207", "\u5357\u6e20\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003208", "\u6731\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003209", "\u6bb5\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003210", "\u9646\u5e84\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003211", "\u536b\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003212", "\u6768\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003213", "\u5189\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003214", "\u5f90\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003220", "\u524d\u4e0a\u4f5c\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003221", "\u540e\u4e0a\u4f5c\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"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": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0xa90a94f40c84852cac14e08a2fb7ea2f829efb3884f3c0a3d29a117f6117f3b3", "parentHash" : "0x44b43b6d4eee56318a866d98a232ef55812b2d2543e273c99527764202aa6c05", "number" : 26979, "timestamp" : 1438602346, "nonce" : "0x95a904de3d0bca25", "difficulty" : 1104365602532, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbb7B8287f3F0a933474a79eAe42CBCa977791171", "extraData" : "0x476574682f4c5649562f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []} | 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": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.3.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "2.1.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "2.4.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.3.1.1", "2.1.2.0", "2.4.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["2.4.1.1"], "meta" : {"description" : "Jasmine 2.4.1 (XStatic packaging standard)", "homepage" : "http://jasmine.github.io/", "license" : "(same as Jasmine)"}, "versions" : {"1.3.1.1" : {"sha256" : "b9a8f8f0bf51ebdf7118c598c2e62b10ad9e1326858dbb61a07b3711b9491465", "url" : "https://files.pythonhosted.org/packages/72/c5/663f3853714807504923f8124daf2de73ce5bcd8375fa0004697c6808b4c/XStatic-Jasmine-1.3.1.1.tar.gz"}, "2.1.2.0" : {"sha256" : "ba80ab9a324a7abfa5bb4855aaca279aceaf3e0223830d28a17a994770ecc1b4", "url" : "https://files.pythonhosted.org/packages/7d/5e/55d99d0ead538a6029d06e2b886c44bbd149a465b12d4113f4a70d88c0e5/XStatic-Jasmine-2.1.2.0.tar.gz"}, "2.4.1.1" : {"sha256" : "d1e8bf3c0e1cf683cc2c0aad95f197e9e51ea747fb91291445223a2b7dbc4740", "url" : "https://files.pythonhosted.org/packages/c2/83/c69e8a059f32f84d78270731ef096b440469b7cddc2208cf320574bd3431/XStatic-Jasmine-2.4.1.1.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.3.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "2.1.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "2.4.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.3.1.1", "2.1.2.0", "2.4.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u0627\u06cc \u0633\u0648\u062f\u0627\u0626\u06cc \u0628\u0631\u0648 \u067e\u06cc \u0633\u0648\u062f\u0627 \u0628\u0627\u0634", "m2" : "\u062f\u0631 \u0635\u0648\u0631\u062a \u0634\u06cc\u062f\u0627\u06cc \u062f\u0644\u062a \u0634\u06cc\u062f\u0627 \u0628\u0627\u0634"}, "1" : {"m1" : "\u0628\u0627 \u0633\u0627\u06cc\u0647\u0654 \u062e\u0648\u062f \u0632 \u062e\u0648\u06cc \u062e\u0648\u062f \u062f\u0631 \u062c\u0646\u06af\u06cc", "m2" : "\u062e\u0648\u062f \u0633\u0627\u06cc\u0647\u0654 \u062a\u0633\u062a \u062e\u0635\u0645 \u062a\u0648\u060c \u062a\u0646\u0647\u0627 \u0628\u0627\u0634"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "donet", "definition" : "Same as Donat. Piers Plowman."} | 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": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "addons": {"type": "array", "items": {"type": "object", "properties": {"plan": {"type": "string"}, "options": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["plan", "options"]}}, "formation": {"type": "object", "properties": {"web": {"type": "object", "properties": {"quantity": {"type": "integer"}, "size": {"type": "string"}}, "required": ["quantity", "size"]}}, "required": ["web"]}, "env": {"type": "object", "properties": {"FLASK_APP": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["FLASK_APP"]}}, "required": ["name", "description", "keywords", "addons", "formation", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Lancaster City Nutrition App", "description" : "The online app for Lancaster City Nutrition", "keywords" : ["python", "flask", "postgresql", "heroku"], "addons" : [{"plan" : "heroku-postgresql", "options" : {"version" : "12"}}], "formation" : {"web" : {"quantity" : 1, "size" : "free"}}, "env" : {"FLASK_APP" : {"value" : "lcnapp"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "addons": {"type": "array", "items": {"type": "object", "properties": {"plan": {"type": "string"}, "options": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["plan", "options"]}}, "formation": {"type": "object", "properties": {"web": {"type": "object", "properties": {"quantity": {"type": "integer"}, "size": {"type": "string"}}, "required": ["quantity", "size"]}}, "required": ["web"]}, "env": {"type": "object", "properties": {"FLASK_APP": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["FLASK_APP"]}}, "required": ["name", "description", "keywords", "addons", "formation", "env"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2008", "provinceId" : "62", "regencyId" : "12", "districtId" : "01", "name" : "Bahitom"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$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"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "bundleDependencies": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"nonce": {"type": "string"}, "safe-compare": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["nonce", "safe-compare", "tslib"]}, "deprecated": {"type": "boolean"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@shopify/jest-dom-mocks": {"type": "string"}, "@shopify/jest-koa-mocks": {"type": "string"}, "@types/koa": {"type": "string"}, "@types/safe-compare": {"type": "string"}, "koa": {"type": "string"}, "typescript": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["@shopify/jest-dom-mocks", "@shopify/jest-koa-mocks", "@types/koa", "@types/safe-compare", "koa", "typescript", "dotenv"]}}, "required": ["name", "version", "sideEffects", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "bundleDependencies", "dependencies", "deprecated", "description", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@digitalframe.ws/df-koa-shopify-auth", "version" : "0.1.2", "sideEffects" : false, "main" : "src/index.js", "scripts" : {"test" : "mocha --reporter spec"}, "repository" : {"type" : "git", "url" : "git+https://github.com/rpineda/df-koa-shopify-auth.git"}, "keywords" : ["shopify", "app", "auth"], "author" : "Ricardo Pineda <ricardo@digitalframe.ws> (http://digitalframe.ws)", "license" : "MIT", "bugs" : {"url" : "https://github.com/rpineda/df-koa-shopify-auth/issues"}, "homepage" : "https://github.com/rpineda/df-koa-shopify-auth#readme", "bundleDependencies" : false, "dependencies" : {"nonce" : "^1.0.4", "safe-compare" : "^1.1.2", "tslib" : "^1.9.3"}, "deprecated" : false, "description" : "[](https://travis-ci.org/Shopify/quilt) [](LICENSE.md) [](https://badge.fury.io/js/%40shopify%2Fkoa-shopify-auth)", "devDependencies" : {"@shopify/jest-dom-mocks" : "^2.7.1", "@shopify/jest-koa-mocks" : "^2.1.3", "@types/koa" : "^2.0.44", "@types/safe-compare" : "^1.1.0", "koa" : "^2.5.0", "typescript" : "~3.2.1", "dotenv" : "^6.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "bundleDependencies": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"nonce": {"type": "string"}, "safe-compare": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["nonce", "safe-compare", "tslib"]}, "deprecated": {"type": "boolean"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@shopify/jest-dom-mocks": {"type": "string"}, "@shopify/jest-koa-mocks": {"type": "string"}, "@types/koa": {"type": "string"}, "@types/safe-compare": {"type": "string"}, "koa": {"type": "string"}, "typescript": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["@shopify/jest-dom-mocks", "@shopify/jest-koa-mocks", "@types/koa", "@types/safe-compare", "koa", "typescript", "dotenv"]}}, "required": ["name", "version", "sideEffects", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "bundleDependencies", "dependencies", "deprecated", "description", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 3, "startTimes" : [14, 5, 133, 53, 38, 30, 75, 120, 80, 94], "objectiveValue" : 362.0, "solverRuntimeInMilliseconds" : 128, "optional" : {}} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "lint": {"type": "string"}, "dev": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["clean", "lint", "dev", "prepublish"]}, "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"}, "devDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/compiler": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "core-js": {"type": "string"}, "reflect-metadata": {"type": "string"}, "rxjs": {"type": "string"}, "typescript": {"type": "string"}, "zone.js": {"type": "string"}}, "required": ["@angular/common", "@angular/compiler", "@angular/core", "@angular/forms", "core-js", "reflect-metadata", "rxjs", "typescript", "zone.js"]}, "dependencies": {"type": "object", "properties": {"@angular/platform-browser": {"type": "string"}}, "required": ["@angular/platform-browser"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ng2-combobox", "version" : "0.7.1", "description" : "remote and local combobox component for angular 2", "main" : "index.js", "scripts" : {"clean" : "./scripts/clean.sh", "lint" : "tslint \"src/**/*.ts\" --exclude \"src/**/*.d.ts\"", "dev" : "tsc --watch", "prepublish" : "tsc"}, "repository" : {"type" : "git", "url" : "https://github.com/bitExpert/ng2-combobox.git"}, "keywords" : ["combo", "angular", "ng2", "combobox", "angular2", "typeahead", "autocomplete", "selectfield"], "author" : "bitExpert AG <info@bitExpert.de>", "license" : "Apache-2.0", "devDependencies" : {"@angular/common" : "^4.1.3", "@angular/compiler" : "^4.1.3", "@angular/core" : "^4.1.3", "@angular/forms" : "^4.1.3", "core-js" : "^2.4.1", "reflect-metadata" : "^0.1.8", "rxjs" : "^5.0.1", "typescript" : "^2.3.4", "zone.js" : "^0.8.4"}, "dependencies" : {"@angular/platform-browser" : "^4.1.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "lint": {"type": "string"}, "dev": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["clean", "lint", "dev", "prepublish"]}, "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"}, "devDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/compiler": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "core-js": {"type": "string"}, "reflect-metadata": {"type": "string"}, "rxjs": {"type": "string"}, "typescript": {"type": "string"}, "zone.js": {"type": "string"}}, "required": ["@angular/common", "@angular/compiler", "@angular/core", "@angular/forms", "core-js", "reflect-metadata", "rxjs", "typescript", "zone.js"]}, "dependencies": {"type": "object", "properties": {"@angular/platform-browser": {"type": "string"}}, "required": ["@angular/platform-browser"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "16", "provinceId" : "16", "regencyId" : "71", "name" : "Sematang Borang"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"datemodified": {"type": "string"}, "name": {"type": "string"}, "urlname": {"type": "string"}, "comments": {"type": "string"}, "yield": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}}, "required": ["datemodified", "name", "urlname", "comments", "yield", "ingredients", "instructions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datemodified" : "2015-07-26T17:42:15.650Z", "name" : "Cherry Coke Cupcakes", "urlname" : "cherry-coke-cupcakes", "comments" : "Phew! This recipe is a fair bit of work, but the cupcakes are very tasty! They taste best the day they are made.", "yield" : "18 cupcakes", "ingredients" : ["3 c. flour", "6 Tbsp. cocoa powder", "1 tsp. baking soda", "1/2 tsp. salt", "1 1/2 c. sugar", "1 c. butter, room temperature", "2 eggs", "1 c. buttermilk", "1 1/2 c. Coke (don't use diet)", "3 tsp. vanilla extract", "1 can cherry pie filling\r\n\r\nGlaze Ingredients:", "1 1/2 c. powdered sugar", "3-4 Tbsp. Coke\r\n\r\nIcing Ingredients:", "1 1/2 c. heavy cream", "6 Tbsp. powdered sugar", "18 bing cherries (garnish)"], "instructions" : ["Heat oven to 350 degrees and line muffin pan with cupcake liners (do not omit liners!). Mix together flour, baking soda, salt and cocoa in a bowl and set aside. In separate mixing bowl, combine sugar and butter and beat on medium-high until light and fluffy. Mix in eggs one at a time, beating well after each and scraping down sides of bowl. In small separate bowl, combine buttermilk, Coke and vanilla extract; be sure to let foam calm down.", "Beginning with flour mixture, add to the butter mixture, alternating with Coke mixture in 4 parts. Beat each addition just until incorporated. Fill each muffin tin 3/4 full. Bake 18-20 minutes, or until inserted toothpick comes out clean. Cool 5 minutes in pan, then transfer to wire rack to cool completely.", "Once cooled, use melon baller to scoop out a hole in the center of each cupcake. Add a spoonful of cherry pie filling to each. Whisk together glaze ingredients and spoon glaze over tops of cupcakes. In separate bowl, beat heavy cream and until fluffy, then beat in powdered sugar. Pipe onto tops of cupcakes and garnish with cherries."]} | json_instruct | {"type": "object", "properties": {"datemodified": {"type": "string"}, "name": {"type": "string"}, "urlname": {"type": "string"}, "comments": {"type": "string"}, "yield": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}}, "required": ["datemodified", "name", "urlname", "comments", "yield", "ingredients", "instructions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following 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" : "7404031003", "district_id" : "7404031", "name" : "PUULEMO"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x01db18f6a474840db3480a6a35227d4d0dfcca37", "tool" : "manticore", "start" : 1564033519.7863097, "end" : 1564035321.4142501, "duration" : 1801.627940416336, "analysis" : [[], [], [{"name" : "INVALID instruction", "line" : 81, "code" : "owner = msg.send"}]]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Vito": {"type": "string"}}, "required": ["Vito"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_version": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "resource_bundles": {"type": "object", "properties": {"Cabbage": {"type": "string"}}, "required": ["Cabbage"]}, "requires_arc": {"type": "boolean"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "license", "homepage", "authors", "platforms", "swift_version", "source", "source_files", "resource_bundles", "requires_arc", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "VFCabbage", "version" : "0.1", "summary" : "A high-level video composition framework build on top of AVFoundation. It's simple to use and easy to extend.", "description" : "A high-level video composition framework build on top of AVFoundation. It's simple to use and easy to extend. Use it and make life easier if you are implementing video composition feature.\n* Build result content objcet with only few step. 1. Create resource -> 2. Set configuration -> 3.Generate AVPlayerItem/AVAssetImageGenerator/AVExportSession\n* Resouce: Support video, audio, and image. And resource is extendable, you can create your customized resource type. e.g gif image resource\n* Video support: transform, speed, filter and so on. The configuration is extendable.\n* Audio support: volume or process with audio raw data in real time. The configuration is extendable.\n* Transition: Clips can transition with previous and next clip", "license" : {"type" : "MIT", "file" : "LICENSE"}, "homepage" : "https://github.com/VideoFlint/Cabbage", "authors" : {"Vito" : "vvitozhang@gmail.com"}, "platforms" : {"ios" : "9.0"}, "swift_version" : "4.1", "source" : {"git" : "https://github.com/VideoFlint/Cabbage.git", "tag" : "0.1"}, "source_files" : ["Cabbage/Sources/core/**/*.swift", "Cabbage/Sources/**/*.swift"], "resource_bundles" : {"Cabbage" : "Cabbage/Sources/Resource/*.mp4"}, "requires_arc" : true, "frameworks" : ["AVFoundation", "CoreGraphics", "CoreMedia", "CoreImage", "Accelerate"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Vito": {"type": "string"}}, "required": ["Vito"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_version": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "resource_bundles": {"type": "object", "properties": {"Cabbage": {"type": "string"}}, "required": ["Cabbage"]}, "requires_arc": {"type": "boolean"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "license", "homepage", "authors", "platforms", "swift_version", "source", "source_files", "resource_bundles", "requires_arc", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Application": {"type": "object", "properties": {"HTTPSEnabled": {"type": "string"}}, "required": ["HTTPSEnabled"]}, "Logging": {"type": "object", "properties": {"IncludeScopes": {"type": "boolean"}, "LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "System": {"type": "string"}, "Microsoft.EntityFrameworkCore.Database.Command": {"type": "string"}}, "required": ["Default", "Microsoft", "System", "Microsoft.EntityFrameworkCore.Database.Command"]}}, "required": ["IncludeScopes", "LogLevel"]}, "ContentSecurityPolicy": {"type": "object", "properties": {"Policy": {"type": "string"}}, "required": ["Policy"]}, "Service": {"type": "object", "properties": {"TokenCleanup": {"type": "integer"}}, "required": ["TokenCleanup"]}, "Serilog": {"type": "object", "properties": {"MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"Microsoft": {"type": "string"}, "System": {"type": "string"}, "Microsoft.EntityFrameworkCore.Database.Command": {"type": "string"}}, "required": ["Microsoft", "System", "Microsoft.EntityFrameworkCore.Database.Command"]}}, "required": ["Default", "Override"]}}, "required": ["MinimumLevel"]}}, "required": ["Application", "Logging", "ContentSecurityPolicy", "Service", "Serilog"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Application" : {"HTTPSEnabled" : "false"}, "Logging" : {"IncludeScopes" : false, "LogLevel" : {"Default" : "Verbose", "Microsoft" : "Information", "System" : "Information", "Microsoft.EntityFrameworkCore.Database.Command" : "Warning"}}, "ContentSecurityPolicy" : {"Policy" : "default-src 'self'; script-src 'self' 'unsafe-inline' https://*.msecnd.net https://maxcdn.bootstrapcdn.com https://code.jquery.com https://cdnjs.cloudflare.com; style-src 'self' 'unsafe-inline' https://maxcdn.bootstrapcdn.com; img-src 'self' https://*.creativecommons.org https://licensebuttons.net; font-src 'self' https://*.skype.com; connect-src 'self' https://*.visualstudio.com"}, "Service" : {"TokenCleanup" : 3600}, "Serilog" : {"MinimumLevel" : {"Default" : "Verbose", "Override" : {"Microsoft" : "Information", "System" : "Information", "Microsoft.EntityFrameworkCore.Database.Command" : "Warning"}}}} | json_instruct | {"type": "object", "properties": {"Application": {"type": "object", "properties": {"HTTPSEnabled": {"type": "string"}}, "required": ["HTTPSEnabled"]}, "Logging": {"type": "object", "properties": {"IncludeScopes": {"type": "boolean"}, "LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "System": {"type": "string"}, "Microsoft.EntityFrameworkCore.Database.Command": {"type": "string"}}, "required": ["Default", "Microsoft", "System", "Microsoft.EntityFrameworkCore.Database.Command"]}}, "required": ["IncludeScopes", "LogLevel"]}, "ContentSecurityPolicy": {"type": "object", "properties": {"Policy": {"type": "string"}}, "required": ["Policy"]}, "Service": {"type": "object", "properties": {"TokenCleanup": {"type": "integer"}}, "required": ["TokenCleanup"]}, "Serilog": {"type": "object", "properties": {"MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"Microsoft": {"type": "string"}, "System": {"type": "string"}, "Microsoft.EntityFrameworkCore.Database.Command": {"type": "string"}}, "required": ["Microsoft", "System", "Microsoft.EntityFrameworkCore.Database.Command"]}}, "required": ["Default", "Override"]}}, "required": ["MinimumLevel"]}}, "required": ["Application", "Logging", "ContentSecurityPolicy", "Service", "Serilog"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"1547187856772": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "1547187858645": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1547187858647": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1547187860866": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["1547187856772", "1547187858645", "1547187858647", "1547187860866"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"1547187856772" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/Mi0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9XT1JMRF95b3UtRVElMjBXb3JsZCUyME1hcCUyMFNlYXJjaC5odG1sLWFuYWx5dGljcy0xNTQ3MTg3ODU2NzA5.json"}, "1547187858645" : {"type" : "st"}, "1547187858647" : {"type" : "ss"}, "1547187860866" : {"type" : "sf"}} | json_instruct | {"type": "object", "properties": {"1547187856772": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "1547187858645": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1547187858647": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1547187860866": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["1547187856772", "1547187858645", "1547187858647", "1547187860866"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "AR18EBX1187B9A66EB", "artist_latitude" : null, "artist_location" : "New York City New York USA", "artist_longitude" : null, "artist_name" : "Baumer", "duration" : 178.62485, "num_songs" : 1, "song_id" : "SOAZSUA12A8C139DFC", "title" : "On Our Way", "year" : 2008} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"elasticsearch": {"type": "string"}}, "required": ["elasticsearch"]}}, "required": ["name", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "es-index-doc", "version" : "1.0.0", "main" : "es-index-doc.js", "dependencies" : {"elasticsearch" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"elasticsearch": {"type": "string"}}, "required": ["elasticsearch"]}}, "required": ["name", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1968-08-06": {"type": "string"}, "1968-08-19": {"type": "string"}, "1985-11-19": {"type": "string"}, "1985-11-27": {"type": "string"}}, "required": ["1968-08-06", "1968-08-19", "1985-11-19", "1985-11-27"]}, "lyID": {"type": "string"}}, "required": ["name", "history", "lyID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : [{"name" : "\u81fa\u7063\u7701\u7ce7\u98df\u5be6\u7269\u50b5\u5238\u689d\u4f8b", "start_date" : "1968-08-06"}], "history" : {"1968-08-06" : "\u5236\u5b9a21\u689d", "1968-08-19" : "\u516c\u5e03", "1985-11-19" : "\u5ee2\u6b6221\u689d", "1985-11-27" : "\u516c\u5e03"}, "lyID" : "90034"} | json_instruct | {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1968-08-06": {"type": "string"}, "1968-08-19": {"type": "string"}, "1985-11-19": {"type": "string"}, "1985-11-27": {"type": "string"}}, "required": ["1968-08-06", "1968-08-19", "1985-11-19", "1985-11-27"]}, "lyID": {"type": "string"}}, "required": ["name", "history", "lyID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "testCaseId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "steps", "start", "stop", "uuid", "historyId", "testCaseId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test_edit_group_name", "status" : "passed", "steps" : [{"name" : "Check precondition", "status" : "passed", "start" : 1629367348616, "stop" : 1629367348619}, {"name" : "Choose group for editing", "status" : "passed", "start" : 1629367348619, "stop" : 1629367348621}, {"name" : "Edit group 188nameA9n6ZAUheaderR86I3AxN RsNSjTXefooterrJVHXg9xr 3dUm v like NoneEdit group nameNoneNone", "status" : "passed", "start" : 1629367348621, "stop" : 1629367349303}, {"name" : "Check editing", "status" : "passed", "start" : 1629367349303, "stop" : 1629367349306}], "start" : 1629367348616, "stop" : 1629367349306, "uuid" : "95250c96-a6f5-403a-90a9-fb26f46840a2", "historyId" : "6526cefdcbe624ffa917d33536209d28", "testCaseId" : "61f44905d88d1cef0d8b344b98f5b7c4", "fullName" : "tests.test_edit_group#test_edit_group_name", "labels" : [{"name" : "parentSuite", "value" : "tests"}, {"name" : "suite", "value" : "test_edit_group"}, {"name" : "host", "value" : "LAGUNOVA--NOTE"}, {"name" : "thread", "value" : "38768-MainThread"}, {"name" : "framework", "value" : "pytest"}, {"name" : "language", "value" : "cpython3"}, {"name" : "package", "value" : "tests.test_edit_group"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "testCaseId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "steps", "start", "stop", "uuid", "historyId", "testCaseId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}}, "required": ["affiliation", "name"]}}, "url": {"type": "string"}, "venue": {"type": "string"}, "peer-reviewed": {"type": "boolean"}, "abstract": {"type": "string"}}, "required": ["id", "title", "year", "type", "sortkey", "authors", "url", "venue", "peer-reviewed", "abstract"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "kurihara2017market", "title" : "The Market Efficiency Of Bitcoin: A Weekly Anomaly Perspective", "year" : 2017, "type" : "article", "sortkey" : 20170504, "authors" : [{"affiliation" : "Aichi University", "name" : "Yutaka Kurihara"}, {"affiliation" : "Seijo University", "name" : "Akio Fukushima"}], "url" : "http://www.scienpress.com/Upload/JAFB%2FVol%207_3_4.pdf", "venue" : "Journal of Applied Finance & Banking", "peer-reviewed" : true, "abstract" : "Bitcoin is a cryptocurrency. It is not a legal currency but a private monetary system that manages itself and does not depend on central banks or governments. Since the development of Bitcoin, its trading volume has been increasing largely and rapidly. Some fear the increase in Bitcoin usage as it is quite different from traditional currencies; however, its use is spreading all over the world. This paper examines empirically whether or not weekly price anomalies exist by checking the market efficiency of Bitcoin. The empirical results show that the Bitcoin market is not efficient. However, the empirical results show that Bitcoin transactions are becoming and can become more efficient. The results suggest that Bitcoin returns will be random in the future."} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}}, "required": ["affiliation", "name"]}}, "url": {"type": "string"}, "venue": {"type": "string"}, "peer-reviewed": {"type": "boolean"}, "abstract": {"type": "string"}}, "required": ["id", "title", "year", "type", "sortkey", "authors", "url", "venue", "peer-reviewed", "abstract"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"place_id": {"type": "integer"}, "licence": {"type": "string"}, "osm_type": {"type": "string"}, "osm_id": {"type": "integer"}, "boundingbox": {"type": "array", "items": {"type": "string"}}, "lat": {"type": "string"}, "lon": {"type": "string"}, "display_name": {"type": "string"}, "class": {"type": "string"}, "type": {"type": "string"}, "importance": {"type": "number"}, "icon": {"type": "string"}}, "required": ["place_id", "licence", "osm_type", "osm_id", "boundingbox", "lat", "lon", "display_name", "class", "type", "importance", "icon"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"place_id" : 234516163, "licence" : "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type" : "relation", "osm_id" : 50046, "boundingbox" : ["54.4516667", "57.9524297", "7.7153255", "15.5530641"], "lat" : "55.670249", "lon" : "10.3333283", "display_name" : "Danmark", "class" : "boundary", "type" : "administrative", "importance" : 0.8068058646917506, "icon" : "https://nominatim.openstreetmap.org/images/mapicons/poi_boundary_administrative.p.20.png"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"place_id": {"type": "integer"}, "licence": {"type": "string"}, "osm_type": {"type": "string"}, "osm_id": {"type": "integer"}, "boundingbox": {"type": "array", "items": {"type": "string"}}, "lat": {"type": "string"}, "lon": {"type": "string"}, "display_name": {"type": "string"}, "class": {"type": "string"}, "type": {"type": "string"}, "importance": {"type": "number"}, "icon": {"type": "string"}}, "required": ["place_id", "licence", "osm_type", "osm_id", "boundingbox", "lat", "lon", "display_name", "class", "type", "importance", "icon"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 325 degrees F (165 degrees C).", "Combine raisins and water in a microwave safe bowl, cover and microwave on high for 3 minutes. Let stand for 20 minutes then drain.", "Melt the butter or margarine. Combine cookie crumbs, 1/4 cup of the white sugar, and the melted butter or margarine. Press the cookie crumb mixture into the bottom of one 9 inch springform pan. Set aside 1 cup of the raisins for the topping. Sprinkle the remaining raisins evenly over the crust.", "In a large bowl beat the cream cheese until light. Gradually beat in the remaining 2/3 cup of white sugar. Beat in the eggs and the vanilla. Pour cream cheese mixture over raisins and crust.", "Bake at 325 degrees F (165 degrees C) for 55 minutes. Turn off oven and leave oven door ajar for 1 hour. Remove cake from oven and let cool completely. Cover and refrigerate for 4 hours or overnight. To serve, combine remaining raisins and caramel or butterscotch topping. Spread over the top of the cake. Makes 12 servings."], "ingredients" : ["2 1/2 cups raisins", "1/2 cup water", "1 1/2 cups gingersnap cookie crumbs", "5/8 cup white sugar", "1/3 cup butter", "3 (8 ounce) packages cream cheese", "2 teaspoons vanilla extract", "3 eggs", "1/2 cup caramel ice cream topping"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Caramel Raisin Cheesecake", "url" : "http://allrecipes.com/recipe/7730/caramel-raisin-cheesecake/"} | 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#"} |
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": {"postinstall": {"type": "string"}, "start": {"type": "string"}, "pack": {"type": "string"}, "dist": {"type": "string"}}, "required": ["postinstall", "start", "pack", "dist"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "build": {"type": "object", "properties": {"appId": {"type": "string"}, "asar": {"type": "boolean"}, "dmg": {"type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}}, "required": ["contents"]}, "linux": {"type": "object", "properties": {"target": {"type": "array", "items": {"type": "string"}}}, "required": ["target"]}, "win": {"type": "object", "properties": {"target": {"type": "string"}, "icon": {"type": "string"}}, "required": ["target", "icon"]}}, "required": ["appId", "asar", "dmg", "linux", "win"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-builder": {"type": "string"}}, "required": ["electron", "electron-builder"]}, "dependencies": {"type": "object", "properties": {"electron-squirrel-startup": {"type": "string"}}, "required": ["electron-squirrel-startup"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "build", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jogodacobrinha", "version" : "1.0.0", "description" : "Meu game da cobrinha", "main" : "main.js", "scripts" : {"postinstall" : "install-app-deps", "start" : "electron .", "pack" : "build --dir", "dist" : "./build"}, "repository" : "hthttps://github.com/netrodslessa/snakegame", "keywords" : ["Electron"], "author" : "Rodrigo Lessa", "license" : "MIT", "build" : {"appId" : "cobrinha-rodrigo", "asar" : true, "dmg" : {"contents" : [{"x" : 110, "y" : 150}, {"x" : 240, "y" : 150, "type" : "link", "path" : "/Applications"}]}, "linux" : {"target" : ["AppImage", "deb"]}, "win" : {"target" : "NSIS", "icon" : "build/icon.ico"}}, "devDependencies" : {"electron" : "^9.0.0", "electron-builder" : "^22.7.0"}, "dependencies" : {"electron-squirrel-startup" : "^1.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "start": {"type": "string"}, "pack": {"type": "string"}, "dist": {"type": "string"}}, "required": ["postinstall", "start", "pack", "dist"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "build": {"type": "object", "properties": {"appId": {"type": "string"}, "asar": {"type": "boolean"}, "dmg": {"type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}}, "required": ["contents"]}, "linux": {"type": "object", "properties": {"target": {"type": "array", "items": {"type": "string"}}}, "required": ["target"]}, "win": {"type": "object", "properties": {"target": {"type": "string"}, "icon": {"type": "string"}}, "required": ["target", "icon"]}}, "required": ["appId", "asar", "dmg", "linux", "win"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-builder": {"type": "string"}}, "required": ["electron", "electron-builder"]}, "dependencies": {"type": "object", "properties": {"electron-squirrel-startup": {"type": "string"}}, "required": ["electron-squirrel-startup"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "build", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xe6fdf5fc939cbf462683a63d2dcff662bc6bc603", "tool" : "solhint", "start" : 1563215205.4219518, "end" : 1563215238.460016, "duration" : 33.0380642414093, "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xb80ecaf2236e3a8e28fb736651c51ccdf25e2d7b", "tool" : "osiris", "start" : 1564617663.5492039, "end" : 1564617667.1026926, "duration" : 3.5534887313842773, "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ManiacTongue": {"type": "array", "items": {"type": "string"}}}, "required": ["ManiacTongue"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ManiacTongue" : ["AntiHero", "EvilLaugh", "LaughingMad", "SlasherSmile", "LecherousLicking", "FingerLickinEvil", "OverlyLongTongue", "TheRockStar", "HeavyMetal", "VillainousCrush", "StalkerWithACrush", "LoveMakesYouStupid", "HighPressureEmotion", "CharacterTics", "LickingTheBlade", "AxCrazy", "SlasherSmile", "BeastMan", "Phlegmings", "HellishPupils", "RunOrDie", "FlashBack", "AxCrazy", "JustifiedTrope", "SuckingInLines", "BitchInSheepsClothing", "InnocentFlowerGirl", "WhipItGood", "ClusterFBomb", "SirSwearsaLot", "CombatSadomasochist", "LovableSexManiac", "DefrostingtheIceQueen", "VillainDecay", "SociopathicHero", "HeroKiller", "AxCrazy", "SlasherSmile", "BeastMan", "Phlegmings", "HellishPupils", "RunOrDie", "FlashBack", "AxCrazy", "JustifiedTrope", "SuckingInLines", "AntiHero", "SlasherSmile", "TerribleTrio", "TheHyena", "TerribleTrio", "TheHyena", "SomethingOnlyTheyWouldSay", "WordOfGod", "SuspiciouslySimilarSubstitute", "SuperSpit", "MadScientist", "OurWereBeastsAreDifferent", "HollywoodChameleons", "LecherousLicking", "OverlyLongTongue", "JustifiedTrope", "CreepyAwesome", "PsychoForHire", "OverlyLongTongue", "SerialKiller", "SplitPersonality", "BigBad", "OverlyLongTongue", "SerialKiller", "SplitPersonality"]} | json_instruct | {"type": "object", "properties": {"ManiacTongue": {"type": "array", "items": {"type": "string"}}}, "required": ["ManiacTongue"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAME" : "EHR order list entry", "COUNT_VALUE" : 40}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [21, 16], "P10_VALUE" : [22, 16], "P25_VALUE" : [25, 21], "MEDIAN_VALUE" : [36, 25], "P75_VALUE" : [43, 38], "P90_VALUE" : [65, 41], "MAX_VALUE" : [77, 87]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$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"}, "require": {"type": "object", "properties": {"beberlei/assert": {"type": "string"}}, "required": ["beberlei/assert"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "require", "license", "authors", "minimum-stability", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lotfixyz/laravel-smartdetect", "description" : "Cool development helper for Laravel.", "require" : {"beberlei/assert" : "dev-master"}, "license" : "MIT", "authors" : [{"name" : "Mohammad Lotfi", "email" : "info@lotfi.xyz"}], "minimum-stability" : "dev", "keywords" : ["cool", "development", "helper", "laravel", "laravel-smartdetect", "lotfixyz", "smartdetect"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"beberlei/assert": {"type": "string"}}, "required": ["beberlei/assert"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "require", "license", "authors", "minimum-stability", "keywords"], "$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.