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": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "requirements": {"type": "string"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "requirements", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1704, "type" : 81, "name" : "Mochila del Staca Novista", "level" : 20, "pods" : 10, "ethereal" : false, "requirements" : "PJ>2,90|PJ>24,90|PJ>36,90|PJ>28,90|PJ>26,90|PJ>41,90", "stats" : ""} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "requirements": {"type": "string"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "requirements", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"900353095": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353096": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353097": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353098": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353099": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353100": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353101": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900353095", "900353096", "900353097", "900353098", "900353099", "900353100", "900353101"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900353095" : {"nama" : "TPS 1", "dapil" : [3306, 13308, 2330803]}, "900353096" : {"nama" : "TPS 2", "dapil" : [3306, 13308, 2330803]}, "900353097" : {"nama" : "TPS 3", "dapil" : [3306, 13308, 2330803]}, "900353098" : {"nama" : "TPS 4", "dapil" : [3306, 13308, 2330803]}, "900353099" : {"nama" : "TPS 5", "dapil" : [3306, 13308, 2330803]}, "900353100" : {"nama" : "TPS 6", "dapil" : [3306, 13308, 2330803]}, "900353101" : {"nama" : "TPS 7", "dapil" : [3306, 13308, 2330803]}} | json_instruct | {"type": "object", "properties": {"900353095": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353096": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353097": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353098": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353099": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353100": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353101": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900353095", "900353096", "900353097", "900353098", "900353099", "900353100", "900353101"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"shortCode": {"type": "string"}, "code": {"type": "string"}, "names": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "fr", "de"]}, "currency": {"type": "string"}, "continent": {"type": "string"}, "population": {"type": "string"}, "area": {"type": "string"}, "capital": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "north": {"type": "string"}, "east": {"type": "string"}, "south": {"type": "string"}, "west": {"type": "string"}, "timezone": {"type": "string"}}, "required": ["shortCode", "code", "names", "currency", "continent", "population", "area", "capital", "latitude", "longitude", "north", "east", "south", "west", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"shortCode" : "AI", "code" : "AIA", "names" : {"en" : "Anguilla", "fr" : "Anguilla", "de" : "Anguilla"}, "currency" : "XCD", "continent" : "NA", "population" : "13254", "area" : "102.0", "capital" : "The Valley", "latitude" : "18.1954947", "longitude" : "-63.0750233", "north" : "18.276901971658", "east" : "-62.966555445779", "south" : "18.160292974312", "west" : "-63.168089896039", "timezone" : "America/Anguilla"} | json_instruct | {"type": "object", "properties": {"shortCode": {"type": "string"}, "code": {"type": "string"}, "names": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "fr", "de"]}, "currency": {"type": "string"}, "continent": {"type": "string"}, "population": {"type": "string"}, "area": {"type": "string"}, "capital": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "north": {"type": "string"}, "east": {"type": "string"}, "south": {"type": "string"}, "west": {"type": "string"}, "timezone": {"type": "string"}}, "required": ["shortCode", "code", "names", "currency", "continent", "population", "area", "capital", "latitude", "longitude", "north", "east", "south", "west", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Saint-Didier-sur-Doulon", "dpt" : "Haute-Loire", "inscrits" : 210, "abs" : 36, "votants" : 174, "blancs" : 11, "nuls" : 5, "exp" : 158, "res" : [{"panneau" : "1", "voix" : 100}, {"panneau" : "2", "voix" : 58}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"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"}, "dependencies": {"type": "object", "properties": {"bip38": {"type": "string"}, "multicoinjs-lib": {"type": "string"}, "browserify": {"type": "string"}, "coininfo": {"type": "string"}, "express": {"type": "string"}, "firebase": {"type": "string"}, "int": {"type": "string"}, "jquery": {"type": "string"}, "body-parser": {"type": "string"}}, "required": ["bip38", "multicoinjs-lib", "browserify", "coininfo", "express", "firebase", "int", "jquery", "body-parser"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "multicoins", "version" : "1.1.0", "description" : "Open source Javascript wallet for Bitcoin and Altcoins", "main" : "main.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/3s3s/multicoins.org.git"}, "keywords" : ["Bitcoin", "Litecoin", "wallet", "javascript"], "author" : "Ivan Ivanov", "license" : "ISC", "bugs" : {"url" : "https://github.com/3s3s/multicoins.org/issues"}, "homepage" : "https://github.com/3s3s/multicoins.org#readme", "dependencies" : {"bip38" : "^1.4.0", "multicoinjs-lib" : "^1.0.0", "browserify" : "^13.0.0", "coininfo" : "^0.10.0", "express" : "^4.13.4", "firebase" : "^2.4.1", "int" : "^0.2.0", "jquery" : "^2.2.1", "body-parser" : "^1.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bip38": {"type": "string"}, "multicoinjs-lib": {"type": "string"}, "browserify": {"type": "string"}, "coininfo": {"type": "string"}, "express": {"type": "string"}, "firebase": {"type": "string"}, "int": {"type": "string"}, "jquery": {"type": "string"}, "body-parser": {"type": "string"}}, "required": ["bip38", "multicoinjs-lib", "browserify", "coininfo", "express", "firebase", "int", "jquery", "body-parser"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$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"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "thereisnojavascript", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/PMHStudio/ThereIsNoJavaScript.git", "author" : "PMHStudio <pmhstudio.pmh@gmail.com>", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"zimap_doesnt_compress": {"type": "object", "properties": {"MKD1G6": {"type": "string"}, "YNNXK": {"type": "string"}}, "required": ["MKD1G6", "YNNXK"]}}, "required": ["zimap_doesnt_compress"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"zimap_doesnt_compress" : {"MKD1G6" : "2", "YNNXK" : "F7TI"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"zimap_doesnt_compress": {"type": "object", "properties": {"MKD1G6": {"type": "string"}, "YNNXK": {"type": "string"}}, "required": ["MKD1G6", "YNNXK"]}}, "required": ["zimap_doesnt_compress"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"GREEN": {"type": "integer"}, "BLUE": {"type": "integer"}, "RED": {"type": "integer"}, "YELLOW": {"type": "integer"}, "ORANGE": {"type": "integer"}, "CYAN": {"type": "integer"}, "WHITE": {"type": "integer"}}, "required": ["GREEN", "BLUE", "RED", "YELLOW", "ORANGE", "CYAN", "WHITE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GREEN" : 2664261, "BLUE" : 31743, "RED" : 14431557, "YELLOW" : 16761095, "ORANGE" : 16612884, "CYAN" : 1548984, "WHITE" : 16777215} | json_instruct | {"type": "object", "properties": {"GREEN": {"type": "integer"}, "BLUE": {"type": "integer"}, "RED": {"type": "integer"}, "YELLOW": {"type": "integer"}, "ORANGE": {"type": "integer"}, "CYAN": {"type": "integer"}, "WHITE": {"type": "integer"}}, "required": ["GREEN", "BLUE", "RED", "YELLOW", "ORANGE", "CYAN", "WHITE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6108230006", "district_id" : "6108230", "name" : "PADUA MENDALAM"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "a80ee2c706804906d78a95c1e14bff83d89ca162"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ResourceSpecificationVersion": {"type": "string"}}, "required": ["ResourceSpecificationVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ResourceSpecificationVersion" : "62.0.0"} | json_instruct | {"type": "object", "properties": {"ResourceSpecificationVersion": {"type": "string"}}, "required": ["ResourceSpecificationVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "required": ["bank_code", "code", "name", "name_k", "name_h", "name_e"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"bank_code" : "1738", "code" : "001", "name" : "\u672c\u5e97\u55b6\u696d\u90e8", "name_k" : "\u30db\u30f3\u30c6\u30f3", "name_h" : "\u307b\u3093\u3066\u3093", "name_e" : "honten"}, {"bank_code" : "1738", "code" : "002", "name" : "\u6771", "name_k" : "\u30d2\u30ac\u30b7", "name_h" : "\u3072\u304c\u3057", "name_e" : "higashi"}, {"bank_code" : "1738", "code" : "003", "name" : "\u9577\u5c3e", "name_k" : "\u30ca\u30ac\u30aa", "name_h" : "\u306a\u304c\u304a", "name_e" : "nagao"}, {"bank_code" : "1738", "code" : "004", "name" : "\u7b20\u5ca1", "name_k" : "\u30ab\u30b5\u30aa\u30ab", "name_h" : "\u304b\u3055\u304a\u304b", "name_e" : "kasaoka"}, {"bank_code" : "1738", "code" : "005", "name" : "\u5009\u6577", "name_k" : "\u30af\u30e9\u30b7\u30ad", "name_h" : "\u304f\u3089\u3057\u304d", "name_e" : "kurashiki"}, {"bank_code" : "1738", "code" : "006", "name" : "\u897f", "name_k" : "\u30cb\u30b7", "name_h" : "\u306b\u3057", "name_e" : "nishi"}, {"bank_code" : "1738", "code" : "007", "name" : "\u6c34\u5cf6", "name_k" : "\u30df\u30ba\u30b7\u30de", "name_h" : "\u307f\u305a\u3057\u307e", "name_e" : "mizushima"}, {"bank_code" : "1738", "code" : "008", "name" : "\u8239\u7a42", "name_k" : "\u30d5\u30ca\u30db", "name_h" : "\u3075\u306a\u307b", "name_e" : "funaho"}, {"bank_code" : "1738", "code" : "010", "name" : "\u4e2d\u5e84", "name_k" : "\u30ca\u30ab\u30b7\u30e8\u30a6", "name_h" : "\u306a\u304b\u3057\u3088\u3046", "name_e" : "nakashiyou"}, {"bank_code" : "1738", "code" : "011", "name" : "\u897f\u963f\u77e5", "name_k" : "\u30cb\u30b7\u30a2\u30c1", "name_h" : "\u306b\u3057\u3042\u3061", "name_e" : "nishiachi"}, {"bank_code" : "1738", "code" : "012", "name" : "\u91d1\u5149", "name_k" : "\u30b3\u30f3\u30b3\u30a6", "name_h" : "\u3053\u3093\u3053\u3046", "name_e" : "konkou"}, {"bank_code" : "1738", "code" : "013", "name" : "\u52c7\u5d0e", "name_k" : "\u30e6\u30a6\u30b6\u30ad", "name_h" : "\u3086\u3046\u3056\u304d", "name_e" : "yuuzaki"}, {"bank_code" : "1738", "code" : "014", "name" : "\u9d28\u65b9", "name_k" : "\u30ab\u30e2\u30ac\u30bf", "name_h" : "\u304b\u3082\u304c\u305f", "name_e" : "kamogata"}, {"bank_code" : "1738", "code" : "015", "name" : "\u5bcc\u7530", "name_k" : "\u30c8\u30df\u30bf", "name_h" : "\u3068\u307f\u305f", "name_e" : "tomita"}, {"bank_code" : "1738", "code" : "114", "name" : "\u65e9\u5cf6", "name_k" : "\u30cf\u30e4\u30b7\u30de", "name_h" : "\u306f\u3084\u3057\u307e", "name_e" : "hayashima"}, {"bank_code" : "1738", "code" : "116", "name" : "\u9db4\u5f62", "name_k" : "\u30c4\u30eb\u30ac\u30bf", "name_h" : "\u3064\u308b\u304c\u305f", "name_e" : "tsurugata"}, {"bank_code" : "1738", "code" : "117", "name" : "\u7b39\u6c96", "name_k" : "\u30b5\u30b5\u30aa\u30ad", "name_h" : "\u3055\u3055\u304a\u304d", "name_e" : "sasaoki"}, {"bank_code" : "1738", "code" : "118", "name" : "\u5c0f\u6e9d", "name_k" : "\u30b3\u30df\u30be", "name_h" : "\u3053\u307f\u305e", "name_e" : "komizo"}, {"bank_code" : "1738", "code" : "119", "name" : "\u516b\u738b\u5bfa", "name_k" : "\u30cf\u30c1\u30aa\u30a6\u30b8", "name_h" : "\u306f\u3061\u304a\u3046\u3058", "name_e" : "hachiouji"}, {"bank_code" : "1738", "code" : "120", "name" : "\u53e4\u57ce\u6c60", "name_k" : "\u30b3\u30b8\u30e8\u30a6\u30a4\u30b1", "name_h" : "\u3053\u3058\u3088\u3046\u3044\u3051", "name_e" : "kojiyouike"}, {"bank_code" : "1738", "code" : "121", "name" : "\u5bff", "name_k" : "\u30b3\u30c8\u30d6\u30ad", "name_h" : "\u3053\u3068\u3076\u304d", "name_e" : "kotobuki"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "required": ["bank_code", "code", "name", "name_k", "name_h", "name_e"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Preventing erosion of architectural tactics through their strategic implementation, preservation, and visualization.", "fields" : ["software design description", "resource oriented architecture", "requirements traceability", "social software engineering", "software peer review"], "abstract" : "Nowadays, a successful software production is increasingly dependent on how the final deployed system addresses customers' and users' quality concerns such as security, reliability, availability, interoperability, performance and many other types of such requirements. In order to satisfy such quality concerns, software architects are accountable for devising and comparing various alternate solutions, assessing the trade-offs, and finally adopting strategic design decisions which optimize the degree to which each of the quality concerns is satisfied. Although designing and implementing a good architecture is necessary, it is not usually enough. Even a good architecture can deteriorate in subsequent releases and then fail to address those concerns for which it was initially designed. In this work, we present a novel traceability approach for automating the construction of traceabilty links for architectural tactics and utilizing those links to implement a change impact analysis infrastructure to mitigate the problem of architecture degradation. Our approach utilizes machine learning methods to detect tactic-related classes. The detected tactic-related classes are then mapped to a Tactic Traceability Pattern. We train our trace algorithm using code extracted from fifty performance-centric and safety-critical open source software systems and then evaluate it against a real case study.", "citation" : "Not cited", "year" : "2013", "departments" : ["DePaul University"], "conf" : "kbse", "authors" : ["Mehdi Mirakhorli.....http://dblp.org/pers/hd/m/Mirakhorli:Mehdi"], "pages" : 4} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "preinstall": {"type": "string"}, "lint": {"type": "string"}, "format": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "changeset": {"type": "string"}, "release": {"type": "string"}, "version-packages": {"type": "string"}}, "required": ["prepare", "preinstall", "lint", "format", "test", "build", "changeset", "release", "version-packages"]}, "devDependencies": {"type": "object", "properties": {"@changesets/cli": {"type": "string"}, "@commitlint/cli": {"type": "string"}, "@commitlint/config-conventional": {"type": "string"}, "husky": {"type": "string"}, "is-ci": {"type": "string"}, "netlify-cli": {"type": "string"}, "prettier": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@changesets/cli", "@commitlint/cli", "@commitlint/config-conventional", "husky", "is-ci", "netlify-cli", "prettier", "react", "react-dom", "typescript"]}}, "required": ["name", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "truework-ui-monorepo", "private" : true, "scripts" : {"prepare" : "is-ci || pnpx husky install", "preinstall" : "npx only-allow pnpm", "lint" : "prettier --check .", "format" : "prettier --write .", "test" : "pnpm -r test", "build" : "pnpm -r build", "changeset" : "changeset", "release" : "pnpm build && changeset publish", "version-packages" : "pnpm i && changeset version && pnpm format && pnpm install --no-frozen-lockfile && git add ."}, "devDependencies" : {"@changesets/cli" : "^2.18.0", "@commitlint/cli" : "^13.1.0", "@commitlint/config-conventional" : "^13.1.0", "husky" : "^7.0.1", "is-ci" : "^3.0.0", "netlify-cli" : "^6.14.19", "prettier" : "^2.3.2", "react" : "16", "react-dom" : "16", "typescript" : "^4.3.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "preinstall": {"type": "string"}, "lint": {"type": "string"}, "format": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "changeset": {"type": "string"}, "release": {"type": "string"}, "version-packages": {"type": "string"}}, "required": ["prepare", "preinstall", "lint", "format", "test", "build", "changeset", "release", "version-packages"]}, "devDependencies": {"type": "object", "properties": {"@changesets/cli": {"type": "string"}, "@commitlint/cli": {"type": "string"}, "@commitlint/config-conventional": {"type": "string"}, "husky": {"type": "string"}, "is-ci": {"type": "string"}, "netlify-cli": {"type": "string"}, "prettier": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@changesets/cli", "@commitlint/cli", "@commitlint/config-conventional", "husky", "is-ci", "netlify-cli", "prettier", "react", "react-dom", "typescript"]}}, "required": ["name", "private", "scripts", "devDependencies"], "$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"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"OffAxis\\": {"type": "string"}}, "required": ["OffAxis\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "minimum-stability", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "offaxis/filesystemcache", "description" : "File System Cache to store model data", "authors" : [{"name" : "Off/Axis", "email" : "clement@offaxis.io"}], "minimum-stability" : "dev", "require" : {"php" : ">=5.4.0"}, "autoload" : {"psr-4" : {"OffAxis\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"OffAxis\\": {"type": "string"}}, "required": ["OffAxis\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "minimum-stability", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"w": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "title", "description"]}, "h": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "title", "description"]}}, "required": ["w", "h"]}, "propertyOrder": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "id", "title", "description", "type", "properties", "propertyOrder"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "id" : "https://raw.githubusercontent.com/elmikegonzalez/dc-examples/master/content-types/mixins/aspect-ratio.json", "title" : "Aspect Ratio", "description" : "", "type" : "object", "properties" : {"w" : {"type" : "integer", "title" : "w", "description" : "the width component of an aspect ratio w:h"}, "h" : {"type" : "integer", "title" : "h", "description" : "the height component of an aspect ratio w:h"}}, "propertyOrder" : ["w", "h"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"w": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "title", "description"]}, "h": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "title", "description"]}}, "required": ["w", "h"]}, "propertyOrder": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "id", "title", "description", "type", "properties", "propertyOrder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hapi": {"type": "string"}, "nes": {"type": "string"}, "node-nats-streaming": {"type": "string"}}, "required": ["hapi", "nes", "node-nats-streaming"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "private", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nes-websocket-server-app", "private" : true, "description" : "Simple WS Server app", "main" : "./server/index.js", "dependencies" : {"hapi" : "^17.2.0", "nes" : "^7.1.0", "node-nats-streaming" : "0.0.26"}, "devDependencies" : {}, "scripts" : {"start" : "node ./server/index.js", "dev" : "nodemon ./server/index.js"}, "keywords" : ["hapi", "hapijs", "nes", "chat", "example"], "author" : "asad.gooogle@gmail.com", "license" : "MIT", "version" : "1.0.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hapi": {"type": "string"}, "nes": {"type": "string"}, "node-nats-streaming": {"type": "string"}}, "required": ["hapi", "nes", "node-nats-streaming"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "private", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license", "version"], "$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": {"pepiironi": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "desc": {"type": "null"}, "id": {"type": "string"}, "first_seen": {"type": "null"}, "badge": {"type": "string"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}}, "required": ["code", "image_id"]}}}, "required": ["title", "link", "desc", "id", "first_seen", "badge", "set", "emotes"]}}, "required": ["pepiironi"]}}, "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" : {"pepiironi" : {"title" : "Pepiironi", "link" : "http://twitch.tv/pepiironi", "desc" : null, "id" : "pepiironi", "first_seen" : null, "badge" : "https://static-cdn.jtvnw.net/jtv_user_pictures/badges/2633/18x18.png", "set" : 5840, "emotes" : [{"code" : "pepiiNator", "image_id" : 66677}, {"code" : "pepiiGiants", "image_id" : 66423}]}}} | 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": {"pepiironi": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "desc": {"type": "null"}, "id": {"type": "string"}, "first_seen": {"type": "null"}, "badge": {"type": "string"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}}, "required": ["code", "image_id"]}}}, "required": ["title", "link", "desc", "id", "first_seen", "badge", "set", "emotes"]}}, "required": ["pepiironi"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"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"}, "dependencies": {"type": "object", "properties": {"@cityofzion/neon-js": {"type": "string"}}, "required": ["@cityofzion/neon-js"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "neo-dapp-base-tools", "version" : "1.0.1", "description" : "Some ready for using base tools for easy interactions with smart contracts on the Neo blockchain", "main" : "index.js", "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/happyastronaut/neo-dapp-base-tools.git"}, "keywords" : ["neo"], "author" : "Vladysla Hubar", "license" : "MIT", "bugs" : {"url" : "https://github.com/happyastronaut/neo-dapp-base-tools/issues"}, "homepage" : "https://github.com/happyastronaut/neo-dapp-base-tools#readme", "dependencies" : {"@cityofzion/neon-js" : "^3.9.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@cityofzion/neon-js": {"type": "string"}}, "required": ["@cityofzion/neon-js"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "f5254c2d9073534da3e4c24b2d350f254fed25b1"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "string"}, "hireable": {"type": "boolean"}, "bio": {"type": "string"}, "public_repos": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "public_gists": {"type": "integer"}}, "required": ["login", "id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "followers", "following", "created_at", "updated_at", "public_gists"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"login" : "svenfuchs", "id" : 2208, "avatar_url" : "https://secure.gravatar.com/avatar/2f042f300d1249917adf6f13d3f698b2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "gravatar_id" : "2f042f300d1249917adf6f13d3f698b2", "url" : "https://api.github.com/users/svenfuchs", "html_url" : "https://github.com/svenfuchs", "followers_url" : "https://api.github.com/users/svenfuchs/followers", "following_url" : "https://api.github.com/users/svenfuchs/following{/other_user}", "gists_url" : "https://api.github.com/users/svenfuchs/gists{/gist_id}", "starred_url" : "https://api.github.com/users/svenfuchs/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/svenfuchs/subscriptions", "organizations_url" : "https://api.github.com/users/svenfuchs/orgs", "repos_url" : "https://api.github.com/users/svenfuchs/repos", "events_url" : "https://api.github.com/users/svenfuchs/events{/privacy}", "received_events_url" : "https://api.github.com/users/svenfuchs/received_events", "type" : "User", "name" : "Sven Fuchs", "company" : null, "blog" : "http://svenfuchs.com", "location" : "Germany/Berlin", "email" : "me@svenfuchs.com", "hireable" : false, "bio" : "", "public_repos" : 98, "followers" : 403, "following" : 85, "created_at" : "2008-03-04T20:38:09Z", "updated_at" : "2013-07-09T19:53:38Z", "public_gists" : 81} | json_instruct | {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "string"}, "hireable": {"type": "boolean"}, "bio": {"type": "string"}, "public_repos": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "public_gists": {"type": "integer"}}, "required": ["login", "id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "followers", "following", "created_at", "updated_at", "public_gists"], "$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": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "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"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"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", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["20-29", "30-39", "30-39", "30-39", "30-39", "30-39"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2008, 2008, 2009, 2010, 2014, 2015], "Y_PREVALENCE_1000PP" : [0.0232, 0.01762, 0.01514, 0.02511, 0.01839, 0.02014]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 122}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : "FEMALE", "MIN_VALUE" : 0, "P10_VALUE" : 24, "P25_VALUE" : 28, "MEDIAN_VALUE" : 32, "P75_VALUE" : 37, "P90_VALUE" : 40, "MAX_VALUE" : 91}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "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"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"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", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : [[[-71.417652, 42.653821], [-71.412309, 42.64941], [-71.411978, 42.647974], [-71.409764, 42.648785], [-71.403966, 42.648419], [-71.402734, 42.646695], [-71.398959, 42.644883], [-71.398312, 42.645502], [-71.40211, 42.651603], [-71.398995, 42.652467], [-71.396968, 42.649637], [-71.394341, 42.648474], [-71.38522, 42.649599], [-71.38092, 42.649008], [-71.379107, 42.647396], [-71.376524, 42.641717], [-71.374252, 42.639419], [-71.382698, 42.632148], [-71.399985, 42.620643], [-71.402016, 42.617719], [-71.403434, 42.618882], [-71.40709, 42.616432], [-71.417652, 42.653821]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 29961}}]} | 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#"} |
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": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 99486, "cartId" : "9f229205-e35c-444e-a153-5e8298e33445", "preferredProducts" : [1611, 3552], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dev-null": {"type": "string"}, "electron": {"type": "string"}, "electron-chromedriver": {"type": "string"}, "electron-json-storage": {"type": "string"}, "request": {"type": "string"}}, "required": ["dev-null", "electron", "electron-chromedriver", "electron-json-storage", "request"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "electron": {"type": "string"}, "electron-winstaller": {"type": "string"}, "ini": {"type": "string"}, "mocha": {"type": "string"}, "standard": {"type": "string"}, "temp": {"type": "string"}, "electron-mocha": {"type": "string"}}, "required": ["chai", "chai-as-promised", "electron", "electron-winstaller", "ini", "mocha", "standard", "temp", "electron-mocha"]}}, "required": ["name", "version", "description", "main", "dependencies", "scripts", "keywords", "author", "license", "engines", "bugs", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "NovaApp", "version" : "0.1.1", "description" : "NovaApp - the future of Habbo", "main" : "main.js", "dependencies" : {"dev-null" : "^0.1.1", "electron" : "^1.4.7", "electron-chromedriver" : "~1.4.0", "electron-json-storage" : "^2.1.0", "request" : "^2.65.0"}, "scripts" : {"test" : "electron-mocha"}, "keywords" : ["Habbo", "Habbo Hotel", "RaGEZONE", "Habbo Retro", "Electron", "NodeJS", "sant0ro", "NovaEngine", "NovaApp", "Nova"], "author" : "Claudio Santoro", "license" : "MIT", "engines" : {"node" : ">=0.12.4"}, "bugs" : {"url" : "https://github.com/sant0ro/Nova/issues"}, "devDependencies" : {"chai" : "^3.3.0", "chai-as-promised" : "^5.1.0", "electron" : "~1.4.0", "electron-winstaller" : "^2.4.1", "ini" : "^1.3.4", "mocha" : "^2.3.3", "standard" : "^5.3.1", "temp" : "^0.8.3", "electron-mocha" : "^3.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dev-null": {"type": "string"}, "electron": {"type": "string"}, "electron-chromedriver": {"type": "string"}, "electron-json-storage": {"type": "string"}, "request": {"type": "string"}}, "required": ["dev-null", "electron", "electron-chromedriver", "electron-json-storage", "request"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "electron": {"type": "string"}, "electron-winstaller": {"type": "string"}, "ini": {"type": "string"}, "mocha": {"type": "string"}, "standard": {"type": "string"}, "temp": {"type": "string"}, "electron-mocha": {"type": "string"}}, "required": ["chai", "chai-as-promised", "electron", "electron-winstaller", "ini", "mocha", "standard", "temp", "electron-mocha"]}}, "required": ["name", "version", "description", "main", "dependencies", "scripts", "keywords", "author", "license", "engines", "bugs", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "support_url": {"type": "string"}, "min_server_version": {"type": "string"}, "icon_path": {"type": "string"}, "webapp": {"type": "object", "properties": {"bundle_path": {"type": "string"}}, "required": ["bundle_path"]}, "settings_schema": {"type": "object", "properties": {"header": {"type": "string"}, "settings": {"type": "array", "items": {}}}, "required": ["header", "settings"]}}, "required": ["id", "version", "name", "description", "homepage_url", "support_url", "min_server_version", "icon_path", "webapp", "settings_schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "mattermost-google-meet-plugin", "version" : "0.2.0", "name" : "Google Meet Plugin", "description" : "Start Google Meet calls", "homepage_url" : "https://github.com/SrMouraSilva/google-meet-plugin", "support_url" : "https://github.com/SrMouraSilva/google-meet-plugin/issues", "min_server_version" : "5.26.0", "icon_path" : "assets/starter-template-icon.svg", "webapp" : {"bundle_path" : "webapp/dist/main.js"}, "settings_schema" : {"header" : "Google Meet Plugin configurations", "settings" : []}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "support_url": {"type": "string"}, "min_server_version": {"type": "string"}, "icon_path": {"type": "string"}, "webapp": {"type": "object", "properties": {"bundle_path": {"type": "string"}}, "required": ["bundle_path"]}, "settings_schema": {"type": "object", "properties": {"header": {"type": "string"}, "settings": {"type": "array", "items": {}}}, "required": ["header", "settings"]}}, "required": ["id", "version", "name", "description", "homepage_url", "support_url", "min_server_version", "icon_path", "webapp", "settings_schema"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xywh" : "512,3936,4289,546"} | json_instruct | {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"loginName": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}, "passwordHash": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "description", "type"]}, "salt": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "description", "type"]}}, "required": ["loginName", "passwordHash", "salt"]}}, "required": ["$schema", "id", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/schema#", "id" : "uri://registries/security#login", "type" : "object", "properties" : {"loginName" : {"title" : "Prihlasovacie meno", "type" : "string"}, "passwordHash" : {"title" : "Hash hesla", "description" : "", "type" : "string"}, "salt" : {"title" : "Salt pre hash hesla", "description" : "", "type" : "string"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"loginName": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}, "passwordHash": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "description", "type"]}, "salt": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "description", "type"]}}, "required": ["loginName", "passwordHash", "salt"]}}, "required": ["$schema", "id", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3216010", "regency_id" : "3216", "name" : "SETU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : 314830, "name" : "Blackguards 2", "windows" : true, "mac" : true, "linux" : false, "early_access" : false, "lookup_time" : 1490978012} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"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": "array", "items": {"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" : 404373333, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4e00cd3800757bbde9557c9cab7d75da", "wof:id" : 404373333, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.97218801159652, 48.85777137917211, 3.03949437896942, 48.90633725460933], "geometry" : {"coordinates" : [[[3.0314561022357, 48.85777137917211], [3.02668908426504, 48.86399581426611], [3.00332677800709, 48.87755133639567], [2.97709502392942, 48.87593943624653], [2.97343649815457, 48.88503061877363], [2.97723850449789, 48.89079588567104], [2.97218801159652, 48.89923015596025], [2.97555448938344, 48.90477947192649], [2.98941390418461, 48.90633725460933], [2.99983631923231, 48.89942223512739], [3.01506974804163, 48.89070717137697], [3.03507442638842, 48.88781624788706], [3.03949437896942, 48.87188823135272], [3.03911891673432, 48.86206786114752], [3.0314561022357, 48.85777137917211]]], "type" : "Polygon"}} | 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": "array", "items": {"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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"tools": {"type": "object", "properties": {"dotnet": {"type": "string"}, "runtimes": {"type": "object", "properties": {"dotnet": {"type": "array", "items": {"type": "string"}}}, "required": ["dotnet"]}, "vs-opt": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "xcopy-msbuild": {"type": "string"}}, "required": ["dotnet", "runtimes", "vs-opt", "xcopy-msbuild"]}, "msbuild-sdks": {"type": "object", "properties": {"Microsoft.DotNet.Arcade.Sdk": {"type": "string"}, "Microsoft.DotNet.Helix.Sdk": {"type": "string"}}, "required": ["Microsoft.DotNet.Arcade.Sdk", "Microsoft.DotNet.Helix.Sdk"]}}, "required": ["tools", "msbuild-sdks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tools" : {"dotnet" : "5.0.100-rc.1.20376.1", "runtimes" : {"dotnet" : ["$(MicrosoftNETCoreAppInternalPackageVersion)"]}, "vs-opt" : {"version" : "16.9"}, "xcopy-msbuild" : "16.8.0-preview3"}, "msbuild-sdks" : {"Microsoft.DotNet.Arcade.Sdk" : "5.0.0-beta.20461.7", "Microsoft.DotNet.Helix.Sdk" : "5.0.0-beta.20461.7"}} | json_instruct | {"type": "object", "properties": {"tools": {"type": "object", "properties": {"dotnet": {"type": "string"}, "runtimes": {"type": "object", "properties": {"dotnet": {"type": "array", "items": {"type": "string"}}}, "required": ["dotnet"]}, "vs-opt": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "xcopy-msbuild": {"type": "string"}}, "required": ["dotnet", "runtimes", "vs-opt", "xcopy-msbuild"]}, "msbuild-sdks": {"type": "object", "properties": {"Microsoft.DotNet.Arcade.Sdk": {"type": "string"}, "Microsoft.DotNet.Helix.Sdk": {"type": "string"}}, "required": ["Microsoft.DotNet.Arcade.Sdk", "Microsoft.DotNet.Helix.Sdk"]}}, "required": ["tools", "msbuild-sdks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Releases": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Version": {"type": "string"}, "DownloadUrl": {"type": "string"}}, "required": ["Id", "Version", "DownloadUrl"]}}}, "required": ["Releases"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Releases" : [{"Id" : "SolastaMultiClass", "Version" : "1.1.9", "DownloadUrl" : "https://github.com/SolastaMods/SolastaMultiClass/releases/download/1.1.9/SolastaMultiClass.zip"}]} | json_instruct | {"type": "object", "properties": {"Releases": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Version": {"type": "string"}, "DownloadUrl": {"type": "string"}}, "required": ["Id", "Version", "DownloadUrl"]}}}, "required": ["Releases"], "$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"}, "s": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s", "r"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "kodih", "h" : [{"d" : [{"f" : "\u7a7a\u6bbb\uff0c\u7121\u679c\u8089\uff0c\u7f3a\u4e4f\uff0c\u7626\u5f31\u3002", "s" : ["`koded~"], "r" : ["`makoded~"]}]}]} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s", "r"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "precommit": {"type": "string"}, "test:setup": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "lint", "precommit", "test:setup", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "jest": {"type": "object", "properties": {"testURL": {"type": "string"}}, "required": ["testURL"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "husky": {"type": "string"}, "jest": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "husky", "jest", "node-fetch"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "express-interceptor": {"type": "string"}, "jsum": {"type": "string"}, "lodash": {"type": "string"}, "querystring": {"type": "string"}, "swagger-express-middleware": {"type": "string"}}, "required": ["body-parser", "express", "express-interceptor", "jsum", "lodash", "querystring", "swagger-express-middleware"]}}, "required": ["name", "repository", "version", "description", "main", "scripts", "keywords", "author", "license", "jest", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "parrot", "repository" : "github:mustafar/parrot", "version" : "2.2.1", "description" : "api mocks", "main" : "index.js", "scripts" : {"build" : "rm -rf dist/* && babel index.js --ignore=*/__tests__/* --out-dir=dist && cp package.json dist/ && cp Dockerfile dist/ && cd dist && npm install --only=production", "lint" : "eslint *.js --cache", "precommit" : "npm run lint", "test:setup" : "sh __tests__/setup.sh", "test" : "jest"}, "keywords" : ["docker", "mock", "api", "testing", "integration", "parrot"], "author" : "Mustafa Rizvi", "license" : "MIT", "jest" : {"testURL" : "http://localhost/"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-preset-env" : "^1.6.1", "eslint" : "^4.18.1", "eslint-config-airbnb-base" : "^12.1.0", "eslint-plugin-import" : "^2.9.0", "husky" : "^0.14.3", "jest" : "^22.4.2", "node-fetch" : "^2.0.0"}, "dependencies" : {"body-parser" : "^1.18.2", "express" : "^4.16.2", "express-interceptor" : "^1.2.0", "jsum" : "^0.1.4", "lodash" : "^4.17.5", "querystring" : "^0.2.0", "swagger-express-middleware" : "^2.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "precommit": {"type": "string"}, "test:setup": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "lint", "precommit", "test:setup", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "jest": {"type": "object", "properties": {"testURL": {"type": "string"}}, "required": ["testURL"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "husky": {"type": "string"}, "jest": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "husky", "jest", "node-fetch"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "express-interceptor": {"type": "string"}, "jsum": {"type": "string"}, "lodash": {"type": "string"}, "querystring": {"type": "string"}, "swagger-express-middleware": {"type": "string"}}, "required": ["body-parser", "express", "express-interceptor", "jsum", "lodash", "querystring", "swagger-express-middleware"]}}, "required": ["name", "repository", "version", "description", "main", "scripts", "keywords", "author", "license", "jest", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pe_name" : "tpmcompc.dll", "pe_type" : 523, "pe_size" : 45056, "pe_subsystem" : 2, "pe_subsystem_caption" : "The Windows graphical user interface (GUI) subsystem", "pe_path" : "c:\\Windows\\WinSxS\\amd64_microsoft-windows-tpm-adminsnapin_31bf3856ad364e35_10.0.18362.1_none_49da86ea5c799306\\tpmcompc.dll", "pe_timedate_stamp" : 2596999858, "pe_timedate_human" : "2052-04-17T20:50:58.000Z", "ImageDLLImports" : [{"name" : "msvcrt.dll", "imports" : 7, "functions" : ["_XcptFilter", "__C_specific_handler", "_amsg_exit", "_initterm", "free", "malloc", "memset"]}, {"name" : "kernel32.dll", "imports" : 20, "functions" : ["AcquireSRWLockExclusive", "GetCurrentProcess", "GetCurrentProcessId", "GetCurrentThreadId", "GetLastError", "GetSystemTimeAsFileTime", "GetTickCount", "GlobalLock", "GlobalUnlock", "QueryPerformanceCounter", "ReleaseSRWLockExclusive", "RtlCaptureContext", "RtlLookupFunctionEntry", "RtlVirtualUnwind", "SetUnhandledExceptionFilter", "Sleep", "SleepConditionVariableSRW", "TerminateProcess", "UnhandledExceptionFilter", "WakeAllConditionVariable"]}, {"name" : "user32.dll", "imports" : 12, "functions" : ["DialogBoxParamW", "EnableWindow", "EndDialog", "GetDlgItem", "GetDlgItemTextW", "GetWindowLongPtrW", "IsDlgButtonChecked", "RegisterClipboardFormatW", "SendMessageW", "SetDlgItemTextW", "SetWindowLongPtrW", "WinHelpW"]}, {"name" : "oleaut32.dll", "imports" : 0, "functions" : []}, {"name" : "ole32.dll", "imports" : 2, "functions" : ["CoCreateInstance", "ReleaseStgMedium"]}, {"name" : "netutils.dll", "imports" : 1, "functions" : ["NetApiBufferFree"]}, {"name" : "srvcli.dll", "imports" : 1, "functions" : ["NetServerGetInfo"]}], "ImageDLLExports" : {"exports" : 2, "functions" : ["CHOOSER2_PickTargetComputer", "DllMain"]}, "ImageHashSignatures" : {"md5" : "5e620f41a09b9b73c98b811839fd932b", "sha2" : "c9b369029e49ae5852e98f95ccf3ac3852df6cf300409370f44bce4ba422b8ae"}} | json_instruct | {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Magic 98.3 - WMGQ", "src" : "http://18073.live.streamtheworld.com/WMGQFMAACIHR.aac?t=1526351785"}, {"name" : "WCTC AM", "src" : "http://18073.live.streamtheworld.com/WCTCAMAACIHR.aac?t=1526351788"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=f433f3e7a1b88c2c0bd0", "/css/app.css" : "/css/app.css?id=cc6abc9f284431e10111"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$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": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x38e6ddf628e4d68a10a9619b9adb02dcaff6795ea53f29295e26fc8dccfd0987", "parentHash" : "0x2d8181c8d138e6fd09a797aa86cfe03c9ad924ed17a8532273b59102eb731750", "number" : 98394, "timestamp" : 1439772002, "nonce" : "0x81d76e507cf2dc36", "difficulty" : 3876442991356, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x5208"}, "miner" : "0xFAB194aC2F8437fAdDeC28952ae2B2CB4F588E38", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : [{"hash" : "0xf5150b6832c33e7e1fdd459480c41ab563c73e8ce6bcd4362f9e40ab11a682ae", "blockHash" : "0x38e6ddf628e4d68a10a9619b9adb02dcaff6795ea53f29295e26fc8dccfd0987", "blockNumber" : 98394, "transactionIndex" : 0, "confirmations" : null, "from" : "0xa70a9a7040d542C632D8e0bE7c5513A8a5Bbc752", "gasPrice" : {"_hex" : "0xdd05944eb"}, "gasLimit" : {"_hex" : "0x5208"}, "to" : "0x32Be343B94f860124dC4fEe278FDCBD38C102D88", "value" : {"_hex" : "0x455f245795e35c00"}, "nonce" : 184, "data" : "0x", "r" : "0x534b2964f3623d5c4f2603aea6f14c8de8b59819129018ad64ab68a7eea32ef8", "s" : "0x181bb1c6e7afaed1bc91073c67b6df17f10be0d5065f0caea0b4129b63499181", "v" : 28, "creates" : null, "raw" : "0xf86d81b8850dd05944eb8252089432be343b94f860124dc4fee278fdcbd38c102d8888455f245795e35c00801ca0534b2964f3623d5c4f2603aea6f14c8de8b59819129018ad64ab68a7eea32ef8a0181bb1c6e7afaed1bc91073c67b6df17f10be0d5065f0caea0b4129b63499181", "networkId" : 0, "chainId" : 0}]} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"vega-core.js": {"type": "string"}, "vega-core.min.js": {"type": "string"}, "vega.js": {"type": "string"}, "vega.min.js": {"type": "string"}}, "required": ["vega-core.js", "vega-core.min.js", "vega.js", "vega.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vega-core.js" : "sha256-mylTLHNkJVklEeTcocVIKW//tsLpT8QP1Hmbay2uUAI=", "vega-core.min.js" : "sha256-7LCPE15sBBlUjRAGskGtQtxY3LOrGKntMDA4eu8zHHE=", "vega.js" : "sha256-UuJK1b14jv34JkR10BBiLrXIArS/8X2faMevJnnEhFk=", "vega.min.js" : "sha256-RCQVK/HLaAWFFlsfYkePpfSm/HE4nozcU+Wbiot6YXI="} | json_instruct | {"type": "object", "properties": {"vega-core.js": {"type": "string"}, "vega-core.min.js": {"type": "string"}, "vega.js": {"type": "string"}, "vega.min.js": {"type": "string"}}, "required": ["vega-core.js", "vega-core.min.js", "vega.js", "vega.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["rb-jekyll-theme-tactile"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See branmfn on Metamath](http://us.metamath.org/mpegif/branmfn.html)"}], "names" : ["branmfn"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_chil", "#T_wi", "#T_cnmf", "#T_cfv", "#T_cbr", "#T_cfv", "#T_cA", "#T_wceq", "#T_cno", "#T_cfv", "#T_cA"], "metaLanguage" : "METAMATH", "remarks" : " The norm of the bra function. (Contributed by NM, 24-May-2006.) (New usage is discouraged.) ", "statement" : "branmfn $p |- ( A e. ~H -> ( normfn ` ( bra ` A ) ) = ( normh ` A ) ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"execPath": {"type": "string"}, "gccDefaultCFlags": {"type": "string"}, "gccIncludePaths": {"type": "string"}, "gccSuppressWarnings": {"type": "boolean"}}, "required": ["execPath", "gccDefaultCFlags", "gccIncludePaths", "gccSuppressWarnings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"execPath" : "/usr/bin/gcc", "gccDefaultCFlags" : "-Wall -std=c99", "gccIncludePaths" : ".,./include,./path, ./*", "gccSuppressWarnings" : true} | json_instruct | {"type": "object", "properties": {"execPath": {"type": "string"}, "gccDefaultCFlags": {"type": "string"}, "gccIncludePaths": {"type": "string"}, "gccSuppressWarnings": {"type": "boolean"}}, "required": ["execPath", "gccDefaultCFlags", "gccIncludePaths", "gccSuppressWarnings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"player_id" : 1984, "name" : "Rocky Bleier", "position" : "RB", "height" : "5-11", "weight" : "210", "current_team" : null, "birth_date" : "1946-03-05", "birth_place" : "Appleton, WI", "death_date" : null, "college" : "Notre Dame", "high_school" : "Xavier, WI", "draft_team" : "Pittsburgh Steelers", "draft_round" : "16", "draft_position" : "417", "draft_year" : "1968", "current_salary" : null, "hof_induction_year" : null} | json_instruct | {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_title": {"type": "string"}}, "required": ["default_icon", "default_title"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "icons": {"type": "object", "properties": {"48": {"type": "string"}, "128": {"type": "string"}}, "required": ["48", "128"]}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "version", "description", "homepage_url", "permissions", "browser_action", "background", "icons", "web_accessible_resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "Ahoy", "version" : "0.1", "description" : "Adds a browser action icon to the toolbar. When clicked, a link will be added to the page for every anchor to make is easy to link to specific locations in the page.", "homepage_url" : "https://github.com/jim/ahoy", "permissions" : ["tabs", "activeTab"], "browser_action" : {"default_icon" : "icons/anchor-128.png", "default_title" : "Add Anchors"}, "background" : {"scripts" : ["background.js"]}, "icons" : {"48" : "icons/anchor-48.png", "128" : "icons/anchor-128.png"}, "web_accessible_resources" : ["content_script.js"]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_title": {"type": "string"}}, "required": ["default_icon", "default_title"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "icons": {"type": "object", "properties": {"48": {"type": "string"}, "128": {"type": "string"}}, "required": ["48", "128"]}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "version", "description", "homepage_url", "permissions", "browser_action", "background", "icons", "web_accessible_resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 3664, "hash" : 3283226896, "artDyeHash" : 3283226896, "redacted" : false, "dyeManifestHash" : 3222536976, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1972, 7], [1973, 5], [1976, 6], [1978, 5], [1979, 9], [1980, 8], [1983, 6], [1984, 6], [1986, 8], [1990, 5], [1992, 5], [1994, 5], [1996, 7], [1997, 9], [2001, 9], [2003, 5], [2006, 6], [2007, 6], [2008, 5]] | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "biomas", "version" : "1.1.1", "description" : "Uma package para extrair informa\u00e7\u00f5es sobre os biomas brasileiros. \ud83c\udde7\ud83c\uddf7", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/luisgbr1el/biomas"}, "keywords" : ["bioma", "biomas", "brasil", "brazil", "geografia"], "author" : "luisgbr1el", "license" : "MIT", "bugs" : {"url" : "https://github.com/luisgbr1el/biomas/issues"}, "homepage" : "https://github.com/luisgbr1el/biomas#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "Toe to toe with him\nShe's grasped her wrist behind his neck\nAnd slid her elbows\nUp to his shoulders.\nThe tow-rope tightens\nA surge of gratitude.\nHe's gone with her."}} | json_instruct | {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Saint-Gratien-Savigny", "dpt" : "Ni\u00e8vre", "inscrits" : 116, "abs" : 34, "votants" : 82, "blancs" : 13, "nuls" : 4, "exp" : 65, "res" : [{"panneau" : "2", "voix" : 35}, {"panneau" : "1", "voix" : 30}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "sapinikiw", "h" : [{"d" : [{"f" : "\u7ffb\u52d5\u3001\u5012\u9a30\u6771\u897f\u4f7f\u7528\u7684\u5de5\u5177\u3002", "e" : ["\ufff9`Sa~`pinikiw~ `to~ `panay~.\ufffa\ufffb\u7ffb\u52d5\u7a3b\u7a40\u7684\u5de5\u5177\u3002", "\ufff9\ufffa\ufffb`nikiw~ \u4e0d\u5b9c\u7528\u65bc\u690d\u7269\uff0c\u5b9c\u7528\u65bc\u88ab\u88fd\u9020\u4e4b\u7269\u3002"], "s" : ["`sa~`pina~`nikiw~"]}]}], "stem" : "nikiw"} | 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"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$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"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"axios-mock-adapter": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "gh-pages": {"type": "string"}, "react-addons-test-utils": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["axios-mock-adapter", "enzyme", "enzyme-adapter-react-16", "gh-pages", "react-addons-test-utils", "react-scripts"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "lz-string": {"type": "string"}, "mqtt": {"type": "string"}, "react": {"type": "string"}, "react-clock": {"type": "string"}, "react-dom": {"type": "string"}, "react-grid-layout": {"type": "string"}, "sanitize-html": {"type": "string"}, "select": {"type": "string"}}, "required": ["axios", "lz-string", "mqtt", "react", "react-clock", "react-dom", "react-grid-layout", "sanitize-html", "select"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "ci-test": {"type": "string"}, "eject": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "test", "ci-test", "eject", "deploy"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "version", "license", "repository", "homepage", "devDependencies", "dependencies", "scripts", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "reacticz", "version" : "0.1.26", "license" : "Apache-2.0", "repository" : {"type" : "git", "url" : "https://github.com/domoticz/Reacticz.git"}, "homepage" : "http://localhost:8080/reacticz", "devDependencies" : {"axios-mock-adapter" : "^1.19.0", "enzyme" : "^3.11.0", "enzyme-adapter-react-16" : "^1.15.6", "gh-pages" : "^3.1.0", "react-addons-test-utils" : "^15.6.2", "react-scripts" : "^4.0.1"}, "dependencies" : {"axios" : "^0.21.1", "lz-string" : "^1.4.4", "mqtt" : "^4.2.6", "react" : "^16.0.0", "react-clock" : "^3.0.0", "react-dom" : "^16.0.1", "react-grid-layout" : "^1.2.0", "sanitize-html" : "^2.3.1", "select" : "^1.1.2"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "ci-test" : "CI=true react-scripts test --env=jsdom --forceExit", "eject" : "react-scripts eject", "deploy" : "gh-pages -d build"}, "browserslist" : {"production" : [">0.2%", "not dead", "not op_mini all"], "development" : ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"axios-mock-adapter": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "gh-pages": {"type": "string"}, "react-addons-test-utils": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["axios-mock-adapter", "enzyme", "enzyme-adapter-react-16", "gh-pages", "react-addons-test-utils", "react-scripts"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "lz-string": {"type": "string"}, "mqtt": {"type": "string"}, "react": {"type": "string"}, "react-clock": {"type": "string"}, "react-dom": {"type": "string"}, "react-grid-layout": {"type": "string"}, "sanitize-html": {"type": "string"}, "select": {"type": "string"}}, "required": ["axios", "lz-string", "mqtt", "react", "react-clock", "react-dom", "react-grid-layout", "sanitize-html", "select"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "ci-test": {"type": "string"}, "eject": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "test", "ci-test", "eject", "deploy"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "version", "license", "repository", "homepage", "devDependencies", "dependencies", "scripts", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "652922204200", "text" : "\u514b\u5b5c\u52d2\u90fd\u7ef4\u6751\u59d4\u4f1a"}, {"id" : "652922204201", "text" : "\u4f9d\u5e0c\u6765\u6728\u5176\u6751\u59d4\u4f1a"}, {"id" : "652922204202", "text" : "\u963f\u514b\u6258\u683c\u62c9\u514b\u6751\u59d4\u4f1a"}, {"id" : "652922204203", "text" : "\u9614\u4f9d\u5176\u6751\u59d4\u4f1a"}, {"id" : "652922204204", "text" : "\u62dc\u4ec0\u4e70\u70ed\u514b\u6751\u59d4\u4f1a"}, {"id" : "652922204205", "text" : "\u6d77\u697c\u6751\u59d4\u4f1a"}, {"id" : "652922204206", "text" : "\u82cf\u9c81\u74e6\u6751\u59d4\u4f1a"}, {"id" : "652922204207", "text" : "\u5f3a\u5c15\u514b\u6751\u59d4\u4f1a"}, {"id" : "652922204208", "text" : "\u4f9d\u6765\u514b\u6751\u59d4\u4f1a"}, {"id" : "652922204209", "text" : "\u65af\u4e5f\u514b\u6751\u59d4\u4f1a"}, {"id" : "652922204210", "text" : "\u82f1\u4e70\u529b\u6751"}, {"id" : "652922204211", "text" : "\u548c\u8c10\u6751"}, {"id" : "652922204212", "text" : "\u4e92\u52a9\u6751"}, {"id" : "652922204501", "text" : "\u81ea\u6cbb\u533a\u519c\u4e1a\u56ed"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"soundId": {"type": "integer"}, "soundCategory": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}, "volume": {"type": "number"}, "pitch": {"type": "integer"}}, "required": ["soundId", "soundCategory", "x", "y", "z", "volume", "pitch"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"soundId" : 285, "soundCategory" : 6, "x" : 1844, "y" : 560, "z" : 913, "volume" : 0.15000000596046448, "pitch" : 1} | json_instruct | {"type": "object", "properties": {"soundId": {"type": "integer"}, "soundCategory": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}, "volume": {"type": "number"}, "pitch": {"type": "integer"}}, "required": ["soundId", "soundCategory", "x", "y", "z", "volume", "pitch"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9418051", "regency_id" : "9418", "name" : "NUNGGAWI"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Q & A with the Selenium Committee at Selenium Conf India 2016\n\nConference: http://2016.seleniumconf.in", "favorite" : "0", "length" : "49:05", "likes" : "2", "recorded" : "2016-06-24", "speakers" : ["naresh-jain"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/7OBAW7HiIQg/hqdefault.jpg", "title" : "Keynote:Q & A with the Selenium Committee", "videos" : [{"code" : "7OBAW7HiIQg", "type" : "youtube"}], "views" : "261"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fdb-all.js" : "sha512-Fn5l6iexd+M6utmgWBqZa3y1XN0SOR0wwuz+hI+AFf/jS398i3ecNAeaZx33xOTpQ9HAob81aFFG/cLoadazWg==", "fdb-all.min.js" : "sha512-Bu6QlkkxUEkR2RHLHIubz1Og9JUVpLDBMotBEUzIwThpF92ulSvfrPRCUi3gZ0fjM1ZzPCsmxfkqWRYKklMOZA==", "fdb-angular.js" : "sha512-iJCUlvv0Nx9aY8eAHUsSRm6c2lm0GULdYPv8OVd0v+kEROV4wmRiGdurfELXfHqgbYpXDTBJef6CM5R9kr+Z+Q==", "fdb-angular.min.js" : "sha512-zYpmsXnC82iQFjfdR+plI++riYdxeOpHqKn/UFh5GQk4oz7mzI3Gi5PeeHSuiZRv4DWLkg5PQHbOuRBk6z9Cog==", "fdb-autobind.js" : "sha512-f+xC/UHgnYUJra87vXOesT152rBwF0o4AaMF6M90fjud+fWekIub8P2a5r4tsz8HopyrxFcaCcC+a8gCZ1LK4w==", "fdb-autobind.min.js" : "sha512-C5EXRHGJ9UaHPkv5QU+1pnAjR1pgy7Y7yyw2YcRLGSyrDu6xYdSoUXHyqG1x4YvIpHa1NVIrcB3J36sKqXyWgQ==", "fdb-core+persist.js" : "sha512-d6aUQ13hY/q8+Qn39v8u78UKmNxiLI9/Gm7fGBaFKVJVfh8rrBz7M6H9mnbE7SPAJC/dx0eeMlri53I5WVaFHQ==", "fdb-core+persist.min.js" : "sha512-wXjqdgenW12PQFcTqh+N87B4eUgH0ajfvFOgJGemmHaOHkAwIuwz53MxWkTnh67YIFMyNhbw7DXqm552FyjiyA==", "fdb-core+views.js" : "sha512-rpkDYg9Rs4bTSbJfVwgYoxgqTdEUmr1NQ73tMJpohlhvmS8LecPdnO/eigBUMMc7cFtlvcaH3dDntAub+YNDww==", "fdb-core+views.min.js" : "sha512-wrBFRrHHtfD7pT5D1goMOWj70/FTP9eB0Y0bd70PZLSkuxLhP+kVkKqL0JXQQ5Vk7qev44u20ntVX+uW5c9/ew==", "fdb-core.js" : "sha512-UPTl3/51j8kiNqRtxb7h3gsF29VYfP0HZBaK0U+8ni7sROny6yc1FgPcqCITBJXVnzLbaLki34icVAlv0BQlmw==", "fdb-core.min.js" : "sha512-A7taPqGKdPcB69z5OoRhpSEA8HQb32d9qeRiq/hNAGtbNbX9pZZA0Jy2ug0HRfJOZ7kVmu2B3JKUqUCC9t4yzA==", "fdb-infinilist.js" : "sha512-zmo+dcaDszZicVxHhKWIkYv3JQt+O3jbpjRrj56C0xuOybGkE3uAAXz89EuLFV5H0Wmnzvj0kLZQdkJUQAvPFQ==", "fdb-infinilist.min.js" : "sha512-zfk61mfvDwRPz2XgjuQBdgQ52QBbqjEJQbkkmxHoy8WklRsDGyU+etuPq7QbY7PswO6MY33D+ZrFX2/bB+k+sg==", "fdb-legacy.js" : "sha512-jeGXF3r0m8j+64ahHTkXY4NbPoz91+Eub9CYGK9EvEL085sU/jLRpkvkRpioSizXUpto/we91aHitqfoHhB4Rw==", "fdb-legacy.min.js" : "sha512-dcYeH+PKlCp5rT6n0w+BOr/sybwiihQY1a7X580MapkUIjX5Vptj8/QCyu8EoYdlP9GmH8vcpiQGsTm4Bmuz+Q=="} | json_instruct | {"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9962009, "stations" : ["9962009"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3502180006", "district_id" : "3502180", "name" : "GUPOLO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"]}, "devDependencies": {"type": "object", "properties": {"electron-contextmenu-middleware": {"type": "string"}, "electron-prebuilt": {"type": "string"}, "xo": {"type": "string"}}, "required": ["electron-contextmenu-middleware", "electron-prebuilt", "xo"]}, "files": {"type": "array", "items": {"type": "string"}}, "xo": {"type": "object", "properties": {"envs": {"type": "array", "items": {"type": "string"}}}, "required": ["envs"]}}, "required": ["name", "version", "description", "repository", "license", "author", "scripts", "keywords", "eslintConfig", "devDependencies", "files", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "electron-input-menu", "version" : "2.1.0", "description" : "Context menu for electron input elements.", "repository" : "parro-it/electron-input-menu", "license" : "MIT", "author" : "andrea@parro.it", "scripts" : {"test" : "xo", "start" : "electron test.js"}, "keywords" : ["electron", "input", "contextmenu", "shortcuts"], "eslintConfig" : {"extends" : ["js", "features"]}, "devDependencies" : {"electron-contextmenu-middleware" : "^1.0.0", "electron-prebuilt" : "^1.1.1", "xo" : "^0.17.1"}, "files" : ["index.js"], "xo" : {"envs" : ["browser", "node"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"]}, "devDependencies": {"type": "object", "properties": {"electron-contextmenu-middleware": {"type": "string"}, "electron-prebuilt": {"type": "string"}, "xo": {"type": "string"}}, "required": ["electron-contextmenu-middleware", "electron-prebuilt", "xo"]}, "files": {"type": "array", "items": {"type": "string"}}, "xo": {"type": "object", "properties": {"envs": {"type": "array", "items": {"type": "string"}}}, "required": ["envs"]}}, "required": ["name", "version", "description", "repository", "license", "author", "scripts", "keywords", "eslintConfig", "devDependencies", "files", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 9402228003, "parent" : 9402228, "name" : "KORAGI", "latitude" : null, "longitude" : null, "postal" : [99544], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "effect", "description"]}}, "stats": {"type": "object", "properties": {"HP": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Special Attack": {"type": "integer"}, "Special Defense": {"type": "integer"}, "Speed": {"type": "integer"}}, "required": ["HP", "Attack", "Defense", "Special Attack", "Special Defense", "Speed"]}, "locations": {"type": "array", "items": {}}, "color": {"type": "string"}}, "required": ["id", "name", "genus", "description", "imageUrl", "types", "abilities", "stats", "locations", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 869, "name" : "Alcremie", "genus" : "Cream Pok\u00e9mon", "description" : "Cream pours endlessly from this Pok\u00e9mon's body. The cream stiffens when compressed by an impact. A harder impact results in harder cream.", "imageUrl" : "https://raw.githubusercontent.com/anurag-roy/poke-api/main/assets/images/869.webp", "types" : ["Fairy"], "abilities" : [{"name" : "Sweet Veil", "effect" : "Prevents friendly Pok\u00e9mon from sleeping.", "description" : "Prevents itself and ally Pok\u00e9mon from falling asleep."}, {"name" : "Aroma Veil", "effect" : "Protects allies against moves that affect their mental state.", "description" : "Protects allies from attacks that limit their move choices."}], "stats" : {"HP" : 65, "Attack" : 60, "Defense" : 75, "Special Attack" : 110, "Special Defense" : 121, "Speed" : 64}, "locations" : [], "color" : "#fcfcf0"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "effect", "description"]}}, "stats": {"type": "object", "properties": {"HP": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Special Attack": {"type": "integer"}, "Special Defense": {"type": "integer"}, "Speed": {"type": "integer"}}, "required": ["HP", "Attack", "Defense", "Special Attack", "Special Defense", "Speed"]}, "locations": {"type": "array", "items": {}}, "color": {"type": "string"}}, "required": ["id", "name", "genus", "description", "imageUrl", "types", "abilities", "stats", "locations", "color"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xc3a1c1eea96588fc1f67f29fac5526225b1a16ae", "tool" : "osiris", "start" : 1564577931.1627953, "end" : 1564577933.7864938, "duration" : 2.6236984729766846, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-rdkafka": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["node-rdkafka", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "simple-producer", "version" : "1.0.0", "description" : "Simple app to produce messages to kafka", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/mknippenberg/garden/tree/master/EDA"}, "keywords" : ["node"], "author" : "Mathias Knippenberg", "license" : "ISC", "dependencies" : {"node-rdkafka" : "^2.3.3", "typescript" : "^2.6.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-rdkafka": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["node-rdkafka", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Head": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Masks": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Hair": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Torso": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Legs": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Bags": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Shoes": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Accessories": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Undershirts": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "BodyArmor": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Decals": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Tops": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}}, "required": ["Head", "Masks", "Hair", "Torso", "Legs", "Bags", "Shoes", "Accessories", "Undershirts", "BodyArmor", "Decals", "Tops"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Head" : {"m" : 1, "f" : 1}, "Masks" : {"m" : 189, "f" : 189}, "Hair" : {"m" : 74, "f" : 76}, "Torso" : {"m" : 194, "f" : 239}, "Legs" : {"m" : 132, "f" : 139}, "Bags" : {"m" : 88, "f" : 88}, "Shoes" : {"m" : 97, "f" : 101}, "Accessories" : {"m" : 150, "f" : 119}, "Undershirts" : {"m" : 177, "f" : 215}, "BodyArmor" : {"m" : 55, "f" : 55}, "Decals" : {"m" : 79, "f" : 88}, "Tops" : {"m" : 361, "f" : 380}} | json_instruct | {"type": "object", "properties": {"Head": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Masks": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Hair": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Torso": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Legs": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Bags": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Shoes": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Accessories": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Undershirts": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "BodyArmor": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Decals": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Tops": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}}, "required": ["Head", "Masks", "Hair", "Torso", "Legs", "Bags", "Shoes", "Accessories", "Undershirts", "BodyArmor", "Decals", "Tops"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "validation_fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "placeholder": {"type": "string"}, "label": {"type": "string"}}, "required": ["name", "type", "placeholder", "label"]}}, "rewards": {"type": "object", "properties": {"xp": {"type": "integer"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["xp", "items"]}}, "required": ["title", "description", "validation_fields", "rewards"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Logical Fallacies 4: The False Cause", "description" : "Examine factors that impact good critical thinking!", "validation_fields" : [{"name" : "notes", "type" : "prompt", "placeholder" : "Answer all ", "label" : "\"Correlation does not imply causation\" means:"}, {"name" : "answer1", "type" : "text", "placeholder" : "a, b, c, d, e", "label" : "Enter the letter corresponding to the answer:"}, {"name" : "choice1", "type" : "prompt", "placeholder" : "choice1", "label" : "a) A claim is not true just because most people believe it is"}, {"name" : "choice2", "type" : "prompt", "placeholder" : "choice2", "label" : "b) If two things happen at the same time, one is not necessarily the cause of the other"}, {"name" : "choice3", "type" : "prompt", "placeholder" : "choice3", "label" : "c) That one step will inevitably lead to the next"}], "rewards" : {"xp" : 200, "items" : ["80s_glasses"]}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "validation_fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "placeholder": {"type": "string"}, "label": {"type": "string"}}, "required": ["name", "type", "placeholder", "label"]}}, "rewards": {"type": "object", "properties": {"xp": {"type": "integer"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["xp", "items"]}}, "required": ["title", "description", "validation_fields", "rewards"], "$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": {"start": {"type": "string"}, "test": {"type": "string"}, "cover": {"type": "string"}, "coveralls": {"type": "string"}, "codecov": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "test", "cover", "coveralls", "codecov", "lint"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"env2": {"type": "string"}, "hapi": {"type": "string"}, "hapi-plugin-oracledb": {"type": "string"}, "hapi-postgres-connection": {"type": "string"}, "istanbul": {"type": "string"}, "joi": {"type": "string"}, "oracledb": {"type": "string"}, "tape": {"type": "string"}}, "required": ["env2", "hapi", "hapi-plugin-oracledb", "hapi-postgres-connection", "istanbul", "joi", "oracledb", "tape"]}, "devDependencies": {"type": "object", "properties": {"codecov": {"type": "string"}, "coveralls": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-fix": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "js-beautify": {"type": "string"}, "sonarqube-scanner": {"type": "string"}}, "required": ["codecov", "coveralls", "eslint", "eslint-config-airbnb-base", "eslint-fix", "eslint-plugin-import", "js-beautify", "sonarqube-scanner"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "curious-api", "version" : "0.0.1", "description" : "Rest api to access multiple databases.", "main" : "server/index.js", "scripts" : {"start" : "node server/index.js", "test" : "tape ./spec/*.spec.js", "cover" : "istanbul cover tape ./spec/*.spec.js", "coveralls" : "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls", "codecov" : "npm run cover -- --report lcovonly && cat ./coverage/lcov.info && codecov", "lint" : "eslint server/*.js"}, "keywords" : ["query", "database", "rest"], "repository" : {"type" : "git", "url" : "https://github.com/jerrythomas/curious-api.git"}, "author" : "Jerry Thomas", "license" : "MIT", "dependencies" : {"env2" : "^2.2.0", "hapi" : "^17.0.0", "hapi-plugin-oracledb" : "^3.0.3", "hapi-postgres-connection" : "^6.4.0", "istanbul" : "^0.4.5", "joi" : "^13.0.0", "oracledb" : "^1.13.1", "tape" : "^4.8.0"}, "devDependencies" : {"codecov" : "^2.3.0", "coveralls" : "^2.13.1", "eslint" : "^4.6.1", "eslint-config-airbnb-base" : "^12.0.0", "eslint-fix" : "^1.0.3", "eslint-plugin-import" : "^2.7.0", "js-beautify" : "^1.6.14", "sonarqube-scanner" : "^2.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "cover": {"type": "string"}, "coveralls": {"type": "string"}, "codecov": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "test", "cover", "coveralls", "codecov", "lint"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"env2": {"type": "string"}, "hapi": {"type": "string"}, "hapi-plugin-oracledb": {"type": "string"}, "hapi-postgres-connection": {"type": "string"}, "istanbul": {"type": "string"}, "joi": {"type": "string"}, "oracledb": {"type": "string"}, "tape": {"type": "string"}}, "required": ["env2", "hapi", "hapi-plugin-oracledb", "hapi-postgres-connection", "istanbul", "joi", "oracledb", "tape"]}, "devDependencies": {"type": "object", "properties": {"codecov": {"type": "string"}, "coveralls": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-fix": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "js-beautify": {"type": "string"}, "sonarqube-scanner": {"type": "string"}}, "required": ["codecov", "coveralls", "eslint", "eslint-config-airbnb-base", "eslint-fix", "eslint-plugin-import", "js-beautify", "sonarqube-scanner"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "$id": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"pageSize": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "format": {"type": "string"}}, "required": ["title", "type", "description", "format"]}, "pageToken": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "type", "description"]}}, "required": ["pageSize", "pageToken"]}}, "required": ["title", "$id", "$schema", "type", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "ListShelvesRequest", "$id" : "http://example.com/schemas/ListShelvesRequest.json", "$schema" : "http://json-schema.org/draft-07/schema#", "type" : "object", "description" : "Request message for LibraryService.ListShelves.", "properties" : {"pageSize" : {"title" : "pageSize", "type" : "integer", "description" : "Requested page size. Server may return fewer shelves than requested. If unspecified, server will pick an appropriate default.", "format" : "int32"}, "pageToken" : {"title" : "pageToken", "type" : "string", "description" : "A token identifying a page of results the server should return. Typically, this is the value of [ListShelvesResponse.next_page_token][google.example.library.v1.ListShelvesResponse.next_page_token] returned from the previous call to `ListShelves` method."}}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "$id": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"pageSize": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "format": {"type": "string"}}, "required": ["title", "type", "description", "format"]}, "pageToken": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "type", "description"]}}, "required": ["pageSize", "pageToken"]}}, "required": ["title", "$id", "$schema", "type", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": "integer"}, "RP": {"type": "integer"}, "matches": {"type": "integer"}}, "required": ["name", "place", "date", "highest", "QP", "RP", "matches"]}}}, "required": ["from", "name", "num", "comps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"from" : "Lake Forest, IL USA", "name" : "Wildcats", "num" : 5072, "comps" : [{"name" : "IL FTC Qualifying Tournament", "place" : "Highland Park High School", "date" : "10-Nov-12", "highest" : 50, "QP" : 8, "RP" : 42, "matches" : 7}]} | json_instruct | {"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": "integer"}, "RP": {"type": "integer"}, "matches": {"type": "integer"}}, "required": ["name", "place", "date", "highest", "QP", "RP", "matches"]}}}, "required": ["from", "name", "num", "comps"], "$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": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"town" : "\u5b57\u8d64\u795e", "koaza" : "", "lat" : 41.492914, "lng" : 140.073625}, {"town" : "\u5b57\u671d\u65e5", "koaza" : "", "lat" : 41.432804, "lng" : 140.126726}, {"town" : "\u5b57\u611b\u5b95", "koaza" : "", "lat" : 41.445089, "lng" : 140.092964}, {"town" : "\u5b57\u8352\u8c37", "koaza" : "", "lat" : 41.43054, "lng" : 140.180849}, {"town" : "\u5b57\u6c5f\u826f", "koaza" : "", "lat" : 41.554978, "lng" : 140.007851}, {"town" : "\u5b57\u5927\u78ef", "koaza" : "", "lat" : 41.426343, "lng" : 140.094634}, {"town" : "\u5b57\u5927\u6ca2", "koaza" : "", "lat" : 41.448331, "lng" : 140.171775}, {"town" : "\u5b57\u5927\u5cf6", "koaza" : "", "lat" : 41.510099, "lng" : 139.360479}, {"town" : "\u5b57\u5927\u6d25", "koaza" : "", "lat" : 41.565208, "lng" : 140.101262}, {"town" : "\u5b57\u4e0a\u5ddd", "koaza" : "", "lat" : 41.479276, "lng" : 140.145887}, {"town" : "\u5b57\u795e\u5c71", "koaza" : "", "lat" : 41.618086, "lng" : 139.99154}, {"town" : "\u5b57\u5510\u6d25", "koaza" : "", "lat" : 41.429354, "lng" : 140.103913}, {"town" : "\u5b57\u6e05\u90e8", "koaza" : "", "lat" : 41.526242, "lng" : 140.016839}, {"town" : "\u5b57\u5c0f\u5cf6", "koaza" : "", "lat" : 41.358899, "lng" : 139.804646}, {"town" : "\u5b57\u5c0f\u6d5c", "koaza" : "", "lat" : 41.519237, "lng" : 140.02359}, {"town" : "\u5b57\u672d\u524d", "koaza" : "", "lat" : 41.470135, "lng" : 140.046134}, {"town" : "\u5b57\u9759\u6d66", "koaza" : "", "lat" : 41.493721, "lng" : 140.03324}, {"town" : "\u5b57\u767d\u795e", "koaza" : "", "lat" : 41.412351, "lng" : 140.188004}, {"town" : "\u5b57\u767d\u5742", "koaza" : "", "lat" : 41.578336, "lng" : 139.99323}, {"town" : "\u5b57\u795e\u660e", "koaza" : "", "lat" : 41.457066, "lng" : 140.113025}, {"town" : "\u5b57\u9ad8\u91ce", "koaza" : "", "lat" : 41.546384, "lng" : 140.101423}, {"town" : "\u5b57\u5efa\u77f3", "koaza" : "", "lat" : 41.431952, "lng" : 140.076647}, {"town" : "\u5b57\u9928\u6d5c", "koaza" : "", "lat" : 41.460573, "lng" : 140.071324}, {"town" : "\u5b57\u6708\u5cf6", "koaza" : "", "lat" : 41.429496, "lng" : 140.123034}, {"town" : "\u5b57\u8c4a\u5ca1", "koaza" : "", "lat" : 41.435443, "lng" : 140.116486}, {"town" : "\u5b57\u897f\u9928", "koaza" : "", "lat" : 41.445076, "lng" : 140.102436}, {"town" : "\u5b57\u535a\u591a", "koaza" : "", "lat" : 41.428658, "lng" : 140.100242}, {"town" : "\u5b57\u539f\u53e3", "koaza" : "", "lat" : 41.598271, "lng" : 140.022242}, {"town" : "\u5b57\u6771\u5c71", "koaza" : "", "lat" : 41.445091, "lng" : 140.119988}, {"town" : "\u5b57\u798f\u5c71", "koaza" : "", "lat" : 41.431828, "lng" : 140.111609}, {"town" : "\u5b57\u4e8c\u8d8a", "koaza" : "", "lat" : 41.560724, "lng" : 139.995516}, {"town" : "\u5b57\u5f01\u5929", "koaza" : "", "lat" : 41.42168, "lng" : 140.087902}, {"town" : "\u5b57\u677e\u57ce", "koaza" : "", "lat" : 41.430748, "lng" : 140.107234}, {"town" : "\u5b57\u8302\u8349", "koaza" : "", "lat" : 41.520106, "lng" : 140.096377}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "modelVersion": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "string"}, "hitIndicator": {"type": "string"}, "inputExpressions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "variableId": {"type": "string"}, "variableType": {"type": "null"}, "type": {"type": "string"}, "label": {"type": "string"}, "entries": {"type": "array", "items": {"type": "string"}}, "newVariable": {"type": "boolean"}}, "required": ["id", "variableId", "variableType", "type", "label", "entries", "newVariable"]}}, "outputExpressions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "variableId": {"type": "string"}, "variableType": {"type": "null"}, "type": {"type": "string"}, "label": {"type": "string"}, "entries": {"type": "array", "items": {"type": "string"}}, "newVariable": {"type": "boolean"}}, "required": ["id", "variableId", "variableType", "type", "label", "entries", "newVariable"]}}, "rules": {"type": "array", "items": {"type": "object", "properties": {"2": {"type": "string"}, "1_operator": {"type": "string"}, "1_expression": {"type": "string"}, "3_operator": {"type": "string"}, "3_expression": {"type": "string"}}, "required": ["2", "1_operator", "1_expression", "3_operator", "3_expression"]}}}, "required": ["id", "modelVersion", "name", "key", "hitIndicator", "inputExpressions", "outputExpressions", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7c145a47-476f-11e7-8d39-a26608126000", "modelVersion" : "2", "name" : "dhfdhdfh34444", "key" : "dhfdhdfh34444", "hitIndicator" : "OUTPUT ORDER", "inputExpressions" : [{"id" : "1", "variableId" : "input1", "variableType" : null, "type" : "string", "label" : "Input One", "entries" : ["AAA", "BBB"], "newVariable" : false}, {"id" : "3", "variableId" : "input2", "variableType" : null, "type" : "string", "label" : "Input Two", "entries" : [], "newVariable" : false}], "outputExpressions" : [{"id" : "2", "variableId" : "output1", "variableType" : null, "type" : "string", "label" : "Output One", "entries" : ["THIRD", "FIRST", "SECOND"], "newVariable" : false}], "rules" : [{"2" : "FIRST", "1_operator" : "==", "1_expression" : "AAA", "3_operator" : "==", "3_expression" : "-"}, {"2" : "SECOND", "1_operator" : "==", "1_expression" : "AAA", "3_operator" : "==", "3_expression" : "-"}, {"2" : "THIRD", "1_operator" : "==", "1_expression" : "AAA", "3_operator" : "==", "3_expression" : "-"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "modelVersion": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "string"}, "hitIndicator": {"type": "string"}, "inputExpressions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "variableId": {"type": "string"}, "variableType": {"type": "null"}, "type": {"type": "string"}, "label": {"type": "string"}, "entries": {"type": "array", "items": {"type": "string"}}, "newVariable": {"type": "boolean"}}, "required": ["id", "variableId", "variableType", "type", "label", "entries", "newVariable"]}}, "outputExpressions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "variableId": {"type": "string"}, "variableType": {"type": "null"}, "type": {"type": "string"}, "label": {"type": "string"}, "entries": {"type": "array", "items": {"type": "string"}}, "newVariable": {"type": "boolean"}}, "required": ["id", "variableId", "variableType", "type", "label", "entries", "newVariable"]}}, "rules": {"type": "array", "items": {"type": "object", "properties": {"2": {"type": "string"}, "1_operator": {"type": "string"}, "1_expression": {"type": "string"}, "3_operator": {"type": "string"}, "3_expression": {"type": "string"}}, "required": ["2", "1_operator", "1_expression", "3_operator", "3_expression"]}}}, "required": ["id", "modelVersion", "name", "key", "hitIndicator", "inputExpressions", "outputExpressions", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"layerId": {"type": "string"}}, "required": ["layerId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"layerId" : "17ada69e316-layer-2"} | json_instruct | {"type": "object", "properties": {"layerId": {"type": "string"}}, "required": ["layerId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"P0C912": {"type": "string"}, "THCL1_AMISM": {"type": "string"}, "Amythiamicin A/B": {"type": "string"}}, "required": ["P0C912", "THCL1_AMISM", "Amythiamicin A/B"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"P0C912" : "P0C912", "THCL1_AMISM" : "P0C912", "Amythiamicin A/B" : "P0C912"} | json_instruct | {"type": "object", "properties": {"P0C912": {"type": "string"}, "THCL1_AMISM": {"type": "string"}, "Amythiamicin A/B": {"type": "string"}}, "required": ["P0C912", "THCL1_AMISM", "Amythiamicin A/B"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200886709005000, "key" : "/static/4ed70146ff288fb074b18ea4358aa7ec/443ee/blog-6.jpg", "val" : "14ccde7690ed0f3919d9548f2080cf2b"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Outer Space Astronauts", "genre" : "Sitcom, Science fiction", "creators" : ["Russell Barrett"], "cast" : [], "country_of_origin" : "USA", "seasons" : 1, "episodes" : 5, "start_date" : "", "end_date" : ""} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"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": {"name": {"type": "string"}, "description": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "description", "href"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.3564020806, 48.4895088831]}, "properties" : {"name" : "AEG20", "description" : "plot at Explotatories", "href" : "transfer/content/visual_plotstation_raw.html"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.3572193006, 48.4422038842]}, "properties" : {"name" : "AEG21", "description" : "plot at Explotatories", "href" : "http://137.248.191.249:8080/0123456789abcdef/content/visual_plotstation_raw.html"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.5134230403, 48.4043813138]}, "properties" : {"name" : "AEG22", "description" : "plot at Explotatories", "href" : "http://137.248.191.249:8080/0123456789abcdef/content/visual_plotstation_raw.html"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.512354055, 48.4189546956]}, "properties" : {"name" : "AEG23", "description" : "plot at Explotatories", "href" : "http://137.248.191.249:8080/0123456789abcdef/content/visual_plotstation_raw.html"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.4934922481, 48.3964648774]}, "properties" : {"name" : "AEG24", "description" : "plot at Explotatories", "href" : "http://137.248.191.249:8080/0123456789abcdef/content/visual_plotstation_raw.html"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.2595965836, 48.3954780011]}, "properties" : {"name" : "AEG25", "description" : "plot at Explotatories", "href" : "http://137.248.191.249:8080/0123456789abcdef/content/visual_plotstation_raw.html"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.4038818301, 48.3951061598]}, "properties" : {"name" : "AEG26", "description" : "plot at Explotatories", "href" : "http://137.248.191.249:8080/0123456789abcdef/content/visual_plotstation_raw.html"}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"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": {"name": {"type": "string"}, "description": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "description", "href"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"projectId": {"type": "string"}, "orgId": {"type": "string"}}, "required": ["projectId", "orgId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectId" : "QmfLP3fdeNsH4HnYPtXudETGiBnzRKYPn24QfWybRnwe5a", "orgId" : "VwHE1khqZEw3VdQNuSVEcPpV"} | json_instruct | {"type": "object", "properties": {"projectId": {"type": "string"}, "orgId": {"type": "string"}}, "required": ["projectId", "orgId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Leave Ukraine": {"type": "string"}}, "required": ["Leave Ukraine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Leave Ukraine" : ""} | json_instruct | {"type": "object", "properties": {"Leave Ukraine": {"type": "string"}}, "required": ["Leave Ukraine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"val score indist": {"type": "number"}, "val score outdist": {"type": "number"}, "collisions indist": {"type": "number"}, "collisions outdist": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "Chunk Loss": {"type": "number"}, "Seconds per iter": {"type": "integer"}, "LR": {"type": "number"}, "Total time (min)": {"type": "integer"}}, "required": ["val score indist", "val score outdist", "collisions indist", "collisions outdist", "_step", "_runtime", "_timestamp", "Chunk Loss", "Seconds per iter", "LR", "Total time (min)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"val score indist" : 0.5925531479129972, "val score outdist" : 0.5989378848617597, "collisions indist" : NaN, "collisions outdist" : 0.0, "_step" : 43, "_runtime" : 720, "_timestamp" : 1610636991, "Chunk Loss" : 0.0116, "Seconds per iter" : 5, "LR" : 0.0003, "Total time (min)" : 12} | json_instruct | {"type": "object", "properties": {"val score indist": {"type": "number"}, "val score outdist": {"type": "number"}, "collisions indist": {"type": "number"}, "collisions outdist": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "Chunk Loss": {"type": "number"}, "Seconds per iter": {"type": "integer"}, "LR": {"type": "number"}, "Total time (min)": {"type": "integer"}}, "required": ["val score indist", "val score outdist", "collisions indist", "collisions outdist", "_step", "_runtime", "_timestamp", "Chunk Loss", "Seconds per iter", "LR", "Total time (min)"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"sockjs.js": {"type": "string"}, "sockjs.min.js": {"type": "string"}}, "required": ["sockjs.js", "sockjs.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sockjs.js" : "sha256-jikKrUUCniwCk9RhXGXyZQyobqzxQT4rZc1IXgk4H5M=", "sockjs.min.js" : "sha256-DuXhdIBg+olMlKs9kOaPJJlV48F2MmHuR/wqj6e0wo0="} | json_instruct | {"type": "object", "properties": {"sockjs.js": {"type": "string"}, "sockjs.min.js": {"type": "string"}}, "required": ["sockjs.js", "sockjs.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"test_cases": {"type": "array", "items": {"type": "object", "properties": {"args": {"type": "object", "properties": {"n": {"type": "integer"}}, "required": ["n"]}, "expected": {"type": "integer"}}, "required": ["args", "expected"]}}}, "required": ["test_cases"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"test_cases" : [{"args" : {"n" : 1}, "expected" : 0}, {"args" : {"n" : 2}, "expected" : 1}, {"args" : {"n" : 3}, "expected" : 2}, {"args" : {"n" : 10}, "expected" : 16}]} | json_instruct | {"type": "object", "properties": {"test_cases": {"type": "array", "items": {"type": "object", "properties": {"args": {"type": "object", "properties": {"n": {"type": "integer"}}, "required": ["n"]}, "expected": {"type": "integer"}}, "required": ["args", "expected"]}}}, "required": ["test_cases"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "entities": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "object", "properties": {"display_url": {"type": "string"}, "expanded_url": {"type": "string"}, "url": {"type": "string"}, "indices": {"type": "array", "items": {"type": "integer"}}}, "required": ["display_url", "expanded_url", "url", "indices"]}}, "hashtags": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "indices": {"type": "array", "items": {"type": "integer"}}}, "required": ["text", "indices"]}}, "user_mentions": {"type": "array", "items": {"type": "object", "properties": {"screen_name": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "integer"}, "id_str": {"type": "string"}, "indices": {"type": "array", "items": {"type": "integer"}}}, "required": ["screen_name", "name", "id", "id_str", "indices"]}}}, "required": ["urls", "hashtags", "user_mentions"]}}, "required": ["text", "entities"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "This tweet has it all, it has got the links https://t.co/qeSnkprYiP and https://t.co/Ed4omjYs, it has the hashtags #Hashtag and #Another, and finally the user mentions for @jedkirby and @google.", "entities" : {"urls" : [{"display_url" : "jedkirby.com", "expanded_url" : "https://jedkirby.com", "url" : "https://t.co/qeSnkprYiP", "indices" : [0, 0]}, {"display_url" : "google.co.uk", "expanded_url" : "https://www.google.co.uk/about", "url" : "https://t.co/Ed4omjYs", "indices" : [0, 0]}], "hashtags" : [{"text" : "Hashtag", "indices" : [0, 0]}, {"text" : "Another", "indices" : [0, 0]}], "user_mentions" : [{"screen_name" : "jedkirby", "name" : "James Kirby", "id" : 12345, "id_str" : "12345", "indices" : [0, 0]}, {"screen_name" : "google", "name" : "Google", "id" : 6789, "id_str" : "6789", "indices" : [0, 0]}]}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "entities": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "object", "properties": {"display_url": {"type": "string"}, "expanded_url": {"type": "string"}, "url": {"type": "string"}, "indices": {"type": "array", "items": {"type": "integer"}}}, "required": ["display_url", "expanded_url", "url", "indices"]}}, "hashtags": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "indices": {"type": "array", "items": {"type": "integer"}}}, "required": ["text", "indices"]}}, "user_mentions": {"type": "array", "items": {"type": "object", "properties": {"screen_name": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "integer"}, "id_str": {"type": "string"}, "indices": {"type": "array", "items": {"type": "integer"}}}, "required": ["screen_name", "name", "id", "id_str", "indices"]}}}, "required": ["urls", "hashtags", "user_mentions"]}}, "required": ["text", "entities"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "type": {"type": "string"}, "command": {"type": "string"}, "group": {"type": "object", "properties": {"kind": {"type": "string"}, "isDefault": {"type": "boolean"}}, "required": ["kind", "isDefault"]}}, "required": ["label", "type", "command", "group"]}}}, "required": ["version", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "2.0.0", "tasks" : [{"label" : "install dependencies", "type" : "shell", "command" : "poetry install", "group" : {"kind" : "build", "isDefault" : true}}, {"label" : "compile-format-docs", "type" : "shell", "command" : "python -m poetry run coconut --minify viscloudio && python -m poetry run black . && sphinx-build -b html . docs/_build", "group" : {"kind" : "build", "isDefault" : true}}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "type": {"type": "string"}, "command": {"type": "string"}, "group": {"type": "object", "properties": {"kind": {"type": "string"}, "isDefault": {"type": "boolean"}}, "required": ["kind", "isDefault"]}}, "required": ["label", "type", "command", "group"]}}}, "required": ["version", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Nilesh Doctor"}, {"author" : "Vidhyachandra Gandhi"}, {"author" : "Sharad Shah"}, {"author" : "Maharra Hussain"}, {"author" : "Shaji Marar"}, {"author" : "Sujith Philip"}], "doi" : "10.1186/1757-1626-2-1", "publication_date" : "2009-01-02", "id" : "EN118634", "url" : "https://pubmed.ncbi.nlm.nih.gov/19117529", "source" : "Cases journal", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 37-year old lady underwent side-to-side portacaval shunt for Budd Chiari syndrome. She had early shunt blockage and this was successfully treated with the placement of a metallic stent across the shunt."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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#"}
| [["433122208200", "\u767d\u7f8a\u6eaa\u6751", "210", "0"], ["433122208201", "\u6bdb\u576a\u6751", "220", "0"], ["433122208202", "\u5468\u5bb6\u5be8\u6751", "220", "0"], ["433122208203", "\u9a6c\u5165\u7530\u6751", "220", "0"], ["433122208204", "\u9ebb\u6eaa\u6751", "220", "0"], ["433122208205", "\u9a6c\u738b\u6eaa\u6751", "220", "0"], ["433122208206", "\u4e91\u4e0a\u6751", "220", "0"], ["433122208207", "\u6392\u53e3\u6751", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "simshaun/recurr": {"type": "string"}, "mtdowling/cron-expression": {"type": "string"}, "jeremeamia/superclosure": {"type": "string"}, "doctrine/dbal": {"type": "string"}}, "required": ["php", "simshaun/recurr", "mtdowling/cron-expression", "jeremeamia/superclosure", "doctrine/dbal"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Scheduler\\": {"type": "string"}, "SchedulerTests\\": {"type": "string"}}, "required": ["Scheduler\\", "SchedulerTests\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "check-style": {"type": "string"}, "fix-style": {"type": "string"}}, "required": ["test", "check-style", "fix-style"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "autoload", "scripts", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hutnikau/job-scheduler", "type" : "library", "description" : "PHP job scheduler", "keywords" : ["scheduler"], "homepage" : "https://github.com/hutnikau/job-scheduler", "license" : "MIT", "authors" : [{"name" : "Aleh Hutnikau", "email" : "goodnickoff@gmail.com", "homepage" : "https://github.com/hutnikau", "role" : "Developer"}], "require" : {"php" : ">=5.6.0", "simshaun/recurr" : "~3.0.0", "mtdowling/cron-expression" : "~1.2.0", "jeremeamia/superclosure" : "^2.0", "doctrine/dbal" : "~2.5"}, "require-dev" : {"phpunit/phpunit" : "^5.7.16", "squizlabs/php_codesniffer" : "^2.3"}, "autoload" : {"psr-4" : {"Scheduler\\" : "src/", "SchedulerTests\\" : "tests/"}}, "scripts" : {"test" : "phpunit", "check-style" : "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests", "fix-style" : "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"}, "config" : {"sort-packages" : true}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "simshaun/recurr": {"type": "string"}, "mtdowling/cron-expression": {"type": "string"}, "jeremeamia/superclosure": {"type": "string"}, "doctrine/dbal": {"type": "string"}}, "required": ["php", "simshaun/recurr", "mtdowling/cron-expression", "jeremeamia/superclosure", "doctrine/dbal"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Scheduler\\": {"type": "string"}, "SchedulerTests\\": {"type": "string"}}, "required": ["Scheduler\\", "SchedulerTests\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "check-style": {"type": "string"}, "fix-style": {"type": "string"}}, "required": ["test", "check-style", "fix-style"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "autoload", "scripts", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": "number"}, "wt_postprocess_time": {"type": "number"}, "avg_q_len": {"type": "number"}, "tps": {"type": "number"}}, "required": ["r_time", "quing_time", "mc_wait_time", "nt_service_time", "wt_preprocess_time", "wt_service_time", "wt_postprocess_time", "avg_q_len", "tps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"r_time" : 3430111.414607974, "quing_time" : 159769.61331559217, "mc_wait_time" : 3241683.187157618, "nt_service_time" : 2916.7335455784137, "wt_preprocess_time" : 6123.933463006017, "wt_service_time" : 6123.933463006017, "wt_postprocess_time" : 3241683.187157618, "avg_q_len" : 2.4174710630846112, "tps" : 4013.6571428571424} | json_instruct | {"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": "number"}, "wt_postprocess_time": {"type": "number"}, "avg_q_len": {"type": "number"}, "tps": {"type": "number"}}, "required": ["r_time", "quing_time", "mc_wait_time", "nt_service_time", "wt_preprocess_time", "wt_service_time", "wt_postprocess_time", "avg_q_len", "tps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Saint-Sever-du-Moustier", "dpt" : "Aveyron", "inscrits" : 210, "abs" : 48, "votants" : 162, "blancs" : 23, "nuls" : 2, "exp" : 137, "res" : [{"panneau" : "1", "voix" : 115}, {"panneau" : "2", "voix" : 22}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "morexfood:carrot_pieces"}, {"item" : "morexfood:asparagus_pieces"}, {"item" : "morexfood:chicken_pieces"}, {"item" : "morexfood:rice"}, {"item" : "morexfood:salt"}, {"item" : "minecraft:water_bucket"}], "result" : {"item" : "morexfood:chicken_fricassee_special_raw"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["AFRICA", "ANTARCTICA", "ASIA", "AUSTRALIA", "EUROPE", "NORTH AMERICA", "SOUTH AMERICA"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"WithThisHerring": {"type": "array", "items": {"type": "string"}}}, "required": ["WithThisHerring"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WithThisHerring" : ["RoyalBlood", "MedievalEuropeanFantasy", "TheEndOfTheWorldAsWeKnowIt", "BecauseDestinySaysSo", "SupernaturalAid", "MoneySpider", "LateToTheTragedy", "KidHero", "JumpedAtTheCall", "NoHeroDiscount", "BagOfSpilling", "GivingTheSwordToANoob", "TheChosenZero", "ItMayHelpYouOnYourQuest", "ShamuFu", "SortingAlgorithmOfWeaponEffectiveness", "ATasteOfPower", "EarlyGameHell", "StarterEquipment", "RedHerring", "WithThisRing", "WithThisRing", "EnsignNewbie", "NewMeat", "HumongousMecha", "HeroicResolve", "TheCavalry", "SuperDrowningSkills", "OneManArmy", "IdiotPlot", "UriahGambit", "UriahGambit", "UriahGambit", "HopelessWithTech", "NiceJobBreakingItHero", "TheScottishTrope", "GatlingGood", "RuleOfFunny", "ChekhovsArmoury", "BigBad", "SoulJar", "BFG", "MoreDakka", "RuleOfFunny", "BadBoss", "PhlebotinumBreakdown", "OnSiteProcurement", "RandomNumberGod", "RuleOfFunny", "AvertedTrope", "SufficientlyAdvancedAlien", "WretchedHive", "SuperSoldier", "OneManArmy", "Jerkass", "BrokenBridge", "SortingAlgorithmOfWeaponEffectiveness", "PhlebotinumOverload", "TimeCrash", "DynamicEntry", "EmpathicWeapon", "DropTheHammer", "ThePlague", "SuicideMission", "BigBad", "ImprovisedArmour", "NeverLiveItDown", "MassOhCrap", "BoringButPractical", "AwesomeButImpractical", "EasyLogistics", "BlackKnight", "LaResistance", "ArchEnemy", "ScrewTheRulesIMakeThem", "TheStinger"]} | json_instruct | {"type": "object", "properties": {"WithThisHerring": {"type": "array", "items": {"type": "string"}}}, "required": ["WithThisHerring"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "sesamoidal", "definition" : "Sesamoid."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Marienschule Fulda", "id" : "HE-8604-0", "official_id" : "8604", "address" : "Lindenstra\u00dfe 27, 36037 Fulda", "school_type" : "Gymnasium mit gymnasialer Oberstufe", "school_type_entity" : "Gymnasium", "fax" : "0661/9028217", "state" : "HE", "phone" : "0661/902820", "full_time_school" : false, "lon" : 9.682274, "lat" : 50.552032} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"articleId": {"type": "string"}, "cookie": {"type": "string"}, "baseUrl": {"type": "string"}, "keyvalPair": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}, "mdName": {"type": "string"}, "keyvalstring": {"type": "string"}}, "required": ["articleId", "cookie", "baseUrl", "keyvalPair", "mdName", "keyvalstring"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"articleId" : "", "cookie" : ".AspNetCore.Cookies=CfDJ8EGboqbRlH5IsfITz6hEJr3yugr5nAyxHs9Glu24nQNDwo50yI9vCc6b00gG-A7wGg7ADg1JV7Uf_Jn1ok_YAWQLJBWgRHkoFLyocsSlboecGMYbkKcZ5nvq0m9h9K6Nt6ZGXgnPu5Cn-cDt-Kh8s0apE4pay3y_XD-f2X5aU0b-AScCzRKkE11FhFHv-DF8Y4YgEFiYr8u8pLd-qf-oDpbKcuJ7PNtMtJW3nCCmBv9ZiM74vgV-swS2dZIdV0HVxc_vclHLkeqDskMM2gPjEQpOi2C7devT_UQTmwsufQbpkReexv8EgtZmesvpORUG5SCtjl2NhJFoQ_LJghmEmbUdNTwI5xLtj7GGXDrl_kFYd5vEerF6ApdVwO4Z95yIBAfD4ba8qxZNIpFz0sAfD4eqSHc2rUB0Vfm61fR863mODkL94UafAP3EeBTfniiOO3UMaY4Yva5gLChAAAXLyzBshHvzPDN5AfyucbsQIfhTULj6i__g2Mk6ZA06TW-rPvCYFeWx76SomxcTMrMm_AQ2QrpeDLGnYBbkhShhBcAX7T9ymRVUxSGMZLcXfkci8A_R2bzFKlocP0u2MAYQ5MqUl-rt2BFp9ZcqgZNFDCUD6HOJJ1me4MAVx_EA9R8Q-Wy0Cqa8PlsGE_CLnIiWQaWyqxEoUdeOkw5AxUf61vDedZQyeAOh0gSHyc_Iw4EcFXrSOnjLTu5P_B5UwHykArqBVRPo1asj_Nf7Dcje6ZlXI0nY33QHseZ9U4Yvw-OfEalGUZ09TJihX_tetBYfykflCglhduiahXqPAlJXlXmaox86VlROOyPPPmZ0d8pkMO2AxuyBEJS-YaC5VYDnqvvLM6vVnmZSbOr1mL0xpDHDJgY_hWW7vHa42YMVX6yBo43NA4aSQy-UmxPWj4xox7I; expires=Sat, 11 Jul 2020 12:52:09 GMT; domain=.limfx.pro; path=/; samesite=lax; httponly", "baseUrl" : "https://www.limfx.pro", "keyvalPair" : {"" : ""}, "mdName" : "", "keyvalstring" : "{\"\":\"\"}"} | json_instruct | {"type": "object", "properties": {"articleId": {"type": "string"}, "cookie": {"type": "string"}, "baseUrl": {"type": "string"}, "keyvalPair": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}, "mdName": {"type": "string"}, "keyvalstring": {"type": "string"}}, "required": ["articleId", "cookie", "baseUrl", "keyvalPair", "mdName", "keyvalstring"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"wangEditor.css": {"type": "string"}, "wangEditor.js": {"type": "string"}, "wangEditor.min.css": {"type": "string"}, "wangEditor.min.js": {"type": "string"}}, "required": ["wangEditor.css", "wangEditor.js", "wangEditor.min.css", "wangEditor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"wangEditor.css" : "sha512-xlUD7Hiee/2xoPnNJmbt+1mfU6ZSlEjsvzuqmElkieQGKbp3W/5yfNMYRUG5WT+xBjde5YxheRo+W3w9cye0SQ==", "wangEditor.js" : "sha512-+2BKhL/eVpkYlUByKzSIqjzzvcyfInsx4FTMcaCEsCk+fSZHq9Fl2q/HcBuknlKUUJTrh1v008tX3qymUxs9HA==", "wangEditor.min.css" : "sha512-rky5/I0P4tV6Ul2fYA2X/q+OUh9Hj+lNdeMorivgZ/OTiLuFjwPMbPoQxzhjSnrvUvIffjKePVdNJkYJGTIjwg==", "wangEditor.min.js" : "sha512-yCy7XqtDdFQL/71FB925R2mXCJlnNmZzWi1CJlYbaTnkMbkk6Tg0JDWpiZoWiTu2LG6iR9S/7Ei6H92zTbwrgg=="} | json_instruct | {"type": "object", "properties": {"wangEditor.css": {"type": "string"}, "wangEditor.js": {"type": "string"}, "wangEditor.min.css": {"type": "string"}, "wangEditor.min.js": {"type": "string"}}, "required": ["wangEditor.css", "wangEditor.js", "wangEditor.min.css", "wangEditor.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"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "To Blend or Not to Blend?: Perceptual Speed, Visual Memory and Aggregated Search.", "fields" : ["visual memory", "usable", "perception", "cognitive test", "usability"], "abstract" : "While aggregated search interfaces that present vertical results to searchers are fairly common in today's search environments, little is known about how searchers' cognitive abilities impact how they use and evaluate these interfaces. This study evaluates the relationship between two cognitive abilities ? perceptual speed and visual memory ? and searchers' behaviors and interface preferences when using two aggregated search interfaces: one that blends vertical results into the search results (blended) and one that does not (non-blended). Cognitive tests were administered to sixteen participants who subsequently performed four search tasks using the two interfaces. Participants' search interactions were logged and after searching, they rated the usability, engagement and effectiveness of each interface, as well as made comparative evaluations. Results showed that participants with low perceptual speed spent significantly more time completing tasks when using the blended interface, while those with high perceptual speed spent roughly equivalent amounts of time completing tasks with the two interfaces. Those with low perceptual speed also rated both interfaces as significantly less usable along many measures, and were less satisfied with their searches. There were also main effects for interface: participants rated the non-blended interface significantly more usable than the blended interface.", "citation" : "Citations (1)", "departments" : ["University of North Carolina at Chapel Hill", "University of North Carolina at Chapel Hill", "University of North Carolina at Chapel Hill"], "authors" : ["Lauren Turpin.....http://dblp.org/pers/hd/t/Turpin:Lauren", "Diane Kelly.....http://dblp.org/pers/hd/k/Kelly_0001:Diane", "Jaime Arguello.....http://dblp.org/pers/hd/a/Arguello:Jaime"], "conf" : "sigir", "year" : "2016", "pages" : 4} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/c351431e-f36f-3d92-9162-f3443a9c61ff", "expression" : [{"composer" : "http://data.doremus.org/artist/ffb08009-c1b1-35b4-8729-1ecd03605049", "id" : "http://data.doremus.org/expression/f8816e8c-2419-3d1b-9eb4-f0525c2073df"}, {"composer" : "http://data.doremus.org/artist/ffb08009-c1b1-35b4-8729-1ecd03605049", "id" : "http://data.doremus.org/expression/40b52c1c-e14f-3b4a-81d4-f6781699ad4f"}, {"composer" : "http://data.doremus.org/artist/ffb08009-c1b1-35b4-8729-1ecd03605049", "id" : "http://data.doremus.org/expression/6181f4d5-b189-3d0c-a4bb-9a88269c0764"}, {"composer" : "http://data.doremus.org/artist/ffb08009-c1b1-35b4-8729-1ecd03605049", "id" : "http://data.doremus.org/expression/eafae52e-617f-36f8-8b15-5be1cefb1f71"}, {"composer" : "http://data.doremus.org/artist/ffb08009-c1b1-35b4-8729-1ecd03605049", "id" : "http://data.doremus.org/expression/a3c7cb72-1268-3715-b6f7-75972afbc5d5"}, {"composer" : "http://data.doremus.org/artist/ffb08009-c1b1-35b4-8729-1ecd03605049", "id" : "http://data.doremus.org/expression/37a065c7-41cb-35b0-859b-08fbdaad0a60"}, {"composer" : "http://data.doremus.org/artist/ffb08009-c1b1-35b4-8729-1ecd03605049", "id" : "http://data.doremus.org/expression/1f2c0cc6-6909-3088-80b0-af5ff4023bf0"}, {"composer" : "http://data.doremus.org/artist/ffb08009-c1b1-35b4-8729-1ecd03605049", "id" : "http://data.doremus.org/expression/36d5e503-b0a6-329c-a624-f5f7af5489b7"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "5204102001", "id_kecamatan" : "520410", "name" : "Sempe"}, {"id" : "5204102002", "id_kecamatan" : "520410", "name" : "Semamung"}, {"id" : "5204102003", "id_kecamatan" : "520410", "name" : "Sebasang"}, {"id" : "5204102004", "id_kecamatan" : "520410", "name" : "Batu Tering"}, {"id" : "5204102005", "id_kecamatan" : "520410", "name" : "Batu Bulan"}, {"id" : "5204102006", "id_kecamatan" : "520410", "name" : "Mokong"}, {"id" : "5204102007", "id_kecamatan" : "520410", "name" : "Pernek"}, {"id" : "5204102008", "id_kecamatan" : "520410", "name" : "Leseng"}, {"id" : "5204102009", "id_kecamatan" : "520410", "name" : "Lito"}, {"id" : "5204102010", "id_kecamatan" : "520410", "name" : "Marga Karya"}, {"id" : "5204102011", "id_kecamatan" : "520410", "name" : "Maman"}, {"id" : "5204102012", "id_kecamatan" : "520410", "name" : "Brang Rea"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "HD 518", "description" : "Over-the-ear headphones.", "url" : "http://en-us.sennheiser.com/audio-headphones-stereo-hifi-tv-hd-518"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {".js" : "5f49506b9e7a0d95449b2445b44467b80e67a3f1.js"} | json_instruct | {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$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.