input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name"... | {"name" : "jcabanillas/yii2-notifications", "description" : "Notifications module for Yii2", "type" : "yii2-extension", "keywords" : ["yii2", "yii2-notifications", "yii2-notifications-module", "yii2-manage-notifications"], "authors" : [{"name" : "Javier Cabanillas", "email" : "jcabanillas@bitevolution.net", "homepage" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homep... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"css/material-kit.css": {"type": "string"}, "css/material-kit.min.css": {"type": "string"}, "js/material-kit.js": {"type": "string"}, "js/material-kit.min.js": {"type": "string"}}, "required": ["css/material-kit.css", "css/materi... | {"css/material-kit.css" : "sha256-+hqWEAcFjIBpbGXJ/8Hpq8ykVg6zBqRWxInhVe8ewKw=", "css/material-kit.min.css" : "sha256-CiypHk6W7xf4X1Tycd3IpJl/yWJlPvzvYKa7JQTiCHA=", "js/material-kit.js" : "sha256-8Q1HuggvFcwUbWiaj546MiCn8ayUhzFQI1Dvn5sablY=", "js/material-kit.min.js" : "sha256-kienz5rvqNH+h3kN/lRrvhlj3Aa3fQzHfd+49qTXWG... | json_instruct | {"type": "object", "properties": {"css/material-kit.css": {"type": "string"}, "css/material-kit.min.css": {"type": "string"}, "js/material-kit.js": {"type": "string"}, "js/material-kit.min.js": {"type": "string"}}, "required": ["css/material-kit.css", "css/material-kit.min.css", "js/material-kit.js", "js/material-kit.m... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$sch... | [{"name" : "NELVIN", "frequency" : 384, "males" : "97.39583333333334 %", "females" : "2.604166666666667 %"}] | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "http": {"type": "string"}, "mongodb": {"type": "string"}, "pidcrypt": {"type": "string"}, "random-org": {"type": "string"}, "socket.i... | {"dependencies" : {"express" : "^4.17.2", "http" : "^0.0.1-security", "mongodb" : "^4.3.0", "pidcrypt" : "^0.0.32", "random-org" : "^2.2.0", "socket.io" : "^4.4.1"}, "scripts" : {"start" : "node server.js"}, "name" : "crtclient", "description" : "The Clover Rescue Project", "version" : "0.0.1", "main" : "server.js", "r... | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "http": {"type": "string"}, "mongodb": {"type": "string"}, "pidcrypt": {"type": "string"}, "random-org": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "http", "mongodb", "pi... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "nbbpm": {"type": "object", "properties": {"compatibility": {"type": "string"}}, "required": ["compatibility"]}, "description": {"type": "string"}, "main": {"type": "st... | {"name" : "nodebb-plugin-unresponsive", "version" : "0.5.1", "nbbpm" : {"compatibility" : "^1.0.0"}, "description" : "Override NodeBB Responsive Design", "main" : "", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/boomzillawtf/nodebb-plugin-unresponsive/"}, "devDependencies" : {}, "keywords... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "nbbpm": {"type": "object", "properties": {"compatibility": {"type": "string"}}, "required": ["compatibility"]}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "re... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "c... | {"resistors" : [{"polygon" : [{"x" : 180, "y" : 243}, {"x" : 247, "y" : 242}, {"x" : 252, "y" : 429}, {"x" : 187, "y" : 424}], "colors" : ["brown", "black", "yellow", "none", "gold", "none"]}, {"polygon" : [{"x" : 252, "y" : 310}, {"x" : 319, "y" : 310}, {"x" : 316, "y" : 500}, {"x" : 254, "y" : 489}], "colors" : ["bro... | json_instruct | {"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "colors": {"type": "array", "items": {"type": "string"}}}, "r... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "classjob_category": {"type": "string"}, "icon": {"type": "string"}, "id": {"type": "integer"}, "level": {"type": "integer"}, "recast_time": {"type": "integer"}, "help": {"type": "string... | {"name" : "Dark Mind", "classjob_category" : "DRK", "icon" : "https://secure.xivdb.com/img/game/003000/003076.png", "id" : 3634, "level" : 42, "recast_time" : 60, "help" : "Reduces magic vulnerability by 15%.\nCan only be executed when succumbing to the Darkside.\nDuration: 10s Dark Arts Effect: Increases magic vulnera... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "classjob_category": {"type": "string"}, "icon": {"type": "string"}, "id": {"type": "integer"}, "level": {"type": "integer"}, "recast_time": {"type": "integer"}, "help": {"type": "string"}, "action_category": {"type": "integer"}}, "required": ["name", "class... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"block.piston.2s_open": {"type": "object", "properties": {"category": {"type": "string"}, "sounds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "stream": {"type": "boolean"... | {"block.piston.2s_open" : {"category" : "block", "sounds" : [{"name" : "wildnature:block/piston/2s_open", "stream" : true}]}, "block.piston.3s_open" : {"category" : "block", "sounds" : [{"name" : "wildnature:block/piston/3s_open", "stream" : true}]}, "block.piston.2s_close" : {"category" : "block", "sounds" : [{"name" ... | json_instruct | {"type": "object", "properties": {"block.piston.2s_open": {"type": "object", "properties": {"category": {"type": "string"}, "sounds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "stream": {"type": "boolean"}}, "required": ["name", "stream"]}}}, "required": ["category", "soun... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "k... | {"name" : "midori-jsontable-element", "version" : "1.0.1", "description" : "Web component that generates plain HTML tables from json sources.", "authors" : ["MyNameismidor.com"], "license" : "MIT", "main" : "midori-jsontable.html", "keywords" : ["web-components"], "ignore" : ["**/.*", "bower_components"], "dependencies... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "ignore": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"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"}, "... | {"body" : "I am the maintainer and creator of the package in spack:\r\n- This is just a small version update with many little improvements.", "user" : "bernhardkaindl", "url" : "https://api.github.com/repos/spack/spack/issues/26224", "updated_at" : "2021-10-01 18:28:26", "created_at" : "2021-09-24 11:13:28", "closed_at... | 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": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$sche... | {"version" : "english_NIV", "book" : "Numbers", "chapter" : 1, "verse" : 14, "word" : "from Gad, Eliasaph son of Deuel;"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2004, 5], [2009, 6], [2010, 6], [2013, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {... | {"userId" : 33750, "cartId" : "e1471a4d-c9b1-413b-8dfa-c7e2633a2990", "preferredProducts" : [2843, 3417, 972, 2268, 567], "productReviews" : [{"productId" : 4026, "reviewText" : "The box this comes in is 3 yard by 6 light-year and weights 11 megaton!!", "reviewDate" : "2017-07-26T20:15:48.2515306+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"}, "reviewD... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "wildnature:block/maple_fence_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, ... | {"name" : "it-brainiacs_project", "version" : "1.0.0", "description" : "Data processing for Pony", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "nodemon --harmony index.js", "startdb" : "mysql-ctl start", "stopdb" : "mysql-ctl stop"}, "repository" : {"type" : "git"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "startdb": {"type": "string"}, "stopdb": {"type": "string"}}, ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"ty... | {"type" : "FeatureCollection", "title" : "Cavaniaco", "id" : "138279", "bbox" : [1.639793, 45.009761, 1.639793, 45.009761], "description" : "An ancient place, cited: BAtlas 14 G3 Cavaniaco", "names" : ["Cavaniaco"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [1.639793, 45.009761]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"asBlPx": {"type": "string"}, "px": {"type": "string"}, "pt": {"type": "string"}, "asBlPt": {"type": "string"}}, "required": ["asBlPx", "px", "pt", "asBlPt"]}, "class": {... | {"instance" : {"asBlPx" : "GlennCavarle 6/25/2016 13:05", "px" : "GlennCavarle 5/8/2016 01:44", "pt" : "GlennCavarle 5/8/2016 01:44", "asBlPt" : "GlennCavarle 6/25/2016 13:05"}, "class" : {}} | json_instruct | {"type": "object", "properties": {"instance": {"type": "object", "properties": {"asBlPx": {"type": "string"}, "px": {"type": "string"}, "pt": {"type": "string"}, "asBlPt": {"type": "string"}}, "required": ["asBlPx", "px", "pt", "asBlPt"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["in... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ssid": {"type": "string"}, "pwd": {"type": "string"}, "cfg_url": {"type": "string"}, "ota_host": {"type": "string"}, "ota_port": {"type": "string"}, "ota_url": {"type": "string"}}, "required": ["ssid", "pwd", "cfg_url", "ota_h... | {"ssid" : "your wifi ssid", "pwd" : "your wifi password", "cfg_url" : "http://raw.githubusercontent.com/arkhipenko/EspBootstrap/master/examples/EBS_example01_ParametersEEPROMMap/config.json", "ota_host" : "ota.home.lan", "ota_port" : "80", "ota_url" : "/esp/esp8266.php"} | json_instruct | {"type": "object", "properties": {"ssid": {"type": "string"}, "pwd": {"type": "string"}, "cfg_url": {"type": "string"}, "ota_host": {"type": "string"}, "ota_port": {"type": "string"}, "ota_url": {"type": "string"}}, "required": ["ssid", "pwd", "cfg_url", "ota_host", "ota_port", "ota_url"], "$schema": "http://json-schem... |
Following the schema specification below, generate a valid 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": "object", "prop... | {"contract" : "0x6b1a9687fb4276a43b608a3feff8303f6ec6015c", "tool" : "osiris", "start" : 1564592941.041481, "end" : 1564592993.9692512, "duration" : 52.927770137786865, "analysis" : [{"errors" : [], "file" : "/unique_chucks/27/0x6b1a9687fb4276a43b608a3feff8303f6ec6015c.sol", "name" : "Generation"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integ... | {"nom" : "Troncens", "dpt" : "Gers", "inscrits" : 138, "abs" : 14, "votants" : 124, "blancs" : 12, "nuls" : 10, "exp" : 102, "res" : [{"panneau" : "1", "voix" : 75}, {"panneau" : "2", "voix" : 27}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "gulp": {"type": "string"}, "gulp-eslint... | {"name" : "push-notifications", "version" : "1.0.0", "description" : "Push notifications codelab.", "devDependencies" : {"eslint" : "^1.8.0", "gulp" : "^3.9.0", "gulp-eslint" : "^1.0.0", "gulp-load-plugins" : "^1.0.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/GoogleChrome/push-notifications.git"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "gulp": {"type": "string"}, "gulp-eslint": {"type": "string"}, "gulp-load-plugins": {"type": "string"}}, "req... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Course": {"type": "array", "items": {"type": "string"}}, "Place of origin": {"type": "array", "items": {"type": "string"}}, "Region or state": {"type":... | {"title" : ["Gachas"], "Course" : ["Staple dish"], "Place of origin" : ["Spain"], "Region or state" : ["Andalusia, Castile-La Mancha, Region of Murcia, parts of Extremadura and Valencia"], "Serving temperature" : ["Warm"], "Main ingredients" : ["Wheat flour, grass pea flour or corn flour"], "Variations" : ["Sweet gacha... | json_instruct | {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Course": {"type": "array", "items": {"type": "string"}}, "Place of origin": {"type": "array", "items": {"type": "string"}}, "Region or state": {"type": "array", "items": {"type": "string"}}, "Serving temperature": {"type": "arra... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"ty... | {"id" : 22940, "info" : {"name" : "mixi \u30dc\u30a4\u30b9 & \u5e83\u544a\u3092\u975e\u8868\u793a", "description" : "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u76f4\u4e0b\u306e mixi \u30dc\u30a4\u30b9\u3068\u3001\u53f3\u4e0a\u306b\u3042\u308b\u5e83\u544a\u30d6\u30ed\u30c3\u30af\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u305... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", ... | {"localities" : ["Alverda, PA"], "state" : "PA", "postal_code" : "15710", "locality" : "Alverda, PA", "lat" : 40.642463, "region" : {"fips" : "42", "abbr" : "PA", "name" : "Pennsylvania"}, "city" : "Alverda", "type" : "POBOX", "lng" : -78.87167, "counties" : [{"fips" : "063", "name" : "Indiana County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap":... | {"name" : "Gouki Suprex", "number" : "24073068", "is_illegal" : false, "text" : "When this card is Normal Summoned: You can Special Summon 1 \"Gouki\" monster from your hand. If this card is sent from the field to the GY: You can add 1 \"Gouki\" card from your Deck to your hand, except \"Gouki Suprex\". You can only us... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "privat... | {"name" : "lya", "version" : "0.5.0", "description" : "A JS utility belt tailored towards functional programming", "main" : "lya.js", "repository" : "git@github.com:plougsgaard/lya.git", "author" : "plougsgaard", "license" : "MIT", "private" : false, "husky" : {"hooks" : {"post-commit" : "yarn docs && yarn commit-docs"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "husky": {"type": "object", "properti... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-lo... | {"name" : "frontend", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"babel-core" : "^6.24.0", "babel-loader" : "^6.4.1", "babel-preset-es2015" : "^6.24.0", "es6-promise" : "^4.2.4", "inferno" : "^1.4.2", "path" : "^0.12.7", "webpack" : "^2.3.1", "webpack-dev-server" : "^2.4.2", "whatwg-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "es6-... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 8000, "message" : "API rate limit exceeded"} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "offline_enabled": {"type": "boolean"}, "background": {"type": "object", "properties": {"persistent": {"type": "bool... | {"manifest_version" : 2, "name" : "All The Flavors Order Importer", "version" : "1.2", "offline_enabled" : false, "background" : {"persistent" : false, "scripts" : ["background.js"]}, "content_scripts" : [{"matches" : ["http://*/*", "https://*/*"], "js" : ["jquery-3.1.0.js", "content.js"], "run_at" : "document_idle", "... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "offline_enabled": {"type": "boolean"}, "background": {"type": "object", "properties": {"persistent": {"type": "boolean"}, "scripts": {"type": "array", "items": {"type": "string"}}}, "re... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"spellbook.js": {"type": "string"}, "spellbook.min.js": {"type": "string"}}, "required": ["spellbook.js", "spellbook.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"spellbook.js" : "sha256-zo6kM+xoEEg/V6xZOTuJDGQF/celTqLO9ANtT+yTpU4=", "spellbook.min.js" : "sha256-tWXeSqAi105MLUHHV9J0E1Z9N4iktd3n0woXZxHdpkc="} | json_instruct | {"type": "object", "properties": {"spellbook.js": {"type": "string"}, "spellbook.min.js": {"type": "string"}}, "required": ["spellbook.js", "spellbook.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:place": {"type": "string"}, "addr:postcode": {... | {"type" : "Feature", "id" : "node/4704787889", "properties" : {"addr:city" : "Feldbach", "addr:housenumber" : "58", "addr:place" : "Auersbach", "addr:postcode" : "8333", "name" : "Nestelberger Most & mehr", "operator" : "Josef Nestelberger", "phone" : "+43 3153 7107", "shop" : "farm", "website" : "http://www.nestelberg... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:place": {"type": "string"}, "addr:postcode": {"type": "string"}, "name": {"type": "string"}, "operator": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "baseUri": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "description": {"type": "object... | {"title" : {"value" : "overlay"}, "baseUri" : {"value" : "http://api.com/master"}, "description" : {"value" : "some overlaid description"}, "resources" : [{"relativeUri" : "/master", "displayName" : {"value" : "overlaid display name"}, "resources" : [{"relativeUri" : "/child", "displayName" : {"value" : "child overlaid... | json_instruct | {"type": "object", "properties": {"title": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "baseUri": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "description": {"type": "object", "properties": {"value": {"type": "string"}}, "required":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "packageManager": {"type": ... | {"name" : "vigilant-lamp", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/zalgoforge/vigilant-lamp", "author" : "Krzysztof Kabat <odrinwhite@gmail.com>", "license" : "MIT", "packageManager" : "yarn@3.1.0", "scripts" : {"build" : "cp -a ./assets/. ./dist/ && esbuild src/index.tsx --bundle -... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "packageManager": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height... | {"width" : 0.16280761, "rotation" : 3.0703082, "xCenter" : 0.6336406, "yCenter" : 0.76325977, "height" : 0.20350951} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "... | {"id" : "ad6d6600-5a37-466d-b839-373a7b170d8c", "version_id" : "b008900f-12df-5d46-9481-3add3f52d077", "version" : 1, "created_at" : "2018-08-14T00:28:28.732Z", "modified_at" : "2018-08-14T00:28:28.732Z", "type" : "vessel", "body" : {"name" : "WENRO", "mmsi" : "205389990", "imo" : "0", "eni" : "2325664", "callsign" : "... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Allele Frequency": {"type": "string"}, "Build 37 Chromosome": {"type": "string"}, "Build 37 Position": {"type": "string"}, "Build 37 Variant Allele": {"type": "string"}, "Build37 coordinates:": {"type": "array"... | {"Allele Frequency" : "0.072", "Build 37 Chromosome" : "chr9", "Build 37 Position" : "34649442", "Build 37 Variant Allele" : "G", "Build37 coordinates:" : [], "Clinical Importance" : "Low", "Condition Tags" : ["Mouth, liver, and digestive"], "Evidence" : "Uncertain", "Gene Symbol" : "GALT", "Impact" : "Benign", "Inheri... | json_instruct | {"type": "object", "properties": {"Allele Frequency": {"type": "string"}, "Build 37 Chromosome": {"type": "string"}, "Build 37 Position": {"type": "string"}, "Build 37 Variant Allele": {"type": "string"}, "Build37 coordinates:": {"type": "array", "items": {}}, "Clinical Importance": {"type": "string"}, "Condition Tags"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "config": {"type": "object", "properties": ... | {"name" : "splash/wordpress", "description" : "Splash plugin for Wordpress", "license" : "MIT", "minimum-stability" : "dev", "prefer-stable" : true, "config" : {"vendor-dir" : "vendor", "preferred-install" : "dist"}, "autoload" : {"psr-4" : {"Splash\\Local\\" : "src"}, "exclude-from-classmap" : ["/Tests/"]}, "require" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}, "preferred-install": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type... | {"ast" : null, "code" : "var _jsxFileName = \"C:\\\\Users\\\\Rafael\\\\Documents\\\\GitHub\\\\Monitorario\\\\front-end\\\\src\\\\MainContext.js\",\n _s = $RefreshSig$();\n\nimport React, { useState } from 'react';\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nconst initialState = {\n ra: '',\n ema... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ... | {"author" : {"id" : "t2_tzw6u", "name" : "Wyrmalla"}, "date" : {"day" : 1549584000, "full" : 1549652048, "month" : 1548979200, "week" : 1549152000}, "id" : "t3_aojqh5", "picture" : {"filesize" : 84720, "fullUrl" : "https://external-preview.redd.it/9HTHhN6PMxF4ivJH7xyuCcvnXHHDHLY9_hzEDr2Gt-0.jpg?auto=webp&s=ab0041dde896... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
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": {"test": {"type": "string"}, "build": {"type": "str... | {"name" : "simple-bundler", "version" : "1.0.0", "description" : "A simple FE assets bundler", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "rm -rf dist && npx webpack"}, "repository" : {"type" : "git", "url" : "git+https://github.com/tjcchen/simple-bundler.git"}, ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "objec... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "... | {"minutes" : 45, "pubdate" : "2016-07-10T22:37:19+09:00", "tags" : ["weekly report"], "title" : "2016-W27 \u3075\u308a\u304b\u3048\u308a"} | json_instruct | {"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "thumbnail": {"type": "string"}, "category": {"type": "string"}, "body": {"type": "string"}}, "required": ["title", "date", "thumbnail", "category", "body... | {"title" : "What I would Do... ", "date" : "Wednesday October 16th, 2019", "thumbnail" : "/images/uploads/bael-0.1.3update.jpg", "category" : "Setup", "body" : "**Bael has been upgraded to use NetlifyCMS 2.0+, Nuxt 2.5.1, and has other small fixes.** Check the [changelog](https://bael-theme.jake101.com/page/changelog) ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "thumbnail": {"type": "string"}, "category": {"type": "string"}, "body": {"type": "string"}}, "required": ["title", "date", "thumbnail", "category", "body"], "$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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, ... | {"name" : "fixme-api", "version" : "0.1.0", "description" : "API for FixMe App", "main" : "server.js", "repository" : "https://github.com/Ambada-Soft/FixMe-API", "author" : "Ambada-Soft", "license" : "MIT", "private" : false, "scripts" : {"dev" : "yarn server", "server" : "nodemon api/index.js", "test" : "jest ."}, "de... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "proper... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type": "number... | {"timestamp" : 4.03, "object_list" : [{"position" : [113.86, 191.68], "velocity" : [2.28, -0.03], "heading" : 90.7, "angular velocity" : -0.04, "acceleration" : [-5.29, 0.05], "light status" : {"stopped" : 1, "lightID" : 5}, "id" : 1}, {"position" : [98.75, 191.68], "velocity" : [4.2, -0.07], "heading" : 91.0, "angular... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type": "number"}}, "heading": {"type": "number"}, "angular velocity": {"type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "ur... | {"title" : "A Giant Planet for Beta Pic", "credit" : "A.-M. Lagrange, D. Ehrenreich (LAOG), et al., ESO", "explanation" : "A mere 50 light-years away, young star Beta Pictoris became one of the most important stars in the sky in the early 1980s. Satellite and ground-based telescopic observations revealed the presence o... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900700517": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900700518": {"type": "object", "properties": {"nama": {"t... | {"900700517" : {"nama" : "TPS 1", "dapil" : [7101, 17106, 2710201]}, "900700518" : {"nama" : "TPS 2", "dapil" : [7101, 17106, 2710201]}, "900700519" : {"nama" : "TPS 3", "dapil" : [7101, 17106, 2710201]}, "900700520" : {"nama" : "TPS 4", "dapil" : [7101, 17106, 2710201]}} | json_instruct | {"type": "object", "properties": {"900700517": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900700518": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"recommendations" : ["editorconfig.editorconfig", "esbenp.prettier-vscode", "orta.vscode-jest", "samverschueren.linter-xo", "tlent.jest-snapshot-language-support"]} | json_instruct | {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$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"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "strin... | {"name" : "The University of Huddersfield", "alt_name" : null, "country" : "United Kingdom", "state" : null, "address" : {"street" : "Queensgate", "city" : "Huddersfield", "province" : null, "postal_code" : "HD1 3DH"}, "contact" : {"telephone" : "+44(1484) 422-288", "website" : "http://www.hud.ac.uk", "email" : "admiss... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.linting.pep8Enabled": {"type": "boolean"}, "python.linting.enabled": {"type": "boolean"}, "python.linting.flake8Enabled": {"t... | {"python.pythonPath" : "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3", "python.linting.pylintEnabled" : false, "python.linting.pep8Enabled" : false, "python.linting.enabled" : false, "python.linting.flake8Enabled" : true, "editor.fontSize" : 18, "editor.fontFamily" : "Bitstream Vera Mono,Menlo, Monaco,... | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.linting.pep8Enabled": {"type": "boolean"}, "python.linting.enabled": {"type": "boolean"}, "python.linting.flake8Enabled": {"type": "boolean"}, "editor.fontSize": {"type": "integer"}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"],... | {"Time" : "2020-12-28T06:00:00Z", "Temp" : 12.1, "RelHum" : 67, "WindSpeed" : 1.7, "WindDir" : 320} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1006.0, 2012.0, 3018.0, 4024.0, 5030.0, 6036.0, 7042.0, 8048.0, 9054.0, 10060.0, 11066.0, 12072.0, 13078.0, 14084.0, 15090.0, 16096.0, 17102.0, 18108.0, 19114.0, 20120.0, 21126.0, 22132.0, 23138.0, 24144.0, 25150.0, 26156.0, 27162.0, 28168.0, 29174.0, 30180.0, 31186.0, 32192.0, 33198.0, 34204.0, 35210.0, 36216.0, 372... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"args": {"type": "object", "properties": {}, "required": []}, "build_from": {"type": "object", "properties": {"aarch64": {"type": "string"}, "amd64": {"type": "string"}, "armhf": {"type": "string"}, "armv7": {"type": ... | {"args" : {}, "build_from" : {"aarch64" : "hassioaddons/base-aarch64:4.1.1", "amd64" : "hassioaddons/base-amd64:4.1.1", "armhf" : "hassioaddons/base-armhf:4.1.1", "armv7" : "hassioaddons/base-armv7:4.1.1", "i386" : "hassioaddons/base-i386:4.1.1"}} | json_instruct | {"type": "object", "properties": {"args": {"type": "object", "properties": {}, "required": []}, "build_from": {"type": "object", "properties": {"aarch64": {"type": "string"}, "amd64": {"type": "string"}, "armhf": {"type": "string"}, "armv7": {"type": "string"}, "i386": {"type": "string"}}, "required": ["aarch64", "amd6... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_... | {"id" : 141739, "name" : "Image Hider", "description" : "This is a simple style, which you can switch on and off in order to show/hide images on different sites (for example, while watching NSFW sites). You can simply edit it by changing value of opacity (by default it's 0.3)", "user" : {"id" : 212952, "name" : "Delmor... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "abo... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "reviews": {"type": "object", "properties": {"eigacom": {"type": "array", "items": {"type": "string"}}, "filmarks": {"type": "array", "items": {}}, "coco": {"type": "array", "items": {}}}, "... | {"id" : 76, "reviews" : {"eigacom" : ["OC\u3068\u30d6\u30e9\u30c3\u30af\u30ea\u30b9\u30c8\n \u7121\u4eba\u5cf6\u3067\u884c\u308f\u308c\u305f\u793e\u54e1\u7814\u4fee\u3001\u8b1b\u5e2b\uff08\u30b8\u30e3\u30f3\uff1d\u30af\u30ed\u30fc\u30c9\u30fb\u30d0\u30f3\u30fb\u30c0\u30e0 \uff09\u306f\u898b\u639b\u3051\u5012\u3057\u300... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "reviews": {"type": "object", "properties": {"eigacom": {"type": "array", "items": {"type": "string"}}, "filmarks": {"type": "array", "items": {}}, "coco": {"type": "array", "items": {}}}, "required": ["eigacom", "filmarks", "coco"]}}, "required": ["id", "rev... |
Based on the schema below, produce a valid JSON object:
{"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": "i... | {"id" : 1125958531, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "1a5f504c18bd7ddca4bcc3ba4aa83ecb", "wof:id" : 1125958531, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.1646, 50.96946, 2.1646, 50.96946], "geometry" : {"coordinates" : [2.1646, 50.96946],... | 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": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": ... | {"ref" : {"min" : -6.163158893585205, "max" : 390.5279541015625, "mean" : 93.36577044711852}, "ref_regrid" : {"min" : -6.163158893585205, "max" : 390.5279541015625, "mean" : 93.36577044711852, "std" : 69.21564334658729}, "test" : {"min" : -6.884495735168457, "max" : 379.23419189453125, "mean" : 94.14373247302522}, "tes... | json_instruct | {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "numbe... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["generator-angular-eggs", "generator-angular2-eggs", "generator-ariane", "generator-aurelia-sails", "generator-azure-mobile-apps", "generator-beanpod", "generator-bootstrap4", "generator-brei-app", "generator-btaw", "generator-chrome-extension", "generator-cloudberry", "generator-cwsass", "generator-desk-themes", "gen... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"jobs": {"type": "array", "items": {}}, "regex": {"type": "string"}, "key": {"type": "string"}}, "required": ["jobs", "regex", "key"]}, "$schema": "http://json-schema.org/draft-07/schema#"... | [{"jobs" : [], "regex" : "\\[FATAL\\].*?\\[\\\"run test\\\"\\].*?\\[error=\\\".*?\\\"\\]", "key" : "case"}, {"jobs" : [], "regex" : "\\[FATAL\\].*?\\[\\\"open DB failed\\\"\\]", "key" : "env"}, {"jobs" : [], "regex" : "error: could not compile `[_a-z1-9]*`", "key" : "compile"}, {"jobs" : [], "regex" : "PANIC:.*?\\.go:[... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"jobs": {"type": "array", "items": {}}, "regex": {"type": "string"}, "key": {"type": "string"}}, "required": ["jobs", "regex", "key"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dsl_version": {"type": "integer"}, "initiator": {"type": "object", "properties": {"role": {"type": "string"}, "party_id": {"type": "integer"}}, "required": ["role", "party_id"]}, "role": {"type": "object", "pro... | {"dsl_version" : 2, "initiator" : {"role" : "guest", "party_id" : 9999}, "role" : {"guest" : [9999], "host" : [10000]}, "component_parameters" : {"common" : {"spdz_test_0" : {"seed" : 1, "data_partition" : 4, "data_lower_bound" : -1024, "data_upper_bound" : 1024, "test_round" : 1, "data_num" : 10000}}}} | json_instruct | {"type": "object", "properties": {"dsl_version": {"type": "integer"}, "initiator": {"type": "object", "properties": {"role": {"type": "string"}, "party_id": {"type": "integer"}}, "required": ["role", "party_id"]}, "role": {"type": "object", "properties": {"guest": {"type": "array", "items": {"type": "integer"}}, "host"... |
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": ... | {"nom" : "Montlaur", "circ" : "10\u00e8me circonscription", "dpt" : "Haute-Garonne", "inscrits" : 1106, "abs" : 545, "votants" : 561, "blancs" : 42, "nuls" : 11, "exp" : 508, "res" : [{"nuance" : "REM", "nom" : "M. S\u00e9bastien NADOT", "voix" : 313}, {"nuance" : "FI", "nom" : "Mme Monique FABRE", "voix" : 195}]} | 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"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "e... | {"name" : "DECOLSIN CAPSULE", "harga" : " Rp. 0. Data hanya sebagai informasi", "golongan" : "http://medicastore.com/image_banner/obat_bebas.gif", "kandungan" : "Per kapsul : Paracetamol 325 mg, phenylpropanolamine HCl 12.5 mg, ethylephedrine HCl 12.5 mg, chlorpheniramine maleate 1 mg, dextromethorphan HBr 10 mg, guai... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "typeProperties": {"type": "object", "properties": {"dataLakeStoreUri": {"type": "string"}, "tenant": {"type":... | {"name" : "DataLakeStore_General", "properties" : {"type" : "AzureDataLakeStore", "typeProperties" : {"dataLakeStoreUri" : "https://gdprwithazure.azuredatalakestore.net/webhdfs/v1", "tenant" : "c8819874-9e56-4e3f-b1a8-1c0325138f27", "subscriptionId" : "0f9d7fea-99e8-4768-8672-06a28514f77e", "resourceGroupName" : "gdpr-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "typeProperties": {"type": "object", "properties": {"dataLakeStoreUri": {"type": "string"}, "tenant": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"vuetify.css": {"type": "string"}, "vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.css", "vuetify.js", "vuetify.min.css", "vuetify.min.js"], "$... | {"vuetify.css" : "sha256-TxzVmIk1DsqfbjLqjCpfzGO/kfCESJbXMl7oGfcBUos=", "vuetify.js" : "sha256-xrC3LWmwZOy5ip8kUmGq42+vkMx+gq7nozchFGrJj1M=", "vuetify.min.css" : "sha256-ujpQgrJ0hmoMz/ROdJE32E62USsLPEduUMA9Ys6Zkkw=", "vuetify.min.js" : "sha256-GTbtJgqU96lhZrYNmn68cuXjTHMGtw2m0JG5Hf8ItNs="} | json_instruct | {"type": "object", "properties": {"vuetify.css": {"type": "string"}, "vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.css", "vuetify.js", "vuetify.min.css", "vuetify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@plugin-sdk/core", "version" : "0.0.0", "private" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "private"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[127.625, 45.0], [127.625, 45.083333333333336], [127.75, 45.083333333333336], [127.75, 45.0], [127.625, 45.0]]]}, "properties" : {"code" : 672745, "url" : "http://madefor.github.io/0410/api/v1/672745.geojson", "view" : "https://github.com/madefor/... | 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": "ob... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}, "5": {"type": "number"}, "6": {"type": "number"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9": {"type": "integer... | {"1" : 4270.476206, "2" : 5713.6703179999995, "3" : 29.260859, "4" : 3565.352037, "5" : 11113.796062000001, "6" : 4440.659343, "7" : 0, "8" : 0, "9" : 0, "10" : 0, "11" : 0, "12" : 0} | json_instruct | {"type": "object", "properties": {"1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}, "5": {"type": "number"}, "6": {"type": "number"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9": {"type": "integer"}, "10": {"type": "integer"}, "11": {"type": "integer"}, "12"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "iTunes Remote", "description" : "A web interface for controlling iTunes.", "url" : "https://code.iamcal.com/php/iTunesRemote/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "stri... | {"accession_number" : "71.214.36", "actors" : [], "creation_date" : null, "credit_line" : "Gift of Mr. and Mrs. Robert H. Morse, Jr.", "cultures" : [], "dimensions" : "21 1/2 x 6 1/8 x 38 1/2. in.", "dynasty" : null, "images" : [], "irn" : 25945, "materials" : "glass, fabric back, folding table mirror", "on_view" : fal... | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array",... |
Using the following JSON schema, generate a compatible JSON instance:
{"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": ... | {"text" : {"0" : {"m1" : "\u0646\u06a9\u0648\u06cc\u06cc \u06af\u0631\u0686\u0647 \u0628\u0627 \u0646\u0627\u06a9\u0633 \u0646\u0634\u0627\u06cc\u062f", "m2" : "\u0628\u0631\u0627\u06cc \u0645\u0635\u0644\u062d\u062a \u06af\u0647 \u06af\u0647 \u0628\u0628\u0627\u06cc\u062f"}, "1" : {"m1" : "\u0633\u06af \u062f\u0631\u0... | 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"]}, "2": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "str... | {"name" : "@knot/cli", "description" : "A command-line tool for simplifying the creation and maintainance of knot projects.", "version" : "1.5.1", "engines" : {"node" : ">=8.9"}, "license" : "MIT", "repository" : "https://github.com/effervescentia/knot.git", "bin" : {"knot" : "index.js"}, "scripts" : {"x" : "nps", "sta... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}, "repository": {"type": "string"}, "bin": {"type": "object", "pro... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "holitas"}, {"name" : "josue"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required":... | {"t" : "misaliwayan", "h" : [{"d" : [{"f" : "\u628a\u2026\u7981\u98df\u4e86\u3001\u6212\u98df\u4e86\u3002"}, {"f" : "\u6307\u6240\u7981\u98df\u7684\u3001\u6212\u98df\u7684\uff08\u5c0d\u8c61\uff09\u3002", "s" : ["`miliwayan~"]}]}], "stem" : "liway"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id_3469": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}... | {"id_3469" : {"title" : "Mann im Mond oder Der Zug des Herzens ist des Schicksals Stimme", "language" : "German", "totaltime" : "10:53:20", "url_librivox" : "http://librivox.org/der-mann-im-mond-oder-der-zug-des-herzens-ist-des-schicksals-stimme-by-wilhelm-hauff/", "url_iarchive" : "http://www.archive.org/details/mann_... | json_instruct | {"type": "object", "properties": {"id_3469": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "item... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [339.755, 164.21, 1, 329.411, 188.395, 1, 301.597, 172.856, 1, 283.466, 195.568, 1, 273.204, 227.445, 1, 340.657, 196.88, 1, 329.735, 216.167, 1, 330.026, 226.32, 1, 285.582, 230.934, 1, 325.572, 256.052, 1, 298.773, 292.121, 1, 308.542, 225.364, 1, 314.921, 256.481,... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"fromSymbol": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "integer"}, "is_crypto": {"type": "boolean"}, "is_minable": {"type": "boolean"}, "community": {"type": "array", "items": {"type": "string"}}, "chat... | {"fromSymbol" : "COIN", "type" : "COINREGISTRY", "version" : 1, "is_crypto" : true, "is_minable" : false, "community" : ["https://www.reddit.com/r/Coinvest"], "chat" : ["https://t.me/coinvestHQ", "https://t.me/CoinvestHQ/", "https://discordapp.com/invite/ZAyB8VV"], "social" : ["https://twitter.com/CoinvestHQ", "https:/... | json_instruct | {"type": "object", "properties": {"fromSymbol": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "integer"}, "is_crypto": {"type": "boolean"}, "is_minable": {"type": "boolean"}, "community": {"type": "array", "items": {"type": "string"}}, "chat": {"type": "array", "items": {"type": "string"}}, "socia... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/webpacker": {"type": "string"}, "babel-preset-react": {"type": "string"}, "bootstrap": {"type": "string"}, "boo... | {"name" : "nzwinedata", "private" : true, "dependencies" : {"@rails/webpacker" : "^3.6.0", "babel-preset-react" : "^6.24.1", "bootstrap" : "^4.3.1", "bootstrap-fileinput" : "^4.4.6", "caniuse-lite" : "^1.0.30000766", "coffeescript" : "1.12.7", "font-awesome" : "FortAwesome/Font-Awesome", "jquery" : "^3.2.1", "popper.js... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/webpacker": {"type": "string"}, "babel-preset-react": {"type": "string"}, "bootstrap": {"type": "string"}, "bootstrap-fileinput": {"type": "string"}, "caniuse-lite": {"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {... | {"manifest_version" : 2, "name" : "review recorder", "version" : "0.1", "description" : "github PR review recorder", "content_scripts" : [{"matches" : ["*://github.com/*/pull/*"], "js" : ["config.js", "content.js"]}], "background" : {"scripts" : ["config.js", "background.js"]}, "browser_action" : {}, "permissions" : ["... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema... | {"main.css" : "static/css/main.909d0a79.css", "main.css.map" : "static/css/main.909d0a79.css.map", "main.js" : "static/js/main.86cce764.js", "main.js.map" : "static/js/main.86cce764.js.map"} | json_instruct | {"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["x-servers"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"register": {"type": "object", "properties": {"input_phone_number": {"type": "string"}, "button_next": {"type": "string"}, "input_phone_number_verify": {"type": "string"}, "input_capcha": {"type": "string"}, "button_continute":... | {"register" : {"input_phone_number" : "body > div.signup > div.phone > div > input", "button_next" : "#button-next", "input_phone_number_verify" : "body > div.signup > form > div.phone > div.vcode.input-underline > span:nth-child(1) > input", "input_capcha" : "body > div.signup > form > div.phone > div:nth-child(4) > i... | json_instruct | {"type": "object", "properties": {"register": {"type": "object", "properties": {"input_phone_number": {"type": "string"}, "button_next": {"type": "string"}, "input_phone_number_verify": {"type": "string"}, "input_capcha": {"type": "string"}, "button_continute": {"type": "string"}}, "required": ["input_phone_number", "b... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(1, 5)": {"type": "string"}, "(2, ... | {"(0, 0)" : "vincenzo modica", "(1, 0)" : "year", "(1, 1)" : "competition", "(1, 2)" : "venue", "(1, 3)" : "position", "(1, 4)" : "event", "(1, 5)" : "notes", "(2, 0)" : "1994", "(2, 1)" : "european championships", "(2, 2)" : "helsinki , finland", "(2, 3)" : "11th", "(2, 4)" : "10000 m", "(2, 5)" : "28:17.24", "(3, 0)"... | json_instruct | {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(1, 5)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect":... | {"config" : {"abort" : {"already_configured" : "Apparat ass scho konfigur\u00e9iert"}, "error" : {"cannot_connect" : "Kann sech net mam Server verbannen.", "wrong_version" : "Versioun net \u00ebnnerst\u00ebtzt (n\u00ebmmen 2 oder 3)"}, "step" : {"user" : {"data" : {"host" : "Apparat", "name" : "Numm", "password" : "Pas... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "wrong_version": {"type": "string"}}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["ecologics:coconut_fence_gate", "ecologics:walnut_fence_gate", "ecologics:azalea_fence_gate", "ecologics:flowering_azalea_fence_gate"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"frontmatter": {"type": "object", "properties": ... | {"componentChunkName" : "component---docz-150-styling-mdx", "path" : "/styling", "result" : {"pageContext" : {"frontmatter" : {"name" : "Styling", "route" : "/styling", "order" : 150}, "entry" : {"id" : "74018826d8e59abf6f8bfbd4f4db8678", "filepath" : "docz/150.styling.mdx", "fullpath" : "/Users/lukas/Sites/git/own-pac... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"frontmatter": {"type": "object", "properties": {"name": {"type": "string"}, "route": {"type": "string"}, "order": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "states_of_drunkenness": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "states_of_drunkenness"], "$schema": "http://json-schema.org/draft-07/schema#"}... | {"description" : "A list of states of drunkenness.", "states_of_drunkenness" : ["drunk", "hammered", "intoxicated", "impaired", "stinko", "wrecked", "pissed", "blotto", "sloshed", "buzzed", "tight", "canned", "baked", "thrashed", "trashed", "tipsy", "smashed", "totaled", "tore up", "gone", "soused", "thirsty", "annihil... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "states_of_drunkenness": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "states_of_drunkenness"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ... | {"lastUpdated" : 1655019279666, "username" : "GINOPESCIOLINO", "scores" : [{"xp" : 51179, "rank" : 89, "cardId" : 7}, {"xp" : 41062, "rank" : 381, "cardId" : 1}, {"xp" : 28373, "rank" : 110, "cardId" : 5}, {"xp" : 54187, "rank" : 81, "cardId" : 33}, {"xp" : 82083, "rank" : 70, "cardId" : 14}, {"xp" : 62291, "rank" : 81... | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"keystore": {"type": "object", "properties": {"path": {"type": "string"}, "password": {"type": "string"}}, "required": ["path", "password"]}, "signing": {"type": "object", "properties": {"certificate-passwords": {"type": "objec... | {"keystore" : {"path" : "/db/documint_keystore_prod.jks", "password" : "123456"}, "signing" : {"certificate-passwords" : {"selfsigned" : "123456"}}, "renderer" : {"font-path" : "/appenv/fonts"}, "renderer-fop" : {"xconf" : "/appenv/fop.xconf"}} | json_instruct | {"type": "object", "properties": {"keystore": {"type": "object", "properties": {"path": {"type": "string"}, "password": {"type": "string"}}, "required": ["path", "password"]}, "signing": {"type": "object", "properties": {"certificate-passwords": {"type": "object", "properties": {"selfsigned": {"type": "string"}}, "requ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"account": {"type": "object", "properties": {"alias": {"type": "string"}, "date_created": {"type": "string"}, "date_updated": {"type": "string"}, "edgerules... | {"code" : 200, "data" : {"account" : {"alias" : "aliasname", "date_created" : "2013-05-15 17:32:30", "date_updated" : "2013-05-15 19:43:36", "edgerules_credits" : "0", "flex_credits" : "-1", "id" : "#####", "name" : "MaxCDN sampleCode", "secure_token_pull_credits" : "0", "server_id" : "18", "ssl_credits" : "1", "status... | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"account": {"type": "object", "properties": {"alias": {"type": "string"}, "date_created": {"type": "string"}, "date_updated": {"type": "string"}, "edgerules_credits": {"type": "string"}, "flex_credits": {"type": "st... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id"... | {"id" : 1126052075, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "708693049c2e895862b7bfa1ee9223a6", "wof:id" : 1126052075, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [0.17673, 52.35191, 0.17673, 52.35191], "geometry" : {"coordinates" : [0.17673, 52.3519... | 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": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"source": {"type": "array", "items": {"type": "string"}}}, "required": ["source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : ["../src/polyfill.js", "../src/creatine.js", "../src/functions.js", "../src/Game.js", "../src/helpers/DeviceManager.js", "../src/helpers/DisplayManager.js", "../src/helpers/FactoryManager.js", "../src/helpers/ResourceManager.js", "../src/helpers/SoundManager.js", "../src/helpers/TimeManager.js", "../src/hel... | json_instruct | {"type": "object", "properties": {"source": {"type": "array", "items": {"type": "string"}}}, "required": ["source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"directory": {"type": "string"}, "command": {"type": "string"}, "file": {"type": "string"}}, "required": ["directory", "command", "file"]}, "$schema": "http://json-schema.org/draft-07/... | [{"directory" : "D:/ITCode/Android/FMOD/Flib/.cxx/Debug/1x6c5252/arm64-v8a", "command" : "D:\\IDE\\AndroidSDK\\ndk\\21.4.7075529\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe --target=aarch64-none-linux-android21 --gcc-toolchain=D:/IDE/AndroidSDK/ndk/21.4.7075529/toolchains/llvm/prebuilt/windows-x86_64 ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"directory": {"type": "string"}, "command": {"type": "string"}, "file": {"type": "string"}}, "required": ["directory", "command", "file"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"typ... | {"author" : {"id" : "t2_36v8n9eu", "name" : "DM_JoLevin"}, "date" : {"day" : 1565654400, "full" : 1565683635, "month" : 1564617600, "week" : 1565481600}, "id" : "t3_cpq1gu", "picture" : {"filesize" : 63250, "fullUrl" : "https://preview.redd.it/1u1envsrb6g31.jpg?auto=webp&s=06022e23713e2b79a34200043b2d592a5055b850", "ha... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "strin... | {"IsRecentlyVerified" : false, "ID" : 171088, "UUID" : "F31151C8-B7B7-4F4A-82CD-12D7151ABCB7", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "55366", "UsageTypeID" : 4, "UsageCost" : "SEK 2.56/kWh; andra taxor mo\u0308jligt fo\u0308r a\u0308ldre bilar", "AddressInfo" : {"ID" : 171447, "Title" : "Jokkm... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "Ad... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "english": {"type": "string"}, "his_relations": {"type": "object", "properties": {"pa": {"type": "integer"}, "ma": {"type": "integer"}}, "required": ["pa", "ma"]}, "my_relations": {"type": "... | {"id" : 54, "english" : "grand daughter", "his_relations" : {"pa" : 19, "ma" : 52}, "my_relations" : [{"member" : 1, "relation" : "hs"}, {"member" : 19, "relation" : "cw"}], "variants" : [{"hanji" : "\uc790\ubed0\u5b6b", "imji" : "\uc790\u00b7\ubed0\u02ca\uc21c\u00b7", "poj" : "cha-b\u00f3\u0358-sun", "taiji" : "ca3bor... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "english": {"type": "string"}, "his_relations": {"type": "object", "properties": {"pa": {"type": "integer"}, "ma": {"type": "integer"}}, "required": ["pa", "ma"]}, "my_relations": {"type": "array", "items": {"type": "object", "properties": {"member": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {... | {"id" : 112927, "info" : {"name" : "IEEE Spectrum SuckLess", "description" : "Clean up the mess that is IEEE Spectrum", "additionalInfo" : null, "format" : "uso", "category" : "ieee", "createdAt" : "2015-04-21T04:49:46.000Z", "updatedAt" : "2015-04-21T04:49:46.000Z", "license" : "CC-BY-4.0", "author" : {"id" : 287273, ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"thag2.13:0.1": {"type": "string"}, "thag2.13:0.2": {"type": "string"}, "thag2.13:0.3": {"type": "string"}, "thag2.13:0.4": {"type": "string"}, "thag2.13:1.1": {"type": "string"}, "thag2.13:1.2": {"type": "string"}, "thag2.13:1... | {"thag2.13:0.1" : "Therag\u0101th\u0101", "thag2.13:0.2" : "Dukanip\u0101ta", "thag2.13:0.3" : "Dutiyavagga", "thag2.13:0.4" : "2.13. Hera\u00f1\u00f1ak\u0101nittherag\u0101th\u0101", "thag2.13:1.1" : "\u201cAccayanti ahoratt\u0101,", "thag2.13:1.2" : "j\u012bvita\u1e41 uparujjhati;", "thag2.13:1.3" : "\u0100yu kh\u012... | json_instruct | {"type": "object", "properties": {"thag2.13:0.1": {"type": "string"}, "thag2.13:0.2": {"type": "string"}, "thag2.13:0.3": {"type": "string"}, "thag2.13:0.4": {"type": "string"}, "thag2.13:1.1": {"type": "string"}, "thag2.13:1.2": {"type": "string"}, "thag2.13:1.3": {"type": "string"}, "thag2.13:1.4": {"type": "string"}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties"... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.68356, 53.5968]}, "properties" : {"deliverable" : "yes", "notes" : "Previously developed site in green belt. Any development would need to comply with NPPF Paragraphs 143-145.", "start-date" : "2018-12-18", "site" : "BLR_104", "organisation" : "lo... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"deliverable": {"type": "string"},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["backbone-service-modals", "orchestra"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"__comment": {"type": "string"}, "type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "prop... | {"__comment" : "Crafts 4 snowballs from 1 snow block.", "type" : "crafting_shapeless", "ingredients" : [{"item" : "minecraft:snow_block"}], "result" : {"item" : "minecraft:snowball", "count" : 4}, "group" : "snowball"} | json_instruct | {"type": "object", "properties": {"__comment": {"type": "string"}, "type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integ... |
Construct a JSON document that adheres to this schema specification:
{"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" : "1218030020", "district_id" : "1218030", "name" : "GUNUNG PANE"} | 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#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.