input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["021052"], "\uc81c\uc548\uc77c\uc790" : ["1953-05-22"], "\uc81c\uc548\uc790" : ["\uad6d\ud68c\uc758\uc7a5(\ub300\ub9ac)"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c2\ub300(1950~1954)\uc81c15\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", ... | {"builtin" : {"__set__" : true, "elements" : ["__future__", "abc", "builtins", "collections", "configparser", "contextlib", "copy", "ctypes", "datetime", "distutils", "errno", "functools", "glob", "imp", "importlib", "io", "itertools", "locale", "numbers", "os", "pathlib", "pkgutil", "platform", "re", "shutil", "subpro... | json_instruct | {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"php": {"type": "string"}, "contributte/application": {"type": "string"}, "contributte/bootstrap": {"type": "string"}, "contributte/cache": {"type": "string"}, "con... | {"require" : {"php" : ">= 7.1", "contributte/application" : "^0.3.1", "contributte/bootstrap" : "^0.3.1", "contributte/cache" : "^0.2.0", "contributte/di" : "^0.3.0", "contributte/forms" : "^0.3.0", "contributte/http" : "^0.2.0", "contributte/security" : "^0.2.0", "contributte/utils" : "^0.2.0", "contributte/latte" : "... | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"php": {"type": "string"}, "contributte/application": {"type": "string"}, "contributte/bootstrap": {"type": "string"}, "contributte/cache": {"type": "string"}, "contributte/di": {"type": "string"}, "contributte/forms": {"type": "string"}, "c... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"... | {"type" : "Feature", "id" : "way/121636296", "properties" : {"addr:city" : "Zapre\u0161i\u0107", "addr:housenumber" : "1", "addr:postcode" : "10290", "addr:street" : "Tr\u017ena", "amenity" : "marketplace", "building" : "yes", "name" : "Tr\u017enica Zapre\u0161i\u0107", "id" : "way/121636296"}, "geometry" : {"type" : "... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "amenity": {"type": "string"}, "buildin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "str... | {"author" : "Allen Grossman", "classification" : "", "keywords" : ["Arts", "Sciences", "Philosophy"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/249424", "region" : "U.S., Mid-Atlantic", "text" : ["Toward evening, the natural light becomes", "intelligent and answers, without demur:", "\u201d", "... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Generate a valid JSON object that conforms to the following 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" : "3215032007", "district_id" : "3215032", "name" : "KARANGMULYA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "heigh... | {"width" : 0.24943104, "rotation" : 0.12156892, "xCenter" : 0.1129274, "yCenter" : 0.5768749, "height" : 0.44343296} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"address": {"type": "string"}, "nonce": {"type": "integer"}, "threshold": {"type": "integer"}, "owners": {"type": "array", "items": {"type": "string"}}, "masterCopy": {"type": "string"}, "modules": {"type": "array",... | {"address" : "0x1230B3d59858296A31053C1b8562Ecf89A2f888b", "nonce" : 18000, "threshold" : 3, "owners" : ["0xBEA2F9227230976d2813a2f8b922c22bE1DE1B23", "0x37e9F140A9Df5DCBc783C6c220660a4E15CBFe72", "0xA3DAa0d9Ae02dAA17a664c232aDa1B739eF5ae8D", "0xF2CeA96575d6b10f51d9aF3b10e3e4E5738aa6bd", "0x65F8236309e5A99Ff0d129d04E48... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "nonce": {"type": "integer"}, "threshold": {"type": "integer"}, "owners": {"type": "array", "items": {"type": "string"}}, "masterCopy": {"type": "string"}, "modules": {"type": "array", "items": {"type": "string"}}, "fallbackHandler": {"type": "string"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"int-value": {"type": "integer"}, "string-value": {"type": "string"}, "string-value-variable": {"type": "string"}, "bool-value": {"type": "boolean"}, "float-value": {"typ... | {"config" : {"int-value" : 100, "string-value" : "foo", "string-value-variable" : "{$string-value}/bar", "bool-value" : true, "float-value" : 0.123456, "array-string-value" : ["foo", "bar"]}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"int-value": {"type": "integer"}, "string-value": {"type": "string"}, "string-value-variable": {"type": "string"}, "bool-value": {"type": "boolean"}, "float-value": {"type": "number"}, "array-string-value": {"type": "array", "items": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type"... | {"id" : 853, "help" : {"de" : "1.000 K\u00e4mpfe in \u201eThe Fold\u201c oder \u201eThe Feast\u201c gewonnen.", "en" : "Triumph in 1,000 matches in the Feast or the Fold.", "fr" : "Triompher 1 000 fois \u00e0 The Fold ou \u00e0 The Feast.", "jp" : "\u300c\u30b6\u30fb\u30d5\u30a9\u30fc\u30eb\u30c9\u300d\u3001\u3082\u305... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"acce... | {"name" : "@the-unicorns/eslint-config-react", "version" : "1.2.0", "description" : "Extends the base configuration and includes some React rules. For projects using React", "license" : "MIT", "main" : "index.js", "publishConfig" : {"access" : "public"}, "scripts" : {"test" : "tape test/*.js"}, "repository" : {"type" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "objec... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"environments": {"type": "object", "properties": {"test": {"type": "object", "properties": {"formation": {"type": "object", "properties": {"test": {"type": "object", "properties": {"quantity": {"type": "integer"}, "size": {"type"... | {"environments" : {"test" : {"formation" : {"test" : {"quantity" : 1, "size" : "standard-1x"}}, "addons" : ["heroku-redis:in-dyno"]}}} | json_instruct | {"type": "object", "properties": {"environments": {"type": "object", "properties": {"test": {"type": "object", "properties": {"formation": {"type": "object", "properties": {"test": {"type": "object", "properties": {"quantity": {"type": "integer"}, "size": {"type": "string"}}, "required": ["quantity", "size"]}}, "requir... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"website": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "id": {"type": "string"}, "director": {"type": "string"}, "phon... | {"website" : "", "school_type" : "Grundschule", "fax" : "03361 693471", "name" : " Theodor-Fontane-Grundschule ", "address" : "Windm\u00fchlenstra\u00dfe 11 15517 F\u00fcrstenwalde/Spree", "id" : "BB-102660", "director" : "Frau Brehm", "phone" : "03361 2164", "provider" : "Gemeinde", "email" : "fontane.grundschule|a... | json_instruct | {"type": "object", "properties": {"website": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "id": {"type": "string"}, "director": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "email": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id_1800": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "reade... | {"id_1800" : {"title" : "\u8001\u6b98\u904a\u8a18 (Lao Can You Ji - Mr Derelict)", "language" : "Chinese", "totaltime" : "8:07:17", "url_librivox" : "http://librivox.org/lao-can-you-ji-by-liu-o/", "url_iarchive" : "http://www.archive.org/details/lao_can_you_ji_hc_librivox", "readers" : ["2245"], "authors" : "4657", "ge... | json_instruct | {"type": "object", "properties": {"id_1800": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Tabunok, Isabel, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.isabel.tabunok", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_ref... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"namespace": {"type": "string"}, "key": {"type": "string"}, "txs": {"type": "array", "items": {"type": "object", "properties": {"txid": {"type": "string"}, "blockNum": {"type": "integer"}, "txNum": {"type": "intege... | {"namespace" : "_lifecycle", "key" : "611af3834f634fc870855f91fa171fe1ad1347f37d68fa49aac4a7fdae0b0d75", "txs" : [{"txid" : "8d4dbd2d73f6d78a0716ae72baabe97521642931ae3483b2e78e477b0298a642", "blockNum" : 1, "txNum" : 0, "txValidationStatus" : "VALID", "keyWrite" : "18a308f4889f4e6d5cb478488d8a11dfd1fbc98cc790a5e591f27... | json_instruct | {"type": "object", "properties": {"namespace": {"type": "string"}, "key": {"type": "string"}, "txs": {"type": "array", "items": {"type": "object", "properties": {"txid": {"type": "string"}, "blockNum": {"type": "integer"}, "txNum": {"type": "integer"}, "txValidationStatus": {"type": "string"}, "keyWrite": {"type": "str... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "propert... | {"name" : "HelloIonic", "private" : "true", "devDependencies" : {"ionic" : "driftyco/ionic-bower#1.1.0"}, "dependencies" : {"angular-moment" : "~0.10.3", "pouchdb" : "~3.5.0", "userapp-angular" : "~2.0.4", "userapp-phonegap" : "~1.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "properties": {"angular-moment": {"type": "string"}, "pouchdb": {"type": "string"}, "... |
Generate sample JSON data that conforms to the following 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"... | {"player_id" : 451, "name" : "Brad Anderson", "position" : "WR", "height" : "6-2", "weight" : "198", "current_team" : null, "birth_date" : "1961-01-21", "birth_place" : "Glendale, AZ", "death_date" : null, "college" : "BYU", "high_school" : "Alhambra, AZ", "draft_team" : "Chicago Bears", "draft_round" : "8", "draft_pos... | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efe... | {"name" : "EXELON CAPSULE 4,5 MG", "harga" : " Rp. 748.627/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Rivastigmin / Rivastigmine hydrogen tartrate", "indikasi" : "Demensia Alzheimer dengan tingkat keparahan ringan sampai sedang.", "kontraindikasi" : "M... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string... | {"name" : "draft-js-wrapper", "version" : "0.1.1", "files" : ["src/"], "main" : "src/index.js", "description" : "DraftJS wrapper", "repository" : "https://github.com/Aplopio/draft-js-wrapper/", "devDependencies" : {"babel-core" : "6.3.17", "babel-plugin-transform-object-rest-spread" : "^6.5.0", "babel-plugin-transform-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"ty... | {"name" : "wj-wheel", "version" : "0.3.0", "description" : "\u57fa\u4e8e Element-UI \u5f00\u53d1\u7684\u5c0f\u578b\u7ec4\u4ef6\u5e93", "private" : false, "main" : "lib/wj-wheel.umd.min.js", "keywords" : ["vue", "Element-UI", "Table"], "scripts" : {"start" : "vue-cli-service serve", "build" : "vue-cli-service build", "l... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"api_url": {"type": "string"}, "api_key": {"type": "string"}, "image_url": {"type": "string"}}, "required": ["api_url", "api_key", "image_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"api_url" : "https://api.themoviedb.org/3/search/movie", "api_key" : "<TMDB_API_KEY>", "image_url" : "https://image.tmdb.org/t/p/original"} | json_instruct | {"type": "object", "properties": {"api_url": {"type": "string"}, "api_key": {"type": "string"}, "image_url": {"type": "string"}}, "required": ["api_url", "api_key", "image_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"dataSource": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "length": {"type": "integer"}, "required": {"type": "boolean"}, "index": {"ty... | {"dataSource" : "memory", "properties" : {"name" : {"type" : "String", "length" : 50, "required" : true, "index" : true}, "handler" : {"type" : "String", "length" : 50, "required" : true, "index" : true}, "params" : {"type" : "json"}, "result" : {"type" : "json"}, "download" : {"type" : "String"}}, "feature" : {"create... | json_instruct | {"type": "object", "properties": {"dataSource": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "length": {"type": "integer"}, "required": {"type": "boolean"}, "index": {"type": "boolean"}}, "required": ["type", "length", "require... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}... | {"expireTime" : 9007200896446360000, "key" : "e20c507d2b79d03711dfdad159d0ae45{\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"toFormat\":\"png\",\"toFormatBase64\":\"\",\"width\":20,\"height\":43}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAArCAYAAAB4pah1AAAACXBIWXMAAAsTAAALEwEAmpwYAAA... | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "wi... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "string"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url... | [{"issues_url" : "https://api.github.com/orgs/duckduckgo/issues", "members_url" : "https://api.github.com/orgs/duckduckgo/members{/member}", "description" : "", "public_members_url" : "https://api.github.com/orgs/duckduckgo/public_members{/member}", "url" : "https://api.github.com/orgs/duckduckgo", "events_url" : "http... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "string"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url": {"type": "string"}, "avatar_url": {"type": "string"}, "repos_url": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object"... | {"manifest_version" : 2, "version" : "1.0.0", "name" : "CORS Unblock Access-Control-Allow-Origin", "description" : "No more CORS error by appending 'Access-Control-Allow-Origin: *' header to local and remote web requests when enabled", "permissions" : ["storage", "<all_urls>", "webRequest", "webRequestBlocking", "conte... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "19": {"type": "str... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "065f628ba033fd56e0253d5f1389b8c3ac2dc4dc"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u1e25im\u00b7m\u00ea\u0161": {"type": "object", "properties": {"gen.41.34|6": {"type": "array", "items": {"type": "string"}}}, "required":... | {"pos" : "v", "translits" : {"w\u0259\u00b7\u1e25im\u00b7m\u00ea\u0161" : {"gen.41.34|6" : ["the land\uff64", "to take a fifth", "-"]}}, "meanings" : {"take" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u1e25im\u00b7m\u00ea\u0161": {"type": "object", "properties": {"gen.41.34|6": {"type": "array", "items": {"type": "string"}}}, "required": ["gen.41.34|6"]}}, "required": ["w\u0259\u00b7\u1e25im\u00... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": ... | {"artist_id" : "ARUPWVD1187FB4DA36", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Badly Drawn Boy", "duration" : 489.22077, "num_songs" : 1, "song_id" : "SONBSCN12AB0185911", "title" : "Holy Grail", "year" : 2004} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type":... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Mabalanoy, San Juan, Batangas, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.batangas.san-juan.mabalanoy", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type"... | {"\u5de5\u5ee0\u540d\u7a31" : "\u5bac\u9054\u4f01\u696d\u793e", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "66004547", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u8c50\u539f\u5340\u5357\u6751\u91cc\u5712\u74b0\u6771\u8def892\u5df717\u5f046\u865f1\u6a13", "\u5... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "au... | {"title" : "KILLER B", "author" : "kumasumi", "description" : "Tda\u5f0f\u6539\u5909undefined\u30df\u30cb\u30b9\u30ab\u30fc\u30c8undefinedZhiZi<br>\u7981\u6b62\u8f6c\u8f7dundefinedDoundefinednotundefinedre-upload", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/484467/thumbnail-48... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "kibana": {"type": "object"... | {"name" : "fpt", "version" : "5.6.2", "description" : "FPT Kibana Plugin", "main" : "index.js", "license" : "Apache-2.0", "repository" : "github:tatdatpham/fpt-kibana-plugin", "kibana" : {"version" : "5.6.2", "templateVersion" : "7.2.0"}, "scripts" : {"lint" : "eslint", "start" : "plugin-helpers start", "test:server" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "kibana": {"type": "object", "properties": {"version": {"type": "string"}, "templateVersion": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"... | {"Time" : "2020-10-27T04:00:00Z", "Temp" : 16.7, "RelHum" : 91, "WindSpeed" : 0.4, "WindDir" : 34} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"serve": {"type": "object", "properties": {"path": {"type": "string"}, "script": {"type": "string"}, "parser": {"type": "string"}, "help": {"type": "string"}, "virtualenv": {"type": "boolean"}}, "required": ["path",... | {"serve" : {"path" : "serve.py", "script" : "run", "parser" : "get_parser", "help" : "Run wptserve server", "virtualenv" : false}, "serve-wave" : {"path" : "wave.py", "script" : "run", "parser" : "get_parser", "help" : "Run wptserve server for WAVE", "virtualenv" : true, "install" : ["ua-parser"], "requirements" : ["..... | json_instruct | {"type": "object", "properties": {"serve": {"type": "object", "properties": {"path": {"type": "string"}, "script": {"type": "string"}, "parser": {"type": "string"}, "help": {"type": "string"}, "virtualenv": {"type": "boolean"}}, "required": ["path", "script", "parser", "help", "virtualenv"]}, "serve-wave": {"type": "ob... |
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" : [[[[-80.13185272099996, 26.183187767000042], [-80.13185189799997, 26.183164801000025], [-80.13154521799996, 26.177317707000036], [-80.13173917799996, 26.177311404000072], [-80.13471040899996, 26.17721485600003], [-80.13474269499993, 26.176407707000063], [-80.13879458199993, 26.... | 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": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["code", "name", "children"]}, "$schema": "http://json-schema.org/draft-07... | [{"code" : "BQ1", "name" : "Bonaire", "children" : []}, {"code" : "BQ2", "name" : "Saba", "children" : []}, {"code" : "BQ3", "name" : "Sint Eustatius", "children" : []}, {"code" : "DR", "name" : "Drenthe", "children" : []}, {"code" : "FL", "name" : "Flevoland", "children" : []}, {"code" : "FR", "name" : "Friesland", "c... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["code", "name", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-91.035791, 30.467782], [-91.032815, 30.474452], [-90.974807, 30.481763], [-90.975439, 30.480323], [-90.978037, 30.480089], [-90.978662, 30.479098], [-90.975065, 30.476003], [-90.974298, 30.470554], [-90.976516, 30.467267... | 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": "numbe... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"icons": {"type": "integer"}, "prs": {"type": "integer"}, "contributors": {"type": "integer"}, "stargazers": {"type": "integer"}, "forks": {"type": "integer"}}, "required": ["icons", "prs", "contributors", "stargaze... | {"icons" : 600, "prs" : 30, "contributors" : 23, "stargazers" : 24, "forks" : 30} | json_instruct | {"type": "object", "properties": {"icons": {"type": "integer"}, "prs": {"type": "integer"}, "contributors": {"type": "integer"}, "stargazers": {"type": "integer"}, "forks": {"type": "integer"}}, "required": ["icons", "prs", "contributors", "stargazers", "forks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.75, 23.166666666666668], [137.75, 23.25], [137.875, 23.25], [137.875, 23.166666666666668], [137.75, 23.166666666666668]]]}, "properties" : {"code" : 343766, "url" : "http://madefor.github.io/0410/api/v1/343766.geojson", "view" : "https://gith... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pymongo": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "operator": {"type": "object", "properties": {}, "required": []}, "package": {"type": "object", "properties": {"ts": {"typ... | {"pymongo" : {"url" : "mongodb://localhost:27017/new_app"}, "operator" : {}, "package" : {"ts" : {"url" : "http://127.0.0.1:8000"}, "swift" : {"url" : "http://127.0.0.1:8000"}, "kotlin" : {"url" : "http://127.0.0.1:8000"}}} | json_instruct | {"type": "object", "properties": {"pymongo": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "operator": {"type": "object", "properties": {}, "required": []}, "package": {"type": "object", "properties": {"ts": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type":... | {"id" : 70899775, "name" : "Pianissimo", "is_illegal" : false, "is_custom" : false, "text" : "Target 1 face-up monster you control; this turn, that face-up monster's original ATK becomes 100, also that face-up monster cannot be destroyed by battle or card effects.", "images" : ["https://storage.googleapis.com/ygoprodec... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": [... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build": {"type": "... | {"name" : "typescript-type-completion-sorting-plugin", "version" : "1.0.2", "description" : "Push inherited properties from base types to bottom for TS completion", "main" : "./index", "scripts" : {"clean" : "del-cli '*.js' '*.map' '*.d.ts'", "build" : "tsc", "prepublish" : "npm run clean && npm run build"}, "repositor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["clean", "bui... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "filename_url": {"type": "string"}, "previous_version": {"type": "string"}, "compare_files": {"type": "object", "properties": {"file2_url": {"type": "string"}}, "required": [... | {"name" : "chef installer", "url" : "https://docs.chef.io/chef_install_script/", "filename_url" : "https://omnitruck.chef.io/install.sh", "previous_version" : "data/output_data/chef.txt", "compare_files" : {"file2_url" : "https://omnitruck.chef.io/install.sh"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "filename_url": {"type": "string"}, "previous_version": {"type": "string"}, "compare_files": {"type": "object", "properties": {"file2_url": {"type": "string"}}, "required": ["file2_url"]}}, "required": ["name", "url", "filename_url... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003137": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "stri... | {"type" : "Topology", "objects" : {"E01003137" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00015827", "LAD11CD" : "E09000022"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003137": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["230623100013", "\u4e1c\u5357\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["230623100014", "\u897f\u5357\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["230623100015", "\u4e1c\u5317\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["230623100016", "\u897f\u5317\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["230623100201"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"entry": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "matches": {"type": "array", "items": {"type": "string"}}}, "required": ["entry", "permissions", "matches"], "$schema": "http://json-sc... | {"entry" : "index.ts", "permissions" : ["*://*.studenti.it/*"], "matches" : ["*://doc.studenti.it/appunti/*", "*://doc.studenti.it/vedi_tutto/*"]} | json_instruct | {"type": "object", "properties": {"entry": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "matches": {"type": "array", "items": {"type": "string"}}}, "required": ["entry", "permissions", "matches"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-79.016799, 40.93776], [-79.01564, 40.995797], [-78.8951, 40.994932], [-78.896748, 40.963082], [-78.897, 40.906934], [-78.955545, 40.908614], [-79.016463, 40.909224], [-79.016799, 40.93776]], [[-79.004159, 40.934375], [-7... | 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": "numbe... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"namespace": {"type": "string"}, "progress_bar_nub": {"type": "object", "properties": {"type": {"type": "string"}, "texture": {"type": "string"}, "tiled": {"type": "boolean"}, "tiled_scale": {"type": "array", "items": {"type": ... | {"namespace" : "file_upload", "progress_bar_nub" : {"type" : "image", "texture" : "textures/ui/experiencenub", "tiled" : true, "tiled_scale" : [0.5, 0.5]}} | json_instruct | {"type": "object", "properties": {"namespace": {"type": "string"}, "progress_bar_nub": {"type": "object", "properties": {"type": {"type": "string"}, "texture": {"type": "string"}, "tiled": {"type": "boolean"}, "tiled_scale": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "texture", "tiled", "tile... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2000, 7], [2001, 6], [2003, 5], [2004, 5], [2009, 6], [2011, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "aurilium_node"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"specs_file": {"type": "string"}, "warning_level": {"type": "integer"}, "db_name": {"type": "string"}}, "required": ["specs_file", "warning_level", "db_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"specs_file" : "DB_specs.json", "warning_level" : 1, "db_name" : "Database_1"} | json_instruct | {"type": "object", "properties": {"specs_file": {"type": "string"}, "warning_level": {"type": "integer"}, "db_name": {"type": "string"}}, "required": ["specs_file", "warning_level", "db_name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"summary_date": {"type": "string"}, "period_id": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_prev... | [{"summary_date" : "2021-08-10", "period_id" : 0, "score" : 79, "score_activity_balance" : 68, "score_hrv_balance" : 81, "score_previous_day" : 89, "score_previous_night" : 74, "score_recovery_index" : 67, "score_resting_hr" : 63, "score_sleep_balance" : 94, "score_temperature" : 97, "rest_mode_state" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"summary_date": {"type": "string"}, "period_id": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night": {"t... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "req... | {"latest_version" : ["1.1.1"], "meta" : {"description" : "Control Orvibo products", "homepage" : "https://github.com/happyleavesaoc/python-orvibo/", "license" : "MIT"}, "versions" : {"1.0.0" : {"sha256" : "a8e74dea6a1399deeef2ea2511aea1e82228e2515f95d2cd3a50f53f56d1f430", "url" : "https://files.pythonhosted.org/package... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-m9fg-jg2j-wc72", "modified" : "2022-02-11T00:01:16Z", "published" : "2022-02-11T00:01:16Z", "aliases" : ["CVE-2022-22804"], "details" : "A CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability exists that could allow an authe... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "3401030001", "nama" : "GARONGAN"}, {"id" : "3401030002", "nama" : "PLERET"}, {"id" : "3401030003", "nama" : "BUGEL"}, {"id" : "3401030004", "nama" : "KANOMAN"}, {"id" : "3401030005", "nama" : "DEPOK"}, {"id" : "3401030006", "nama" : "BOJONG"}, {"id" : "3401030007", "nama" : "TAYUBAN"}, {"id" : "3401030008", "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Dong Twitter": {"type": "array", "items": {"type": "number"}}}, "required": ["Dong Twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Dong Twitter" : [0.580758957028643, 0.593904293904294, 0.562112995053237, 0.5948036986771988, 0.5744474413597866, 0.580168039619578, 0.5987349360815828, 0.5558002977978317, 0.5712218410360825, 0.597156230082143, 0.5786985647243758, 0.5643540408572443, 0.5804133191872535, 0.5900659249475407, 0.5754542410822372, 0.5942... | json_instruct | {"type": "object", "properties": {"Dong Twitter": {"type": "array", "items": {"type": "number"}}}, "required": ["Dong Twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["520524116001", "\u7fa4\u6f6e\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["520524116002", "\u9ad8\u7cb1\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520524116003", "\u6fdb\u575d\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520524116204", "\u9a6c\u5e97\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520524116205"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-87.677899, 41.925026], [-87.674403, 41.925069], [-87.672029, 41.922663], [-87.668033, 41.921847], [-87.663356, 41.915485], [-87.667437, 41.914281], [-87.672667, 41.91425], [-87.672762, 41.91785], [-87.677622, 41.917758],... | 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": "numbe... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "... | {"id" : 20609, "name" : "Diary,ru - Ater Edition", "description" : "\u0423\u0431\u0438\u0440\u0430\u0435\u0442 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u0438 \u0441\u043e\u0431\u0430\u043a\u0443, \u0430 \u0442\u0430\u043a \u0436\u0435 \u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u0435\u0442 \u0431\u043b\u0... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"header": {"type": "object", "properties": {"category": {"type": "string"}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "layout": {... | {"header" : {"category" : "the-gary-null-show", "image" : {"type" : "", "url" : ""}, "layout" : "podcast", "link" : "http://thegarynullshow.podbean.com/e/the-gary-null-show-209/", "podcast" : {"developer-note" : "", "length" : "1:00:04", "note" : "", "size" : 14578128, "type" : "audio/mpeg", "url" : "http://thegarynull... | json_instruct | {"type": "object", "properties": {"header": {"type": "object", "properties": {"category": {"type": "string"}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "layout": {"type": "string"}, "link": {"type": "string"}, "podcast": {"type": "ob... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Version": {"type": "string"}, "Id": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Principal": {"type": "string"}, "Action": {"type": "strin... | {"Version" : "2012-10-17", "Id" : "Policy1415115909152", "Statement" : [{"Sid" : "Access-to-specific-VPCE-only", "Principal" : "*", "Action" : "s3:*", "Effect" : "Deny", "Resource" : ["arn:aws:s3:::PRIVATECATSARN", "arn:aws:s3:::PRIVATECATSARN/*"], "Condition" : {"StringNotEquals" : {"aws:sourceVpce" : "REPLACEME-vpce-... | json_instruct | {"type": "object", "properties": {"Version": {"type": "string"}, "Id": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Principal": {"type": "string"}, "Action": {"type": "string"}, "Effect": {"type": "string"}, "Resource": {"type": "array", "item... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_... | {"actors" : [], "countries" : ["United States", "Netherlands"], "enb_end_date" : "29-Oct-01", "enb_long_title" : "Seventh Conference of the Parties to the UN Framework Convention on Climate Change", "enb_short_title" : "COP-7", "enb_start_date" : "29-Oct-01", "enb_url" : "http://www.iisd.ca/vol12/enb12178e.html", "id" ... | json_instruct | {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"STATIC()": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "scope": {"type": "string"}}, "required": ... | {"STATIC()" : {"prefix" : "*STATIC", "body" : ["*STATIC"], "description" : "STATIC without parameter(s).", "scope" : "source.inp"}, "STATIC(ADIABATIC, ALLSDTOL, CONTINUE, DIRECT, FACTOR, FULLY PLASTIC, LONG TERM, RIKS, STABILIZE)" : {"prefix" : "*STATIC", "body" : ["*STATIC, ADIABATIC=${1}, ALLSDTOL=${2}, CONTINUE=${3}... | json_instruct | {"type": "object", "properties": {"STATIC()": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "scope": {"type": "string"}}, "required": ["prefix", "body", "description", "scope"]}, "STATIC(ADIABATIC, ALLSDTOL, CON... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "s... | {"name" : "pantelis-manikas-portfolio-api", "version" : "1.1.0", "description" : "This is an API for Pantelis Manikas Portfolio", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node app", "startwatch" : "nodemon"}, "dependencies" : {"aws-sdk" : "^2.1033.0", "bcryptjs"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "startwatch": {"type": "string"}}, "required": ["test", "start... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"allGroups": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"id": {"... | {"data" : {"allGroups" : {"edges" : [{"node" : {"id" : "R3JvdXBOb2RlOjE=", "name" : "Administrators", "__typename" : "GroupNode"}, "__typename" : "GroupNodeEdge"}, {"node" : {"id" : "R3JvdXBOb2RlOjI=", "name" : "Developers", "__typename" : "GroupNode"}, "__typename" : "GroupNodeEdge"}, {"node" : {"id" : "R3JvdXBOb2RlOj... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"allGroups": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "__typename": {"type": "string"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"ty... | {"name" : "@textile/js-types", "description" : "Protobuf generated Javascript types for Textile", "version" : "<version>", "author" : "textile.io", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/textileio/go-textile"}, "bugs" : {"url" : "https://github.com/textileio/go-textile"}, "homepa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"... | [{"comment" : "multi-step reaction possibly intermediate (see levopimaradiene [CPD:C11879], R06302)", "definition" : "Copalyl diphosphate <=> Ginkgolide A", "orthologs" : {}, "name" : "", "product_stoichiometries" : ["1"], "enzymes" : [], "equation" : "C11901 <=> C07601", "glycans" : false, "substrate_stoichiometries" ... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"SleepInterval": {"type": "object", "properties": {"Hours": {"type": "integer"}, "Minutes": {"type": "integer"}, "Seconds": {"type": "integer"}}, "required": ["Hours", "Minutes", "Seconds"]}, "Protocols": {"type": "object", ... | {"SleepInterval" : {"Hours" : 0, "Minutes" : 2, "Seconds" : 0}, "Protocols" : {"ICMP" : {"Timeout" : 1}}, "Nodes" : [{"Name" : "LocalHost", "Address" : "localhost", "Protocol" : "icmp", "Required" : true, "Category" : "Local"}, {"Name" : "WAN", "Address" : "192.168.0.1", "Protocol" : "icmp", "Required" : true, "Categor... | json_instruct | {"type": "object", "properties": {"SleepInterval": {"type": "object", "properties": {"Hours": {"type": "integer"}, "Minutes": {"type": "integer"}, "Seconds": {"type": "integer"}}, "required": ["Hours", "Minutes", "Seconds"]}, "Protocols": {"type": "object", "properties": {"ICMP": {"type": "object", "properties": {"Time... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email... | {"id" : 106475, "name" : "SFU CS Dark", "description" : "Dark style for Computing Science website. Only CMPT 128 tested.", "user" : {"id" : 163893, "name" : "muntoo", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : "ccby"}, "updated" : "2016-07-17T06:09:31.000Z", "weekly_inst... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"t... | {"name" : "react-d3", "version" : "0.2.2", "homepage" : "https://github.com/esbullington/react-d3", "main" : "dist/public/js/react-d3.min.js", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"d3" : "~3.5.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}}, "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"latency": {"type": "array", "items": {"type": "number"}}}, "required": ["latency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latency" : [0.001209977, 0.001238629, 0.0012963620000000001, 0.0014585630000000002, 0.0009309320000000001, 0.001996276, 0.0007484060000000001, 0.000420892, 0.00039345000000000005, 0.00034485, 0.0007653810000000001, 0.00038642300000000005, 0.000836942, 0.00038171600000000004, 0.00038787500000000004, 0.000561961, 0.000... | json_instruct | {"type": "object", "properties": {"latency": {"type": "array", "items": {"type": "number"}}}, "required": ["latency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.0, 30.916666666666668], [137.0, 31.0], [137.125, 31.0], [137.125, 30.916666666666668], [137.0, 30.916666666666668]]]}, "properties" : {"code" : 463730, "url" : "http://madefor.github.io/0410/api/v1/463730.geojson", "view" : "https://github.co... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"bootbox.js": {"type": "string"}, "bootbox.min.js": {"type": "string"}}, "required": ["bootbox.js", "bootbox.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bootbox.js" : "sha256-zr8GfDo/n18We5AU2gOw9Am2hxm2uw1YHuDm54GPPlY=", "bootbox.min.js" : "sha256-1VYHC1uC6KHSnKGDK3y111QnwFspFoa4ovH4UVZQ3u8="} | json_instruct | {"type": "object", "properties": {"bootbox.js": {"type": "string"}, "bootbox.min.js": {"type": "string"}}, "required": ["bootbox.js", "bootbox.min.js"], "$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"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type":... | {"name" : "School of Higher Education in History and Anthropology", "alt_name" : "Escuela de Educaci\u00f3n Superior en Ciencias Hist\u00f3ricas y Antropol\u00f3gicas", "country" : "Mexico", "state" : null, "address" : {"street" : "General Mariano Arista, 920, Col. Tequisquiap\u00e1n", "city" : "San Luis Potos\u00ed", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items... | {"contract" : "0x156969d609b7811ecae26b656218ef03734ad946", "tool" : "manticore", "start" : 1564104634.6649408, "end" : 1564106436.5025563, "duration" : 1801.8376154899597, "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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "damageType": {"type": "integer"}, "redacted": {"type": "boolean"}, "isDisplayable": {"type": "boolean"}, "displayPr... | {"index" : 1219, "hash" : 473840315, "blacklisted" : false, "damageType" : 0, "redacted" : false, "isDisplayable" : true, "displayProperties" : {"icon" : "/common/destiny2_content/icons/cfaa667f982ed5ef3d56649bcacdce1d.png", "hasIcon" : true, "description" : "Adds a Dawning flourish to your transmat effects.", "name" :... | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "damageType": {"type": "integer"}, "redacted": {"type": "boolean"}, "isDisplayable": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"icon": {"type": "string"}, "h... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "ti... | {"published" : "2015-09-13T01:09:28Z", "media-type" : "Blog", "title" : "IBM Cross-site scripting vulnerability on the Projects page in IBM UrbanCode Build (CVE-2015-1983)", "id" : "f4e5a85a-a677-4625-9b0a-789547b42d1e", "content" : "IBM UrbanCode Build is vulnerable to cross-site scripting on the Projects page. CVE(s)... | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Id": {"type": "number"}, "FirstName": {"type": "string"}, "LastName": {"type": "string"}, "Gender": {"type": "string"}, "DateOfBirth": {"type": "string"}, "IsActive": {"type": "boolean"}, "Salary": {"type": "number"}, "PhoneNumb... | {"Id" : -999999.99, "FirstName" : "", "LastName" : "", "Gender" : "", "DateOfBirth" : "", "IsActive" : false, "Salary" : -999999.99, "PhoneNumber" : "", "Spouse" : {"Id" : -999999.99, "SpouseName" : "", "SpouseDOB" : ""}, "Children" : [], "Benefits" : [{"Id" : -999999.99, "BenefitType" : "", "BenefitName" : "", "Effect... | json_instruct | {"type": "object", "properties": {"Id": {"type": "number"}, "FirstName": {"type": "string"}, "LastName": {"type": "string"}, "Gender": {"type": "string"}, "DateOfBirth": {"type": "string"}, "IsActive": {"type": "boolean"}, "Salary": {"type": "number"}, "PhoneNumber": {"type": "string"}, "Spouse": {"type": "object", "pr... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int... | {"nom" : "Aubigny", "circ" : "3\u00e8me circonscription", "dpt" : "Calvados", "inscrits" : 249, "abs" : 122, "votants" : 127, "blancs" : 12, "nuls" : 5, "exp" : 110, "res" : [{"nuance" : "MDM", "nom" : "Mme Florence LEHERICY", "voix" : 60}, {"nuance" : "LR", "nom" : "M. S\u00e9bastien LECLERC", "voix" : 50}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
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": "int... | {"nom" : "Bisinchi", "dpt" : "Haute-Corse", "inscrits" : 249, "abs" : 89, "votants" : 160, "blancs" : 32, "nuls" : 27, "exp" : 101, "res" : [{"panneau" : "2", "voix" : 55}, {"panneau" : "1", "voix" : 46}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defaultValue": {"type": "string"}, "description": {"type": "string"}}, "requi... | {"properties" : [{"name" : "retry.enable", "type" : "java.lang.Boolean", "defaultValue" : "false", "description" : "\u662f\u5426\u5f00\u542fhttp\u91cd\u8fde\u3002\u91cd\u8fde\u7b56\u7565\uff1anote || (tags && method && ( status || exception )))"}, {"name" : "retry.retrie", "type" : "java.lang.Integer", "defaultValue" :... | json_instruct | {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defaultValue": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "defaultValue", "description"]}}}, "required": ["prope... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"gold_pos": {"type": "integer"}, "srl_mask": {"type": "integer"}}, "required": ["gold_pos", "srl_mask"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gold_pos" : 2, "srl_mask" : 5} | json_instruct | {"type": "object", "properties": {"gold_pos": {"type": "integer"}, "srl_mask": {"type": "integer"}}, "required": ["gold_pos", "srl_mask"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"adv_t": {"type": "array", "items": {"type": "integer"}}, "adv_w": {"type": "array", "items": {"type": "integer"}}, "clfs": {"type": "array", "items": {"type": "string"}}, "mean": {"type": "array", "items": {"type": ... | {"adv_t" : [3, 0, 3, 3, 0, 0, 3], "adv_w" : [3, 0, 3, 3, 0, 0, 3], "clfs" : ["Nearest Neighbors", "RBF SVM", "Decision Tree", "Random Forest", "Neural Net", "Naive Bayes", "Linear SVM"], "mean" : [0.6577272727272727, 0.5881313131313132, 0.6826262626262627, 0.6988383838383838, 0.5831313131313132, 0.5654040404040405, 0.6... | json_instruct | {"type": "object", "properties": {"adv_t": {"type": "array", "items": {"type": "integer"}}, "adv_w": {"type": "array", "items": {"type": "integer"}}, "clfs": {"type": "array", "items": {"type": "string"}}, "mean": {"type": "array", "items": {"type": "number"}}, "parameters": {"type": "object", "properties": {"cv_method... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"canSwitchMode": {"type": "object", "properties": {"__symbolic": {"type"... | [{"__symbolic" : "module", "version" : 3, "metadata" : {"canSwitchMode" : {"__symbolic" : "function", "parameters" : ["mode"], "value" : true}}}, {"__symbolic" : "module", "version" : 1, "metadata" : {"canSwitchMode" : {"__symbolic" : "function", "parameters" : ["mode"], "value" : true}}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"canSwitchMode": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "string"}}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type":... | {"id" : 2187, "name" : "Tangled toad's legs", "qualified_name" : "Tangled toad's legs", "examine" : "It actually smells quite good.", "members" : true, "release_date" : "2002-12-12", "quest" : false, "weight" : 0.35, "value" : 2, "alchemy" : {"high" : 1, "low" : 0}, "tradeable" : true, "stackable" : false, "noteable" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alc... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": ... | {"name" : "Bois de c\u00e8dre inazumien", "description" : "Bois obtenu \u00e0 partir de c\u00e8dre d'Inazuma. Il est doux, droit et d\u00e9gage un l\u00e9ger parfum.\\nPeut \u00eatre utilis\u00e9 pour fabriquer des d\u00e9corations.", "sortorder" : 1323, "rarity" : "1", "category" : "WOOD", "materialtype" : "Mat\u00e9r... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "descriptio... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "obj... | {"translation-revision-date" : "2019-08-29 12:48:25+0000", "generator" : "GlotPress/2.4.0-alpha", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n != 1;", "lang" : "es"}, "Product search results updated." : ["Actualizaci\u00f3n de los resultados d... | json_instruct | {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "strin... | {"id" : "0x18dcfc08e56465a20fc440b8ee6b43d8c08ded66ed8f782638f86a4a8e53de6d", "title" : "\u597d\u50cf\u4e0d\u80fd\u6295\u7968\uff1f", "body" : "", "choices" : ["\u80fd", "\u4e0d\u80fd"], "start" : 1637380800, "end" : 1637467200, "snapshot" : "12794007", "state" : "closed", "author" : "0x97F0AB014dc4a5F77B59bcB0263bC202... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin... |
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": {"tsc": {"type": "string"}, "start": {"type": "string"}, "dev... | {"name" : "backend-azure-login", "version" : "1.0.0", "description" : "Backend Azure login", "main" : "dist/app.js", "scripts" : {"tsc" : "tsc", "start" : "npm run tsc && node dist/app.js", "dev" : "nodemon"}, "keywords" : ["Azure", "login", "activedirectory", "vue", "node", "typescript"], "author" : "Adrian De Palma",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["tsc", "start", "dev"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"... | {"name" : "new_project", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"csv-parse" : "^4.15.3", "csv-parser" : "^3.0.0", "d3-dsv" : "^2.0.0", "dotenv" : "^8.2.0", "download" : "^8.0.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " 28 S TH E HISTOR Y book with redoubled fury (a). The occasion was as follows: Vitellius gave a banquet at <span class=\"place\" data-place-id=\"383798\">Ticinum</span>, and Verginius was of the party. The manners of the chiefs are ever sure to set the fashion for the tribunes and cen- turions. From the exam... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$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"}, "name": {"type": "string"}, "class": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "maxPoints": {"type": "integer"}, "pointRequirement": {"type": "inte... | {"id" : "cleric-promotion-class-radical", "name" : "Promotion Class: Radical", "class" : "cleric", "description" : "Role: Ranged Damage\\n\\nUnpopular with members of their order for sacrificing healing for more potent throwing hammers.\\n\\nStat Adjustments:\\nAttack Power +225\\nReduce Basic Attack Cost by 9 mana\\n\... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "class": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "maxPoints": {"type": "integer"}, "pointRequirement": {"type": "integer"}, "levelRequirement": {"type": "integer"}, "grants": {"type": "arra... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type":... | {"logs" : [{"outputFile" : "C:\\Programming\\Android-Studio\\TwitterClone\\ParseStarterProject\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-si-rLK\\values-si-rLK.xml", "map" : [{"source" : "C:\\Users\\ZYFIn\\.gradle\\caches\\transforms-1\\files-1.1\\mediarouter-v7-23.0.0.aar\\5ccaa7eafb2e... | json_instruct | {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startCol... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": ... | [{"name" : "SEYDOU", "frequency" : 1346, "males" : "100.0 %", "females" : "0.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"short" : "Install ingress-nginx", "long" : "Install the ingress-nginx in the Kubernetes cluster."} | json_instruct | {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": {"typ... | {"name" : "Naruto Inu", "symbol" : "NARUTO", "id" : "0xbfCe0E06deDCBEA3E170BA4df2A6793334cAC5ef", "decimals" : 9, "coingecko_url" : "https://www.coingecko.com/en/coins/naruto-inu", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 0.0, "logoURI" : "https://raw.githubusercontent.com/poolsharks-proto... | 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": "number"}, "logoURI": {"type... |
Based on the schema below, produce a valid JSON object:
{"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": "ar... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-121.929385, 37.726199], [-121.925909, 37.726944], [-121.914101, 37.713864], [-121.898803, 37.702011], [-121.920423, 37.701993], [-121.923303, 37.702837], [-121.925083, 37.705506], [-121.923506, 37.705893], [-121.927345, ... | 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": "numbe... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "a... | {"rustc" : 1832944061073362903, "features" : "[]", "target" : 152208090866634126, "profile" : 9935990280773120926, "path" : 14321664317214162324, "deps" : [], "local" : [{"Precalculated" : "0.1.3"}], "rustflags" : [], "metadata" : 17632679035116730252} | 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": {"Precalculated": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {".js" : "ba3b2de269b4c760ed86e33bcddc0c7d5e228ae9.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.