input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"... | {"code" : 6306080005, "parent" : 6306080, "name" : "BALANTI", "latitude" : null, "longitude" : null, "postal" : [71262], "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", "n... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "p... | {"name" : "browserling", "version" : "1.0.0", "description" : "", "author" : "Javed Ahmadzai <theahmadzai@hotmail.com>", "license" : "MIT", "main" : "src/index.js", "scripts" : {"test" : "nodemon ./test"}, "dependencies" : {"caniuse-db" : "^1.0.30000957"}, "devDependencies" : {"eslint" : "^5.16.0", "eslint-config-immor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "depen... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-sc... | {"variants" : {"" : {"model" : "engination:item/loosestone_figaro_edging"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type... | {"rustc" : 10702914951423426341, "features" : "[]", "target" : 9835696435951464820, "profile" : 6299028598154287785, "path" : 6056155291525472519, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/keccak-4cbc68104b61360e/dep-lib-keccak"}}], "rustflags" : [], "metadata" : 9226266976642668558, "... | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author"... | {"title" : "\u3010\u3081\u3093\u307c\u3046\u5f0f\u307e\u3064\u308a2020\u3011\u3081\u3093\u307c\u3046\u5f0f\u521d\u97f3\u30df\u30af\u3055\u3093\u3067\u30a8\u30d0\u3010MMD\u3011", "author" : "tamashika", "description" : "\u300c\u3081\u3093\u307c\u3046\u5f0fundefined\u6625\u306e\u30d1\u30f3\u30c3\u307e\u3064\u308a2020\u30... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"react-bulma-components": {"type": "string"}}, "required": ["react-bulma-components"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/sch... | {"dependencies" : {"react-bulma-components" : "^4.0.7"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"react-bulma-components": {"type": "string"}}, "required": ["react-bulma-components"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"/x2/i": {"type": "string"}, "/x1/i": {"type": "string"}}, "required": ["/x2/i", "/x1/i"]}, "generic": {"type": "string"}}, "required": ["rules", "generic"], "$schema": "ht... | {"rules" : {"/x2/i" : "agm x2", "/x1/i" : "agm x1"}, "generic" : "general agm device"} | json_instruct | {"type": "object", "properties": {"rules": {"type": "object", "properties": {"/x2/i": {"type": "string"}, "/x1/i": {"type": "string"}}, "required": ["/x2/i", "/x1/i"]}, "generic": {"type": "string"}}, "required": ["rules", "generic"], "$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"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "expect.js": {"type": "... | {"name" : "ms", "version" : "0.6.1", "description" : "Tiny ms conversion utility", "main" : "./index", "devDependencies" : {"mocha" : "*", "expect.js" : "*", "serve" : "*"}, "component" : {"scripts" : {"ms/index.js" : "index.js"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "expect.js": {"type": "string"}, "serve": {"type": "string"}}, "required": ["mocha... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"... | {"type" : "Feature", "properties" : {"name" : "Columbia County", "name_long" : "Columbia County, AR", "fips" : "05027", "state_code_int" : 5, "state_code_postal" : "AR", "state_code_iso" : "US-AR", "county_code" : 27, "population" : 23457, "countrylevel_id" : "fips:05027", "census_data" : {"COUNTYNS" : "00063761", "AFF... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "30-39", "SERIES_NAME" : "FEMALE", "X_CALENDAR_YEAR" : 2012, "Y_PREVALENCE_1000PP" : 0.01493}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201307, "Y_PREVALENCE_1000PP" : 0.0013}, "OBS_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : [0, 0, 0, 0], "X_COUNT" : [1, 2, 3,... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07... | [{"name" : "CATRIEL", "frequency" : 0, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"... | {"schema_version" : "1.2.0", "id" : "GHSA-8xv7-7xwv-fw3m", "modified" : "2022-05-13T01:21:29Z", "published" : "2022-05-13T01:21:29Z", "aliases" : ["CVE-2019-0683"], "details" : "An elevation of privilege vulnerability exists in Active Directory Forest trusts due to a default setting that lets an attacker in the trustin... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string... | {"name" : "sznn-js", "version" : "1.0.0", "description" : "JS backend of sznn", "main" : "dist/index.js", "types" : "dist/js/src/index.d.ts", "repository" : "https://github.com/ShZh-libraries/sznn", "author" : "Sh-Zh-7", "license" : "Apache-2.0", "private" : false, "scripts" : {"build" : "webpack", "test" : "jest"}, "d... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"abbreviation": {"type": "string"}, "controller": {"type": "string"}, "icon": {"type": "string"}, "name": {"type": "string"}, "screen": {"type": "string"}, "spectator": {"type": "string"}}, "required": ["abbreviation... | {"abbreviation" : "COP", "controller" : "controller.html", "icon" : "game-icon.png", "name" : "Canvas Copter", "screen" : "screen.html", "spectator" : "spectator.html"} | json_instruct | {"type": "object", "properties": {"abbreviation": {"type": "string"}, "controller": {"type": "string"}, "icon": {"type": "string"}, "name": {"type": "string"}, "screen": {"type": "string"}, "spectator": {"type": "string"}}, "required": ["abbreviation", "controller", "icon", "name", "screen", "spectator"], "$schema": "h... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"typ... | {"name" : "codeeditor", "description" : "A React Code Editor component based on Draft.js", "repository" : "github.com/gpoesia/CodeEditor", "keywords" : ["ide", "code", "editor"], "files" : ["release/CodeEditor.js"], "main" : "release/CodeEditor", "license" : "MIT", "version" : "1.1.2", "dependencies" : {"react" : ">=15... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "version": {"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "s... | [{"namaKab" : "MAYBRAT", "originalFilename" : "bitangmercy.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 10414, "noUrut" : 1, "nama" : "HABEL HOWAY, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MAYBRAT", "originalFilename" : "matias duwit.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 22494, "noUrut" : 2... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "WHICH AS ABSOLUTELY DETERMINES OUR MINDS, AND AS PERFECTLY EXCLUDES ALL WAVERING, AS OUR KNOWLEDGE ITSELF;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/12381.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"port": {"type": "integer"}, "baseURL": {"type": "string"}, "cookie": {"type": "object", "properties": {"domain": {"type": "string"}, "maxAge": {"type": "integer"}}, "required": ["domain", "maxAge"]}, "matomo"... | {"port" : 8080, "baseURL" : "https://example.com", "cookie" : {"domain" : ".example.com", "maxAge" : 604800000}, "matomo" : {"url" : "https://example.com/matomo.php", "site" : "1"}} | json_instruct | {"type": "object", "properties": {"port": {"type": "integer"}, "baseURL": {"type": "string"}, "cookie": {"type": "object", "properties": {"domain": {"type": "string"}, "maxAge": {"type": "integer"}}, "required": ["domain", "maxAge"]}, "matomo": {"type": "object", "properties": {"url": {"type": "string"}, "site": {"type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Trp decarboxylase": {"type": "string"}, "J7SZ64": {"type": "string"}, "TRPDC_CLOS1": {"type": "string"}, "Tryptophan decarboxylase": {"type": "string"}, "J7T3V5": {"type": "string"}, "CSXA_CLOS1": {"type": "string"}, "Exospori... | {"Trp decarboxylase" : "J7SZ64", "J7SZ64" : "J7SZ64", "TRPDC_CLOS1" : "J7SZ64", "Tryptophan decarboxylase" : "J7SZ64", "J7T3V5" : "J7T3V5", "CSXA_CLOS1" : "J7T3V5", "Exosporium protein A" : "J7T3V5", "csxA" : "J7T3V5", "J7T0S1" : "J7T0S1", "CSXB_CLOS1" : "J7T0S1", "Exosporium protein B" : "J7T0S1", "csxB" : "J7T0S1", "... | json_instruct | {"type": "object", "properties": {"Trp decarboxylase": {"type": "string"}, "J7SZ64": {"type": "string"}, "TRPDC_CLOS1": {"type": "string"}, "Tryptophan decarboxylase": {"type": "string"}, "J7T3V5": {"type": "string"}, "CSXA_CLOS1": {"type": "string"}, "Exosporium protein A": {"type": "string"}, "csxA": {"type": "string... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"itemGroup.platinum.platinum_group": {"type": "string"}, "item.platinum.platinum_ingot": {"type": "string"}, "item.platinum.platinum_nugget": {"type": "string"}, "item.platinum.raw_platinum_nugget": {"type": "string"}, "item.pl... | {"itemGroup.platinum.platinum_group" : "Platinum Mod Group", "item.platinum.platinum_ingot" : "Platinum Ingot", "item.platinum.platinum_nugget" : "Platinum Nugget", "item.platinum.raw_platinum_nugget" : "Raw Platinum Nugget", "item.platinum.raw_platinum_ingot" : "Raw Platinum Ingot", "item.platinum.platinum_helmet" : "... | json_instruct | {"type": "object", "properties": {"itemGroup.platinum.platinum_group": {"type": "string"}, "item.platinum.platinum_ingot": {"type": "string"}, "item.platinum.platinum_nugget": {"type": "string"}, "item.platinum.raw_platinum_nugget": {"type": "string"}, "item.platinum.raw_platinum_ingot": {"type": "string"}, "item.plati... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "obj... | {"componentChunkName" : "component---src-templates-blog-post-js", "path" : "/posts/first-post/", "result" : {"data" : {"site" : {"siteMetadata" : {"title" : "OVERSPEND", "author" : "\uacfc\uc18c\ube44"}}, "markdownRemark" : {"id" : "88c3d017-9a65-5819-9de1-0099933d1f12", "excerpt" : "\uc548\ub155\ud558\uc138\uc694. \ud... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "... | {"type" : "MultiPolygon", "coordinates" : [[[[-100.318352, 40.24673], [-100.318352, 40.24706], [-100.318113, 40.24976], [-100.318092, 40.250079], [-100.318099, 40.25029], [-100.318104, 40.250901], [-100.318103, 40.252126], [-100.318092, 40.252818], [-100.31807, 40.25308], [-100.318088, 40.254092], [-100.318115, 40.2545... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {... | {"name" : "\uff1c\u5f00\u9633\uff1e\u6240\u8c13\u4eba\u6587", "title" : "\uff1c\u5f00\u9633\uff1e\u6240\u8c13\u4eba\u6587", "author" : "\u4f5a\u540d", "subject" : "", "column" : "", "intro" : "\u4eba\u6587\u7cbe\u795e\u7684\u91cd\u5efa\uff0c\u5e76\u4e0d\u662f\u9762\u5bf9\u5546\u4e1a\u6587\u660e\u7684\u67d0\u79cd\u59ff\... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "extensions": {"type": "object", "properties... | {"name" : "renBCH", "symbol" : "renBCH", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/G1a6jxYz3m8DVyMqYnuV7s86wD4fvuXYneWSpLJkmsXj/logo.png", "decimals" : 8, "address" : "G1a6jxYz3m8DVyMqYnuV7s86wD4fvuXYneWSpLJkmsXj", "chainId" : 101, "extensions" : {"website" : "https://ren... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "serumV3Usdc": {"type"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"SpritePath": {"type": "null"}, "Level": {"type": "integer"}, "Stats": {"type": "object", "properties": {"StatList": {"type": "array", "items": {"type": "object", "properties": {"Stat": {... | [{"SpritePath" : null, "Level" : 1, "Stats" : {"StatList" : [{"Stat" : 150.0, "CurrentStat" : 0}, {"Stat" : 200.0, "CurrentStat" : 1}, {"Stat" : 100.0, "CurrentStat" : 2}, {"Stat" : 50.0, "CurrentStat" : 3}, {"Stat" : 50.0, "CurrentStat" : 4}]}, "Battler" : null, "CreatureName" : "Musungo", "Slots" : null, "Tag" : 0, "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"SpritePath": {"type": "null"}, "Level": {"type": "integer"}, "Stats": {"type": "object", "properties": {"StatList": {"type": "array", "items": {"type": "object", "properties": {"Stat": {"type": "number"}, "CurrentStat": {"type": "integer"}}, "required": ["St... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", ... | {"h" : [{"d" : [{"s" : ["`sienaw~"], "f" : "\ufff9\ufffawinter time\ufffb\u51ac\u5929"}]}], "t" : "kasienawan"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"debug": {"type": "boolean"}, "backend_url": {"type": "string"}, "loggly_token": {"type": "boolean"}, "loggly_subdomain": {"type": "boolean"}, "loggly_uuid": {"type": "boolean"}, "php_ci_docker_image": {"type": "str... | {"debug" : false, "backend_url" : "<YOUR-BACKEND-URL>", "loggly_token" : false, "loggly_subdomain" : false, "loggly_uuid" : false, "php_ci_docker_image" : "shoov/php-ci:v0.0.2", "pr_docker_image" : "shoov/github-pr:v0.0.1", "selenium_docker_image" : "elgalu/selenium@sha256:dc7568c79355b6bde63706165b07f3c22e64e5749e12ab... | json_instruct | {"type": "object", "properties": {"debug": {"type": "boolean"}, "backend_url": {"type": "string"}, "loggly_token": {"type": "boolean"}, "loggly_subdomain": {"type": "boolean"}, "loggly_uuid": {"type": "boolean"}, "php_ci_docker_image": {"type": "string"}, "pr_docker_image": {"type": "string"}, "selenium_docker_image": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["r... | {"ETag" : "W/\"1bba638c397e3b5ca82e56bb93e88c214f8fe996c1e2b20cb65adb3dd0abb864\"", "Last-Modified" : "Wed, 28 Jul 2021 14:16:40 GMT", "base" : {"repo" : {"name" : "google-cloud-monitoring-feedstock"}}, "closed_at" : "2021-07-28T14:16:40Z", "created_at" : "2021-07-28T12:44:40Z", "draft" : false, "head" : {"ref" : "2.4.... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},... | {"372012" : {"count" : 2}, "count" : 7, "352010" : {"count" : 1}, "N.A.//" : {"count" : 2}, "412010" : {"count" : 2}} | json_instruct | {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "ilikewood:block/bookshelf/dead"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "module": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtim... | {"description" : "A React utility belt for composing React Hooks to single level Higher-order functional components", "keywords" : ["react", "higher-order", "components", "microcomponentization", "toolkit", "utilities", "composition", "hooks"], "main" : "dist/Lazypose.cjs.js", "module" : "dist/Lazypose.esm.js", "depend... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "module": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}}, "required": ["@babel/runtime"]}, "peerDepend... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "ps5title": {"type": "s... | {"name" : "Chasse aux tr\u00e9sors sur les terres \u00e9lectriques (1)", "achievementgroup" : "Inazuma : Archipel de la foudre \u00e9ternelle - I", "sortorder" : 86, "stages" : 3, "stage1" : {"title" : "Chasse aux tr\u00e9sors sur les terres \u00e9lectriques (1)", "ps5title" : "Chasse aux tr\u00e9sors sur les terres \u... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "ps5title": {"type": "string"}, "description": {"type": "string"}, "progress": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"... | {"id" : 12074, "info" : {"name" : "Google Calendar Clear Text", "description" : "Google Calendar default font size is not suitable for Eastern Characters. So I changed the font size to 12px.\r\nIt's more clear now.", "additionalInfo" : null, "format" : "uso", "category" : "google", "createdAt" : "2008-11-14T02:17:24.00... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"riverslei/payment": {"type": "string"}, "aileshe/upload": {"type": "string"}, "endroid/qr-code": {"type": "string"}, "chen-see/chen-pay": {"type": "string"}}, "required":... | {"require" : {"riverslei/payment" : "*", "aileshe/upload" : "*", "endroid/qr-code" : "^2.5", "chen-see/chen-pay" : "^1.2"}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"riverslei/payment": {"type": "string"}, "aileshe/upload": {"type": "string"}, "endroid/qr-code": {"type": "string"}, "chen-see/chen-pay": {"type": "string"}}, "required": ["riverslei/payment", "aileshe/upload", "endroid/qr-code", "chen-see/... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "strin... | {"edges" : [[26, 9], [28, 9], [13, 32], [16, 3], [8, 1], [9, 25], [17, 9], [9, 4], [9, 2], [3, 18], [21, 9], [17, 9], [25, 9], [9, 30], [0, 9], [9, 6], [9, 7], [20, 9], [9, 2], [31, 9], [2, 9], [35, 9], [5, 9], [9, 30], [9, 20], [15, 9], [16, 3], [27, 9], [24, 19], [2, 9], [9, 14], [29, 9], [9, 12], [32, 9], [33, 22], ... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "imageSrc": {"type": "string"}, "dataSrc": {"type": "string"}, "start": {"type": "array", "items": ... | [{"name" : "Track 1", "width" : 50, "height" : 50, "imageSrc" : "track/track1.png", "dataSrc" : "track/track1_data.png", "start" : [{"x" : 35, "y" : 26}, {"x" : 34, "y" : 26}, {"x" : 36, "y" : 26}, {"x" : 33, "y" : 26}, {"x" : 37, "y" : 26}], "checkpoints" : [{"from" : {"x" : 615, "y" : 540}, "to" : {"x" : 800, "y" : 5... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "imageSrc": {"type": "string"}, "dataSrc": {"type": "string"}, "start": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repair_end" : "2019-06-28 22:15:39.234802", "repair_begin" : "2019-06-28 20:14:03.768935", "patches" : []} | json_instruct | {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, ... | {"name" : "yOUcash", "symbol" : "YOUC", "id" : "0x3D371413dd5489F3A04C07c0C2CE369c20986ceb", "decimals" : 10, "coingecko_url" : "https://www.coingecko.com/en/coins/youcash", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 257807, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "integer"}, "logoURI": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da... | {"id" : 622, "citation_title" : "The Real Interest Rate: An Empirical Investigation", "citation_author" : ["Frederic S. Mishkin"], "citation_publication_date" : "1981-01-01", "issue_date" : "1981-01-01", "revision_date" : "None", "topics" : ["Macroeconomics"], "program" : ["Economic Fluctuations and Growth"], "projects... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Generate a valid JSON object that conforms to the following schema:
{"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": {"t... | {"t" : "misa'emoan", "h" : [{"d" : [{"f" : "\u628a\u2026\u7814\u78e8\u505a\u7c73\u7cd5\u4e86\u3002", "e" : ["\ufff9`Misa'emo~`a~`n~ `ako~ `to~ `doway~ `a~ `felac~.\ufffa\ufffb\u6211\u628a\u7cef\u7c73\u7814\u78e8\u505a\u7c73\u7cd5\u4e86\u3002"]}, {"f" : "\u6307\u78e8\u788e\u7684\uff08\u6771\u897f\uff09\u3002", "e" : ["\... | 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"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type... | {"hash" : "0x712f514e92e751c9517c6d8605d2af0df8685b68adb2889133cada55dbd3067b", "parentHash" : "0x15694e51149523c0b043642293f0b6e08f79b161d0c9299243905ff2b938c3be", "number" : 100568, "timestamp" : 1439808625, "nonce" : "0x201d238893d7e02b", "difficulty" : 3822814537523, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ... | 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"]... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"secret_key": {"type": "string"}, "smtp_server": {"type": "object", "properties": {"ayansh": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "password": ... | {"secret_key" : "", "smtp_server" : {"ayansh" : {"host" : "", "port" : 587, "user" : "", "password" : ""}, "gmail" : {"host" : "", "port" : 587, "user" : "", "password" : ""}}} | json_instruct | {"type": "object", "properties": {"secret_key": {"type": "string"}, "smtp_server": {"type": "object", "properties": {"ayansh": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "port", "user", "pas... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["$schema", "title", "description", "type", "pattern"], "$sc... | {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Uuid", "description" : "Universally Unique IDentifier", "type" : "string", "pattern" : "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["$schema", "title", "description", "type", "pattern"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "... | {"name" : "RMSTableViews", "version" : "1.0.9", "summary" : "Provides support for common UITableViewController usage patterns", "description" : "RMSTableViews\n===============\n\nProvides support for common UITableViewController usage patterns\n\nIntroduces section objects that sits between table views and cells. Base ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Tony Ingraldi": {"type": "string"}}, "required": ["T... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "130503109201", "text" : "\u6d46\u6c34\u6751\u59d4\u4f1a"}, {"id" : "130503109202", "text" : "\u6817\u6811\u576a\u6751\u59d4\u4f1a"}, {"id" : "130503109203", "text" : "\u516b\u91cc\u4e08\u6751\u59d4\u4f1a"}, {"id" : "130503109204", "text" : "\u8425\u623f\u53f0\u6751\u59d4\u4f1a"}, {"id" : "130503109205", "text... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"ty... | {"name" : "request-http-cache-protobuf-serializer", "version" : "0.1.1", "description" : "Protobuf serialization for request-extensible", "main" : "lib/protobuf-serializer.js", "repository" : {"type" : "git", "url" : "https://github.com/gitterHQ/request-http-cache-protobuf-serializer.git"}, "keywords" : ["request-http-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"tables": {"type": "object", "properties": {"user": {"type": "object", "properties": {"columns": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "size": {"type": "integer"... | {"tables" : {"user" : {"columns" : {"name" : {"type" : "varchar", "size" : 32}, "password" : {"type" : "varchar", "size" : 60}, "email" : {"type" : "varchar", "size" : 80}, "vault" : {"type" : "varchar", "size" : 255}, "pubkey" : {"type" : "varchar", "size" : 60}}, "keys" : {"name" : ["unique", "name"], "email" : ["uni... | json_instruct | {"type": "object", "properties": {"tables": {"type": "object", "properties": {"user": {"type": "object", "properties": {"columns": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "size": {"type": "integer"}}, "required": ["type", "size"]}, "password": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"COB": {"type": "string"}, "CYTB": {"type": "string"}, "MTCYB": {"type": "string"}, "Complex III subunit 3": {"type": "string"}, "Complex III subunit III": {"type": "string"}, "Cytochrome b-c1 complex subunit 3": {"type": "stri... | {"COB" : "Q9T9B2", "CYTB" : "Q9T9B2", "MTCYB" : "Q9T9B2", "Complex III subunit 3" : "Q9T9B2", "Complex III subunit III" : "Q9T9B2", "Cytochrome b-c1 complex subunit 3" : "Q9T9B2", "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit" : "Q9T9B2", "COIII" : "O48316", "COXIII" : "O48316", "MTCO3" : "O48316", "Cy... | json_instruct | {"type": "object", "properties": {"COB": {"type": "string"}, "CYTB": {"type": "string"}, "MTCYB": {"type": "string"}, "Complex III subunit 3": {"type": "string"}, "Complex III subunit III": {"type": "string"}, "Cytochrome b-c1 complex subunit 3": {"type": "string"}, "Ubiquinol-cytochrome-c reductase complex cytochrome ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "360902105001", "text" : "\u6148\u5316\u5c45\u59d4\u4f1a"}, {"id" : "360902105200", "text" : "\u6148\u5316\u6751\u59d4\u4f1a"}, {"id" : "360902105201", "text" : "\u4f59\u574a\u6751\u59d4\u4f1a"}, {"id" : "360902105202", "text" : "\u82b1\u6728\u6751\u59d4\u4f1a"}, {"id" : "360902105203", "text" : "\u82b1\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#"} |
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" : "1111080042", "district_id" : "1111080", "name" : "BUKET BATEE BADAN"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra... | {"directions" : ["Make the batter following the directions on the box, EXCEPT replace 2 teaspoons water with an equal amount of vanilla. Fold in sour cream. Bake according to directions given for baking a bundt cake. Cool on rack, place on serving plate, and dust with confectioners sugar."], "ingredients" : ["1 (18.2... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "prope... | {"$schema" : "http://json-schema.org/draft-04/schema#", "version" : "4.2.0", "title" : "PartyType", "description" : "A collection of information about the party who is the supplier/customer/requester of the associated entity.", "type" : "object", "allOf" : [{"$ref" : "../base/EntityType.json#"}], "properties" : {"legal... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "properti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5105030015", "district_id" : "5105030", "name" : "MANDUANG"} | 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": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries... | [{"comment" : "spontaneous", "definition" : "2-Chloro-2,5-dihydro-5-oxofuran-2-acetate <=> cis-4-Carboxymethylenebut-2-en-4-olide + Hydrochloric acid", "orthologs" : {}, "name" : "", "product_stoichiometries" : ["1", "1"], "enzymes" : [], "equation" : "C04522 <=> C04431 + C01327", "glycans" : false, "substrate_stoichio... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "mass": {"type": "number"}, "focus": {"type": "object", "properties": {"name": {"type": "string"}, "mass": {"type": "number"}}, "required": ["name", "mass"]}, "radius": {"type": "number"}, "velocity"... | {"name" : "Io", "mass" : 8.9e+22, "focus" : {"name" : "jupiter", "mass" : 1.9e+27}, "radius" : 423622000.0, "velocity" : 17301.47985378677, "period" : 153842.07297248286, "angular_velocity" : 4.0841787852818715e-05, "orbit" : {"time_interval" : 3600, "accuracy" : 2, "coordinates" : {"x" : [], "y" : []}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "mass": {"type": "number"}, "focus": {"type": "object", "properties": {"name": {"type": "string"}, "mass": {"type": "number"}}, "required": ["name", "mass"]}, "radius": {"type": "number"}, "velocity": {"type": "number"}, "period": {"type": "number"}, "angula... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusio... | {"id" : "BIOD23H3F20199", "code" : "BIOD23H3F", "name" : "Special Topics in Cell Biology", "description" : "A lecture/seminar/discussion class on contemporary topics in Cell Biology. Students will explore the primary literature becoming familiar with experimental design and methodologies used to decipher cell biology p... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"returned_dict": {"type": "object", "properties": {"loss": {"type": "number"}, "r2": {"type": "number"}, "status": {"type": "string"}, "start_time": {"type": "number"}, "duration": {"type": "number"}}, "requir... | {"returned_dict" : {"loss" : 9.431878938579091, "r2" : -30.89090802432642, "status" : "ok", "start_time" : 1607969030.1378746, "duration" : 0.713409423828125}, "current_params" : {"N" : 500, "iss" : 0.9, "leak" : 0.043275138258400264, "ridge" : 1e-07, "seed" : 1234, "sr" : 0.01008734057142999}} | json_instruct | {"type": "object", "properties": {"returned_dict": {"type": "object", "properties": {"loss": {"type": "number"}, "r2": {"type": "number"}, "status": {"type": "string"}, "start_time": {"type": "number"}, "duration": {"type": "number"}}, "required": ["loss", "r2", "status", "start_time", "duration"]}, "current_params": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}... | {"contract" : "0xabc1280a0187a2020cc675437aed400185f86db6", "tool" : "manticore", "start" : 1563970279.126548, "end" : 1563972081.4787018, "duration" : 1802.3521537780762, "analysis" : [[], []]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"covar_kernel0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type"... | {"covar_kernel0" : {"write" : {"device_start" : 1586203136.1940827, "host_queued_start" : 1586203219.326806, "device_queued" : 1586203136.1938381, "device_end" : 1586203136.1941786, "host_queued_end" : 1586203219.327156}, "device" : "gpu", "nd_range" : {"device_start" : 1586203136.1941814, "device_end" : 1586203136.268... | json_instruct | {"type": "object", "properties": {"covar_kernel0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "req... |
Please provide a valid JSON object following this schema:
{"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"}, "st... | {"name" : "Mittelpunktschule Goddelsheim", "id" : "HE-7566-0", "official_id" : "7566", "address" : "Sachsenberger Stra\u00dfe 28, 35104 Lichtenfels", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "05636/1769", "state" : "HE", "phone" : "05636/207", "full_time_school" : false, "lon" : 8.80... | 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"}, "ful... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"ServerId": {"type": "string"}, "User": {"type": "object", "properties": {"Arn": {"type": "string"}, "HomeDirectoryType": {"type": "stri... | {"status_code" : 200, "data" : {"ServerId" : "s-04070bd555b846c98", "User" : {"Arn" : "arn:aws:transfer:us-east-1:644160558196:user/s-04070bd555b846c98/test", "HomeDirectoryType" : "PATH", "Role" : "arn:aws:iam::644160558196:role/role", "SshPublicKeys" : [], "Tags" : [], "UserName" : "test"}, "ResponseMetadata" : {}}} | json_instruct | {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"ServerId": {"type": "string"}, "User": {"type": "object", "properties": {"Arn": {"type": "string"}, "HomeDirectoryType": {"type": "string"}, "Role": {"type": "string"}, "SshPublicKeys": {"type": "array", "it... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draf... | {"id" : "170200010205", "variable1" : 0.6299, "variable2" : 2.4637, "variable3" : "A"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "language": {"type": "string"}, "views": {"type": "object", "properties": {"by_name": {"type": "object", "properties": {"map": {"type": "string"}}, "require... | {"_id" : "_design/ignore_patterns", "_rev" : "1-99413747d226120bc4ff435aba504001", "language" : "javascript", "views" : {"by_name" : {"map" : "function(doc) {\n var patterns, i;\n\n if (doc['type'] === 'ignore_patterns') {\n patterns = doc['patterns'] || [];\n \n for(i = 0; i < patterns.length; ++i) {\n em... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "language": {"type": "string"}, "views": {"type": "object", "properties": {"by_name": {"type": "object", "properties": {"map": {"type": "string"}}, "required": ["map"]}}, "required": ["by_name"]}}, "required": ["_id", "_rev", "lang... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[15.806, 46.698], [15.841, 46.672], [15.891, 46.664], [15.886, 46.645], [15.853, 46.612], [15.838, 46.614], [15.818, 46.62], [15.8, 46.646], [15.788, 46.665], [15.806, 46.698]]]}, "properties" : {"name" : "Sveta Ana", "iso2" : "SI-181", "admin_lev... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required... | [{"postal_code" : "30068", "place_name" : "Nicalocok", "place_type" : "Barrio", "county" : "Comit\u00e1n de Dom\u00ednguez", "state" : "Chiapas", "city" : "Comit\u00e1n de Dom\u00ednguez"}, {"postal_code" : "30068", "place_name" : "Santa Ana Calanchuy", "place_type" : "Barrio", "county" : "Comit\u00e1n de Dom\u00edngue... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "paragraph text field": {"type": "string"}}, "required": ["id", "paragraph text field"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "564f59630edf9f15180adff1", "paragraph text field" : "This is a paragraph text.\nFirst line.\nSecond line."} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "paragraph text field": {"type": "string"}}, "required": ["id", "paragraph text field"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"datasets": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "object", "properties": {"institution": {"type": "object", "properties": {}, "required": []}, "product_version": {"type": "object", "pro... | {"datasets" : ["/neodc/esacci/ghg/data/cci_plus/CH4_S5P_WFMD/v1.2/"], "mappings" : {"institution" : {}, "product_version" : {}, "product_string" : {"CO" : "WFMD"}, "platform" : {"sentinel-5 precursor" : "sentinel-5p"}}, "defaults" : {"ecv" : "greenhouse gases"}} | json_instruct | {"type": "object", "properties": {"datasets": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "object", "properties": {"institution": {"type": "object", "properties": {}, "required": []}, "product_version": {"type": "object", "properties": {}, "required": []}, "product_string": {"type": "object", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"after": {"type": "array", "items": {"type": "string"}}}, "required": ["after"]}}, "required": ["js", "options"], "$schema": "ht... | {"js" : ["angular.min.js"], "options" : {"after" : ["jquery"]}} | json_instruct | {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"after": {"type": "array", "items": {"type": "string"}}}, "required": ["after"]}}, "required": ["js", "options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"executionArn": {"type": "string"}, "startDate": {"type": "string"}}, "required": ["executionArn", "startDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"executionArn" : "arn:aws:states:us-west-2:203465012143:execution:MyStateMachine-e6oTs7cLOZJo:1574988093788", "startDate" : "2019-11-29T00:41:34.160Z"} | json_instruct | {"type": "object", "properties": {"executionArn": {"type": "string"}, "startDate": {"type": "string"}}, "required": ["executionArn", "startDate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "item... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 47}, "clipped" : true, "id" : "6d4ee6886b"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 56}, "clipped" : true, "id" : "b2f5691bce"}]}}, "type" : "Topology", "transform" ... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@openzeppelin/contracts": {"type": "string"... | {"name" : "mcb", "version" : "1.0.0", "description" : "", "main" : "networks.js", "dependencies" : {"@openzeppelin/contracts" : "3.0.2", "@openzeppelin/upgrades" : "2.8.0", "@openzeppelin/contracts-ethereum-package" : "3.0.0", "truffle-hdwallet-provider" : "^1.0.17"}, "devDependencies" : {"@nomiclabs/hardhat-ethers" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@openzeppelin/contracts": {"type": "string"}, "@openzeppelin/upgrades": {"type": "string"}, "@openzeppelin/contra... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata"... | {"ast" : null, "code" : "'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.Thumbs = exports.Carousel = undefined;\n\nvar _Carousel = require('./components/Carousel');\n\nvar _Carousel2 = _interopRequireDefault(_Carousel);\n\nvar _Thumbs = require('./components/Thumbs');\n\nv... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": ... | {"contract" : "0xea610b1153477720748dc13ed378003941d84fab", "tool" : "manticore", "start" : 1564030827.0939393, "end" : 1564032629.0666394, "duration" : 1801.9727001190186, "analysis" : [[], [], [{"name" : "INVALID instruction", "line" : 146, "code" : "assert(c >="}]]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["termflix"] | 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": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "... | {"body" : "", "user" : "codeandkey", "url" : "https://api.github.com/repos/spack/spack/issues/11800", "updated_at" : "2019-06-20 18:54:21", "created_at" : "2019-06-20 17:10:14", "closed_at" : "2019-06-20 18:54:21", "state" : "closed", "title" : "subread: add 1.6.4", "number" : 11800, "milestone" : null, "labels" : ["ne... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "str... | {"name" : "@okta/test.app", "version" : "1.0.0", "main" : "dist/main.bundle.js", "private" : true, "scripts" : {"start" : "webpack serve --config ./webpack.config.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "dependencies" : {"@okta/okta-auth-js" : "^6.0.0", "@okta/okta-signin-widget" : "*"}, "devDepen... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/axcoto-slideshow-plugin": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"ty... | {"packages" : {"wpackagist-plugin/axcoto-slideshow-plugin" : {"1.0" : {"name" : "wpackagist-plugin/axcoto-slideshow-plugin", "version" : "1.0", "version_normalized" : "1.0.0.0", "uid" : 33494, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/axcoto-slideshow-plugin.zip?timestamp=1271531538"}, "... | json_instruct | {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/axcoto-slideshow-plugin": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "in... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"FastForwardGag": {"type": "array", "items": {"type": "string"}}}, "required": ["FastForwardGag"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"FastForwardGag" : ["MediumAwareness", "BreakingTheFourthWall", "GilliganCut", "Inverted", "RewindGag", "MotorMouth", "SuperDeformed", "TrueArtIsIncomprehensible", "ChasteHero", "ChannelHop", "BaitAndSwitch", "TrueArtIsIncomprehensible", "ChasteHero", "Filler", "MediumAwareness", "LudicrousSpeed", "LetUsNeverSpeakOfTh... | json_instruct | {"type": "object", "properties": {"FastForwardGag": {"type": "array", "items": {"type": "string"}}}, "required": ["FastForwardGag"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"... | {"id" : 187473, "info" : {"name" : "Cool Weblio", "description" : "Remove ads for ejje\uff08\u82f1\u548c\u30fb\u548c\u82f1\uff09 and thesaurus \uff08\u985e\u7fa9\u8a9e\uff09.", "additionalInfo" : "ejje, thesaurus\u53cc\u65b9\u306b\u8ffd\u52a0\u3055\u308c\u305f\u753b\u9762\u4e0b\u90e8\u306eAd bar\u306b\u5bfe\u5fdc(2020/... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "schema", "definition" : "An outline or image universally applicable to a general conception, under which it is likely to be presented to the mind; as, five dots in a line are a schema of the number five; a preceding and succeeding event are a schema of cause and effect."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["virtual-user-engine"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft... | {"word" : "Tragedy", "definitions" : ["An event causing great suffering, destruction, and distress, such as a serious accident, crime, or natural catastrophe.", "A play dealing with tragic events and having an unhappy ending, especially one concerning the downfall of the main character.", "The dramatic genre represente... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schem... | [{"name" : "HAWEYA", "frequency" : 3, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3503080011", "district_id" : "3503080", "name" : "SUKORAME"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"alias": {"type": "string"}, "description": {"type": "string"}, "attributes": {"type": "object", "properties": {"HCA Biomaterial Type": {"type": "array", "items": {"type": "object", "properties": {"value": {"t... | {"alias" : "hca339", "description" : "Description", "attributes" : {"HCA Biomaterial Type" : [{"value" : "donor_organism"}], "HCA Biomaterial UUID" : [{"value" : ""}], "Biomaterial Core - Biomaterial Id" : [{"value" : "Q4_DEMO-donor_MGH30"}], "Is Living" : [{"value" : "no"}], "Medical History - Smoking History" : [{"va... | json_instruct | {"type": "object", "properties": {"alias": {"type": "string"}, "description": {"type": "string"}, "attributes": {"type": "object", "properties": {"HCA Biomaterial Type": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "HCA Biomaterial UUID": {"type": "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "package": {"type": "string"}, "strategy": {"type": "string"}, "traceback": {"type": "string"}}, "required": ["name", "package", "strategy", "traceback"], "$schema": "http://json-sc... | {"name" : "nlopt_ags_cube", "package" : "nlopt", "strategy" : "nlopt_ags", "traceback" : "Traceback (most recent call last):\n File \"/opt/hostedtoolcache/Python/3.8.11/x64/lib/python3.8/site-packages/humpday/comparison/eloratings.py\", line 41, in optimizer_game\n white_best_val, white_best_x, white_feval_count = ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "package": {"type": "string"}, "strategy": {"type": "string"}, "traceback": {"type": "string"}}, "required": ["name", "package", "strategy", "traceback"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "150430110200", "text" : "\u53e4\u9c81\u677f\u84bf\u6751\u59d4\u4f1a"}, {"id" : "150430110201", "text" : "\u5c71\u5480\u6751\u59d4\u4f1a"}, {"id" : "150430110202", "text" : "\u767d\u5bb6\u5e97\u6751\u59d4\u4f1a"}, {"id" : "150430110203", "text" : "\u516b\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "150430110204", "text... | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"typ... | {"body" : "Using gcc-10.3.0 on a recent spack install, querying `compiler.cxx14_flag ` throws the following error:\r\n\r\n==> Error: JSONDecodeError: Expecting value: line 1 column 1 (char 0)\r\n\r\nThis leads to an error bootstrapping clingo:\r\n\r\n_Originally posted by @frobnitzem in https://github.com/spack/spack/i... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "ti... | {"body" : "New versions of `metall`: 0.12, 0.11\r\n\r\n@KIwabuchi @rogerpearce @mayagokhale", "user" : "eugeneswalker", "url" : "https://api.github.com/repos/spack/spack/issues/23371", "updated_at" : "2021-04-30 21:52:17", "created_at" : "2021-04-30 20:27:29", "closed_at" : "2021-04-30 21:52:16", "state" : "closed", "t... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}, "twitte... | {"name" : "npm-repo", "description" : "open the repository page for an npm package", "version" : "2.0.0", "author" : {"name" : "Jonathan Ong", "email" : "me@jongleberry.com", "url" : "http://jongleberry.com", "twitter" : "https://twitter.com/jongleberry"}, "license" : "MIT", "repository" : "repo-utils/npm-repo", "depen... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["name", "email", "u... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "CHAP. I.: OF WORDS OR LANGUAGE IN GENERAL.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/8320.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}... | {"body" : "", "user" : "cyrush", "url" : "https://api.github.com/repos/spack/spack/issues/23792", "updated_at" : "2021-05-20 23:25:47", "created_at" : "2021-05-19 16:41:03", "closed_at" : "2021-05-20 19:04:06", "state" : "closed", "title" : "add dray release 0.1.6", "number" : 23792, "milestone" : null, "labels" : ["ne... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"root": {"type": "string"}, "sourceRoot": {"type": "string"}, "projectType": {"type": "string"}, "targets": {"type": "object", "properties": {"build": {"type": "object", "properties": {"executor": {"type": "string"}, ... | {"root" : "libs/shared/styles", "sourceRoot" : "libs/shared/styles/src", "projectType" : "library", "targets" : {"build" : {"executor" : "@nrwl/workspace:run-commands", "outputs" : ["{options.outputPath}"], "configurations" : {"production" : {"style" : "compressed", "no-source-map" : true}, "development" : {"style" : "... | json_instruct | {"type": "object", "properties": {"root": {"type": "string"}, "sourceRoot": {"type": "string"}, "projectType": {"type": "string"}, "targets": {"type": "object", "properties": {"build": {"type": "object", "properties": {"executor": {"type": "string"}, "outputs": {"type": "array", "items": {"type": "string"}}, "configura... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "obje... | {"uuid" : "a146d5d6-90da-45f3-bcb7-ead62da0198b", "name" : "Default Suite", "start" : 1554390264554, "stop" : 1554390347291, "children" : ["7c8e15b6-582c-4886-b484-0984fe4d2e93"], "befores" : [{"name" : "setUp", "status" : "passed", "stage" : "finished", "description" : "", "start" : 1554390264600, "stop" : 15543902717... | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {... |
Generate a valid JSON object that conforms to the following 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":... | {"id" : 404382089, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "293a01927e082c4a703d3858acc2b406", "wof:id" : 404382089, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.30560291982489, 48.67931071076011, 3.38024733654457, 48.74305897914444... | 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": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {... | {"userId" : 10023, "cartId" : "9c773de9-31aa-496c-97fd-75cb5459ac2f", "preferredProducts" : [4143, 1446, 4322, 1011, 1375], "productReviews" : [{"productId" : 4142, "reviewText" : "My co-worker Mitchell has one of these. He says it looks dry.", "reviewDate" : "2016-09-13T00:05:07.633898+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "loca... | {"id" : 24965, "title" : ["[Pitfall Trap]"], "description" : ["The pit is barren sans carved lengths of sharpened logs stuck into the ground. The ground is stained with dried blood and other fluids pooling around a pile of impaled suits of armor in the exact center. A frayed rope dangles into the pit from above, its ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {}, "req... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}... | {"track" : "csharp", "exercise" : "hello-world", "id" : "fde2c0298b834e419c5388d1f9800240", "url" : "https://exercism.io/my/solutions/fde2c0298b834e419c5388d1f9800240", "handle" : "da-edra", "is_requester" : true, "auto_approve" : true} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015933": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"},... | {"type" : "Topology", "objects" : {"E01015933" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00080576", "LAD11CD" : "E06000034"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015933": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"mark": {"type": "string"}, "status": {"type": "boolean"}}, "required": ["mark", "status"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"mark" : "CheckMark", "status" : true}, {"mark" : "QuestionMark", "status" : false}, {"mark" : "ExclimationMark", "status" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"mark": {"type": "string"}, "status": {"type": "boolean"}}, "required": ["mark", "status"]}, "$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.