input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "scripts": {"type": "object", "properties": {"dokku": {"type": "object", "properties": {"pr...
{"buildpacks" : [{"url" : "https://github.com/dmathieu/heroku-buildpack-submodules"}, {"url" : "https://github.com/jxltom/heroku-buildpack-nodejs"}, {"url" : "https://github.com/jxltom/heroku-buildpack-python"}], "scripts" : {"dokku" : {"predeploy" : ""}}}
json_instruct
{"type": "object", "properties": {"buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "scripts": {"type": "object", "properties": {"dokku": {"type": "object", "properties": {"predeploy": {"type": "string"}}, "required": ["predeploy"]}}, "required...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"lamb.js": {"type": "string"}, "lamb.min.js": {"type": "string"}}, "required": ["lamb.js", "lamb.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lamb.js" : "sha256-vpDFXl26+h8gzaRC59ZzT8DrKhqkTE8hTZpiVsbQewQ=", "lamb.min.js" : "sha256-SpPqtIYumd6DVmUTqddwolZghHJnAiNpI4XMMFDuUgI="}
json_instruct
{"type": "object", "properties": {"lamb.js": {"type": "string"}, "lamb.min.js": {"type": "string"}}, "required": ["lamb.js", "lamb.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "o...
{"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 4, "root" : {"boundingVolume" : {"sphere" : [6358647.095518932, -499173.3400801956, -477.87921632709435, 35.353458404541016]}, "geometricError" : 4, "content" : {"url" : "Tile_+001_+000_L19_00030t3.b3dm"}, "children" : [{"boundingVolume" : {...
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "overlook", "definition" : "1. To look down upon from a place that is over or above; to look over or view from a higher position; to rise above, so as to command a view of; as, to overlook a valley from a hill. \"The pile o'erlooked the town.\" Dryden. [Titan] with burning eye did hotly overlook them. Shak. 2...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": {}}...
{"ast" : null, "code" : "export * from \"./AuthenticationContext\";\nexport * from \"./FavoritedNewsContext\";", "map" : {"version" : 3, "sources" : ["/Users/sumedhreddy/Documents/stealth/stealth-startup/src/context/index.ts"], "names" : [], "mappings" : "AAAA;AACA", "sourcesContent" : ["export * from \"./Authenticatio...
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": {}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR"...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["30-39", "40-49", "40-49", "30-39", "30-39", "40-49", "30-39", "30-39", "30-39", "20-29", "30-39", "40-49", "40-49", "40-49", "40-49"], "SERIES_NAME" : ["MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "it...
{"name" : "Bond Token", "symbol" : "BOND", "logoURI" : "https://raw.githubusercontent.com/dc-bond/crypto/main/Bond-Token-Logo.png", "decimals" : 0, "address" : "ENkxkB6m9rKksYZsjmz3LsCdc79Tw2TS5agC4m2674cQ", "chainId" : 101, "tags" : ["social-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1952, 7], [1953, 5], [1956, 7], [1970, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@...
{"MRRm_new" : 0.3024670780286019, "MRm_new" : 2173.3621035277247, "HITS@1m_new" : 0.22237680503283627, "HITS@3m_new" : 0.32923098307976034, "HITS@10m_new" : 0.4650009596127784}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"transla...
{"media_id" : "77491326", "local_id" : "NV014\n", "title" : "File:Anders_de_Wahl_in_Erasmus_Montanus_at_Dramatiska_teatern_1910_-_SMV_-_NV014.tif", "thumbnail" : "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Anders_de_Wahl_in_Erasmus_Montanus_at_Dramatiska_teatern_1910_-_SMV_-_NV014.tif/500px-Anders_de_Wah...
json_instruct
{"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedText": {"type": "string"}, "input": {"type": "string"}}, "required": ["tra...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "workspaceName": {"type": "string"}, "incidentId": {"type": "s...
{"parameters" : {"api-version" : "2022-05-01-preview", "subscriptionId" : "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0", "resourceGroupName" : "myRg", "workspaceName" : "myWorkspace", "incidentId" : "73e01a99-5cd7-4139-a149-9f2736ff2ab5", "incidentCommentId" : "4bb36b7b-26ff-4d1c-9cbe-0d8ab3da0014"}, "responses" : {"200" : {"...
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "workspaceName": {"type": "string"}, "incidentId": {"type": "string"}, "incidentCommentId": {"type": "string"}}, "required":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 56341, "cartId" : "95bad3e0-d5c8-4fab-85d0-b80155db6dcf", "preferredProducts" : [818, 1571, 4347, 757, 2274, 3214, 4624, 687, 387, 3392], "productReviews" : [{"productId" : 4273, "reviewText" : "I tried to slay it but got truffle all over it.", "reviewDate" : "2019-02-09T04:49:18.2772128+02:00"}, {"productI...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200882690090000, "key" : "/static/4e1e22566265ebcbefa4dd58fd16d021/eeb1b/customers_pot.png", "val" : "bb3852c6383883b3bc4a99ba97ff9978"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "integer"}, "artifactType": {"type": "object", "properties": {"type": {"type": "string"}, "kind": {"type": "string"}}, "required": ["type", "kind"]}, "applicationId": {"type": "string"}, "var...
{"version" : 1, "artifactType" : {"type" : "APK", "kind" : "Directory"}, "applicationId" : "com.billydiy.iconpack.smartisaniconpack", "variantName" : "release", "elements" : [{"type" : "SINGLE", "filters" : [], "properties" : [], "versionCode" : 45, "versionName" : "1.3.8 Indev", "enabled" : true, "outputFile" : "com.b...
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "artifactType": {"type": "object", "properties": {"type": {"type": "string"}, "kind": {"type": "string"}}, "required": ["type", "kind"]}, "applicationId": {"type": "string"}, "variantName": {"type": "string"}, "elements": {"type": "array", "items": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["lodash", "webpack"]}, "devDependencies": {"type": "object", "properties":...
{"name" : "PersonalTagManager-JSLib", "dependencies" : {"lodash" : "*", "webpack" : "*"}, "devDependencies" : {"babel-core" : "*", "babel-loader" : "*", "chai" : "*", "gulp" : "*", "gulp-insert" : "*", "gulp-jscs" : "*", "gulp-jscs-stylish" : "*", "gulp-uglify" : "*", "webpack-stream" : "*", "istanbul-instrumenter-load...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["lodash", "webpack"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"lang-name": {"type": "string"}, "lang-code": {"type": "string"}, "all-projects": {"type": "string"}, "visite": {"type": "string"}}, "required": ["lang-name", "lang-code", "all-projects", "visite"], "$schema": "http:/...
{"lang-name" : "Espa\u00f1ol", "lang-code" : "es", "all-projects" : "Todos los proyectos", "visite" : "Visitar"}
json_instruct
{"type": "object", "properties": {"lang-name": {"type": "string"}, "lang-code": {"type": "string"}, "all-projects": {"type": "string"}, "visite": {"type": "string"}}, "required": ["lang-name", "lang-code", "all-projects", "visite"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"auto_detect": {"type": "string"}, "customize": {"type": "object", "properties": {"check_that_exists": {"type": "string"}, "ck_version": {"type": "integer"}, "env_prefix": {"type": "string"}}, "required": ["check_t...
{"auto_detect" : "no", "customize" : {"check_that_exists" : "yes", "ck_version" : 10, "env_prefix" : "CK_ENV_MODEL_VTA"}, "soft_name" : "VTA model (net and weights)", "tags" : ["vtamodel"]}
json_instruct
{"type": "object", "properties": {"auto_detect": {"type": "string"}, "customize": {"type": "object", "properties": {"check_that_exists": {"type": "string"}, "ck_version": {"type": "integer"}, "env_prefix": {"type": "string"}}, "required": ["check_that_exists", "ck_version", "env_prefix"]}, "soft_name": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "websi...
{"name" : "Bergschule Wei\u00dfenfels", "id" : "ST-13", "address" : "Karl-Liebknecht-Str. 6 06667 Wei\u00dfenfels", "fax" : "03443/305184", "phone" : "03443/305184", "full_time_school" : false, "email" : "kontakt@gs-berg-weissenfels.bildung-lsa.de", "website" : "http://www.gs-berg-weissenfels.bildung-lsa.de", "programs...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "website": {"type": "string"}, "programs": {"type": "object", "properties":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": [...
{"h" : [{"d" : [{"e" : ["\ufff9`As~,`o~ `maan~ `ko~ `misa~`'lian~ `ningra~ `hokini~?\ufffa\ufffb\u554a\uff0c\u4ed6\u5230\u5e95\u8981\u6c42\u4ec0\u9ebc\u5462\uff1f"], "f" : "(\u611f\u5606\u8a5e)\u3002\u8868\u793a\u61f7\u7591\u3001\u4e0d\u89e3\u3002"}]}], "t" : "as"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "nu...
{"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [11.853457482432432, 48.36958184132973]}, "properties" : {"TIMESTAMP UTC" : "2018-10-06T10:16:51", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [11.73656559054054, 48.34011194...
json_instruct
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"learning_rate": {"type": "number"}, "batch_size": {"type": "integer"}, "epochs": {"type": "integer"}, "val_accuracy": {"type": "number"}}, "required": ["learning_rate", "batch_size", "epochs", "val_accuracy"], "$schema": "h...
{"learning_rate" : 0.001, "batch_size" : 64, "epochs" : 25, "val_accuracy" : 0.98}
json_instruct
{"type": "object", "properties": {"learning_rate": {"type": "number"}, "batch_size": {"type": "integer"}, "epochs": {"type": "integer"}, "val_accuracy": {"type": "number"}}, "required": ["learning_rate", "batch_size", "epochs", "val_accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "externally_connectable": {"type": "object", "properti...
{"manifest_version" : 2, "name" : "paste", "version" : "0.0.0", "permissions" : ["tabs", "https://medium.com/*", "clipboardRead", "clipboardWrite"], "externally_connectable" : {"matches" : ["https://medium.com/*"]}, "background" : {"scripts" : ["background.js"], "persistent" : false}, "content_scripts" : [{"matches" : ...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "externally_connectable": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}}, "re...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["984778f3c264df5d608eb9697df2a268122ac66f", "d5a51635e77e49efbf18c5b51834f533e7972953"], ["984778f3c264df5d608eb9697df2a268122ac66f", "430fdd01e75a5e681274aa65adeb2d9826ee45a8"], ["984778f3c264df5d608eb9697df2a268122ac66f", "d0b44a455070e7c245d329d302344cd997290bf4"], ["984778f3c264df5d608eb9697df2a268122ac66f", "a6e...
json_instruct
{"type": "array", "items": {"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": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": ...
{"source" : "http://lema.rae.es/drae/srv/search?val=dignarse", "word" : "dignarse", "infinitivo" : "dignarse", "participio" : ["dignado"], "gerundio" : ["dign\u00e1ndome", "dign\u00e1ndote"], "tenses" : {"3" : [["me digno"], ["te dignas", "te dign\u00e1s"], ["se digna"], ["nos dignamos"], ["os dign\u00e1is", "se dignan...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls...
{"nom" : "Gueugnon", "circ" : "2\u00e8me circonscription", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 5515, "abs" : 3293, "votants" : 2222, "blancs" : 217, "nuls" : 121, "exp" : 1884, "res" : [{"nuance" : "REM", "nom" : "M. Vincent CHAUVET", "voix" : 1093}, {"nuance" : "LR", "nom" : "Mme Josiane CORNELOUP", "voix" : 7...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"ty...
{"limit" : 100, "name" : "White dagger", "value" : 240, "highalch" : 144, "id" : 6591, "lowalch" : 96, "name_pt" : "Adaga branca", "price" : 2068, "last" : 2068}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Nicobars ", "Andaman & Nicobar Islands", "0.23", "638"], ["Diu ", "Daman & Diu", "0.17", "494"], ["Saiha ", "Mizoram", "0.15", "288"], ["Jaintia Hills ", "Meghalaya", "0.14", "299"], ["North Goa ", "Goa", "0.13", "585"], ["East District ", "Sikkim", "0.12", "244"], ["Aizawl ", "Mizoram", "0.12", "283"], ["Lahul & Sp...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"test": {"type": "object", "properties": {"secret_greeting": {"type": "string"}}, "required": ["secret_greeting"]}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"test" : {"secret_greeting" : "Well hello there"}}
json_instruct
{"type": "object", "properties": {"test": {"type": "object", "properties": {"secret_greeting": {"type": "string"}}, "required": ["secret_greeting"]}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "1203021001", "id_kecamatan" : "120302", "name" : "Wek I"}, {"id" : "1203021002", "id_kecamatan" : "120302", "name" : "Wek II"}, {"id" : "1203021011", "id_kecamatan" : "120302", "name" : "Perkebunan Batang Toru"}, {"id" : "1203021030", "id_k...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Size": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}}, "required": ["X", "Y", "Z"]}, "Layers": {"type": "array", "items": {"type": "object", "properties": {"Facing...
{"Size" : {"X" : 5, "Y" : 2, "Z" : 5}, "Layers" : [{"Facing" : "ADAAA,AAAAA,ADAAA,AADAD,AAAAA", "Blocks" : " G ,IE , G , IGEG, I ", "Trait" : "Standard"}, {"Facing" : "CAAAA,CAAAA,ACAAA,ACCAA,AAACC", "Blocks" : "PMMMM,PMMMM, PMMM, PPMM, PP", "Trait" : "Standard"}], "Margin" : 1}
json_instruct
{"type": "object", "properties": {"Size": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}}, "required": ["X", "Y", "Z"]}, "Layers": {"type": "array", "items": {"type": "object", "properties": {"Facing": {"type": "string"}, "Blocks": {"type": "string"}, "Tra...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "theme": {"type": "string"}, "consent": {"type": "array", "items": {"type": "string"}}, "lic...
{"name" : "\ud835\udc9c\ud835\udc52\ud835\udcc8\ud835\udcc9\ud835\udcbd\ud835\udc52\ud835\udcc9\ud835\udcbe\ud835\udcb8", "description" : "Maybe Aesthetic Theme?.", "version" : "1", "author" : "Rinnn#3598", "theme" : "daus.css", "consent" : ["ext_listing"], "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "theme": {"type": "string"}, "consent": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "description", "versi...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sche...
[{"year" : 1994, "sex" : "F", "n" : 5, "prop" : 2.57e-06}, {"year" : 2007, "sex" : "F", "n" : 28, "prop" : 0}, {"year" : 2008, "sex" : "F", "n" : 26, "prop" : 0}, {"year" : 2009, "sex" : "F", "n" : 14, "prop" : 6.92e-06}, {"year" : 2010, "sex" : "F", "n" : 17, "prop" : 8.68e-06}, {"year" : 2011, "sex" : "F", "n" : 15, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0x973138dc75fd7b0764112e12e45c921a0a9054ad5d36504d7c26bfd1a4321d93", "parentHash" : "0x8f5a79d7b61d42873e52dc6dcf04000460c6ad73da33d2d39149e55349c27ec4", "number" : 39308, "timestamp" : 1438802601, "nonce" : "0x7fe86b2e46c8faf2", "difficulty" : 1358386275896, "gasLimit" : {"_hex" : "0x138b"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "name_pretty": {"type": "string"}, "product_documentation": {"type": "string"}, "client_documentation": {"type": "string"}, "release_level": {"type": "string"}, "language": {"type": "string...
{"name" : "recommender", "name_pretty" : "Recommender", "product_documentation" : "https://cloud.google.com/recommendations/", "client_documentation" : "https://cloud.google.com/java/docs/reference/google-cloud-recommender/latest/history", "release_level" : "ga", "language" : "java", "repo" : "googleapis/java-recommend...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "name_pretty": {"type": "string"}, "product_documentation": {"type": "string"}, "client_documentation": {"type": "string"}, "release_level": {"type": "string"}, "language": {"type": "string"}, "repo": {"type": "string"}, "repo_short": {"type": "string"}, "di...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "codeowners": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "arra...
{"domain" : "sonoff", "name" : "Sonoff", "documentation" : "https://github.com/JoeyJoeW/SonoffLAN", "issue_tracker" : "https://github.com/JoeyJoeW/SonoffLAN/issues", "codeowners" : ["@JoeyJoeW"], "dependencies" : ["http", "zeroconf"], "requirements" : ["pycryptodome>=3.6.6"], "version" : "v2.4.6", "iot_class" : "local_...
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "codeowners": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {"type": "string"}}, "requirements": {"type": "ar...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"user1": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}, "user2": {"type": "object", "properties": {"username": {"type": "stri...
{"user1" : {"username" : "username@qq.com", "password" : "password"}, "user2" : {"username" : "", "password" : ""}}
json_instruct
{"type": "object", "properties": {"user1": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}, "user2": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "passw...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "mu-realtime-quizzer", "version" : "1.0.0", "description" : "A realtime in-class quick quiz", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/jedsmithobd/mu-realtime-quizzer.git"}, "keywords" : ["quiz",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "team": {"type": "object", "properties": {"id": {"type": "string"}, "domain": {"type": "string"}}, "required": ["id", "domain"]}, "user": {"type": "object", "properties": {"id": {"type": "string"}, "...
{"type" : "block_actions", "team" : {"id" : "T9TK3CUKW", "domain" : "example"}, "user" : {"id" : "UA8RXUSPL", "username" : "jtorrance", "team_id" : "T9TK3CUKW"}, "api_app_id" : "AABA1ABCD", "token" : "9s8d9as89d8as9d8as989", "container" : {"type" : "message_attachment", "message_ts" : "1548261231.000200", "attachment_i...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "team": {"type": "object", "properties": {"id": {"type": "string"}, "domain": {"type": "string"}}, "required": ["id", "domain"]}, "user": {"type": "object", "properties": {"id": {"type": "string"}, "username": {"type": "string"}, "team_id": {"type": "string"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"storeBody": {"type": "boolean"}, "sizeLimit": {"type": "integer"}, "geo.query.yahoo.com": {"type": "object", "properties": {"method": {"type": "string"}, "record": {"type": "boolean"}}, "required": ["method",...
{"storeBody" : true, "sizeLimit" : 4096, "geo.query.yahoo.com" : {"method" : "POST", "record" : true}}
json_instruct
{"type": "object", "properties": {"storeBody": {"type": "boolean"}, "sizeLimit": {"type": "integer"}, "geo.query.yahoo.com": {"type": "object", "properties": {"method": {"type": "string"}, "record": {"type": "boolean"}}, "required": ["method", "record"]}}, "required": ["storeBody", "sizeLimit", "geo.query.yahoo.com"], ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/Users/dieterthierry/Documents/Workspace/VMs/ASW/bin/python3.7"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft...
{"word" : "Immunology", "definitions" : ["The branch of medicine and biology concerned with immunity."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"react-data-grid-with-addons.js": {"type": "string"}, "react-data-grid-with-addons.min.js": {"type": "string"}, "react-data-grid.css": {"type": "string"}, "react-data-grid.js": {"type": "string"}, "react-data-grid.mi...
{"react-data-grid-with-addons.js" : "sha512-RId+OclbtbUCYNOABbS+rBuu7Jj0rsWlD85Vcw+C6FM862Ou+bpFs3K8t93JXnjR9PEsqe/eMGgRF0vwfCxSYw==", "react-data-grid-with-addons.min.js" : "sha512-jIj6bUHnukP1AmhiXiDZuLlASSunTqN0uHMCdCKiJfebu4MFxzNT7KN8aHQu8MxmCNaWkJJ+eD+6vXe5f5D78w==", "react-data-grid.css" : "sha512-4NOPGuGa6iWKgJq...
json_instruct
{"type": "object", "properties": {"react-data-grid-with-addons.js": {"type": "string"}, "react-data-grid-with-addons.min.js": {"type": "string"}, "react-data-grid.css": {"type": "string"}, "react-data-grid.js": {"type": "string"}, "react-data-grid.min.css": {"type": "string"}, "react-data-grid.min.js": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "requi...
{"id" : "../node_modules/prismjs/components/prism-scss.min.js", "dependencies" : [{"name" : "/workspaces/cheatsheets/package.json", "includedInParent" : true, "mtime" : 1647482855383}, {"name" : "/workspaces/cheatsheets/.babelrc", "includedInParent" : true, "mtime" : 1647482555481}, {"name" : "/workspaces/cheatsheets/n...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-0...
{"name" : "Ariana", "version" : "0.0.0", "private" : true, "main" : "./Ariana.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "loca...
{"id" : 9659, "title" : ["[Zhindel's Plateau, Forest]"], "description" : ["Someone is constructing a building just to the south of the roadway. A stone base supports thick plank flooring and tall beams. The skeleton of a roof arches high overhead, and the height of the roof suggests that this is not a home under cons...
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": {"9658":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"El Jicaral": {"type": "string"}, "La Paz Centro": {"type": "string"}, "Miramar": {"type": "string"}, "Miramar/Nagarote": {"type": "string"}, "Nagarote": {"type": "string"}}, "required": ["El Jicaral", "La Paz Centro", "Mira...
{"El Jicaral" : "EJC", "La Paz Centro" : "LPC", "Miramar" : "MR3", "Miramar/Nagarote" : "MR2", "Nagarote" : "NGE"}
json_instruct
{"type": "object", "properties": {"El Jicaral": {"type": "string"}, "La Paz Centro": {"type": "string"}, "Miramar": {"type": "string"}, "Miramar/Nagarote": {"type": "string"}, "Nagarote": {"type": "string"}}, "required": ["El Jicaral", "La Paz Centro", "Miramar", "Miramar/Nagarote", "Nagarote"], "$schema": "http://json...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "nu...
{"name" : "NeoVintageous", "description" : "An advanced Vim emulation layer for Sublime Text (Vintageous fork).", "license" : {"key" : "other", "name" : "Other", "spdx_id" : null, "url" : null}, "starNum" : 107, "folkNum" : 8, "watchNum" : 107, "topic" : ["emulation", "emulator", "neovim", "nvim", "sublime-text", "vi",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "null"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version-string", "description", "homepage"], "$schema": "http...
{"name" : "libsamplerate", "version-string" : "0.2.2", "description" : "Sample Rate Converter for audio", "homepage" : "http://libsndfile.github.io/libsamplerate/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version-string", "description", "homepage"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "...
{"name" : "sample-polymer-element", "version" : "0.0.0", "description" : "Sample custom element with polymer", "main" : "tests/index.html", "repository" : {"type" : "git", "url" : "https://github.com/fernandoPalaciosGit/sample-polymer-element.git"}, "keywords" : ["custom elements"], "author" : "Fernando Palacios", "lic...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
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"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object"...
{"name" : "server", "version" : "1.0.0", "description" : "", "main" : "index.js", "author" : "", "license" : "ISC", "scripts" : {"lint" : "eslint module/** --fix", "start" : "nodemon server.js", "build" : "react-scripts build"}, "dependencies" : {"axios" : "^0.19.0", "body-parser" : "^1.19.0", "compression" : "^1.7.4",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "start": {"type": "string"}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "results": {"type": "object", "properties": {"psnr": {"type": "array", "items": {"type": "number"}}, "ms-ssim": {"type": "array", "items": {"type": "num...
{"name" : "bmshj2018-hyperprior", "description" : "Inference (ans)", "results" : {"psnr" : [29.38960315499459, 31.033407834178465, 32.78120036722819, 34.48186480439494, 35.96872055856627, 37.87453434305114, 39.61460989986005, 41.68399756487129], "ms-ssim" : [0.9361641199401255, 0.9542259195547426, 0.9674190420113252, 0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "results": {"type": "object", "properties": {"psnr": {"type": "array", "items": {"type": "number"}}, "ms-ssim": {"type": "array", "items": {"type": "number"}}, "bpp": {"type": "array", "items": {"type": "number"}}, "encodin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "...
{"name" : "physicsStateValue", "members" : [{"name" : "Position", "value" : 1}, {"name" : "Rotation", "value" : 2}, {"name" : "Transform", "value" : 3}, {"name" : "LinearVelocity", "value" : 4}, {"name" : "AngularVelocity", "value" : 5}, {"name" : "LinearSpeed", "value" : 6}, {"name" : "TouchesGround", "value" : 10}, {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "latest": {"type": "string"}, "repository": {"type": "string"}, "url": {"type": "string"}, "shortDescription": {"type": "string"}, "category": {"type": "string"}, "author": ...
{"id" : "com.itaysoft.typingindicator", "name" : "TypingNotification", "latest" : "0.0.2", "repository" : "iCaughtU", "url" : "http://cydia.saurik.com/package/com.itaysoft.typingindicator/", "shortDescription" : "Get notifications when someone is writing you a message", "category" : "Tweaks", "author" : "Itay", "commer...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "latest": {"type": "string"}, "repository": {"type": "string"}, "url": {"type": "string"}, "shortDescription": {"type": "string"}, "category": {"type": "string"}, "author": {"type": "string"}, "commercial": {"type": "boolean"}, "dat...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "p...
{"hash" : "0xeeb179173f8b553820fc8d4336289395f76ebf9614c61dcba3788f9b90e17170", "parentHash" : "0xa417fa128a0cd033383777894f490f1093d8867f714629a063a3375d4be55c2d", "number" : 115677, "timestamp" : 1440061231, "nonce" : "0xb834bf7903600a4d", "difficulty" : 4605144757310, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": ...
{"aliases" : ["Blue Blade"], "authors" : ["Charles Nicholas", "Syd Shores"], "description" : "The Blue Blade (real name Roy Chambers) is an American comic book character owned by Marvel Comics who exists in that company's Marvel Universe.", "images" : {"background" : null, "thumbnail" : "http://x.annihil.us/u/prod/marv...
json_instruct
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "string"}}, "required": ["backgroun...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier4/bearenhanced/beararmor2.chest": {"type": "array", "items": {"type": "string"}}}, "r...
[{"DeniedAlternatives" : [], "Files" : {"items/armors/tier4/bearenhanced/beararmor2.chest" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u6b8b\u66b4\u7684\u718a\u76ae\u5927\u8863", "Eng" : "Savage Bear Coat"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier4/bearenhanced/beararmor2.chest": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/tier4/bearenhanced/beararmor2.ches...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "...
{"alfredsnippet" : {"snippet" : "\u0e3f", "uid" : "26A9A77B-36DC-4F01-9A27-2F9786DC87E6", "name" : "Thailand Baht", "keyword" : "thb"}}
json_instruct
{"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "keyword"]}}, "required": ["alfredsnippet"], "$schema": "http://json-schema.or...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"jsonrpc": {"type": "string"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "dataType": {"type": "string"}, "data": {"type": "object", "properti...
{"jsonrpc" : "2.0", "method" : "icx_call", "params" : {"from" : "hxef73db5d0ad02eb1fadb37d0041be96bfa56d4e6", "to" : "cx0000000000000000000000000000000000000001", "dataType" : "call", "data" : {"method" : "getStepPrice"}}, "id" : 1}
json_instruct
{"type": "object", "properties": {"jsonrpc": {"type": "string"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "dataType": {"type": "string"}, "data": {"type": "object", "properties": {"method": {"type": "string"}}, "required": ["method"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "config": {"type": "objec...
{"name" : "node", "version" : "1.0.0", "description" : "A generated Eclipse Codewind application", "engines" : {"node" : "^12.0.0"}, "config" : {"entrypoint" : "server/server.js"}, "scripts" : {"start" : "node $npm_package_config_entrypoint", "debug" : "node --inspect=0.0.0.0:9229 $npm_package_config_entrypoint", "debu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "config": {"type": "object", "properties": {"entrypoint": {"type": "string"}}, "required": ["en...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"readers": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "matchers": {"type": "array", "items"...
{"objects" : {"readers" : [{"class" : "MetadataJsonReader"}, {"class" : "TextReader", "verbose" : true}], "matchers" : [{"class" : "CsvMatcher"}], "transformers" : [{"class" : "TypeTransformer"}], "writers" : [{"class" : "MarkdownWriter", "use_title" : true, "write_newline" : true}]}}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"readers": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "matchers": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}}, "required":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type...
{"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "minecraft:book"}, {"item" : "minecraft:red_dye"}], "result" : {"item" : "victus:victus_journal"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredient...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"t...
{"nom" : "Alata", "dpt" : "Corse-du-Sud", "inscrits" : 2864, "abs" : 979, "votants" : 1885, "blancs" : 168, "nuls" : 71, "exp" : 1646, "res" : [{"panneau" : "2", "voix" : 936}, {"panneau" : "1", "voix" : 710}]}
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-qh33-8hc5-5cp7", "modified" : "2022-05-01T02:11:14Z", "published" : "2022-05-01T02:11:14Z", "aliases" : ["CVE-2005-2736"], "details" : "Cross-site scripting (XSS) vulnerability in YaPig 0.95 and earlier allows remote attackers to inject arbitrary web script or HTML via EXIF dat...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"DigitRecognizer": {"type": "object", "properties": {"ServiceUrl": {"type": "string"}, "ApiKey": {"type": "string"}}, "required": ["ServiceUrl", "ApiKey"]}}, "required": ["DigitRecognizer"], "$schema": "http://json...
{"DigitRecognizer" : {"ServiceUrl" : "", "ApiKey" : ""}}
json_instruct
{"type": "object", "properties": {"DigitRecognizer": {"type": "object", "properties": {"ServiceUrl": {"type": "string"}, "ApiKey": {"type": "string"}}, "required": ["ServiceUrl", "ApiKey"]}}, "required": ["DigitRecognizer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"genesis_time": {"type": "string"}, "chain_id": {"type": "string"}, "initial_height": {"type": "string"}, "consensus_params": {"type": "object", "properties": {"block": {"type": "object", "properties": {"max_bytes": ...
{"genesis_time" : "2022-01-20T15:05:37.90256988Z", "chain_id" : "chain-BosbPO", "initial_height" : "0", "consensus_params" : {"block" : {"max_bytes" : "22020096", "max_gas" : "-1"}, "evidence" : {"max_age_num_blocks" : "100000", "max_age_duration" : "172800000000000", "max_bytes" : "1048576"}, "validator" : {"pub_key_t...
json_instruct
{"type": "object", "properties": {"genesis_time": {"type": "string"}, "chain_id": {"type": "string"}, "initial_height": {"type": "string"}, "consensus_params": {"type": "object", "properties": {"block": {"type": "object", "properties": {"max_bytes": {"type": "string"}, "max_gas": {"type": "string"}}, "required": ["max_...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {...
{"nom" : "Rebourguil", "circ" : "3\u00e8me circonscription", "dpt" : "Aveyron", "inscrits" : 243, "abs" : 82, "votants" : 161, "blancs" : 4, "nuls" : 5, "exp" : 152, "res" : [{"nuance" : "LR", "nom" : "M. Arnaud VIALA", "voix" : 88}, {"nuance" : "REM", "nom" : "M. Jean-Louis AUSTRUY", "voix" : 64}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"P01104": {"type": "string"}, "MYB_AVIMB": {"type": "string"}, "Transforming protein Myb": {"type": "string"}, "V-MYB": {"type": "string"}}, "required": ["P01104", "MYB_AVIMB", "Transforming protein Myb", "V-MYB"],...
{"P01104" : "P01104", "MYB_AVIMB" : "P01104", "Transforming protein Myb" : "P01104", "V-MYB" : "P01104"}
json_instruct
{"type": "object", "properties": {"P01104": {"type": "string"}, "MYB_AVIMB": {"type": "string"}, "Transforming protein Myb": {"type": "string"}, "V-MYB": {"type": "string"}}, "required": ["P01104", "MYB_AVIMB", "Transforming protein Myb", "V-MYB"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "pro...
{"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "G/cOObKlOHNmml2iauvOetANoCsxqe46gAS8/++qML1sfT6gFkibGamhsl+gXwRxoDqd2+wk4okNS3OBttqwB1o=", "cert_user_id" : "hexkey@zeroid.bit", "files" : {"data.json" : {"sha512" : "94f5e7372f6b4bf93c0f4a9190c6583dde0a6bfebe09b7e7e46a3c37dd27c3...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"SchemaVersion": {"type": "string"}, "Vendor": {"type": "string"}, "Version": {"type": "string"}, "ShortDescription": {"type": "string"}}, "required": ["SchemaVersion", "Vendor", "Version", "ShortDescription"], "$sch...
{"SchemaVersion" : "0.1.0", "Vendor" : "\u0141ukasz Lach", "Version" : "v19.06.0", "ShortDescription" : "Hello World"}
json_instruct
{"type": "object", "properties": {"SchemaVersion": {"type": "string"}, "Vendor": {"type": "string"}, "Version": {"type": "string"}, "ShortDescription": {"type": "string"}}, "required": ["SchemaVersion", "Vendor", "Version", "ShortDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/...
{"variants" : {"" : {"model" : "plexmod:block/banana_block"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 101943857, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "340f5b66d4f32b00148c885f30011334", "wof:id" : 101943857, "wof:repo" : "whosonfirst-data-admin-br"}, "bbox" : [-41.86694, -3.175, -41.86694, -3.175], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"generate-react-component.componentTemplatePath": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "javascript.format.enable": {"type": "boolean"}, "prettier.eslintIntegration": {"type": "boolean"}}, ...
{"generate-react-component.componentTemplatePath" : "/Users/velopert/workspace/velog/velog-frontend/.templates/", "editor.formatOnSave" : true, "javascript.format.enable" : false, "prettier.eslintIntegration" : true}
json_instruct
{"type": "object", "properties": {"generate-react-component.componentTemplatePath": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "javascript.format.enable": {"type": "boolean"}, "prettier.eslintIntegration": {"type": "boolean"}}, "required": ["generate-react-component.componentTemplatePath", "editor....
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", ...
{"h" : [{"d" : [{"e" : ["\ufff9`Sapisetok~ `to~ `tosiya~.\ufffa\ufffb\u524e\u8eca\u7528\u7684(\u5668\u5177)\u3002"], "f" : "\u505c\u6b62\u3001\u6b62\u6b65\u3001\u5239\u8eca\u4f7f\u7528\u7684\u5668\u5177\u3002"}]}], "stem" : "setok", "t" : "sapisetok"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "author", "version", "description"], "$schema": "http://json-sc...
{"name" : "Game: Beat Saber", "author" : "agc93", "version" : "0.0.1", "description" : "BeatVortex adds support for Beat Saber mods in Vortex"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "author", "version", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]...
{"Time" : "2020-12-20T13:00:00Z", "Temp" : 22.5, "RelHum" : 49, "WindSpeed" : 1.7, "WindDir" : 264}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"filename": {"type": "string"}, "status": {"type": "integer"}, "lastFetchedAt": {"type": "string"}}, "required": ["filename", "status", "lastFetchedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"filename" : "trilever___ElectronDemo.json", "status" : 404, "lastFetchedAt" : "2017-05-04T20:43:34.375Z"}
json_instruct
{"type": "object", "properties": {"filename": {"type": "string"}, "status": {"type": "integer"}, "lastFetchedAt": {"type": "string"}}, "required": ["filename", "status", "lastFetchedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "ignore": {"...
{"name" : "sass-hidpi", "description" : "hidpi() is a Sass mixin that serves high resolution graphics to high density (Retina-like) displays", "keywords" : ["hidpi", "sass", "retina", "compass", "resolution"], "version" : "2.0.0", "main" : "_hidpi.scss", "author" : "Kaelig Deloumeau-Prigent", "ignore" : ["**/.*", "exam...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "licenses": {"ty...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type...
{"name" : "VCRToolFramework", "version" : "0.1.0", "summary" : "A short description of VCRToolFramework.", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://github.com/vcc1235/VCRToolFramework", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"vcc1235" : "1041497818@qq....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"...
{"name" : "npmtrace", "private" : true, "description" : "A simple utility for viewing npm load traces.", "keywords" : ["trace"], "author" : "Justin Beckwith <justin.beckwith@gmail.com", "license" : "MIT", "scripts" : {"test" : "mocha", "start" : "GCLOUD_PROJECT=npmtrace node src/server.js", "fix" : "semistandard --fix"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"recipeName": {"type": "string"}, "recipeImage": {"type": "string"}, "infoTime": {"type": "string"}, "infoDifficulty": {"type": "string"}, "infoServings": {"type": "string"}, "ingredientsList": {"type": "array", "i...
{"recipeName" : "Chicken and Mushrooms with Couscous", "recipeImage" : "images/chicken-mushrooms-couscous.jpg", "infoTime" : "0.40", "infoDifficulty" : "medium", "infoServings" : "4", "ingredientsList" : [{"amount" : "1\u00bd", "ingredient" : "pounds cremini mushrooms, halved"}, {"amount" : "3", "ingredient" : "tablesp...
json_instruct
{"type": "object", "properties": {"recipeName": {"type": "string"}, "recipeImage": {"type": "string"}, "infoTime": {"type": "string"}, "infoDifficulty": {"type": "string"}, "infoServings": {"type": "string"}, "ingredientsList": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "string"}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"transform": {"type": "object", "properties": {"^.+\\.tsx?$": {"type": "string"}}, "required": ["^.+\\.tsx?$"]}, "setupFiles": {"type": "array", "items": {"type": "string"}}, "moduleNameMapper": {"type": "obje...
{"transform" : {"^.+\\.tsx?$" : "babel-jest"}, "setupFiles" : ["<rootDir>/src/setup-tests.js"], "moduleNameMapper" : {"\\.(css|less)$" : "<rootDir>/__mocks__/style-mock.js", "@openmrs/esm-api" : "<rootDir>/__mocks__/openmrs-esm-api.mock.tsx"}}
json_instruct
{"type": "object", "properties": {"transform": {"type": "object", "properties": {"^.+\\.tsx?$": {"type": "string"}}, "required": ["^.+\\.tsx?$"]}, "setupFiles": {"type": "array", "items": {"type": "string"}}, "moduleNameMapper": {"type": "object", "properties": {"\\.(css|less)$": {"type": "string"}, "@openmrs/esm-api":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}, "define...
{"development" : {"username" : "root", "password" : "", "database" : "initiative_db", "host" : "127.0.0.1", "dialect" : "mysql", "define" : {"charset" : "utf8", "timestamps" : true, "underscored" : true}}, "test" : {"username" : "root", "password" : null, "database" : "initiative_db", "host" : "127.0.0.1", "dialect" : ...
json_instruct
{"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}, "define": {"type": "object", "properties": {"charset": {"type": "string"}, "timest...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObj...
{"baseObjects" : ["[\"WH0,^Yj\",122,618,\"Q\",843,\"*\",\"3]\"]", "[\"WH0,^Yj\",122,618,\"Q\",843,\"*\",\"3]\"]", "[\"WH0,^Yj\",122,618,\"Q\",843,\"*\",\"3]\"]", "[null,null,null,null,null,null,null]"], "returnObjects" : ["\"Error\"", "[null,null,null,null,null,null,null]", "\"Error\"", "\"Error\""], "callbackArgs" : [...
json_instruct
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema....
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-not-found-template-js"...
{"app" : ["/app-e67cf9a3b428938e220b.js"], "component---node-modules-gatsby-plugin-offline-app-shell-js" : ["/component---node-modules-gatsby-plugin-offline-app-shell-js-29e327e8790fcc937b11.js"], "component---src-templates-not-found-template-js" : ["/component---src-templates-not-found-template-js-03a49449e1a83219ee25...
json_instruct
{"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-not-found-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-temp...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.99": {"type": "...
{"hour positive count" : 11, "hour neutral count" : 0, "hour negative count" : 2, "hour distri" : {"0.96" : 3, "0.99" : 3, "0.98" : 2, "0.86" : 1, "1.0" : 2, "0.24" : 1, "0.05" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.99": {"type": "integer"}, "0.98": {"type": "integer"}, "0.86": {"type": "i...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon"...
{"id" : "345706664", "name" : "Reynard Way", "nodes" : [{"type" : "node", "id" : 3523526947, "lat" : 52.2770508, "lon" : -0.8887443}, {"type" : "node", "id" : 3523526948, "lat" : 52.2770407, "lon" : -0.8888835}], "volunteer_postcode" : "NN2 8PH", "closest_distance" : 409}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "st...
{"edges" : [[34, 31], [6, 2], [6, 27], [31, 19], [31, 9], [31, 2], [31, 9], [19, 31], [31, 23], [31, 28], [22, 31], [9, 19], [26, 29], [31, 12], [31, 6], [31, 16], [9, 8], [31, 3], [31, 22], [31, 9], [31, 16], [31, 2], [30, 5], [12, 31], [7, 0], [21, 31], [32, 31], [24, 31], [6, 14], [33, 31], [10, 17], [31, 20], [11, ...
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5319030012", "district_id" : "5319030", "name" : "TIWU KONDO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"jsx": {"type": "string"}, "jsxImportSource": {"type": "string"}}, "required": ["jsx", "jsxImportSource"]}}, "required": ["extends", "compilerOpt...
{"extends" : "./packages/tsconfig.options.json", "compilerOptions" : {"jsx" : "react-jsx", "jsxImportSource" : "react"}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"jsx": {"type": "string"}, "jsxImportSource": {"type": "string"}}, "required": ["jsx", "jsxImportSource"]}}, "required": ["extends", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schem...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"music": {"type": "string"}, "effect": {"type": "string"}, "resolution": {"type": "string"}}, "required": ["music", "effect", "resolution"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"music" : "0.0", "effect" : "0.5", "resolution" : "0"}
json_instruct
{"type": "object", "properties": {"music": {"type": "string"}, "effect": {"type": "string"}, "resolution": {"type": "string"}}, "required": ["music", "effect", "resolution"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "...
{"id" : "0dd6288b-3159-47c2-9529-66dd28bd4f58", "playerTags" : ["3188d641-4fcc-4d5e-887d-5f454b4c4ff8"], "teamTags" : ["c73b705c-40ad-4633-a6ed-d357ee2e2bcf", "b63be8c2-576a-4d6e-8daf-814f8bcea96f"], "gameTags" : ["4bf187c8-a9f4-4807-a94b-1bbed19dc174"], "metadata" : {"play" : 252, "subPlay" : -1}, "created" : "2021-04...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-schem...
[{"town" : "\u5927\u5b57\u76f8\u8c37", "koaza" : "", "lat" : 33.045251, "lng" : 130.585033}, {"town" : "\u5927\u5b57\u4eca", "koaza" : "", "lat" : 33.019914, "lng" : 130.537114}, {"town" : "\u5927\u5b57\u4e0a\u5742\u4e0b", "koaza" : "", "lat" : 33.009635, "lng" : 130.554202}, {"town" : "\u5927\u5b57\u4e0a\u9577\u7530",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId",...
{"id" : "1006", "provinceId" : "33", "regencyId" : "72", "districtId" : "03", "name" : "Kampungbaru"}
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#"}
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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["...
{"name" : "mandelbrot_nodejs", "version" : "1.0.0", "description" : "", "main" : "cluster.js", "scripts" : {"start" : "node cluster.js"}, "author" : "", "license" : "ISC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "re...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"city": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "population": {"type": "integer"}}, "required": ["name", "population"]}}, "country": {"type": "array", "items": {"...
{"city" : [{"name" : "'Tokyo'", "population" : 38001000}, {"name" : "'Delhi'", "population" : 25703168}, {"name" : "'Shanghai'", "population" : 23740778}, {"name" : "'Sao Paulo'", "population" : 21066245}, {"name" : "'Mumbai'", "population" : 21042538}, {"name" : "'Mexico City'", "population" : 20998543}, {"name" : "'B...
json_instruct
{"type": "object", "properties": {"city": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "population": {"type": "integer"}}, "required": ["name", "population"]}}, "country": {"type": "array", "items": {"type": "object", "properties": {"capital": {"type": "string"}, "name": {"ty...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "e1963695e0be26f40211d4989f8b55998340127b"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"upgrade": {"type": "array", "items": {"type": "string"}}, "downgrade": {"type": "array", "items": {"type": "string"}}}, "required": ["upgrade", "downgrade"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"upgrade" : ["ALTER TABLE `info` CHANGE `msg1` `msg` VARCHAR(32) NOT NULL"], "downgrade" : ["ALTER TABLE `info` CHANGE `msg` `msg1` VARCHAR(32) NOT NULL"]}
json_instruct
{"type": "object", "properties": {"upgrade": {"type": "array", "items": {"type": "string"}}, "downgrade": {"type": "array", "items": {"type": "string"}}}, "required": ["upgrade", "downgrade"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "Complet...
{"SolverName" : "BARON", "ObjBound" : 2.30289020088, "SolveTime" : 0.7, "PrimalStatus" : "FEASIBLE_POINT", "InstanceName" : "73_sigmoid_2_3_4", "SolveTimeRaw" : 1.312999963760376, "CompletedSolveTime" : 100.0, "ObjValue" : 2.303120489903592, "Error" : false, "TerminationStatus" : "LOCALLY_SOLVED"}
json_instruct
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Erro...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "i...
{"body" : "John Mardaljevic wrote:\n> Rob,\n> \n> \n>>BTW, did you know that you can \n>>change parameters in rv(ie)u with the 'set' command, and then type 'new' \n>>to re-render the image?\n> \n> \n> As far as I'm aware, you could only do that once when filling\n> the ambient cache - say, changing the ab setting from ...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "...
{"stationId" : 9962105, "stationGroupId" : 3500208, "name" : "\u4e5d\u6761", "lineId" : 99621, "zipCode" : "550-0027", "pref" : "\u5927\u962a\u5e9c", "city" : "\u5927\u962a\u5e02\u897f\u533a", "town" : "\u4e5d\u6761", "longitude" : 135.473749, "latitude" : 34.675492, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...