input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1 value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"locale": {"type": "string"}, "name": {"type": "string"}, "is_mobile": {"type": "boolean"}, "msg_max": {"type": "integer"}, "c_quit": {"type": "boolean"}, "c_debug": {"type": "boolean"}, "c_interface": {"type": "boolean"}, "c_internet": {"type": "boolean"}, "c_network": {"type": "boolean"}}, "required": ["locale", "name", "is_mobile", "msg_max", "c_quit", "c_debug", "c_interface", "c_internet", "c_network"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"locale" : "en", "name" : "MyUserName", "is_mobile" : true, "msg_max" : 20, "c_quit" : true, "c_debug" : true, "c_interface" : true, "c_internet" : true, "c_network" : true} | json_instruct | {"type": "object", "properties": {"locale": {"type": "string"}, "name": {"type": "string"}, "is_mobile": {"type": "boolean"}, "msg_max": {"type": "integer"}, "c_quit": {"type": "boolean"}, "c_debug": {"type": "boolean"}, "c_interface": {"type": "boolean"}, "c_internet": {"type": "boolean"}, "c_network": {"type": "boolean"}}, "required": ["locale", "name", "is_mobile", "msg_max", "c_quit", "c_debug", "c_interface", "c_internet", "c_network"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "lastModifiedAt"]}}}, "required": ["name", "lastModifiedAt", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MediaStreamTrackAudioSourceOptions", "lastModifiedAt" : 1629769816000, "entries" : [{"name" : "__type__", "lastModifiedAt" : 1629769816000}, {"name" : "mediaStreamTrack", "lastModifiedAt" : 1604977032464}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "lastModifiedAt"]}}}, "required": ["name", "lastModifiedAt", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["tokgen"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"/ledgers/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "changeOrigin": {"type": "boolean"}, "logLevel": {"type": "string"}, "pathRewrite": {"type": "object", "properties": {"^/ledgers": {"type": "string"}}, "required": ["^/ledgers"]}}, "required": ["target", "secure", "changeOrigin", "logLevel", "pathRewrite"]}, "/certgen/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "changeOrigin": {"type": "boolean"}, "logLevel": {"type": "string"}, "pathRewrite": {"type": "object", "properties": {"^/certgen": {"type": "string"}}, "required": ["^/certgen"]}}, "required": ["target", "secure", "changeOrigin", "logLevel", "pathRewrite"]}, "/tpp/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "changeOrigin": {"type": "boolean"}, "logLevel": {"type": "string"}, "pathRewrite": {"type": "object", "properties": {"^/tpp": {"type": "string"}}, "required": ["^/tpp"]}}, "required": ["target", "secure", "changeOrigin", "logLevel", "pathRewrite"]}}, "required": ["/ledgers/*", "/certgen/*", "/tpp/*"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/ledgers/*" : {"target" : "https://dev-modelbank-ledgers.cloud.adorsys.de", "secure" : false, "changeOrigin" : true, "logLevel" : "debug", "pathRewrite" : {"^/ledgers" : ""}}, "/certgen/*" : {"target" : "https://dev-modelbank-certificate-generator.cloud.adorsys.de", "secure" : false, "changeOrigin" : true, "logLevel" : "debug", "pathRewrite" : {"^/certgen" : ""}}, "/tpp/*" : {"target" : "https://dev-modelbank-tpp-backend.cloud.adorsys.de", "secure" : false, "changeOrigin" : true, "logLevel" : "debug", "pathRewrite" : {"^/tpp" : "/tpp"}}} | json_instruct | {"type": "object", "properties": {"/ledgers/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "changeOrigin": {"type": "boolean"}, "logLevel": {"type": "string"}, "pathRewrite": {"type": "object", "properties": {"^/ledgers": {"type": "string"}}, "required": ["^/ledgers"]}}, "required": ["target", "secure", "changeOrigin", "logLevel", "pathRewrite"]}, "/certgen/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "changeOrigin": {"type": "boolean"}, "logLevel": {"type": "string"}, "pathRewrite": {"type": "object", "properties": {"^/certgen": {"type": "string"}}, "required": ["^/certgen"]}}, "required": ["target", "secure", "changeOrigin", "logLevel", "pathRewrite"]}, "/tpp/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "changeOrigin": {"type": "boolean"}, "logLevel": {"type": "string"}, "pathRewrite": {"type": "object", "properties": {"^/tpp": {"type": "string"}}, "required": ["^/tpp"]}}, "required": ["target", "secure", "changeOrigin", "logLevel", "pathRewrite"]}}, "required": ["/ledgers/*", "/certgen/*", "/tpp/*"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"matrix.js": {"type": "string"}, "matrix.min.js": {"type": "string"}}, "required": ["matrix.js", "matrix.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"matrix.js" : "sha256-fcr7HF7MbH6IYfPlvb0UcMU4Q6dcSLx0bI4nuMctXhg=", "matrix.min.js" : "sha256-6eF/FNEpGKCBoKd4p3DFYMhjcTxu1OX5CaJ0dln4W3I="} | json_instruct | {"type": "object", "properties": {"matrix.js": {"type": "string"}, "matrix.min.js": {"type": "string"}}, "required": ["matrix.js", "matrix.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 24891, "cartId" : "aef20cee-4621-4963-966e-2fc40f792365", "preferredProducts" : [2011, 3862, 510, 4225, 1188, 1255, 481, 3168, 1441], "productReviews" : [{"productId" : 525, "reviewText" : "I saw one of these in Moldova and I bought one.", "reviewDate" : "2020-02-21T08:46:57.3136706+02:00"}, {"productId" : 3928, "reviewText" : "i use it for 10 weeks when i'm in my sauna.", "reviewDate" : "2017-08-03T11:03:47.4271126+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aws-sdk.js" : "sha512-3x5TaNL3x707rJzMRhMPS1cG0rRUKwGznyXBKrxLpJw4BsS8aY5ni2ZMerTH1XoEjzo02rXs44kPmV9+4xIM2Q==", "aws-sdk.min.js" : "sha512-f+lJYlLPZ8pPrBn0n9DmATghxPRjPcT3t4X4C8OZhZi9OCU0Pt3CLFnYshCHSvakduxCnDeR9xPiZG7mr8Jfdw=="} | json_instruct | {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.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"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "publisher": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "icon": {"type": "string"}, "galleryBanner": {"type": "object", "properties": {"color": {"type": "string"}, "theme": {"type": "string"}}, "required": ["color", "theme"]}, "scripts": {"type": "object", "properties": {"yaml2json": {"type": "string"}, "vscode:prepublish": {"type": "string"}}, "required": ["yaml2json", "vscode:prepublish"]}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "array", "items": {"type": "string"}}, "configuration": {"type": "string"}}, "required": ["id", "aliases", "extensions", "configuration"]}}, "grammars": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "scopeName": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "scopeName", "path"]}}}, "required": ["languages", "grammars"]}, "devDependencies": {"type": "object", "properties": {"js-yaml": {"type": "string"}}, "required": ["js-yaml"]}}, "required": ["name", "displayName", "description", "publisher", "homepage", "repository", "icon", "galleryBanner", "scripts", "version", "engines", "categories", "contributes", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "colortxt", "displayName" : "ColorTXT", "description" : "Raw text highlights", "publisher" : "tanialx", "homepage" : "https://github.com/tanialx/colortxt/blob/main/README.md", "repository" : {"type" : "git", "url" : "https://github.com/tanialx/colortxt"}, "icon" : "icons/ext_icon.png", "galleryBanner" : {"color" : "#A9D18E", "theme" : "light"}, "scripts" : {"yaml2json" : "npx js-yaml syntaxes/txt.tmLanguage.yaml > syntaxes/txt.tmLanguage.json", "vscode:prepublish" : "npx js-yaml syntaxes/txt.tmLanguage.yaml > syntaxes/txt.tmLanguage.json"}, "version" : "0.0.1", "engines" : {"vscode" : "^1.55.0"}, "categories" : ["Other"], "contributes" : {"languages" : [{"id" : "txt", "aliases" : ["text", "txt"], "extensions" : [".txt"], "configuration" : "./language-configuration.json"}], "grammars" : [{"language" : "txt", "scopeName" : "source.txt", "path" : "./syntaxes/txt.tmLanguage.json"}]}, "devDependencies" : {"js-yaml" : "^4.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "publisher": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "icon": {"type": "string"}, "galleryBanner": {"type": "object", "properties": {"color": {"type": "string"}, "theme": {"type": "string"}}, "required": ["color", "theme"]}, "scripts": {"type": "object", "properties": {"yaml2json": {"type": "string"}, "vscode:prepublish": {"type": "string"}}, "required": ["yaml2json", "vscode:prepublish"]}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "array", "items": {"type": "string"}}, "configuration": {"type": "string"}}, "required": ["id", "aliases", "extensions", "configuration"]}}, "grammars": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "scopeName": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "scopeName", "path"]}}}, "required": ["languages", "grammars"]}, "devDependencies": {"type": "object", "properties": {"js-yaml": {"type": "string"}}, "required": ["js-yaml"]}}, "required": ["name", "displayName", "description", "publisher", "homepage", "repository", "icon", "galleryBanner", "scripts", "version", "engines", "categories", "contributes", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 34, "n_trials" : 340, "objective" : "markowitz_skew_on_cube", "white" : "ultraopt_forest", "black" : "optuna_random_clone_1", "traceback" : ["passing", "passing"], "best_val" : [8.789344098770549, 10.537769604682925], "best_x" : [[0.10890657515159796, 0.13747169253481295, 0.06158425941795487, 0.2787837736421298, 0.8950479318468054, 0.45539494910684786, 0.08228830132533649, 0.32313154089463114, 0.80484197789742, 0.06691724727600401, 0.00840933784182285, 0.4458373329046057, 0.1415718094786158, 0.6766575389970597, 0.7341676364149082, 0.14841059248635968, 0.3830812593399525, 0.10314848511395502, 0.5880860682554185, 0.12497704955828681, 0.02881502184349971, 0.5806094299461488, 0.20184370919082417, 0.2921715371217549, 0.45843853272749646, 0.18535297114538607, 0.339548554915412, 0.24762752278583922, 0.118889113669424, 0.025911195189943892, 0.24789024990130626, 0.023804897003069758, 0.6392916818389022, 0.17292647452155785], [0.3024681102638377, 0.7875328611449948, 0.22317245411089914, 0.2341981802259544, 0.2827314741036052, 0.5914551218447168, 0.16502328882843686, 0.029973714742589475, 0.6820902929379496, 0.5765040729734504, 0.30605967815991864, 0.8283729343329455, 0.34334286382859236, 0.9074935660636422, 0.10858939323030059, 0.5205827924675448, 0.06380078914761522, 0.6960254563168788, 0.45335675522244445, 0.7999473136725305, 0.007203013836448391, 0.07449025000275744, 0.5213199086868823, 0.003864805967429774, 0.2785685564029091, 0.03628139045913248, 0.32175999227918584, 0.476107648570371, 0.10011608465075028, 0.020496485989156876, 0.24057074328523753, 0.5802028743782505, 0.1472728791157063, 0.1714933586759385]], "feval_count" : [340, 340], "n_trials_instructed" : [340, 340], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "ultraopt_forest", "loser" : "optuna_random_clone_1"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Volksschule Lohr a.Main-Sendelbach", "id" : "BY-7855", "address" : "Ostlandstr. 19 97816 Lohr Sendelbach", "school_type" : "Grundschule", "fax" : "09352 807244", "phone" : "09352 2872", "website" : "http://www.gssendelbach.de", "state" : "BY", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 9.588984, "lat" : 49.99215} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "sideEffects" : false, "main" : "./Jnt.js", "module" : "./Jnt.esm.js", "types" : "./Jnt.d.ts"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "0-9", "SERIES_NAME" : "MALE", "X_CALENDAR_YEAR" : 2008, "Y_PREVALENCE_1000PP" : 0.01852}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 75}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [0, 0], "P10_VALUE" : [0, 0], "P25_VALUE" : [0, 0], "MEDIAN_VALUE" : [2, 15], "P75_VALUE" : [15, 20], "P90_VALUE" : [32, 32], "MAX_VALUE" : [38, 73]}} | 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", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Situational analysis report", "weight" : 30}, {"name" : "Marketing Plan Development (Group)", "weight" : 35}, {"name" : "Final Exam", "weight" : 35}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See abv1 on Metamath](http://us.metamath.org/mpegif/abv1.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | abv0.a | |- A = ( AbsVal ` R ) |\n| 2 | | abv1.p | |- .1. = ( 1r ` R ) |\n| 3 | | #P_id | |- ( F e. A -> F e. A ) |\n| 4 | | #P_eqid | |- ( 0g ` R ) = ( 0g ` R ) |\n| 5 | 4, 2 | #P_drngunz | |- ( R e. DivRing -> .1. =/= ( 0g ` R ) ) |\n| 6 | 1, 2, 4 | #P_abv1z | |- ( ( F e. A /\\ .1. =/= ( 0g ` R ) ) -> ( F ` .1. ) = 1 ) |\n| 7 | 3, 5, 6 | #P_syl2anr | |- ( ( R e. DivRing /\\ F e. A ) -> ( F ` .1. ) = 1 ) |", "conclusion" : "#P_abv1", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wceq", "#T_cabv", "#T_cfv", "#T_cR", "#T_c.1", "#T_wceq", "#T_cur", "#T_cfv", "#T_cR", "#T_cF", "#T_wcel", "#T_cA.wceq", "#T_wi", "#T_cF", "#T_wcel", "#T_cA.wceq", "#T_c0g", "#T_cfv", "#T_cR", "#T_wceq", "#T_c0g", "#T_cfv", "#T_cR", "#T_cR", "#T_wcel", "#T_cdr", "#T_wi", "#T_c.1", "#T_wne", "#T_c0g", "#T_cfv", "#T_cR", "#T_cF", "#T_wcel", "#T_cA.wceq", "#T_wa", "#T_c.1", "#T_wne", "#T_c0g", "#T_cfv", "#T_cR", "#T_wi", "#T_cF", "#T_cfv", "#T_c.1", "#T_wceq", "#T_c1", "#T_cR", "#T_wcel", "#T_cdr", "#T_wa", "#T_cF", "#T_wcel", "#T_cA", "#T_wi", "#T_cF", "#T_cfv", "#T_c.1", "#T_wceq", "#T_c1"], "metaLanguage" : "METAMATH", "premises" : ["#P_eqid", "#P_abv1z", "#P_syl2anr", "#P_drngunz", "#P_id"]} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"waves.css": {"type": "string"}, "waves.js": {"type": "string"}, "waves.min.css": {"type": "string"}, "waves.min.js": {"type": "string"}}, "required": ["waves.css", "waves.js", "waves.min.css", "waves.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"waves.css" : "sha256-fxFmyAYN9NlmwYC/vX1PYPBTMyj8J+2+pO/hybLGYnY=", "waves.js" : "sha256-iWFJFNOfoDPIWPQMV7hknZdKwzkmMWF41XbchE4QJMI=", "waves.min.css" : "sha256-Obokk27q8AYn5+ofZqgMEZbeWmjLw0n9Aym+IcxrFpA=", "waves.min.js" : "sha256-P3ARLm042czftoOR2AjIYP/471qs8/zQ55GeZUCtDAA="} | json_instruct | {"type": "object", "properties": {"waves.css": {"type": "string"}, "waves.js": {"type": "string"}, "waves.min.css": {"type": "string"}, "waves.min.js": {"type": "string"}}, "required": ["waves.css", "waves.js", "waves.min.css", "waves.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"city" : {"name" : "PORTO ALEGRE DO TOCANTINS", "state" : "TO"}, "borders" : [[{"lat" : -11.349969390375009, "lng" : -46.922423834092626}, {"lat" : -11.403089323713289, "lng" : -46.926927246794946}, {"lat" : -11.503342518642285, "lng" : -46.956834802184346}, {"lat" : -11.529526822304945, "lng" : -47.03625507241361}, {"lat" : -11.639546078188914, "lng" : -47.052203656773315}, {"lat" : -11.727501340914102, "lng" : -47.10068131129344}, {"lat" : -11.748158658595173, "lng" : -47.153089076000015}, {"lat" : -11.704630226004099, "lng" : -47.1339819727898}, {"lat" : -11.61803242425691, "lng" : -47.14817889274167}, {"lat" : -11.532992387688466, "lng" : -47.08273417344333}, {"lat" : -11.451881334455948, "lng" : -47.119098103894316}, {"lat" : -11.37428344592422, "lng" : -47.110236999238055}, {"lat" : -11.354877453031975, "lng" : -47.01864253452533}, {"lat" : -11.396936960871983, "lng" : -46.978289912949094}, {"lat" : -11.349969390375009, "lng" : -46.922423834092626}]]} | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaVersion" : 1, "label" : "uptime 24h", "message" : "15.13%", "color" : "red"} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"billing_autorenew_service_update_no_payment_mean_description": {"type": "string"}, "billing_autorenew_service_update_no_payment_mean_add": {"type": "string"}}, "required": ["billing_autorenew_service_update_no_payment_mean_description", "billing_autorenew_service_update_no_payment_mean_add"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"billing_autorenew_service_update_no_payment_mean_description" : "You have selected automatic payment for your {{ service }} service", "billing_autorenew_service_update_no_payment_mean_add" : "To use this renewal method, please enter a payment method in the \u201cMy payment methods\u201d section."} | json_instruct | {"type": "object", "properties": {"billing_autorenew_service_update_no_payment_mean_description": {"type": "string"}, "billing_autorenew_service_update_no_payment_mean_add": {"type": "string"}}, "required": ["billing_autorenew_service_update_no_payment_mean_description", "billing_autorenew_service_update_no_payment_mean_add"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pynq", "description" : "Python implementation of Microsoft's .Net Language Integrated Query (LINQ)", "license" : null, "starNum" : 133, "folkNum" : 12, "watchNum" : 133, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "string"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "released": {"type": "string"}, "characters": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "title_en", "title_jp", "picture", "synopsis", "type", "episodes", "tags", "released", "characters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 20431, "title" : "Hoozuki no Reitetsu", "title_en" : "Hozuki no Reitetsu", "title_jp" : "\u9b3c\u706f\u306e\u51b7\u5fb9", "picture" : "http://cdn.myanimelist.net/images/anime/9/55913.jpg", "synopsis" : "Hell is a bureaucracy, and business is running smoother than ever thanks to the demonic efficiency of Hoozuki, chief deputy to Lord Enma, the King of Hell. Whether offering counsel to the Momotarou of Japanese folklore or receiving diplomatic missions from the Judeo-Christian Hell, the demon who runs the show from behind the king's imposing shadow is ready to beat down any challenges coming his way into a bloody pulp. Metaphorically, of course...", "type" : "TV", "episodes" : 13, "tags" : ["comedy", "fantasy", "supernatural"], "released" : "2014-01-10T02:00:00.000Z", "characters" : [91431, 79669, 100247, 101069, 100213, 100219, 103051, 100217, 103287, 103289, 113241, 101005, 79671, 103641, 103635, 95441, 99277, 104035, 95445, 100245, 101067, 103639, 104033, 101003, 100099, 95439, 105719, 95447, 100221, 95449, 95451, 95443, 103637, 100215, 104031, 91433, 103291, 100211, 99239, 105985]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "string"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "released": {"type": "string"}, "characters": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "title_en", "title_jp", "picture", "synopsis", "type", "episodes", "tags", "released", "characters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Francheville", "dpt" : "Meurthe-et-Moselle", "inscrits" : 241, "abs" : 31, "votants" : 210, "blancs" : 5, "nuls" : 0, "exp" : 205, "res" : [{"panneau" : "2", "voix" : 99}, {"panneau" : "11", "voix" : 36}, {"panneau" : "3", "voix" : 22}, {"panneau" : "9", "voix" : 18}, {"panneau" : "1", "voix" : 13}, {"panneau" : "5", "voix" : 4}, {"panneau" : "6", "voix" : 4}, {"panneau" : "4", "voix" : 3}, {"panneau" : "8", "voix" : 3}, {"panneau" : "10", "voix" : 3}, {"panneau" : "7", "voix" : 0}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "dependencies": {"type": "object", "properties": {"ajs": {"type": "string"}, "ajv": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "mongodb": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["ajs", "ajv", "body-parser", "express", "mongodb", "mongoose", "morgan"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "json-validater", "version" : "1.0.0", "description" : "A function which can validate data according to specified schema", "main" : "index.js", "dependencies" : {"ajs" : "^1.3.3", "ajv" : "^7.0.3", "body-parser" : "^1.19.0", "express" : "^4.17.1", "mongodb" : "^3.6.3", "mongoose" : "^5.11.11", "morgan" : "^1.10.0"}, "devDependencies" : {}, "scripts" : {"test" : "node index.js"}, "author" : "Shreyans Jain", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ajs": {"type": "string"}, "ajv": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "mongodb": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["ajs", "ajv", "body-parser", "express", "mongodb", "mongoose", "morgan"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "paleness", "long" : "<i>Meaning:</i> \"paleness\", whether of persons (from fright), or of plants (from drought).<br/><i>Usage:</i> greenish, yellow.<br/><i>Source:</i> from \"H3418\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this 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": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "sapihifangaw", "h" : [{"d" : [{"f" : "\u60f3\u6b47\u5de5\u3001\u7aa9\u5de5\u3002", "e" : ["\ufff9`Sapihifang~`aw~ `noya~ `koli~ `anocila~.\ufffa\ufffb\u90a3\u4e9b\u5de5\u4eba\u60f3\u660e\u5929\u6b47\u5de5\u3002"]}]}], "stem" : "hifang"} | 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"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "DIPROGENTA SALEP KULIT 5 G", "harga" : " Rp. 59.533/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Betamethasone/Betametason dipropionat 0,05 %, Gentamisin sulfat 0,1 %.", "indikasi" : "Meredakan manifestasi peradangan dari dermatosis dengan komplikasi infeksi sekunder yang memberi respon terhadap kortikosteroid.", "kontraindikasi" : "", "perhatian" : "Hentikan pemakaian jika terjadi iritasi atau sensitisasi.Hindari penggunaan jangka panjang dan pada area tubuh yang luas.Tidak untuk digunakan pada mata.Anak-nak, hamil dan menyusui.", "efeksamping" : "Rasa terbakar, gatal-gatal, iritasi, kulit kekeringan, folikulitis, hipertrikosis, dermatitis perioral, erupsi akneiforme, hipopigmentasi, kulit terkelupas, atrofi kulit, infeksi sekunder, stria, & biang keringat.", "indeksamanwanitahamil" : "D: Positif ada kejadian yang berbahaya pada janin manusia, tetapi keuntungan dari penggunaan oleh wanita hamil mungkin dapat diterima walaupun berisiko. (Misalnya jika obat digunakan untuk situasi menyelamatkan nyawa atau penyakit yang serius dimana obat yang lebih aman tidak dapat digunakan atau tidak efektif).", "kemasan" : "Salep 5 Gram x 1", "dosis" : "Gunakan 2 kali sehari.", "penyajian" : "Tak ada pilihan", "pabrik" : "Schering-Plough.", "id" : "12015", "category_id" : "15"} | 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": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$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"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "dependencies": {"type": "object", "properties": {"@glide.js/core": {"type": "string"}}, "required": ["@glide.js/core"]}, "devDependencies": {"type": "object", "properties": {"parcel": {"type": "string"}}, "required": ["parcel"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "example", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"dev" : "parcel serve src/index.html"}, "dependencies" : {"@glide.js/core" : "../"}, "devDependencies" : {"parcel" : "^2.0.0-rc.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "dependencies": {"type": "object", "properties": {"@glide.js/core": {"type": "string"}}, "required": ["@glide.js/core"]}, "devDependencies": {"type": "object", "properties": {"parcel": {"type": "string"}}, "required": ["parcel"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"profile": {"type": "array", "items": {"type": "string"}}}, "required": ["profile"]}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "identifier": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["telecom"]}}, "caseSensitive": {"type": "boolean"}, "content": {"type": "string"}, "count": {"type": "integer"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}, "definition": {"type": "string"}}, "required": ["code", "display", "definition"]}}}, "required": ["resourceType", "id", "meta", "text", "url", "identifier", "version", "name", "title", "status", "date", "publisher", "contact", "caseSensitive", "content", "count", "concept"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resourceType" : "CodeSystem", "id" : "shr-core-QualitativeFrequencyCS", "meta" : {"profile" : ["http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition"]}, "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR QualitativeFrequencyCS CodeSystem</b></p>\n<p/>\n</div>"}, "url" : "http://standardhealthrecord.org/shr/core/cs/QualitativeFrequencyCS", "identifier" : {"system" : "http://standardhealthrecord.org", "value" : "shr.core.QualitativeFrequencyCS"}, "version" : "0.0.1", "name" : "SHR QualitativeFrequencyCS CodeSystem", "title" : "SHR QualitativeFrequencyCS CodeSystem", "status" : "draft", "date" : "2017-04-18T15:12:20.482Z", "publisher" : "The MITRE Corporation: Standard Health Record Collaborative", "contact" : [{"telecom" : [{"system" : "url", "value" : "http://www.standardhealthrecord.org"}]}], "caseSensitive" : true, "content" : "complete", "count" : 5, "concept" : [{"code" : "always", "display" : "Virtually always or every time", "definition" : "Virtually always or every time"}, {"code" : "usually", "display" : "Frequently or often", "definition" : "Frequently or often"}, {"code" : "sometimes", "display" : "Occasionally or sometimes", "definition" : "Occasionally or sometimes"}, {"code" : "rarely", "display" : "Rarely", "definition" : "Rarely"}, {"code" : "never", "display" : "Never", "definition" : "Never"}]} | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"profile": {"type": "array", "items": {"type": "string"}}}, "required": ["profile"]}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "identifier": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["telecom"]}}, "caseSensitive": {"type": "boolean"}, "content": {"type": "string"}, "count": {"type": "integer"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}, "definition": {"type": "string"}}, "required": ["code", "display", "definition"]}}}, "required": ["resourceType", "id", "meta", "text", "url", "identifier", "version", "name", "title", "status", "date", "publisher", "contact", "caseSensitive", "content", "count", "concept"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "tikokayay", "h" : [{"d" : [{"f" : "\u7ffb\u8ddf\u6597\u4e86\uff0c\u7ffb\u7b4b\u6597\u4e86\u3002", "e" : ["\ufff9`Tikokay~`ay~ `cangra~ `i~ `rengorengosan~.\ufffa\ufffb\u4ed6\u5011\u6b63\u5728\u8349\u5730\u4e0a\u7ffb\u8ddf\u6597\u3002"]}, {"f" : "\u6307\u7ffb\u8ddf\u6597\u7684\uff08\u4eba\uff09\u3002", "e" : ["\ufff9`Tikokay~`ay~ `a~ `tamdaw~.\ufffa\ufffb\u7ffb\u8ddf\u6597\u7684\u4eba\u3002"]}]}], "stem" : "tikokay"} | 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"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}}, "required": ["name", "id"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "integer"}, "target": {"type": "integer"}}, "required": ["source", "target"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nodes" : [{"name" : "BOND & COMPANY", "id" : 0}, {"name" : "VILLAGE FOUNDATION", "id" : 5}, {"name" : "NATIONS FOUNDATION", "id" : 7}, {"name" : "VISION INTERNATIONAL CORP.", "id" : 2}, {"name" : "MOSSFON MANAGERS LTD.", "id" : 1}, {"name" : "HERITAGE GLOBAL FOUNDATION", "id" : 8}, {"name" : "THE ALEXANDER HERITAGE FOUNDATION", "id" : 6}, {"name" : "FORD FOUNDATION", "id" : 10}, {"name" : "INGELSA LTD.", "id" : 3}, {"name" : "MEDIMEX INTERNATIONAL LIMITED", "id" : 11}, {"name" : "CHRISTIAN INTERNATIONAL LTD.", "id" : 9}, {"name" : "WORLD WILDLIFE FUND", "id" : 12}, {"name" : "TARBES TRUST (FIDEICOMISO)", "id" : 4}, {"name" : "UNICEF", "id" : 13}], "links" : [{"source" : 0, "target" : 5}, {"source" : 0, "target" : 7}, {"source" : 0, "target" : 2}, {"source" : 1, "target" : 8}, {"source" : 1, "target" : 6}, {"source" : 10, "target" : 3}, {"source" : 11, "target" : 9}, {"source" : 12, "target" : 4}, {"source" : 13, "target" : 4}]} | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}}, "required": ["name", "id"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "integer"}, "target": {"type": "integer"}}, "required": ["source", "target"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Trim both ends off the lemon, then stand it on a cut side and use a sharp paring knife to cut off the peel, including the white pith; discard the peel. Cut the segments free from the membranes.", "Feed the lemon segments, apple, celery, kale, and parsley through a juicer. Stir in the turmeric and serve immediately."], "ingredients" : ["1 lemon", "1 1/2 green apples, such as Granny Smith, cut into quarters and seeds removed", "1/3 stalk celery, diced", "6 large kale leaves, preferably Tuscan, center ribs removed", "1/2 cup tightly packed fresh flat-leaf parsley leaves", "3/4 teaspoon ground turmeric"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Non-Alcoholic", "Juicer", "Fruit", "Leafy Green", "Herb", "Vegetable", "Breakfast", "Vegetarian", "Apple", "Spice", "Celery", "Kale", "Healthy", "Parsley", "Drink", "Vegan", "Pescatarian", "Dairy Free", "Wheat/Gluten-Free", "Peanut Free", "Tree Nut Free", "Soy Free", "No Sugar Added", "Kosher"], "title" : "Green Juice", "url" : "http://www.epicurious.com/recipes/food/views/green-juice-51224410"} | 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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1006", "provinceId" : "32", "regencyId" : "10", "districtId" : "20", "name" : "Cicenang"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"dev": {"type": "string"}}, "required": ["dev"]}, "dependencies": {"type": "object", "properties": {"@prisma/client": {"type": "string"}, "@types/node": {"type": "string"}}, "required": ["@prisma/client", "@types/node"]}, "devDependencies": {"type": "object", "properties": {"@prisma/cli": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@prisma/cli", "ts-node", "typescript"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "engines", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "practice-prisma2", "version" : "1.0.0", "description" : "- \uc774 \ud504\ub85c\uc81d\ud2b8\ub294 Prisma2 \ub97c \uc5f0\uc2b5\ud574\ubcf4\uae30 \uc704\ud55c \ud504\ub85c\uc81d\ud2b8\uc785\ub2c8\ub2e4.", "main" : "index.js", "scripts" : {"dev" : "ts-node ./index.ts"}, "dependencies" : {"@prisma/client" : "^2.2.2", "@types/node" : "12.12.50"}, "devDependencies" : {"@prisma/cli" : "2.2.2", "ts-node" : "8.10.2", "typescript" : "3.9.6"}, "engines" : {"node" : ">=10.0.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/daadaadaah/Practice-Prisma2.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/daadaadaah/Practice-Prisma2/issues"}, "homepage" : "https://github.com/daadaadaah/Practice-Prisma2#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "dependencies": {"type": "object", "properties": {"@prisma/client": {"type": "string"}, "@types/node": {"type": "string"}}, "required": ["@prisma/client", "@types/node"]}, "devDependencies": {"type": "object", "properties": {"@prisma/cli": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@prisma/cli", "ts-node", "typescript"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "engines", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "tsc": {"type": "string"}, "test": {"type": "string"}, "release": {"type": "string"}, "example:start": {"type": "string"}, "example:build": {"type": "string"}}, "required": ["prepare", "build", "lint", "tsc", "test", "release", "example:start", "example:build"]}}, "required": ["private", "workspaces", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "workspaces" : ["./packages/*"], "scripts" : {"prepare" : "yarn workspaces run prepare", "build" : "yarn workspaces run build", "lint" : "yarn workspaces run lint", "tsc" : "yarn workspaces run tsc", "test" : "yarn workspaces run test", "release" : "yarn prepare && cp README.md packages/repack && yarn workspace @callstack/repack run release", "example:start" : "yarn workspace TesterApp run start", "example:build" : "yarn workspace TesterApp run build"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "tsc": {"type": "string"}, "test": {"type": "string"}, "release": {"type": "string"}, "example:start": {"type": "string"}, "example:build": {"type": "string"}}, "required": ["prepare", "build", "lint", "tsc", "test", "release", "example:start", "example:build"]}}, "required": ["private", "workspaces", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_popup"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["manifest_version", "name", "description", "version", "permissions", "browser_action", "icons", "background"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "Productivity Enforcer", "description" : "A simple Chrome Extension that prevents the browser from launching websites, which you specify.", "version" : "3.2", "permissions" : ["activeTab", "tabs"], "browser_action" : {"default_icon" : "icon.png", "default_popup" : "popup.html"}, "icons" : {"16" : "icon-16.png", "48" : "icon-48.png", "128" : "icon-128.png"}, "background" : {"scripts" : ["background.js"]}} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_popup"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["manifest_version", "name", "description", "version", "permissions", "browser_action", "icons", "background"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1983, 6], [1989, 5], [1991, 9], [1992, 7], [1993, 9], [1994, 14], [1995, 13], [1996, 10], [1997, 17], [1998, 7], [1999, 12], [2000, 8], [2001, 7], [2002, 5], [2003, 5], [2005, 5], [2011, 7]] | 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": {"notifications": {"type": "object", "properties": {"loading": {"type": "string"}, "configuration_success": {"type": "string"}, "configuration_error": {"type": "string"}, "not_reachable": {"type": "string"}}, "required": ["loading", "configuration_success", "configuration_error", "not_reachable"]}, "app_info": {"type": "object", "properties": {"description": {"type": "string"}, "version": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["description", "version", "created_by"]}, "forecast": {"type": "object", "properties": {"forecast": {"type": "string"}, "sunrise": {"type": "string"}, "sunset": {"type": "string"}}, "required": ["forecast", "sunrise", "sunset"]}, "netatmo": {"type": "object", "properties": {"barometer": {"type": "string"}, "time": {"type": "string"}, "graph": {"type": "string"}, "day": {"type": "string"}, "month": {"type": "string"}, "temperature": {"type": "string"}, "humidity": {"type": "string"}, "co2": {"type": "string"}, "pressure": {"type": "string"}, "cumulative": {"type": "string"}, "rain": {"type": "string"}, "noise": {"type": "string"}, "wind_strength": {"type": "string"}, "windstrength": {"type": "string"}, "wind_max_day": {"type": "string"}}, "required": ["barometer", "time", "graph", "day", "month", "temperature", "humidity", "co2", "pressure", "cumulative", "rain", "noise", "wind_strength", "windstrength", "wind_max_day"]}}, "required": ["notifications", "app_info", "forecast", "netatmo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"notifications" : {"loading" : "Laedt...", "configuration_success" : "Konfiguration abgeschlossen, bitte warten...", "configuration_error" : "Oops, es ist ein Fehler aufgetreten!", "not_reachable" : "Dieses Modul kann die Station nicht erreichen. Ueberpruefen Sie den Batteriestatus oder bringen Sie es naeher an die Station."}, "app_info" : {"description" : "Netatmo Wetterstation fuer Raspberry Pi mit offiziellem Touchscreen.", "version" : "Version", "created_by" : "Erstellt von"}, "forecast" : {"forecast" : "Vorhersage", "sunrise" : "Sonnenaufgang", "sunset" : "Sonnenuntergang"}, "netatmo" : {"barometer" : "Barometer", "time" : "Zeit", "graph" : "Graph", "day" : "Tag", "month" : "Monat", "temperature" : "Temperatur", "humidity" : "Luftfeuchtigkeit", "co2" : "CO2", "pressure" : "Druck", "cumulative" : "Kumulativ", "rain" : "Kumulativ", "noise" : "Laerm", "wind_strength" : "Windgeschwindigkeit", "windstrength" : "Windgeschwindigkeit", "wind_max_day" : "Max Tag"}} | json_instruct | {"type": "object", "properties": {"notifications": {"type": "object", "properties": {"loading": {"type": "string"}, "configuration_success": {"type": "string"}, "configuration_error": {"type": "string"}, "not_reachable": {"type": "string"}}, "required": ["loading", "configuration_success", "configuration_error", "not_reachable"]}, "app_info": {"type": "object", "properties": {"description": {"type": "string"}, "version": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["description", "version", "created_by"]}, "forecast": {"type": "object", "properties": {"forecast": {"type": "string"}, "sunrise": {"type": "string"}, "sunset": {"type": "string"}}, "required": ["forecast", "sunrise", "sunset"]}, "netatmo": {"type": "object", "properties": {"barometer": {"type": "string"}, "time": {"type": "string"}, "graph": {"type": "string"}, "day": {"type": "string"}, "month": {"type": "string"}, "temperature": {"type": "string"}, "humidity": {"type": "string"}, "co2": {"type": "string"}, "pressure": {"type": "string"}, "cumulative": {"type": "string"}, "rain": {"type": "string"}, "noise": {"type": "string"}, "wind_strength": {"type": "string"}, "windstrength": {"type": "string"}, "wind_max_day": {"type": "string"}}, "required": ["barometer", "time", "graph", "day", "month", "temperature", "humidity", "co2", "pressure", "cumulative", "rain", "noise", "wind_strength", "windstrength", "wind_max_day"]}}, "required": ["notifications", "app_info", "forecast", "netatmo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"an5.152:0.1": {"type": "string"}, "an5.152:0.2": {"type": "string"}, "an5.152:0.3": {"type": "string"}, "an5.152:1.1": {"type": "string"}, "an5.152:1.2": {"type": "string"}, "an5.152:1.3": {"type": "string"}, "an5.152:1.4": {"type": "string"}, "an5.152:2.1": {"type": "string"}, "an5.152:2.2": {"type": "string"}, "an5.152:2.3": {"type": "string"}, "an5.152:2.4": {"type": "string"}, "an5.152:2.5": {"type": "string"}}, "required": ["an5.152:0.1", "an5.152:0.2", "an5.152:0.3", "an5.152:1.1", "an5.152:1.2", "an5.152:1.3", "an5.152:1.4", "an5.152:2.1", "an5.152:2.2", "an5.152:2.3", "an5.152:2.4", "an5.152:2.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"an5.152:0.1" : "A\u1e45guttara Nik\u0101ya 5 ", "an5.152:0.2" : "16. Saddhammavagga ", "an5.152:0.3" : "152. Dutiyasammattaniy\u0101masutta ", "an5.152:1.1" : "\u201cPa\u00f1cahi, bhikkhave, dhammehi samann\u0101gato su\u1e47antopi saddhamma\u1e41 abhabbo niy\u0101ma\u1e41 okkamitu\u1e41 kusalesu dhammesu sammatta\u1e41. ", "an5.152:1.2" : "Katamehi pa\u00f1cahi? ", "an5.152:1.3" : "Katha\u1e41 paribhoti, kathika\u1e41 paribhoti, att\u0101na\u1e41 paribhoti, duppa\u00f1\u00f1o hoti ja\u1e37o e\u1e37am\u016bgo, ana\u00f1\u00f1\u0101te a\u00f1\u00f1\u0101tam\u0101n\u012b hoti. ", "an5.152:1.4" : "Imehi kho, bhikkhave, pa\u00f1cahi dhammehi samann\u0101gato su\u1e47antopi saddhamma\u1e41 abhabbo niy\u0101ma\u1e41 okkamitu\u1e41 kusalesu dhammesu sammatta\u1e41. ", "an5.152:2.1" : "Pa\u00f1cahi, bhikkhave, dhammehi samann\u0101gato su\u1e47anto saddhamma\u1e41 bhabbo niy\u0101ma\u1e41 okkamitu\u1e41 kusalesu dhammesu sammatta\u1e41. ", "an5.152:2.2" : "Katamehi pa\u00f1cahi? ", "an5.152:2.3" : "Na katha\u1e41 paribhoti, na kathika\u1e41 paribhoti, na att\u0101na\u1e41 paribhoti, pa\u00f1\u00f1av\u0101 hoti aja\u1e37o ane\u1e37am\u016bgo, na ana\u00f1\u00f1\u0101te a\u00f1\u00f1\u0101tam\u0101n\u012b hoti. ", "an5.152:2.4" : "Imehi kho, bhikkhave, pa\u00f1cahi dhammehi samann\u0101gato su\u1e47anto saddhamma\u1e41 bhabbo niy\u0101ma\u1e41 okkamitu\u1e41 kusalesu dhammesu sammattan\u201dti. ", "an5.152:2.5" : "Dutiya\u1e41. "} | json_instruct | {"type": "object", "properties": {"an5.152:0.1": {"type": "string"}, "an5.152:0.2": {"type": "string"}, "an5.152:0.3": {"type": "string"}, "an5.152:1.1": {"type": "string"}, "an5.152:1.2": {"type": "string"}, "an5.152:1.3": {"type": "string"}, "an5.152:1.4": {"type": "string"}, "an5.152:2.1": {"type": "string"}, "an5.152:2.2": {"type": "string"}, "an5.152:2.3": {"type": "string"}, "an5.152:2.4": {"type": "string"}, "an5.152:2.5": {"type": "string"}}, "required": ["an5.152:0.1", "an5.152:0.2", "an5.152:0.3", "an5.152:1.1", "an5.152:1.2", "an5.152:1.3", "an5.152:1.4", "an5.152:2.1", "an5.152:2.2", "an5.152:2.3", "an5.152:2.4", "an5.152:2.5"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_return_on_cube", "white" : "optuna_random_clone_1", "black" : "pysot_srbf", "traceback" : ["passing", "passing"], "best_val" : [3749.1589335280405, 3396.2719779265312], "best_x" : [[0.6039594593350766, 0.28658673846541094, 0.7168450083348954, 0.35292755789452335, 0.4039907599473098, 0.692606148089926, 0.5989589227084748, 0.9969754275342553], [0.8058131577523461, 0.5317641114911411, 0.714595659791516, 0.4007596063440421, 0.6111951249824881, 0.7174886700405164, 0.7237994906568873, 0.7876034644486354]], "feval_count" : [210, 210], "n_trials_instructed" : [210, 210], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "pysot_srbf_cube", "loser" : "optuna_random_cube_clone_1"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "string"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "of uncertain derivation;", "pron" : "ab-at-tee'-akh", "outline" : "", "kjv_def" : "melon.", "lemma" : "\u05d0\u05b2\u05d1\u05b7\u05d8\u05bc\u05b4\u05d9\u05d7\u05b7", "frequency" : "", "strongs_def" : "a melon (only plural)", "xlit" : "\u02bc\u0103ba\u1e6d\u1e6d\u00eeyach"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "string"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-uglify": {"type": "string"}, "del": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-inject": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-angular-filesort": {"type": "string"}, "gulp-replace": {"type": "string"}, "gulp-minify-html": {"type": "string"}, "gulp-if": {"type": "string"}, "yargs": {"type": "string"}, "gulp-angular-templatecache": {"type": "string"}, "add-stream": {"type": "string"}}, "required": ["gulp", "gulp-concat", "gulp-uglify", "del", "gulp-jshint", "gulp-minify-css", "gulp-autoprefixer", "gulp-inject", "gulp-rename", "gulp-angular-filesort", "gulp-replace", "gulp-minify-html", "gulp-if", "yargs", "gulp-angular-templatecache", "add-stream"]}}, "required": ["name", "version", "repository", "license", "description", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Showcase.Client.App", "version" : "1.0.0", "repository" : {"type" : "git", "url" : "https://github.com/TelerikAcademy/ShowcaseSystem"}, "license" : "MIT", "description" : "Showcase system for students projects in Telerik Academy", "devDependencies" : {"gulp" : "^3.9.0", "gulp-concat" : "^2.6.0", "gulp-uglify" : "^1.2.0", "del" : "^1.2.0", "gulp-jshint" : "^1.11.2", "gulp-minify-css" : "^1.2.0", "gulp-autoprefixer" : "^2.3.1", "gulp-inject" : "^1.3.1", "gulp-rename" : "^1.2.2", "gulp-angular-filesort" : "^1.1.1", "gulp-replace" : "^0.5.3", "gulp-minify-html" : "^1.0.3", "gulp-if" : "^1.2.5", "yargs" : "^3.18.0", "gulp-angular-templatecache" : "^1.7.0", "add-stream" : "^1.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-uglify": {"type": "string"}, "del": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-inject": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-angular-filesort": {"type": "string"}, "gulp-replace": {"type": "string"}, "gulp-minify-html": {"type": "string"}, "gulp-if": {"type": "string"}, "yargs": {"type": "string"}, "gulp-angular-templatecache": {"type": "string"}, "add-stream": {"type": "string"}}, "required": ["gulp", "gulp-concat", "gulp-uglify", "del", "gulp-jshint", "gulp-minify-css", "gulp-autoprefixer", "gulp-inject", "gulp-rename", "gulp-angular-filesort", "gulp-replace", "gulp-minify-html", "gulp-if", "yargs", "gulp-angular-templatecache", "add-stream"]}}, "required": ["name", "version", "repository", "license", "description", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"AWATER10": {"type": "integer"}, "CLASSFP10": {"type": "string"}, "ALAND10": {"type": "integer"}, "INTPTLAT10": {"type": "string"}, "FUNCSTAT10": {"type": "string"}, "ZCTA5CE10": {"type": "string"}, "MTFCC10": {"type": "string"}, "GEOID10": {"type": "string"}, "INTPTLON10": {"type": "string"}}, "required": ["AWATER10", "CLASSFP10", "ALAND10", "INTPTLAT10", "FUNCSTAT10", "ZCTA5CE10", "MTFCC10", "GEOID10", "INTPTLON10"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.341094, 41.603441], [-83.344928, 41.603431], [-83.344969, 41.607994], [-83.341037, 41.606294], [-83.33806, 41.605], [-83.338059, 41.605314], [-83.338062, 41.605589], [-83.338065, 41.606032], [-83.338061, 41.606611], [-83.338052, 41.607652], [-83.338053, 41.608507], [-83.337164, 41.608499], [-83.333433, 41.607202], [-83.333375, 41.604947], [-83.333108, 41.603457], [-83.334485, 41.603455], [-83.332026, 41.602367], [-83.332018, 41.598298], [-83.33901, 41.598445], [-83.339054, 41.593504], [-83.339052, 41.592288], [-83.339071, 41.589452], [-83.339071, 41.58882], [-83.339637, 41.588822], [-83.341001, 41.588846], [-83.343402, 41.588857], [-83.346815, 41.588881], [-83.350583, 41.588901], [-83.353305, 41.58892], [-83.347064, 41.596922], [-83.343372, 41.601656], [-83.342395, 41.60291], [-83.341695, 41.60234], [-83.341489, 41.602344], [-83.34109, 41.602356], [-83.341094, 41.603441]]]}, "type" : "Feature", "properties" : {"AWATER10" : 0, "CLASSFP10" : "B5", "ALAND10" : 1861425, "INTPTLAT10" : "+41.5978668", "FUNCSTAT10" : "S", "ZCTA5CE10" : "43468", "MTFCC10" : "G6350", "GEOID10" : "43468", "INTPTLON10" : "-083.3414931"}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"AWATER10": {"type": "integer"}, "CLASSFP10": {"type": "string"}, "ALAND10": {"type": "integer"}, "INTPTLAT10": {"type": "string"}, "FUNCSTAT10": {"type": "string"}, "ZCTA5CE10": {"type": "string"}, "MTFCC10": {"type": "string"}, "GEOID10": {"type": "string"}, "INTPTLON10": {"type": "string"}}, "required": ["AWATER10", "CLASSFP10", "ALAND10", "INTPTLAT10", "FUNCSTAT10", "ZCTA5CE10", "MTFCC10", "GEOID10", "INTPTLON10"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["CKY"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lastUpdated" : 1655019279666, "username" : "Legacydusttrust", "scores" : [{"xp" : 58540, "rank" : 68, "cardId" : 7}, {"xp" : 66333, "rank" : 123, "cardId" : 1}, {"xp" : 38146, "rank" : 438, "cardId" : 115}, {"xp" : 38826, "rank" : 235, "cardId" : 32}, {"xp" : 29162, "rank" : 102, "cardId" : 5}, {"xp" : 3615, "rank" : 317, "cardId" : 620}, {"xp" : 74495, "rank" : 218, "cardId" : 50}, {"xp" : 8482, "rank" : 465, "cardId" : 220}, {"xp" : 9778, "rank" : 193, "cardId" : 381}, {"xp" : 14837, "rank" : 376, "cardId" : 550}, {"xp" : 15548, "rank" : 304, "cardId" : 145}, {"xp" : 6200, "rank" : 329, "cardId" : 611}, {"xp" : 41009, "rank" : 92, "cardId" : 295}, {"xp" : 7501, "rank" : 191, "cardId" : 561}, {"xp" : 47707, "rank" : 133, "cardId" : 6}, {"xp" : 2922, "rank" : 318, "cardId" : 658}, {"xp" : 31617, "rank" : 40, "cardId" : 514}, {"xp" : 13350, "rank" : 294, "cardId" : 500}, {"xp" : 21570, "rank" : 72, "cardId" : 559}, {"xp" : 8966, "rank" : 445, "cardId" : 414}, {"xp" : 7519, "rank" : 363, "cardId" : 102}, {"xp" : 4787, "rank" : 370, "cardId" : 629}, {"xp" : 4128, "rank" : 422, "cardId" : 594}, {"xp" : 52169, "rank" : 115, "cardId" : 13}, {"xp" : 51551, "rank" : 323, "cardId" : 504}, {"xp" : 63836, "rank" : 16, "cardId" : 534}, {"xp" : 4377, "rank" : 400, "cardId" : 560}, {"xp" : 37609, "rank" : 223, "cardId" : 109}, {"xp" : 39389, "rank" : 32, "cardId" : 557}, {"xp" : 41349, "rank" : 30, "cardId" : 523}, {"xp" : 32173, "rank" : 482, "cardId" : 35}, {"xp" : 46659, "rank" : 229, "cardId" : 64}, {"xp" : 61030, "rank" : 42, "cardId" : 165}, {"xp" : 76199, "rank" : 109, "cardId" : 44}, {"xp" : 68049, "rank" : 116, "cardId" : 39}, {"xp" : 22888, "rank" : 485, "cardId" : 315}, {"xp" : 54883, "rank" : 81, "cardId" : 316}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"BusinessEntityId": {"type": "integer"}, "PersonType": {"type": "string"}, "NameStyle": {"type": "boolean"}, "Title": {"type": "string"}, "FirstName": {"type": "string"}, "MiddleName": {"type": "string"}, "LastName": {"type": "string"}, "Suffix": {"type": "string"}, "EmailPromotion": {"type": "integer"}, "AdditionalContactInfo": {"type": "null"}, "Demographics": {"type": "string"}, "Rowguid": {"type": "string"}, "ModifiedDate": {"type": "string"}}, "required": ["BusinessEntityId", "PersonType", "NameStyle", "Title", "FirstName", "MiddleName", "LastName", "Suffix", "EmailPromotion", "AdditionalContactInfo", "Demographics", "Rowguid", "ModifiedDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BusinessEntityId" : 887, "PersonType" : "SC", "NameStyle" : false, "Title" : "Mr.", "FirstName" : "Duane", "MiddleName" : "R.", "LastName" : "Fitzgerald", "Suffix" : "Jr.", "EmailPromotion" : 1, "AdditionalContactInfo" : null, "Demographics" : "<IndividualSurvey xmlns=\"http://schemas.microsoft.com/sqlserver/2004/07/adventure-works/IndividualSurvey\"><TotalPurchaseYTD>-2689.176</TotalPurchaseYTD></IndividualSurvey>", "Rowguid" : "cca34d47-2995-4e4c-bec5-1e176758a79a", "ModifiedDate" : "2013-05-30T00:00:00"} | json_instruct | {"type": "object", "properties": {"BusinessEntityId": {"type": "integer"}, "PersonType": {"type": "string"}, "NameStyle": {"type": "boolean"}, "Title": {"type": "string"}, "FirstName": {"type": "string"}, "MiddleName": {"type": "string"}, "LastName": {"type": "string"}, "Suffix": {"type": "string"}, "EmailPromotion": {"type": "integer"}, "AdditionalContactInfo": {"type": "null"}, "Demographics": {"type": "string"}, "Rowguid": {"type": "string"}, "ModifiedDate": {"type": "string"}}, "required": ["BusinessEntityId", "PersonType", "NameStyle", "Title", "FirstName", "MiddleName", "LastName", "Suffix", "EmailPromotion", "AdditionalContactInfo", "Demographics", "Rowguid", "ModifiedDate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"compile_duration": {"type": "number"}, "execution_duration": {"type": "number"}, "example_size": {"type": "integer"}, "batch_size": {"type": "integer"}, "model": {"type": "string"}}, "required": ["compile_duration", "execution_duration", "example_size", "batch_size", "model"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compile_duration" : 13.720216989517212, "execution_duration" : 0.323438435792923, "example_size" : 16, "batch_size" : 16, "model" : "inception_v3"} | json_instruct | {"type": "object", "properties": {"compile_duration": {"type": "number"}, "execution_duration": {"type": "number"}, "example_size": {"type": "integer"}, "batch_size": {"type": "integer"}, "model": {"type": "string"}}, "required": ["compile_duration", "execution_duration", "example_size", "batch_size", "model"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"page-index-hero-image-alt": {"type": "string"}, "page-index-meta-description": {"type": "string"}, "page-index-meta-title": {"type": "string"}, "page-index-sections-developers-desc": {"type": "string"}, "page-index-sections-developers-image-alt": {"type": "string"}, "page-index-sections-developers-link-text": {"type": "string"}, "page-index-sections-developers-title": {"type": "string"}, "page-index-sections-enterprise-desc": {"type": "string"}, "page-index-sections-enterprise-image-alt": {"type": "string"}, "page-index-sections-enterprise-link-text": {"type": "string"}, "page-index-sections-enterprise-title": {"type": "string"}, "page-index-sections-individuals-desc": {"type": "string"}, "page-index-sections-individuals-image-alt": {"type": "string"}, "page-index-sections-individuals-link-text": {"type": "string"}, "page-index-sections-individuals-title": {"type": "string"}, "page-index-subtitle": {"type": "string"}, "page-index-title": {"type": "string"}}, "required": ["page-index-hero-image-alt", "page-index-meta-description", "page-index-meta-title", "page-index-sections-developers-desc", "page-index-sections-developers-image-alt", "page-index-sections-developers-link-text", "page-index-sections-developers-title", "page-index-sections-enterprise-desc", "page-index-sections-enterprise-image-alt", "page-index-sections-enterprise-link-text", "page-index-sections-enterprise-title", "page-index-sections-individuals-desc", "page-index-sections-individuals-image-alt", "page-index-sections-individuals-link-text", "page-index-sections-individuals-title", "page-index-subtitle", "page-index-title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"page-index-hero-image-alt" : "temeljna slika za ethereum.org", "page-index-meta-description" : "Ethereum je globalna, decentralizirana platforma za denar in nove vrste aplikacij. V Ethereumu lahko pi\u0161ete programsko kodo, ki upravlja denar, in gradite aplikacije, ki so dostopne povsod po svetu.", "page-index-meta-title" : "Za\u010detna stran", "page-index-sections-developers-desc" : "Spoznajte tehnologijo, na kateri temeljijo Ethereum in njegove aplikacije, da boste lahko za\u010deli razvijati z njim.", "page-index-sections-developers-image-alt" : "Slike roke, ki sestavlja glif za Ethereum, sestavljene iz kock Lego", "page-index-sections-developers-link-text" : "Za\u010dnite razvijati", "page-index-sections-developers-title" : "Razvijalci", "page-index-sections-enterprise-desc" : "Oglejte si, kako lahko Ethereum odpre nove poslovne modele, zni\u017ea va\u0161e stro\u0161ke in pripravi va\u0161e podjetje na prihodnost.", "page-index-sections-enterprise-image-alt" : "Slika skupine, ki dela na projektu Ethereum, zbrane okoli prenosnega ra\u010dunalnika", "page-index-sections-enterprise-link-text" : "Ethereum za poslovna okolja", "page-index-sections-enterprise-title" : "Za podjetja", "page-index-sections-individuals-desc" : "Spoznajte Ethereum, eter, denarnice, \u017eetone in drugo, tako da boste lahko za\u010deli uporabljati aplikacije Ethereum.", "page-index-sections-individuals-image-alt" : "Slika psa \u00bbdoge\u00ab, ki sedi ob ra\u010dunalniku", "page-index-sections-individuals-link-text" : "Za\u010dnite uporabljati Ethereum", "page-index-sections-individuals-title" : "O Ethereumu", "page-index-subtitle" : "Na platformi Ethereum lahko napi\u0161ete kodo, ki nadzoruje digitalno vrednost, se izvaja natan\u010dno tako, kot ste jo programirali, in je dostopna povsod po svetu.", "page-index-title" : "Ethereum je globalna in odprtokodna platforma za decentralizirane aplikacije."} | json_instruct | {"type": "object", "properties": {"page-index-hero-image-alt": {"type": "string"}, "page-index-meta-description": {"type": "string"}, "page-index-meta-title": {"type": "string"}, "page-index-sections-developers-desc": {"type": "string"}, "page-index-sections-developers-image-alt": {"type": "string"}, "page-index-sections-developers-link-text": {"type": "string"}, "page-index-sections-developers-title": {"type": "string"}, "page-index-sections-enterprise-desc": {"type": "string"}, "page-index-sections-enterprise-image-alt": {"type": "string"}, "page-index-sections-enterprise-link-text": {"type": "string"}, "page-index-sections-enterprise-title": {"type": "string"}, "page-index-sections-individuals-desc": {"type": "string"}, "page-index-sections-individuals-image-alt": {"type": "string"}, "page-index-sections-individuals-link-text": {"type": "string"}, "page-index-sections-individuals-title": {"type": "string"}, "page-index-subtitle": {"type": "string"}, "page-index-title": {"type": "string"}}, "required": ["page-index-hero-image-alt", "page-index-meta-description", "page-index-meta-title", "page-index-sections-developers-desc", "page-index-sections-developers-image-alt", "page-index-sections-developers-link-text", "page-index-sections-developers-title", "page-index-sections-enterprise-desc", "page-index-sections-enterprise-image-alt", "page-index-sections-enterprise-link-text", "page-index-sections-enterprise-title", "page-index-sections-individuals-desc", "page-index-sections-individuals-image-alt", "page-index-sections-individuals-link-text", "page-index-sections-individuals-title", "page-index-subtitle", "page-index-title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : 602200, "name" : "Dreamlike Worlds", "windows" : true, "mac" : true, "linux" : false, "early_access" : false, "lookup_time" : 1491011267} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"three.js": {"type": "string"}, "three.min.js": {"type": "string"}}, "required": ["three.js", "three.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"three.js" : "sha512-VFGs6fwRVAJTOMlFF0AAJAO8K7uGCF1leT+CmP1dhbn35UX1cFlP5JxJ9EresWlw1iVe30BPQZEojrlBDdvilw==", "three.min.js" : "sha512-8nTz763dVVRsEMtuvt+3qpj/q68MvrRvxT/tAUGmxT75Vy/S2pBOhFXR58CHRMSa8UNh0Az0PNnRgxPhqxPfcQ=="} | json_instruct | {"type": "object", "properties": {"three.js": {"type": "string"}, "three.min.js": {"type": "string"}}, "required": ["three.js", "three.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ctfname": {"type": "string"}, "challenges": {"type": "array", "items": {}}}, "required": ["ctfname", "challenges"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ctfname" : "hackthevote20", "challenges" : []} | json_instruct | {"type": "object", "properties": {"ctfname": {"type": "string"}, "challenges": {"type": "array", "items": {}}}, "required": ["ctfname", "challenges"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "site": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-type": {"type": "string"}, "planning-permission-status": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-history": {"type": "string"}, "planning-permission-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "ownership-status": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "site-address": {"type": "string"}, "deliverable": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["point", "site", "minimum-net-dwellings", "hectares", "planning-permission-type", "planning-permission-status", "name", "organisation", "planning-permission-history", "planning-permission-date", "maximum-net-dwellings", "ownership-status", "start-date", "notes", "site-address", "deliverable", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.292614, 54.685143]}, "properties" : {"point" : "POINT(-1.292614 54.685143)", "site" : "BR17 - North Farm", "minimum-net-dwellings" : "14", "hectares" : "0.73", "planning-permission-type" : "full planning permission", "planning-permission-status" : "permissioned", "name" : "BR17 - North Farm", "organisation" : "local-authority-eng:HPL", "planning-permission-history" : "http://eforms.hartlepool.gov.uk:7777/portal/servlets/ApplicationSearchServlet?PKID=103970", "planning-permission-date" : "2016-04-06", "maximum-net-dwellings" : "14", "ownership-status" : "not owned by a public authority", "start-date" : "2017-12-17", "notes" : "Conversion of old farm buildings - land owner looking to incorporate into wider development with allocation in the Local Plan. Change of Use and new build for 14 dwellings", "site-address" : "North Farm, Elwick, Rural West Ward", "deliverable" : "yes", "slug" : "/brownfield-land/local-authority-eng/HPL/BR17---North-Farm", "entity" : 484176, "entry-date" : "2020-12-14"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "site": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-type": {"type": "string"}, "planning-permission-status": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-history": {"type": "string"}, "planning-permission-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "ownership-status": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "site-address": {"type": "string"}, "deliverable": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["point", "site", "minimum-net-dwellings", "hectares", "planning-permission-type", "planning-permission-status", "name", "organisation", "planning-permission-history", "planning-permission-date", "maximum-net-dwellings", "ownership-status", "start-date", "notes", "site-address", "deliverable", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nexport default createSvgIcon(React.createElement(React.Fragment, null, React.createElement(\"defs\", null, React.createElement(\"path\", {\n id: \"a\",\n d: \"M0 0h24v24H0z\"\n})), React.createElement(\"g\", null, React.createElement(\"path\", {\n d: \"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm3.55 13.8l-4.08-2.51c-.3-.18-.48-.5-.48-.85V7.75c.01-.41.35-.75.76-.75.41 0 .75.34.75.75v4.45l3.84 2.31c.36.22.48.69.26 1.05-.22.35-.69.46-1.05.24z\"\n}))), 'WatchLaterRounded');", "map" : {"version" : 3, "sources" : ["/Users/tristan2020/Documents/GitHub/newdata02/material-kit-react-master/node_modules/@material-ui/icons/esm/WatchLaterRounded.js"], "names" : ["React", "createSvgIcon", "createElement", "Fragment", "id", "d"], "mappings" : "AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,aAAP,MAA0B,uBAA1B;AACA,eAAeA,aAAa,CAACD,KAAK,CAACE,aAAN,CAAoBF,KAAK,CAACG,QAA1B,EAAoC,IAApC,EAA0CH,KAAK,CAACE,aAAN,CAAoB,MAApB,EAA4B,IAA5B,EAAkCF,KAAK,CAACE,aAAN,CAAoB,MAApB,EAA4B;AACnIE,EAAAA,EAAE,EAAE,GAD+H;AAEnIC,EAAAA,CAAC,EAAE;AAFgI,CAA5B,CAAlC,CAA1C,EAGxBL,KAAK,CAACE,aAAN,CAAoB,GAApB,EAAyB,IAAzB,EAA+BF,KAAK,CAACE,aAAN,CAAoB,MAApB,EAA4B;AAC9DG,EAAAA,CAAC,EAAE;AAD2D,CAA5B,CAA/B,CAHwB,CAAD,EAKtB,mBALsB,CAA5B", "sourcesContent" : ["import React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nexport default createSvgIcon(React.createElement(React.Fragment, null, React.createElement(\"defs\", null, React.createElement(\"path\", {\n id: \"a\",\n d: \"M0 0h24v24H0z\"\n})), React.createElement(\"g\", null, React.createElement(\"path\", {\n d: \"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm3.55 13.8l-4.08-2.51c-.3-.18-.48-.5-.48-.85V7.75c.01-.41.35-.75.76-.75.41 0 .75.34.75.75v4.45l3.84 2.31c.36.22.48.69.26 1.05-.22.35-.69.46-1.05.24z\"\n}))), 'WatchLaterRounded');"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "published_date": {"type": "string"}, "references": {"type": "object", "properties": {"url": {"type": "array", "items": {"type": "string"}}, "osvdb": {"type": "null"}, "secunia": {"type": "null"}, "cve": {"type": "null"}, "exploitdb": {"type": "null"}}, "required": ["url", "osvdb", "secunia", "cve", "exploitdb"]}, "vuln_type": {"type": "string"}, "fixed_in": {"type": "string"}, "criticity": {"type": "number"}}, "required": ["id", "title", "created_at", "updated_at", "published_date", "references", "vuln_type", "fixed_in", "criticity"]}}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "wp-stats", "name" : "WP-Stats", "latest_version" : "2.54", "last_updated" : "2018-03-27T17:47:18.614Z", "vulnerabilities" : [{"id" : "8049", "title" : "WP-Stats <= 2.51 - CSRF & Stored Cross-Site Scripting (XSS)", "created_at" : "2015-06-17T14:38:38Z", "updated_at" : "2015-06-29T15:29:33Z", "published_date" : "2015-06-17T00:00:00Z", "references" : {"url" : ["http://www.openwall.com/lists/oss-security/2015/06/17/6"], "osvdb" : null, "secunia" : null, "cve" : null, "exploitdb" : null}, "vuln_type" : "XSS", "fixed_in" : "2.52", "criticity" : 0.0}]} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "published_date": {"type": "string"}, "references": {"type": "object", "properties": {"url": {"type": "array", "items": {"type": "string"}}, "osvdb": {"type": "null"}, "secunia": {"type": "null"}, "cve": {"type": "null"}, "exploitdb": {"type": "null"}}, "required": ["url", "osvdb", "secunia", "cve", "exploitdb"]}, "vuln_type": {"type": "string"}, "fixed_in": {"type": "string"}, "criticity": {"type": "number"}}, "required": ["id", "title", "created_at", "updated_at", "published_date", "references", "vuln_type", "fixed_in", "criticity"]}}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"react-transition-group.js": {"type": "string"}, "react-transition-group.min.js": {"type": "string"}}, "required": ["react-transition-group.js", "react-transition-group.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"react-transition-group.js" : "sha256-OUQERVpexQ+YVvGFHSfVLV1OiQlOkDtAzSCrZm2M1I0=", "react-transition-group.min.js" : "sha256-rhtPFQN7qa/qUizevQh41ZWv80AHlqTUIA/orBfxs34="} | json_instruct | {"type": "object", "properties": {"react-transition-group.js": {"type": "string"}, "react-transition-group.min.js": {"type": "string"}}, "required": ["react-transition-group.js", "react-transition-group.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"hectares": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "organisation": {"type": "string"}, "site-address": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-status": {"type": "string"}, "deliverable": {"type": "string"}, "planning-permission-date": {"type": "string"}, "name": {"type": "string"}, "planning-permission-type": {"type": "string"}, "point": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "planning-permission-history": {"type": "string"}}, "required": ["hectares", "start-date", "notes", "site", "organisation", "site-address", "maximum-net-dwellings", "planning-permission-status", "deliverable", "planning-permission-date", "name", "planning-permission-type", "point", "ownership-status", "minimum-net-dwellings", "slug", "entity", "entry-date", "site-plan-url", "planning-permission-history"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.859104, 53.720393]}, "properties" : {"hectares" : "0.11", "start-date" : "2017-12-20", "notes" : "15/00828/CON - Conversion of lower and ground floors from Restaurant (A3) to three apartments (C3). Granted 17.09.15. 14/57019 - Prior approval application for a change of use from Offices (B1a) to 15 apartments (C3). Granted 10.02.15.", "site" : "BLR031", "organisation" : "local-authority-eng:CLD", "site-address" : "5 Clare Road, Halifax", "maximum-net-dwellings" : "18", "planning-permission-status" : "permissioned", "deliverable" : "yes", "planning-permission-date" : "2015-09-17", "name" : "BLR031", "planning-permission-type" : "full planning permission", "point" : "POINT(-1.859104 53.720393)", "ownership-status" : "not owned by a public authority", "minimum-net-dwellings" : "18", "slug" : "/brownfield-land/local-authority-eng/CLD/BLR031", "entity" : 479925, "entry-date" : "2020-05-31", "site-plan-url" : "https://maps.calderdale.gov.uk/map/Aurora.svc/run?script=%5CAurora%5CScripts%5CBrownfield%20Land%20Register%202020.AuroraScript%24&nocache=b3a8172e-c974-a20b-e60c-877a0098b807&resize=always&inspect_query=BLR2020&inspect_value=BLR031", "planning-permission-history" : "https://portal.calderdale.gov.uk/online-applications/search.do?action=advanced"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"hectares": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "organisation": {"type": "string"}, "site-address": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-status": {"type": "string"}, "deliverable": {"type": "string"}, "planning-permission-date": {"type": "string"}, "name": {"type": "string"}, "planning-permission-type": {"type": "string"}, "point": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "planning-permission-history": {"type": "string"}}, "required": ["hectares", "start-date", "notes", "site", "organisation", "site-address", "maximum-net-dwellings", "planning-permission-status", "deliverable", "planning-permission-date", "name", "planning-permission-type", "point", "ownership-status", "minimum-net-dwellings", "slug", "entity", "entry-date", "site-plan-url", "planning-permission-history"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"url": {"type": "string"}, "id": {"type": "integer"}, "title": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "curator": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "id", "title", "date", "description", "curator", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://developer.apple.com/documentation/xcode_release_notes/xcode_11_beta_5_release_notes", "id" : 103, "title" : "Xcode 11 Beta 5 is out!", "date" : "2019-07-29T23:55:00Z", "description" : "SwiftUI and Combine keeping getting updated in each beta and this one isn't an exception!", "curator" : {"name" : "Pedro Carrasco", "url" : "https://twitter.com/pedrommcarrasco"}, "tags" : ["apple"]} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "id": {"type": "integer"}, "title": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "curator": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "id", "title", "date", "description", "curator", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "classPath": {"type": "string"}, "releasenote": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "url", "license", "tags", "description", "version", "classPath", "releasenote", "contributors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "love2d-hx", "url" : "https://github.com/darkwater/love2d-hx", "license" : "BSD", "tags" : ["cross", "game", "lua", "android", "framework"], "description" : "Externs for the L\u00d6VE framework", "version" : "0.10.2-alpha", "classPath" : "src/", "releasenote" : "Initial release", "contributors" : ["darkwater"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "classPath": {"type": "string"}, "releasenote": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "url", "license", "tags", "description", "version", "classPath", "releasenote", "contributors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 73864, "cartId" : "7e6fac5f-15f9-4632-87aa-58732202f42d", "preferredProducts" : [103, 157], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": {"type": "number"}, "Mrg. Liq.": {"type": "number"}, "P/Ativ Circ.Liq": {"type": "number"}, "P/Ativo": {"type": "number"}, "P/Cap.Giro": {"type": "number"}, "P/EBIT": {"type": "number"}, "P/L": {"type": "number"}, "P/VP": {"type": "number"}, "PSR": {"type": "number"}, "Patrim. Liq": {"type": "number"}, "ROE": {"type": "number"}, "ROIC": {"type": "number"}}, "required": ["Cotacao", "Cresc. Rec.5a", "Div.Brut/ Patrim.", "Div.Yield", "EV/EBIT", "EV/EBITDA", "Liq. Corr.", "Liq.2meses", "Mrg Ebit", "Mrg. Liq.", "P/Ativ Circ.Liq", "P/Ativo", "P/Cap.Giro", "P/EBIT", "P/L", "P/VP", "PSR", "Patrim. Liq", "ROE", "ROIC"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Cotacao" : 30.0, "Cresc. Rec.5a" : -0.452, "Div.Brut/ Patrim." : 3.21, "Div.Yield" : 0.0673, "EV/EBIT" : 9.89, "EV/EBITDA" : 6.97, "Liq. Corr." : 1.04, "Liq.2meses" : 66492.7, "Mrg Ebit" : 0.1027, "Mrg. Liq." : 0.0316, "P/Ativ Circ.Liq" : -0.33, "P/Ativo" : 0.196, "P/Cap.Giro" : 20.17, "P/EBIT" : 3.17, "P/L" : 10.32, "P/VP" : 1.32, "PSR" : 0.326, "Patrim. Liq" : 1702000000.0, "ROE" : 0.1275, "ROIC" : 0.0715} | json_instruct | {"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": {"type": "number"}, "Mrg. Liq.": {"type": "number"}, "P/Ativ Circ.Liq": {"type": "number"}, "P/Ativo": {"type": "number"}, "P/Cap.Giro": {"type": "number"}, "P/EBIT": {"type": "number"}, "P/L": {"type": "number"}, "P/VP": {"type": "number"}, "PSR": {"type": "number"}, "Patrim. Liq": {"type": "number"}, "ROE": {"type": "number"}, "ROIC": {"type": "number"}}, "required": ["Cotacao", "Cresc. Rec.5a", "Div.Brut/ Patrim.", "Div.Yield", "EV/EBIT", "EV/EBITDA", "Liq. Corr.", "Liq.2meses", "Mrg Ebit", "Mrg. Liq.", "P/Ativ Circ.Liq", "P/Ativo", "P/Cap.Giro", "P/EBIT", "P/L", "P/VP", "PSR", "Patrim. Liq", "ROE", "ROIC"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "var _jsxFileName = \"D:\\\\vislme\\\\c2o\\\\start3\\\\port-backup\\\\port\\\\src\\\\pages\\\\resume\\\\Resume.js\";\nimport React from 'react';\nimport ResumeSide from './../../components/resumeSide/ResumeSide';\n\nconst Resume = () => React.createElement(React.Fragment, null, React.createElement(ResumeSide, {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 6\n },\n __self: this\n}));\n\nexport default Resume;", "map" : {"version" : 3, "sources" : ["D:/vislme/c2o/start3/port-backup/port/src/pages/resume/Resume.js"], "names" : ["React", "ResumeSide", "Resume"], "mappings" : ";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,UAAP,MAAuB,0CAAvB;;AAEA,MAAMC,MAAM,GAAG,MACX,0CACI,oBAAC,UAAD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EADJ,CADJ;;AAMA,eAAeA,MAAf", "sourcesContent" : ["import React from 'react';\r\nimport ResumeSide from './../../components/resumeSide/ResumeSide';\r\n\r\nconst Resume = () => (\r\n <>\r\n <ResumeSide />\r\n </>\r\n);\r\n\r\nexport default Resume;"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "PIRAPAT", "frequency" : 1, "gender" : "male"}] | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"atom-workspace": {"type": "object", "properties": {"ctrl-alt-0": {"type": "string"}}, "required": ["ctrl-alt-0"]}}, "required": ["atom-workspace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"atom-workspace" : {"ctrl-alt-0" : "clean-ally:clean"}} | json_instruct | {"type": "object", "properties": {"atom-workspace": {"type": "object", "properties": {"ctrl-alt-0": {"type": "string"}}, "required": ["ctrl-alt-0"]}}, "required": ["atom-workspace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"VideoGamesOfThe1980s": {"type": "array", "items": {"type": "string"}}}, "required": ["VideoGamesOfThe1980s"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"VideoGamesOfThe1980s" : ["MouseTrap", "Atlantis", "HauntedHouse", "ImpossibleMission", "DejaVu", "HauntedCastle", "DejaVu"]} | json_instruct | {"type": "object", "properties": {"VideoGamesOfThe1980s": {"type": "array", "items": {"type": "string"}}}, "required": ["VideoGamesOfThe1980s"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"js/multiselect.js": {"type": "string"}, "js/multiselect.min.js": {"type": "string"}}, "required": ["js/multiselect.js", "js/multiselect.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"js/multiselect.js" : "sha256-nTmAjrvd7wp+11zrzM7LoU/ydNhVnN0pTx155ditN5s=", "js/multiselect.min.js" : "sha256-Pn9YSsQPhLbHQT2cy+BWY+KuENF3g+qpzbIG+WrsP54="} | json_instruct | {"type": "object", "properties": {"js/multiselect.js": {"type": "string"}, "js/multiselect.min.js": {"type": "string"}}, "required": ["js/multiselect.js", "js/multiselect.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Awa Railroad": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Tosa Electric Rail": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Tosa Kuroshio Railroad": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Iyo Railroad": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Takamatsu-Kotohira Electric Rail": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Uwajima Railroad": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Sanuki Railways": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}}, "required": ["Awa Railroad", "Tosa Electric Rail", "Tosa Kuroshio Railroad", "Iyo Railroad", "Takamatsu-Kotohira Electric Rail", "Uwajima Railroad", "Sanuki Railways"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Awa Railroad" : {"nicknames" : ["AR"], "home" : "D17"}, "Tosa Electric Rail" : {"nicknames" : ["TR", "TER"], "home" : "G10"}, "Tosa Kuroshio Railroad" : {"nicknames" : ["KU", "TKR"], "home" : "I6"}, "Iyo Railroad" : {"nicknames" : ["IR", "Iyo"], "home" : "D5"}, "Takamatsu-Kotohira Electric Rail" : {"nicknames" : ["KO", "TKER"], "home" : "B15"}, "Uwajima Railroad" : {"nicknames" : ["UR"], "home" : "H3"}, "Sanuki Railways" : {"nicknames" : ["SR"], "home" : "B11"}} | json_instruct | {"type": "object", "properties": {"Awa Railroad": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Tosa Electric Rail": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Tosa Kuroshio Railroad": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Iyo Railroad": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Takamatsu-Kotohira Electric Rail": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Uwajima Railroad": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}, "Sanuki Railways": {"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}, "home": {"type": "string"}}, "required": ["nicknames", "home"]}}, "required": ["Awa Railroad", "Tosa Electric Rail", "Tosa Kuroshio Railroad", "Iyo Railroad", "Takamatsu-Kotohira Electric Rail", "Uwajima Railroad", "Sanuki Railways"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nft" : {"id" : 3320, "image" : "ipfs://QmPTcq2QVjznEm4m7nXuy5oAzPFTaT9f6NcT8AFLZFDw1e", "attributes" : [{"trait_type" : "Background", "value" : "Purple"}, {"trait_type" : "Eyes", "value" : "Crazy"}, {"trait_type" : "Hat", "value" : "Cowboy Hat"}, {"trait_type" : "Fur", "value" : "Dark Brown"}, {"trait_type" : "Clothes", "value" : "Blue Dress"}, {"trait_type" : "Mouth", "value" : "Bored Unshaven"}, {"trait_type" : "Earring", "value" : "Silver Stud"}, {"trait_type" : "Trait Count", "value" : "7"}]}, "attributeRarities" : [{"trait_type" : "Background", "value" : "Purple", "count" : 1291, "ratio" : 0.1291, "ratioScore" : 7.74593338497289}, {"trait_type" : "Eyes", "value" : "Crazy", "count" : 407, "ratio" : 0.0407, "ratioScore" : 24.57002457002457}, {"trait_type" : "Hat", "value" : "Cowboy Hat", "count" : 354, "ratio" : 0.0354, "ratioScore" : 28.248587570621467}, {"trait_type" : "Fur", "value" : "Dark Brown", "count" : 1352, "ratio" : 0.1352, "ratioScore" : 7.396449704142013}, {"trait_type" : "Clothes", "value" : "Blue Dress", "count" : 95, "ratio" : 0.0095, "ratioScore" : 105.26315789473685}, {"trait_type" : "Mouth", "value" : "Bored Unshaven", "count" : 1551, "ratio" : 0.1551, "ratioScore" : 6.447453255963895}, {"trait_type" : "Earring", "value" : "Silver Stud", "count" : 823, "ratio" : 0.0823, "ratioScore" : 12.150668286755772}, {"trait_type" : "Trait Count", "value" : "7", "count" : 1883, "ratio" : 0.1883, "ratioScore" : 5.310674455655868}], "rarityScore" : 197.1329491228733, "rank" : 2857} | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"uuid": {"type": "string"}, "shortName": {"type": "string"}, "longName": {"type": "string"}, "companyName": {"type": "string"}, "versionCode": {"type": "integer"}, "versionLabel": {"type": "string"}, "watchapp": {"type": "object", "properties": {"watchface": {"type": "boolean"}}, "required": ["watchface"]}, "appKeys": {"type": "object", "properties": {"dummy": {"type": "integer"}}, "required": ["dummy"]}, "resources": {"type": "object", "properties": {"media": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "name", "file"]}}}, "required": ["media"]}}, "required": ["uuid", "shortName", "longName", "companyName", "versionCode", "versionLabel", "watchapp", "appKeys", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "7d60b4e6-6ea4-43a4-9e15-821a48b93e54", "shortName" : "Template App", "longName" : "Pebble Template App", "companyName" : "Your Company", "versionCode" : 1, "versionLabel" : "1.0.0", "watchapp" : {"watchface" : false}, "appKeys" : {"dummy" : 0}, "resources" : {"media" : [{"type" : "raw", "name" : "TEST_IMAGE", "file" : "buf.grey4"}, {"type" : "raw", "name" : "TEST_IMAGE_2", "file" : "buf2.grey4"}, {"type" : "raw", "name" : "MODEL", "file" : "model.stl"}]}} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "shortName": {"type": "string"}, "longName": {"type": "string"}, "companyName": {"type": "string"}, "versionCode": {"type": "integer"}, "versionLabel": {"type": "string"}, "watchapp": {"type": "object", "properties": {"watchface": {"type": "boolean"}}, "required": ["watchface"]}, "appKeys": {"type": "object", "properties": {"dummy": {"type": "integer"}}, "required": ["dummy"]}, "resources": {"type": "object", "properties": {"media": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "name", "file"]}}}, "required": ["media"]}}, "required": ["uuid", "shortName", "longName", "companyName", "versionCode", "versionLabel", "watchapp", "appKeys", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101893445, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "28ee5e6ec4144eb5197848ed62771d3f", "wof:id" : 101893445, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.05876571735843, 45.93986680484261, 4.06983155525916, 45.94690373659427], "geometry" : {"coordinates" : [[[4.06133544353906, 45.94690373659427], [4.06153243667518, 45.94510861077276], [4.06410209084441, 45.94525221399147], [4.06420053891475, 45.94435464738274], [4.06548534953214, 45.94442642436354], [4.06568219083573, 45.94263128649936], [4.06696696237572, 45.94270304523008], [4.06706535561204, 45.94180547397525], [4.06835010914887, 45.94187721583035], [4.06844847708595, 45.94097964256952], [4.06973321261955, 45.94105136754973], [4.06983155525916, 45.94015379228318], [4.06469271582182, 45.93986680484261], [4.0643974223658, 45.94255951226609], [4.05925837920216, 45.94227226030893], [4.05876571735843, 45.94676006586292], [4.06133544353906, 45.94690373659427]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u5ee2\u6b62\u8a3b\u8a18": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u5ee2\u6b62\u8a3b\u8a18", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u884c\u653f\u9662\u52de\u5de5\u59d4\u54e1\u6703\u8077\u696d\u8a13\u7df4\u5c40\u6280\u80fd\u6aa2\u5b9a\u59d4\u54e1\u6703\u7d44\u7e54\u898f\u7a0b", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=N0000004", "\u6cd5\u898f\u985e\u5225" : "\u5ee2\u6b62\u6cd5\u898f\uff1e\u884c\u653f\u9662\u52de\u5de5\u59d4\u54e1\u6703", "\u6700\u65b0\u7570\u52d5\u65e5\u671f" : "20140215", "\u5ee2\u6b62\u8a3b\u8a18" : "\u5ee2", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18" : "N", "\u6cbf\u9769\u5167\u5bb9" : "1.\u4e2d\u83ef\u6c11\u570b\u4e03\u5341\u4e00\u5e74\u5341\u4e00\u6708\u4e8c\u5341\u4e09\u65e5\u5167\u653f\u90e8\uff0871\uff09\u53f0\u5167\u4eba\u5b57\u7b2c 125856 \u865f\r\n \u4ee4\u8a02\u5b9a\u767c\u5e03\u5168\u6587 8 \u689d\r\n2.\u4e2d\u83ef\u6c11\u570b\u4e03\u5341\u4e03\u5e74\u4e00\u6708\u56db\u65e5\u884c\u653f\u9662\u52de\u5de5\u59d4\u54e1\u6703\uff0871\uff09\u53f0\u52de\u8077\u6aa2\u5b57\u7b2c 959\r\n 4 \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\r\n3.\u4e2d\u83ef\u6c11\u570b\u516b\u5341\u4e5d\u5e74\u516d\u6708\u5341\u56db\u65e5\u884c\u653f\u9662\u52de\u5de5\u59d4\u54e1\u6703\uff0889\uff09\u53f0\u52de\u8077\u6aa2\u5b57\u7b2c 0\r\n 200166 \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\u7b2c 5\u30016 \u689d\u689d\u6587\r\n4.\u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u96f6\u4e09\u5e74\u4e8c\u6708\u5341\u4e94\u65e5\u884c\u653f\u9662\u52de\u5de5\u59d4\u54e1\u6703\u52de\u4eba 1 \u5b57\u7b2c 10301\r\n 00169 \u865f\u4ee4\u767c\u5e03\u5ee2\u6b62", "\u6cd5\u898f\u5167\u5bb9" : [{"\u689d\u865f" : "\u7b2c 1 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u884c\u653f\u9662\u52de\u5de5\u59d4\u54e1\u6703\u8077\u696d\u8a13\u7df4\u5c40 (\u4ee5\u4e0b\u7c21\u7a31\u672c\u5c40) \u70ba\u6280\u80fd\u6aa2\u5b9a\u696d\u52d9\u9700\u8981\uff0c\u4f9d\r\n\u672c\u5c40\u7d44\u7e54\u689d\u4f8b\u7b2c\u5341\u4e00\u689d\u898f\u5b9a\uff0c\u8a2d\u6280\u80fd\u6aa2\u5b9a\u59d4\u54e1\u6703 (\u4ee5\u4e0b\u7c21\u7a31\u672c\u6703) \u3002"}, {"\u689d\u865f" : "\u7b2c 2 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6703\u4e4b\u4efb\u52d9\u5982\u5de6\uff1a\r\n\u4e00\u3001\u95dc\u65bc\u6280\u80fd\u6aa2\u5b9a\u6a19\u6e96\u4e4b\u5be9\u8b70\u4e8b\u9805\u3002\r\n\u4e8c\u3001\u95dc\u65bc\u6280\u80fd\u6aa2\u5b9a\u5be6\u65bd\u8a08\u756b\u4e4b\u5be9\u8b70\u4e8b\u9805\u3002\r\n\u4e09\u3001\u95dc\u65bc\u6280\u80fd\u6aa2\u5b9a\u8cbb\u7528\u6a19\u6e96\u4e4b\u5be9\u8b70\u4e8b\u9805\u3002\r\n\u56db\u3001\u95dc\u65bc\u6280\u80fd\u6aa2\u5b9a\u5236\u5ea6\u4e4b\u8aee\u8a62\u4e8b\u9805\u3002\r\n\u4e94\u3001\u5176\u4ed6\u6709\u95dc\u6280\u80fd\u6aa2\u5b9a\u4e8b\u9805\u3002"}, {"\u689d\u865f" : "\u7b2c 3 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6703\u7f6e\u4e3b\u4efb\u59d4\u54e1\u4e00\u4eba\uff0c\u7531\u672c\u5c40\u5c40\u9577\u517c\u4efb\uff0c\u59d4\u54e1\u5341\u516b\u4eba\u81f3\u4e8c\u5341\u56db\u4eba\uff0c\u7531\u672c\u5c40\r\n\u8058\u8acb\u6709\u95dc\u6a5f\u95dc\u4ee3\u8868\u3001\u52de\u8cc7\u5718\u9ad4\u4ee3\u8868\u53ca\u5c08\u5bb6\u64d4\u4efb\u4e4b\uff0c\u59d4\u54e1\u4efb\u671f\u4e8c\u5e74\u3002"}, {"\u689d\u865f" : "\u7b2c 4 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6703\u7f6e\u57f7\u884c\u79d8\u66f8\u4e00\u4eba\uff0c\u7531\u672c\u5c40\u6280\u80fd\u6aa2\u5b9a\u7d44\u7d44\u9577\u517c\u4efb\uff0c\u7f6e\u5e79\u4e8b\u82e5\u5e72\u4eba\uff0c\u7531\u672c\r\n\u5c40\u8077\u54e1\u8abf\u517c\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 5 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6703\u6bcf\u534a\u5e74\u53ec\u958b\u6703\u8b70\u4e00\u6b21\uff0c\u5fc5\u8981\u6642\u5f97\u96a8\u6642\u53ec\u958b\u4e4b\u3002\r\n\u524d\u9805\u6703\u8b70\u7531\u4e3b\u4efb\u59d4\u54e1\u70ba\u4e3b\u5e2d\uff0c\u4e3b\u4efb\u59d4\u54e1\u4e0d\u80fd\u51fa\u5e2d\u6703\u8b70\u6642\uff0c\u61c9\u6307\u5b9a\u59d4\u54e1\u4e00\u4eba\r\n\u4ee3\u7406\u3002"}, {"\u689d\u865f" : "\u7b2c 6 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6703\u59d4\u54e1\u53ca\u517c\u4efb\u4eba\u54e1\u5747\u70ba\u7121\u7d66\u8077\u3002\u4f46\u975e\u672c\u5c40\u4eba\u54e1\u517c\u4efb\u8005\uff0c\u5f97\u4f9d\u898f\u5b9a\u652f\u7d66\u51fa\r\n\u5e2d\u8cbb\u3002"}, {"\u689d\u865f" : "\u7b2c 7 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6703\u5c0d\u5916\u516c\u6587\u4ee5\u672c\u5c40\u540d\u7fa9\u884c\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 8 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u898f\u7a0b\u81ea\u767c\u5e03\u65e5\u65bd\u884c\u3002"}]} | json_instruct | {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u5ee2\u6b62\u8a3b\u8a18": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u5ee2\u6b62\u8a3b\u8a18", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"applications": {"type": "array", "items": {"type": "string"}}, "mailer": {"type": "object", "properties": {"default_sender": {"type": "string"}, "endpoints": {"type": "object", "properties": {"default": {"type": "object", "properties": {"type": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["type", "host", "port"]}}, "required": ["default"]}, "debug": {"type": "boolean"}, "use_html2text": {"type": "boolean"}, "domain": {"type": "null"}}, "required": ["default_sender", "endpoints", "debug", "use_html2text", "domain"]}}, "required": ["applications", "mailer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"applications" : ["guillotina_mailer"], "mailer" : {"default_sender" : "foo@bar.com", "endpoints" : {"default" : {"type" : "smtp", "host" : "localhost", "port" : 25}}, "debug" : false, "use_html2text" : true, "domain" : null}} | json_instruct | {"type": "object", "properties": {"applications": {"type": "array", "items": {"type": "string"}}, "mailer": {"type": "object", "properties": {"default_sender": {"type": "string"}, "endpoints": {"type": "object", "properties": {"default": {"type": "object", "properties": {"type": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["type", "host", "port"]}}, "required": ["default"]}, "debug": {"type": "boolean"}, "use_html2text": {"type": "boolean"}, "domain": {"type": "null"}}, "required": ["default_sender", "endpoints", "debug", "use_html2text", "domain"]}}, "required": ["applications", "mailer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev-client": {"type": "string"}, "dev-server": {"type": "string"}, "client": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev-client", "dev-server", "client", "start"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "directory-tree": {"type": "string"}, "express": {"type": "string"}, "lodash": {"type": "string"}, "material-ui": {"type": "string"}, "moment": {"type": "string"}, "mustache": {"type": "string"}, "nodemon": {"type": "string"}, "path": {"type": "string"}}, "required": ["axios", "bluebird", "body-parser", "cookie-parser", "directory-tree", "express", "lodash", "material-ui", "moment", "mustache", "nodemon", "path"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "epibuilder-server", "version" : "1.1.0", "description" : "", "main" : "index.js", "scripts" : {"dev-client" : "cd client && yarn start", "dev-server" : "source etc/local.env && nodemon server.js", "client" : "node bin/generateClientConfig.js && cd client && npm install && npm run build", "start" : "npm run client && node server.js"}, "author" : {"name" : "Austin Zhou", "email" : "azhou3@glgroup.com"}, "license" : "ISC", "dependencies" : {"axios" : "^0.18.0", "bluebird" : "^3.5.1", "body-parser" : "^1.18.2", "cookie-parser" : "^1.4.3", "directory-tree" : "^2.1.0", "express" : "^4.16.3", "lodash" : "^4.17.5", "material-ui" : "^0.20.2", "moment" : "^2.22.0", "mustache" : "^3.0.0", "nodemon" : "^1.17.3", "path" : "^0.12.7"}, "engines" : {"node" : "8.5.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev-client": {"type": "string"}, "dev-server": {"type": "string"}, "client": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev-client", "dev-server", "client", "start"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "directory-tree": {"type": "string"}, "express": {"type": "string"}, "lodash": {"type": "string"}, "material-ui": {"type": "string"}, "moment": {"type": "string"}, "mustache": {"type": "string"}, "nodemon": {"type": "string"}, "path": {"type": "string"}}, "required": ["axios", "bluebird", "body-parser", "cookie-parser", "directory-tree", "express", "lodash", "material-ui", "moment", "mustache", "nodemon", "path"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 375 degrees F (190 degrees C). Grease a bread pan.", "Mix flour, sugar, cinnamon, baking soda, baking powder, and cloves in a large bowl.", "Beat egg and milk together in a separate bowl; add to flour mixture and stir to moisten dry ingredients evenly. Pour mixture into a bread pan.", "Bake in the preheated oven until a toothpick inserted into the center comes out clean, 45 to 55 minutes. Cool in the pans for 10 minutes before removing to cool completely on a wire rack."], "image" : "https://www.allrecipes.com/img/misc/og-default.png", "ingredients" : ["2 cups all-purpose flour", "2 cups white sugar", "1 teaspoon ground cinnamon", "\u00bd teaspoon baking soda", "\u00bd teaspoon baking powder", "\u00bd teaspoon ground cloves", "1 egg, beaten", "1 cup milk"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Swedish Pepparkakor Cake", "url" : "http://allrecipes.com/recipe/230236/swedish-pepparkakor-cake/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"11867": {"type": "string"}, "11869": {"type": "string"}, "11858": {"type": "string"}}, "required": ["11867", "11869", "11858"]}, "timeto": {"type": "object", "properties": {"11867": {"type": "number"}, "11869": {"type": "number"}, "11858": {"type": "number"}}, "required": ["11867", "11869", "11858"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 11866, "title" : ["[Aqueduct]"], "description" : ["A dimly lit cavern opens up to allow passage of a glowing emerald stream barely a foot deep. The stream fills the cavern from wall to wall, though, entering from a tunnel to the north and exiting through a tunnel to the west. In a small alcove on the eastern wall, steps wind upward, following a chimney into the darkness. A slight amount of fresh air wafts down from the chimney, but for the most part the air in the cavern is still and cool."], "paths" : ["Obvious exits: north, west"], "location" : "Old Ta'Faendryl", "wayto" : {"11867" : "north", "11869" : "west", "11858" : "go steps"}, "timeto" : {"11867" : 0.2, "11869" : 0.2, "11858" : 0.2}, "image" : "en-old_ta_faendryl-1264234799.png", "image_coords" : [1291, 1016, 1301, 1026], "tags" : ["murdroot", "some wingstem root"]} | 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": {"11867": {"type": "string"}, "11869": {"type": "string"}, "11858": {"type": "string"}}, "required": ["11867", "11869", "11858"]}, "timeto": {"type": "object", "properties": {"11867": {"type": "number"}, "11869": {"type": "number"}, "11858": {"type": "number"}}, "required": ["11867", "11869", "11858"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"shadydom.min.js": {"type": "string"}}, "required": ["shadydom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"shadydom.min.js" : "sha256-03uTp4s0EIB5Jvw8+aHbz/Qh/UHLyJccTz4ECWpXF2Q="} | json_instruct | {"type": "object", "properties": {"shadydom.min.js": {"type": "string"}}, "required": ["shadydom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01028094": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01028094"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01028094" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00143149", "LAD11CD" : "E07000172"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00143150", "LAD11CD" : "E07000172"}, "arcs" : [[4, 5, 6, -2, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00143161", "LAD11CD" : "E07000172"}, "arcs" : [[8, -6, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00143162", "LAD11CD" : "E07000172"}, "arcs" : [[-3, -7, -9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00143163", "LAD11CD" : "E07000172"}, "arcs" : [[11, -8, -1]]}]}}, "arcs" : [[[2683, 2617], [652, 511], [-221, 657]], [[3114, 3785], [598, 124], [618, -1089], [-799, -320], [70, -426], [1907, 757], [-456, 1061], [464, -65], [53, 543]], [[5569, 4370], [2031, -2586]], [[7600, 1784], [-428, -331], [-325, 250], [-444, 1032], [-145, -637], [-2716, -1137], [256, -688], [-531, -273], [-337, 1616], [-247, 1001]], [[3975, 7059], [797, 212]], [[4772, 7271], [289, -870], [1035, -78], [94, -365]], [[6190, 5958], [-794, -362], [461, -429], [-288, -797]], [[3114, 3785], [-202, 990], [1203, -460], [62, 490], [569, 170], [-136, 636], [-787, 377], [-135, 728], [287, 343]], [[9810, 6141], [-837, -557], [70, 413], [-431, -6], [-1962, -908], [-460, 875]], [[4772, 7271], [2924, 1158], [516, 109], [1598, -2397]], [[9810, 6141], [189, -243], [-2008, -1946], [394, -622], [-410, -514], [856, -1022], [-380, -5], [-851, -5]], [[2683, 2617], [-334, 2436], [-691, 852], [-1658, 1661], [2884, 2433], [1091, -2940]]], "transform" : {"scale" : [1.3661885756605598e-06, 7.194748472279384e-07], "translate" : [-1.241200927982389, 52.921457647052804]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01028094": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01028094"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"propertyid": {"type": "string"}, "property": {"type": "string"}}, "required": ["propertyid", "property"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"properties" : [{"propertyid" : "1234", "property" : "foo"}, {"propertyid" : "4321", "property" : "bar"}]} | json_instruct | {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"propertyid": {"type": "string"}, "property": {"type": "string"}}, "required": ["propertyid", "property"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1302092001", "nama" : "Taruang-Taruang"}, {"id" : "1302092002", "nama" : "Siaro-Aro"}, {"id" : "1302092003", "nama" : "Pianggu"}, {"id" : "1302092004", "nama" : "Sungai Durian"}, {"id" : "1302092005", "nama" : "Bukik Bais"}, {"id" : "1302092006", "nama" : "Sungai Jambur"}, {"id" : "1302092007", "nama" : "Guguak Sarai"}, {"id" : "1302092008", "nama" : "Koto Laweh"}, {"id" : "1302092009", "nama" : "Indudur"}] | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generated_at" : "2017-01-27T09:37:25.075218", "required_by" : ["plone.app.collection", "plone.app.standardtiles"], "requires" : ["setuptools", "plone.app.querystring"], "package" : "plone.formwidget.querystring"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}, "clean": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["develop", "start", "build", "serve", "clean", "deploy"]}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "gatsby": {"type": "string"}, "gatsby-plugin-cname": {"type": "string"}, "gatsby-plugin-postcss": {"type": "string"}, "gatsby-plugin-robots-txt": {"type": "string"}, "gatsby-plugin-seo": {"type": "string"}, "postcss": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "gatsby", "gatsby-plugin-cname", "gatsby-plugin-postcss", "gatsby-plugin-robots-txt", "gatsby-plugin-seo", "postcss", "react", "react-dom", "tailwindcss"]}}, "required": ["name", "version", "private", "description", "author", "keywords", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bitcointfaucets", "version" : "1.0.0", "private" : true, "description" : "bitcointfaucets", "author" : "nanorocks", "keywords" : ["gatsby"], "scripts" : {"develop" : "gatsby develop", "start" : "gatsby develop", "build" : "gatsby build", "serve" : "gatsby serve", "clean" : "gatsby clean", "deploy" : "gatsby build && gh-pages -d public"}, "dependencies" : {"autoprefixer" : "^10.2.1", "gatsby" : "^2.26.1", "gatsby-plugin-cname" : "^1.0.0", "gatsby-plugin-postcss" : "^3.5.0", "gatsby-plugin-robots-txt" : "^1.5.5", "gatsby-plugin-seo" : "0.0.2", "postcss" : "^8.2.4", "react" : "^16.13.1", "react-dom" : "^16.13.1", "tailwindcss" : "^2.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}, "clean": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["develop", "start", "build", "serve", "clean", "deploy"]}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "gatsby": {"type": "string"}, "gatsby-plugin-cname": {"type": "string"}, "gatsby-plugin-postcss": {"type": "string"}, "gatsby-plugin-robots-txt": {"type": "string"}, "gatsby-plugin-seo": {"type": "string"}, "postcss": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "gatsby", "gatsby-plugin-cname", "gatsby-plugin-postcss", "gatsby-plugin-robots-txt", "gatsby-plugin-seo", "postcss", "react", "react-dom", "tailwindcss"]}}, "required": ["name", "version", "private", "description", "author", "keywords", "scripts", "dependencies"], "$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" : "70cb06622d41580f5f1824b48a2fcfe1583cb713"} | 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": {"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#"}
| {"width" : 0.20067634, "rotation" : -0.32792222, "xCenter" : 0.34578806, "yCenter" : 0.50337833, "height" : 0.35675794} | 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": {"openInApp": {"type": "string"}, "view": {"type": "string"}}, "required": ["openInApp", "view"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"openInApp" : "M\u1edf b\u1eb1ng {appName}", "view" : "Xem"} | json_instruct | {"type": "object", "properties": {"openInApp": {"type": "string"}, "view": {"type": "string"}}, "required": ["openInApp", "view"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["adama-web", "angular-gizmos", "atomic-ui", "barcode.js", "buildbot-data", "dtsmake", "element-calcum", "element-calcum-style", "evp", "fackel", "generator-bower-rjs", "gulp-depcheck", "gulp-raml-client-generator", "gulp-rollup", "hubot-octopus-deploy", "json-schema-model", "macx-sass-mixins", "octopus-deploy-client", "proton.js", "relict", "respond-with", "soaker", "stuff-validation", "tfcsprite", "trconvert", "vanage"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "potter's wheel", "sample1" : "1SnKjJnmG2Qb4G-lcxbfjwX9IFJWC5spS", "sample2" : "1g-MLGV8u753ICfmCJBUgWUQVo3BFpZPj", "sample3" : "16GDT0gMN1UCBK7f78Ky0dhmxPCpLFA9t"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "key_west_205", "IsStatic" : false, "useGravity" : false, "randomRotation" : false, "Position" : {"x" : -311.650024, "y" : -61.636, "z" : 486.583984}, "Rotation" : {"x" : 87.03819, "y" : 4.59911062e-05, "z" : 180}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "key_west205", "Items" : [{"_id" : "key_west205", "_tpl" : "5a0ec6d286f7742c0b518fb5"}]} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-cov": {"type": "string"}}, "required": ["test", "test-cov"]}, "engineStrict": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "peerDependencies": {"type": "object", "properties": {"@hapi/hapi": {"type": "string"}}, "required": ["@hapi/hapi"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "jest": {"type": "string"}}, "required": ["coveralls", "jest"]}, "jest": {"type": "object", "properties": {"verbose": {"type": "boolean"}, "testPathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "collectCoverage": {"type": "boolean"}, "testEnvironment": {"type": "string"}}, "required": ["verbose", "testPathIgnorePatterns", "collectCoverage", "testEnvironment"]}}, "required": ["name", "version", "description", "author", "homepage", "license", "main", "scripts", "engineStrict", "engines", "repository", "keywords", "bugs", "peerDependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hapijs-namespace", "version" : "2.0.0", "description" : "Apply namespaced routes in Hapi", "author" : "Thomas Gibbons <thomas.gibbons@i9t-solutions.com>", "homepage" : "https://github.com/twgibbons/hapijs-namespace#readme", "license" : "ISC", "main" : "index.js", "scripts" : {"test" : "jest", "test-cov" : "jest && cat coverage/lcov.info | coveralls --verbose"}, "engineStrict" : true, "engines" : {"node" : ">=6.0.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/twgibbons/hapijs-namespace.git"}, "keywords" : ["hapi", "namespace", "prefix", "routes"], "bugs" : {"url" : "https://github.com/twgibbons/hapijs-namespace/issues"}, "peerDependencies" : {"@hapi/hapi" : ">= 16.x.x"}, "devDependencies" : {"coveralls" : "^3.0.0", "jest" : "^27.5.1"}, "jest" : {"verbose" : true, "testPathIgnorePatterns" : ["/__tests__/mocks/"], "collectCoverage" : true, "testEnvironment" : "node"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-cov": {"type": "string"}}, "required": ["test", "test-cov"]}, "engineStrict": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "peerDependencies": {"type": "object", "properties": {"@hapi/hapi": {"type": "string"}}, "required": ["@hapi/hapi"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "jest": {"type": "string"}}, "required": ["coveralls", "jest"]}, "jest": {"type": "object", "properties": {"verbose": {"type": "boolean"}, "testPathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "collectCoverage": {"type": "boolean"}, "testEnvironment": {"type": "string"}}, "required": ["verbose", "testPathIgnorePatterns", "collectCoverage", "testEnvironment"]}}, "required": ["name", "version", "description", "author", "homepage", "license", "main", "scripts", "engineStrict", "engines", "repository", "keywords", "bugs", "peerDependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"noCommands": {"type": "string"}, "restrictSuccess": {"type": "string"}}, "required": ["noCommands", "restrictSuccess"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"noCommands" : "You need to specify which commands to restrict!", "restrictSuccess" : "Restricted the following commands: {{ commands }}"} | json_instruct | {"type": "object", "properties": {"noCommands": {"type": "string"}, "restrictSuccess": {"type": "string"}}, "required": ["noCommands", "restrictSuccess"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xb69096a89389638518725adfcf279f3f82efa2de", "tool" : "manticore", "start" : 1564056572.9853983, "end" : 1564058375.22713, "duration" : 1802.2417316436768, "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", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"vendor": {"type": "array", "items": {"type": "string"}}, "application": {"type": "array", "items": {"type": "string"}}}, "required": ["vendor", "application"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vendor" : ["app/components/angular/angular.js", "app/components/angular-route/angular-route.js"], "application" : ["app/js/angular-velocity.js", "app/js/directives/velocity-group.js", "app/js/directives/velocity.js", "app/js/directives/velocity-toggle.js"]} | json_instruct | {"type": "object", "properties": {"vendor": {"type": "array", "items": {"type": "string"}}, "application": {"type": "array", "items": {"type": "string"}}}, "required": ["vendor", "application"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dolittle": {"type": "object", "properties": {"tooling": {"type": "string"}}, "required": ["tooling"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "repository", "keywords", "dolittle", "author", "license", "bugs", "publishConfig", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@dolittle/boilerplates.veracity.bounded-context.csharp", "version" : "3.1.3", "description" : "Standard veracity bounded context boilerPlates", "repository" : {"type" : "git", "url" : "git+https://github.com/dolittle-boilerplates/Veracity.CSharp.BoundedContext.git"}, "keywords" : ["dolittle", "tooling", "boilerplates", "bounded-context", "adornment", "veracity"], "dolittle" : {"tooling" : "7.*"}, "author" : "Dolittle", "license" : "MIT", "bugs" : {"url" : "https://github.com/dolittle-boilerplates/Veracity.CSharp.BoundedContext/issues"}, "publishConfig" : {"access" : "public"}, "homepage" : "https://dolittle.io"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dolittle": {"type": "object", "properties": {"tooling": {"type": "string"}}, "required": ["tooling"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "repository", "keywords", "dolittle", "author", "license", "bugs", "publishConfig", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-121.292061, 38.652681], [-121.272409, 38.652816], [-121.27262, 38.647609], [-121.271943, 38.645325], [-121.27262, 38.642462], [-121.27096, 38.636899], [-121.268985, 38.633388], [-121.28606, 38.620604], [-121.289612, 38.625871], [-121.288731, 38.628504], [-121.291486, 38.630273], [-121.292061, 38.652681]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 8309}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "command-line-args": {"type": "string"}, "command-line-usage": {"type": "string"}, "file-system": {"type": "string"}, "svg2ttf": {"type": "string"}, "svgicons2svgfont": {"type": "string"}, "ttf2eot": {"type": "string"}, "ttf2woff": {"type": "string"}, "ttf2woff2": {"type": "string"}}, "required": ["cheerio", "command-line-args", "command-line-usage", "file-system", "svg2ttf", "svgicons2svgfont", "ttf2eot", "ttf2woff", "ttf2woff2"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "build": {"type": "string"}}, "required": ["postinstall", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "directories", "dependencies", "devDependencies", "scripts", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "material-icon-font", "version" : "0.1.0", "description" : "create Truetype fonts of Material Design SVGs", "main" : "makeMaterial.js", "directories" : {"lib" : "lib"}, "dependencies" : {"cheerio" : "^1.0.0-rc.2", "command-line-args" : "^5.0.2", "command-line-usage" : "^5.0.5", "file-system" : "^2.2.2", "svg2ttf" : "^4.1.0", "svgicons2svgfont" : "^9.0.4", "ttf2eot" : "^2.0.0", "ttf2woff" : "^2.0.1", "ttf2woff2" : "^2.0.3"}, "devDependencies" : {}, "scripts" : {"postinstall" : "npm run build", "build" : "node makeMaterial.js --style=Baseline && node makeMaterial.js --style=Outline && node makeMaterial.js --style=Sharp && node makeMaterial.js --style=Round"}, "repository" : {"type" : "git", "url" : "https://github.com//petergng/svgFontCreator.git"}, "author" : "", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "command-line-args": {"type": "string"}, "command-line-usage": {"type": "string"}, "file-system": {"type": "string"}, "svg2ttf": {"type": "string"}, "svgicons2svgfont": {"type": "string"}, "ttf2eot": {"type": "string"}, "ttf2woff": {"type": "string"}, "ttf2woff2": {"type": "string"}}, "required": ["cheerio", "command-line-args", "command-line-usage", "file-system", "svg2ttf", "svgicons2svgfont", "ttf2eot", "ttf2woff", "ttf2woff2"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "build": {"type": "string"}}, "required": ["postinstall", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "directories", "dependencies", "devDependencies", "scripts", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"VisitOccurrence": {"type": "object", "properties": {"visit_start_date": {"type": "string"}, "visit_end_datetime": {"type": "string"}, "care_site_id": {"type": "number"}, "visit_type_concept_id": {"type": "number"}, "visit_end_date": {"type": "string"}, "visit_concept_id": {"type": "integer"}, "visit_occurrence_id": {"type": "number"}, "visit_start_datetime": {"type": "string"}, "person_id": {"type": "number"}, "provider_id": {"type": "number"}}, "required": ["visit_start_date", "visit_end_datetime", "care_site_id", "visit_type_concept_id", "visit_end_date", "visit_concept_id", "visit_occurrence_id", "visit_start_datetime", "person_id", "provider_id"]}}, "required": ["VisitOccurrence"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"VisitOccurrence" : {"visit_start_date" : "2009-07-04", "visit_end_datetime" : "2009-07-04T17:50:00-04:00", "care_site_id" : 2534455697.0, "visit_type_concept_id" : 44818520.0, "visit_end_date" : "2009-07-04", "visit_concept_id" : 9202, "visit_occurrence_id" : 3072332577.0, "visit_start_datetime" : "2009-07-04T17:20:00-04:00", "person_id" : 4010779661.0, "provider_id" : 3581678396.0}} | json_instruct | {"type": "object", "properties": {"VisitOccurrence": {"type": "object", "properties": {"visit_start_date": {"type": "string"}, "visit_end_datetime": {"type": "string"}, "care_site_id": {"type": "number"}, "visit_type_concept_id": {"type": "number"}, "visit_end_date": {"type": "string"}, "visit_concept_id": {"type": "integer"}, "visit_occurrence_id": {"type": "number"}, "visit_start_datetime": {"type": "string"}, "person_id": {"type": "number"}, "provider_id": {"type": "number"}}, "required": ["visit_start_date", "visit_end_datetime", "care_site_id", "visit_type_concept_id", "visit_end_date", "visit_concept_id", "visit_occurrence_id", "visit_start_datetime", "person_id", "provider_id"]}}, "required": ["VisitOccurrence"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "word": {"type": "string"}, "wordOptions": {"type": "array", "items": {"type": "string"}}, "audioPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "word", "wordOptions", "audioPaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 6, "word" : "bail", "wordOptions" : ["bail", "bile"], "audioPaths" : ["assets/audio/03-bail-0.m4a"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "word": {"type": "string"}, "wordOptions": {"type": "array", "items": {"type": "string"}}, "audioPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "word", "wordOptions", "audioPaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "deleteDestPath": {"type": "boolean"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}}, "required": ["entryFile"]}, "whitelistedNonPeerDependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "dest", "deleteDestPath", "lib", "whitelistedNonPeerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "../../node_modules/ng-packagr/ng-package.schema.json", "dest" : "../../dist/@rxweb/ngx-translate-extension", "deleteDestPath" : true, "lib" : {"entryFile" : "index.ts"}, "whitelistedNonPeerDependencies" : ["@rxweb/translate", "@ngx-translate/core"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "deleteDestPath": {"type": "boolean"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}}, "required": ["entryFile"]}, "whitelistedNonPeerDependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "dest", "deleteDestPath", "lib", "whitelistedNonPeerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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#"}
| {"id" : "010300030501", "variable1" : 0.2578, "variable2" : 1.2143, "variable3" : "B"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"from": {"type": "integer"}, "to": {"type": "integer"}, "transactionData": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "paymentInstruments": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "count": {"type": "integer"}, "amount": {"type": "number"}}, "required": ["type", "count", "amount"]}}}, "required": ["name", "paymentInstruments"]}}}, "required": ["from", "to", "transactionData"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"success" : true, "code" : "SUCCESS", "data" : {"from" : 1577817000000, "to" : 1585333800000, "transactionData" : [{"name" : "Merchant payments", "paymentInstruments" : [{"type" : "TOTAL", "count" : 100337738, "amount" : 35200130304.82776}]}, {"name" : "Peer-to-peer payments", "paymentInstruments" : [{"type" : "TOTAL", "count" : 87067410, "amount" : 262541205695.8384}]}, {"name" : "Recharge & bill payments", "paymentInstruments" : [{"type" : "TOTAL", "count" : 50199498, "amount" : 21603565070.425602}]}, {"name" : "Financial Services", "paymentInstruments" : [{"type" : "TOTAL", "count" : 123476, "amount" : 91363684.1276232}]}, {"name" : "Others", "paymentInstruments" : [{"type" : "TOTAL", "count" : 1215959, "amount" : 558931962.876125}]}]}, "responseTimestamp" : 1630501491742} | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"from": {"type": "integer"}, "to": {"type": "integer"}, "transactionData": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "paymentInstruments": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "count": {"type": "integer"}, "amount": {"type": "number"}}, "required": ["type", "count", "amount"]}}}, "required": ["name", "paymentInstruments"]}}}, "required": ["from", "to", "transactionData"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"repository": {"type": "string"}, "maintainer": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "developers": {"type": "array", "items": {"type": "string"}}, "build": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "project": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "name", "project", "depends"]}}}, "required": ["repository", "maintainer", "developers", "build"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repository" : "https://github.com/forensictool/forensictool-plugin-detectubuntu.git", "maintainer" : {"name" : "Evgenii Sopov", "email" : "mrseakg@gmail.com"}, "developers" : ["Evgenii Sopov <mrseakg@gmail.com>"], "build" : [{"type" : "lib", "description" : "Plugin detection os of Ubuntu (15.04 | 15.10) for forensictool application", "name" : "libforensictool-plugin-detectubuntu", "project" : "lib.pro", "depends" : ["libc6"]}]} | json_instruct | {"type": "object", "properties": {"repository": {"type": "string"}, "maintainer": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "developers": {"type": "array", "items": {"type": "string"}}, "build": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "project": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "name", "project", "depends"]}}}, "required": ["repository", "maintainer", "developers", "build"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "usage": {"type": "string"}, "usageHelp": {"type": "string"}, "noOutput": {"type": "string"}}, "required": ["description", "usage", "usageHelp", "noOutput"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Ejecuta un comando en el servidor.", "usage" : "{emotes.use} | Usuario {prefix}execute <texto>", "usageHelp" : "execute <texto>", "noOutput" : "{emotes.success} | Ejecutado, sin salida dada"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "usage": {"type": "string"}, "usageHelp": {"type": "string"}, "noOutput": {"type": "string"}}, "required": ["description", "usage", "usageHelp", "noOutput"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Line two 12 cup muffin pans with paper liners. Sift together the flour, baking soda, cocoa powder and salt. Set aside.", "In a large bowl, whisk together 1 cup sugar, oil and water until blended. Stir in the vinegar and vanilla. Beat in the flour mixture until incorporated. Set aside.", "In a medium bowl, beat together the cream cheese, egg, 1/3 cup sugar and salt. Stir in the chocolate chips.", "Fill muffin cups 1/3 full with chocolate batter, then top with a heaping tablespoon of the cream cheese mixture. Bake in the preheated oven until the tops spring back when lightly pressed, 20 to 25 minutes."], "ingredients" : ["1 1/2 cups all-purpose flour", "1 teaspoon baking soda", "1/4 cup unsweetened cocoa powder", "1/2 teaspoon salt", "1 cup white sugar", "1/3 cup vegetable oil", "1 cup water", "1 tablespoon vinegar", "1 teaspoon vanilla extract", "1 (8 ounce) package cream cheese, softened", "1 egg", "1/3 cup white sugar", "1/8 teaspoon salt", "1 cup miniature semisweet chocolate chips"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Black Bottom Cupcakes II", "url" : "http://allrecipes.com/recipe/22281/black-bottom-cupcakes-ii/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "nuwira/smsgw": {"type": "string"}, "illuminate/notifications": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "nuwira/smsgw", "illuminate/notifications", "illuminate/support"]}, "require-dev": {"type": "object", "properties": {"fzaninotto/faker": {"type": "string"}, "mockery/mockery": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["fzaninotto/faker", "mockery/mockery", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Nuwira\\LaravelSmsNotification\\": {"type": "string"}}, "required": ["Nuwira\\LaravelSmsNotification\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Nuwira\\LaravelSmsNotification\\Test\\": {"type": "string"}}, "required": ["Nuwira\\LaravelSmsNotification\\Test\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "homepage", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "config", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nuwira/laravel-sms-notification", "description" : "Nuwira SMS Notifications for Laravel", "homepage" : "https://github.com/Nuwira/laravel-sms-notification", "license" : "MIT", "authors" : [{"name" : "Muhammad Zamroni", "email" : "zam@nuwira.co.id", "homepage" : "https://matriphe.com", "role" : "Developer"}], "require" : {"php" : ">=5.6.4", "nuwira/smsgw" : "~2.3", "illuminate/notifications" : "^5.3", "illuminate/support" : "^5.3"}, "require-dev" : {"fzaninotto/faker" : "^1.6", "mockery/mockery" : "^0.9.5", "phpunit/phpunit" : "^5.6"}, "autoload" : {"psr-4" : {"Nuwira\\LaravelSmsNotification\\" : "src"}}, "autoload-dev" : {"psr-4" : {"Nuwira\\LaravelSmsNotification\\Test\\" : "tests"}}, "config" : {"sort-packages" : true}, "scripts" : {"test" : "phpunit"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "nuwira/smsgw": {"type": "string"}, "illuminate/notifications": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "nuwira/smsgw", "illuminate/notifications", "illuminate/support"]}, "require-dev": {"type": "object", "properties": {"fzaninotto/faker": {"type": "string"}, "mockery/mockery": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["fzaninotto/faker", "mockery/mockery", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Nuwira\\LaravelSmsNotification\\": {"type": "string"}}, "required": ["Nuwira\\LaravelSmsNotification\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Nuwira\\LaravelSmsNotification\\Test\\": {"type": "string"}}, "required": ["Nuwira\\LaravelSmsNotification\\Test\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "homepage", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "config", "scripts"], "$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.