input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["no...
{"name" : "sphereio-api", "version" : "1.0.1", "description" : "sphere.io API connector for elastic.io", "engines" : {"node" : "^8.4.0", "npm" : ">=5.4"}, "repository" : {"type" : "git", "url" : "https://github.com/elasticio/sphereio-api.git"}, "scripts" : {"test" : "./node_modules/.bin/grunt test"}, "dependencies" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "repository": {"type": "object", "properties": {"type": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[1.0, 2.0, 2.0, 3.0, 3.0, 5.0, 2.0, 3.0, 2.0, 2.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "requ...
{"text" : {"0" : {"p" : "\u0628\u0647 \u0647\u0631\u06a9\u0633 \u0648 \u0647\u0631 \u0686\u06cc\u0632 \u0648\u0633\u062a\u0627\u0631 (\u0633\u0633\u062a) \u0648 \u06af\u0633\u062a\u0627\u062e \u0645\u0628\u0627\u0634."}, "1" : {"m1" : "\u0628\u0647 \u0647\u0631 \u06a9\u0627\u0631 \u06af\u0633\u062a\u0627\u062e \u0646\u...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "originalId": {"type": "string"}, "sourceGame": {"type": "array", "items": {"type": "string"}}, "objectType"...
{"id" : "rct2.scenery_small.tk4", "authors" : ["Chris Sawyer", "Simon Foster"], "version" : "1.0", "originalId" : "0A188E81|TK4 |9DB61514", "sourceGame" : ["rct2", "rct1"], "objectType" : "scenery_small", "properties" : {"price" : 5, "removalPrice" : -4, "cursor" : "CURSOR_STATUE_DOWN", "height" : 40, "shape" : "1/...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "originalId": {"type": "string"}, "sourceGame": {"type": "array", "items": {"type": "string"}}, "objectType": {"type": "string"}, "properties": {"type": "object", "proper...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$sch...
{"nendo" : 2005, "seibetu" : "\u5973", "nenrei" : 13, "sintyoo" : 151, "taizyuu" : 44.9}
json_instruct
{"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"conservation_status": {"type": "object", "properties": {"id": {"type": "integer"}, "taxon_id": {"type": "integer"}, "user_id": {"type": "null"}, "place_id": {"type": "null"}, "source_id": {"type": "integer"}, "auth...
{"conservation_status" : {"id" : 1568, "taxon_id" : 4747, "user_id" : null, "place_id" : null, "source_id" : 18766, "authority" : "IUCN Red List", "status" : "NT", "url" : "https://www.iucnredlist.org/species/22697641/117360971", "description" : "", "geoprivacy" : "obscured", "iucn" : 20, "created_at" : "2013-02-16T00:...
json_instruct
{"type": "object", "properties": {"conservation_status": {"type": "object", "properties": {"id": {"type": "integer"}, "taxon_id": {"type": "integer"}, "user_id": {"type": "null"}, "place_id": {"type": "null"}, "source_id": {"type": "integer"}, "authority": {"type": "string"}, "status": {"type": "string"}, "url": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type...
{"lastUpdated" : 1649828163034, "username" : "thedodo", "scores" : [{"xp" : 9000, "rank" : 500, "cardId" : 440}]}
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": ["last...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"...
{"schema_version" : "1.2.0", "id" : "GHSA-4xq7-f7cv-mrfw", "modified" : "2022-05-13T01:23:19Z", "published" : "2022-05-13T01:23:19Z", "aliases" : ["CVE-2018-11555"], "details" : "** DISPUTED ** tificc in Little CMS 2.9 has an out-of-bounds write in the PrecalculatedXFORM function in cmsxform.c in liblcms2.a via a craft...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3204011002", "district_id" : "3204011", "name" : "SUKARESMI"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "dev:js": {"type": "string"}, "dev:html": {"type"...
{"name" : "@lxg/l10n-demo", "version" : "1.0.0", "description" : "Playground to demonstrate localisation with the @lxg/l10n library", "scripts" : {"dev" : "npm-run-all --parallel dev:*", "dev:js" : "npx rollup -c -w", "dev:html" : "npx browser-sync start --server dist --cors --port 8081 --watch --files 'src/*' --no-ope...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "dev:js": {"type": "string"}, "dev:html": {"type": "string"}}, "required": ["dev", "dev:js", "dev:html"]}, "dependencies...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "permission": {"type": "array", "items": {"type": "string"}}, "fireCallback": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "permission", "fireCallbac...
[{"name" : "recepcion_botella", "permission" : ["recibirBotella"], "fireCallback" : ["finRecepcionBot"]}, {"name" : "clasificacion_botella", "permission" : ["clasificarBotella"], "fireCallback" : ["clasificadaGaseosa", "clasificadaCerveza", "clasificadaOtra"], "setGuardCallback" : [["guardCerveza", "guardGaseosa", "gua...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "permission": {"type": "array", "items": {"type": "string"}}, "fireCallback": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "permission", "fireCallback"]}, "$schema": "http://json-schema.org/draft-07/schema#...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp":...
{"pe_name" : "System.Web.dll", "pe_type" : 523, "pe_size" : 5403184, "pe_subsystem" : 3, "pe_subsystem_caption" : "The Windows character (Cosole UI) subsystem", "pe_path" : "c:\\Windows\\WinSxS\\amd64_system.web_b03f5f7f11d50a3a_4.0.15788.0_none_5049a1cb048405b2\\System.Web.dll", "pe_timedate_stamp" : 1551505103, "pe_t...
json_instruct
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"extraPaths": {"type": "array", "items": {"type": "string"}}, "venv": {"type": "string"}, "venvPath": {"type": "string"}}, "required": ["extraPaths", "venv", "venvPath"], "$schema": "http://json-schema.org/draft-07/schema#"}...
{"extraPaths" : ["src", "../freeplane_tools/src"], "venv" : "pyquanda_3_8_9", "venvPath" : "/home/shollingsworth/.pyenv/versions"}
json_instruct
{"type": "object", "properties": {"extraPaths": {"type": "array", "items": {"type": "string"}}, "venv": {"type": "string"}, "venvPath": {"type": "string"}}, "required": ["extraPaths", "venv", "venvPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "emc": {"type": "integer"}}, "required": ["item", "emc"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/dra...
{"entries" : [{"item" : "ironbackpacks:backpack|0", "emc" : 0}, {"item" : "minecraft:furnace|0", "emc" : 8}, {"item" : "forge:bucketfilled|0", "emc" : 0}, {"item" : "immersiveengineering:treated_wood|0", "emc" : 8}]}
json_instruct
{"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "emc": {"type": "integer"}}, "required": ["item", "emc"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "descriptionPath": {"type": "string"}, "imageName": {"type": "string"}, "price": {"type": "integer"}, "finalLevel": {"type": "integer"}, "effect": {"type": "integer"}, "currentLevel": {"t...
{"name" : "Mostra note carta d'identit\u00e0", "descriptionPath" : "ThiefIdCardUpgradeBody", "imageName" : "", "price" : 1000, "finalLevel" : 1, "effect" : 21, "currentLevel" : 0, "itemObject" : {}, "threatAffinity" : ["local"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "descriptionPath": {"type": "string"}, "imageName": {"type": "string"}, "price": {"type": "integer"}, "finalLevel": {"type": "integer"}, "effect": {"type": "integer"}, "currentLevel": {"type": "integer"}, "itemObject": {"type": "object", "properties": {}, "r...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "diaphoretical", "definition" : "Having the power to increase perspiration."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"updatedAt": {"type": "string"}, "description": {"type": "string"}, "uri": {"type": "string"}, "contents": {"type": "string"}, "link": {"type": "string"}, "categories": {"type": "string"}, "content": {"type": "s...
{"updatedAt" : "", "description" : "<img src='https://conteudo.imguol.com.br/c/blogs/ab/2019/07/12/personalassistant-1562942026936_v2_142x100.jpg' align=\"left\" /> Oito empresas contratadas pelo Google est\u00e3o ouvindo secretamente nossas conversas, via Google Assistant,\u00a0mesmo que n\u00e3o estejamos falando di...
json_instruct
{"type": "object", "properties": {"updatedAt": {"type": "string"}, "description": {"type": "string"}, "uri": {"type": "string"}, "contents": {"type": "string"}, "link": {"type": "string"}, "categories": {"type": "string"}, "content": {"type": "string"}, "title": {"type": "string"}, "publishedAt": {"type": "string"}}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "str...
{"name" : "less-than-slash", "main" : "./lib/less-than-slash", "version" : "0.6.0", "description" : "Adds automatic closing of HTML tags when less-than, slash (</) is typed.", "author" : {"name" : "Matthew R Hanlon", "email" : "mrhanlon@gmail.com", "url" : "https://mrhanlon.com"}, "bugs" : {"url" : "https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"mid_price": {"type": "integer"}, "bids": {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "integer"}, "size": {"type": "number"}}, "required": ["price", "size"]}}}, "required": ["mid_price", "bids"]...
{"mid_price" : 1273730, "bids" : [{"price" : 1273130, "size" : 0.00157167}, {"price" : 1272933, "size" : 0.011}]}
json_instruct
{"type": "object", "properties": {"mid_price": {"type": "integer"}, "bids": {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "integer"}, "size": {"type": "number"}}, "required": ["price", "size"]}}}, "required": ["mid_price", "bids"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id_1515": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1515"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_1515" : {"publicdate" : "2007-10-12 00:53:18", "title" : "The Dead"}}
json_instruct
{"type": "object", "properties": {"id_1515": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1515"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "WHETHER MEN, AT THE SAME TIME THAT THEY FEEL IN THEMSELVES THE IMPRINTED EDICTS OF AN OMNIPOTENT LAW-MAKER,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/965.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Banfield", "1", "2", "Gimnasia (S)", "Torneo Clausura 1994 - Fecha 2"], ["Gimnasia (S)", "1", "2", "Banfield", "Torneo Apertura 1993 - Fecha 2"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"900124297": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900124298": {"type": "object", "properties":...
{"900124297" : {"nama" : "TPS 1", "dapil" : [1701, 11707, 2170504]}, "900124298" : {"nama" : "TPS 2", "dapil" : [1701, 11707, 2170504]}, "900124299" : {"nama" : "TPS 3", "dapil" : [1701, 11707, 2170504]}, "900124300" : {"nama" : "TPS 4", "dapil" : [1701, 11707, 2170504]}}
json_instruct
{"type": "object", "properties": {"900124297": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900124298": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cumulativeRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cumulativeRecoveredCases" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 3, 5, 6, 9, 9, 33, 33, 33, 35, 35, 44, 54, 67, 71, 78, 91, 114, 130, 133, 201, ...
json_instruct
{"type": "object", "properties": {"cumulativeRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "ledger_index": {"type": "integer"}, "date": {"type": "string"}, "tx": {"type": "object", "properties": {"TransactionType": {"type": "string"}, "Flags": {"type": "integer"}, "Sequen...
{"hash" : "3D8512E02414EF5A6BC00281D945735E85DED9EF739B1DCA9EABE04D9EEC72C1", "ledger_index" : 49163909, "date" : "2019-08-06T17:58:01+00:00", "tx" : {"TransactionType" : "Payment", "Flags" : 2147614720, "Sequence" : 115, "DestinationTag" : 0, "LastLedgerSequence" : 49163911, "Amount" : "1000000000", "Fee" : "120", "Se...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "ledger_index": {"type": "integer"}, "date": {"type": "string"}, "tx": {"type": "object", "properties": {"TransactionType": {"type": "string"}, "Flags": {"type": "integer"}, "Sequence": {"type": "integer"}, "DestinationTag": {"type": "integer"}, "LastLedgerS...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 43974, "cartId" : "90b1a3f7-092d-45a9-b76d-d8a7181e547d", "preferredProducts" : [373, 778, 992, 1498, 3038, 2343], "productReviews" : [{"productId" : 486, "reviewText" : "This is a really good mobile.", "reviewDate" : "2017-05-02T17:05:02.4144313+03:00"}, {"productId" : 4864, "reviewText" : "The box this co...
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": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["Dissolve vegetable bouillon in boiling water.", "In a large saucepan over medium heat combine vegetable broth, ketchup, Worcestershire sauce, mustard, onion flakes, salt, sugar, cayenne pepper, oil, lemon, honey and garlic. Bring to a boil; reduce heat and simmer for 10 minutes."], "ingredients" : ["...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "fusion-modern-template", "version" : "0.0.1", "description" : "A modern viewer template for MapGuide Fusion", "main" : "index.js", "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "https://github.com/jumpinjackie/fusion-modern-template"}, "keywords" : ["mapguide", "fusion", "template"],...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"laravel/lumen-framework": {"type": "string"}}, "required": ["laravel/lumen...
{"name" : "trangfoo/base", "description" : "TrangFoo Framework based on lumen5.4", "type" : "project", "require" : {"laravel/lumen-framework" : "5.4.7"}, "license" : "MIT", "authors" : [{"name" : "luomanqiang", "email" : "manqiang.luo@gmail.com"}], "minimum-stability" : "dev"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"laravel/lumen-framework": {"type": "string"}}, "required": ["laravel/lumen-framework"]}, "license": {"type": "string"}, "authors": {"type": "array", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"done": {"type": "array", "items": {}}, "in-pr": {"type": "array", "items": {"type": "string"}}, "awaiting-pr": {"type": "array", "items": {}}, "awaiting-parents": {"type": "array", "items": {}}, "bot-error": ...
{"done" : [], "in-pr" : ["kafkacat", "pykafka", "omniscidb-cpu", "python-confluent-kafka"], "awaiting-pr" : [], "awaiting-parents" : [], "bot-error" : [], "_feedstock_status" : {"kafkacat" : {"num_descendants" : 1, "immediate_children" : ["conda-forge-pinning"], "pr_url" : "https://github.com/conda-forge/kafkacat-feeds...
json_instruct
{"type": "object", "properties": {"done": {"type": "array", "items": {}}, "in-pr": {"type": "array", "items": {"type": "string"}}, "awaiting-pr": {"type": "array", "items": {}}, "awaiting-parents": {"type": "array", "items": {}}, "bot-error": {"type": "array", "items": {}}, "_feedstock_status": {"type": "object", "prop...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"next_record": {"type": "string"}, "operations": {"type": "array", "items": {"type": "object", "properties": {"operation_id": {"type": "string"}, "status": {"type": "string"}, "pattern_id": {"type": "string"}, "dir...
{"next_record" : "2", "operations" : [{"operation_id" : "1234567", "status" : "success", "pattern_id" : "p2p", "direction" : "out", "amount" : 50.25, "datetime" : "2011-07-11T20:43:00.000+04:00", "title" : "\u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u043d\u0430 \u0441\u0447\u0435\u0442 4100123456789", "recipient" : "4...
json_instruct
{"type": "object", "properties": {"next_record": {"type": "string"}, "operations": {"type": "array", "items": {"type": "object", "properties": {"operation_id": {"type": "string"}, "status": {"type": "string"}, "pattern_id": {"type": "string"}, "direction": {"type": "string"}, "amount": {"type": "number"}, "datetime": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_smoothingangle": {"type": "array", "items": {"type": "integer"}}, "_dataindex": {"type": "array", "items": {"type": "integer"}}, "_lvertexnormals": {"type": "array", "items": {"type": "integer"}}, "_changes": {"t...
{"_smoothingangle" : [65539, 2097153, 4653057], "_dataindex" : [327681, 720897, 917505, 1048577, 1310721, 1441793, 1703937, 2031617, 2162689, 3407873, 3473409, 3866625, 4128769, 4194305, 4259841, 4325377, 5439489, 5636097, 5701633, 5898241, 5963777], "_lvertexnormals" : [1900547, 2097153, 4653057], "_changes" : [209715...
json_instruct
{"type": "object", "properties": {"_smoothingangle": {"type": "array", "items": {"type": "integer"}}, "_dataindex": {"type": "array", "items": {"type": "integer"}}, "_lvertexnormals": {"type": "array", "items": {"type": "integer"}}, "_changes": {"type": "array", "items": {"type": "integer"}}, "_ledgehndl": {"type": "ar...
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" : "arch stone", "definition" : "A wedge-shaped stone used in an arch; a voussoir."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["co...
{"contract" : "0x5e640a8e52fa0edfac5ff1655bc9f2e10dbe9606", "tool" : "honeybadger", "start" : 1565826724.719372, "end" : 1565826728.359281, "duration" : 3.639909029006958, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
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`Mipaisofok~ `to~ `hafel~.\ufffa\ufffb\u53e3\u888b\u88e1\u88dd\u6728\u70ad\u3002"], "f" : "\u88dd\u9032\u53e3\u888b\u88e1\uff0c\u653e\u9032\u53e3\u888b\u88e1\u3002"}]}], "stem" : "sofok", "t" : "mipaisofok"}
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"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pluralize.js": {"type": "string"}, "pluralize.min.js": {"type": "string"}}, "required": ["pluralize.js", "pluralize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pluralize.js" : "sha512-0/xBRIlMcjLWb2itH/fbvl1dI8XmkvjwJi7xOthvZEFMUMppPQCwgq1hTqWrXbbrX7/5w20lHvdxwncZEtPpoA==", "pluralize.min.js" : "sha512-hfz//d/kL32gCReXwNlUGpP2fII5wrJDSJgcb1BYs8zkmCIaI/f2P1CQv91eazCjUu1S/etIwNM9r6sFYJM29A=="}
json_instruct
{"type": "object", "properties": {"pluralize.js": {"type": "string"}, "pluralize.min.js": {"type": "string"}}, "required": ["pluralize.js", "pluralize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "Like a snowflake, no page is the same as another.", "bonuses" : [0, 0, 0, 10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string...
{"schema_version" : "1.2.0", "id" : "GHSA-4p85-2vx8-762m", "modified" : "2022-05-02T06:09:55Z", "published" : "2022-05-02T06:09:55Z", "aliases" : ["CVE-2010-0066"], "details" : "Unspecified vulnerability in the Access Manager Identity Server component in Oracle Application Server 7.0.4.3 and 10.1.4.2 allows remote atta...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@carbon/colors": {"type": "string"}, "@carbon/motion": {"type": "string"}, "carbon-components": {"type": "string"}}, "required": ["@carbon/colors", "@carbon/motion", ...
{"dependencies" : {"@carbon/colors" : "0.0.1-alpha.27", "@carbon/motion" : "0.0.1-alpha.27", "carbon-components" : "9.x"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@carbon/colors": {"type": "string"}, "@carbon/motion": {"type": "string"}, "carbon-components": {"type": "string"}}, "required": ["@carbon/colors", "@carbon/motion", "carbon-components"]}}, "required": ["dependencies"], "$schema": "htt...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}...
{"pl_disc" : "91 Aqr", "pl_pelink" : "0", "st_rad" : "1", "pl_massj" : "0", "st_dist" : "91 Aqr b", "null" : ["3.560", "45.52", "1.40", "4.250", "11.00", "4665.00", "http://exoplanet.eu/catalog/91_aqr_b/", "http://exoplanets.org/detail/91_Aqr_b"], "pl_dens" : "2013", "pl_eqt" : "Radial Velocity", "st_optmag" : "0", "ra...
json_instruct
{"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"qpuType": {"type": "string"}, "port": {"type": "string"}, "connections": {"type": "array", "items": {"type": "string"}}}, "required": ["qpuType", "port", "connections"], "$schema": "http://json-schema.org/dra...
{"qpuType" : "filter", "port" : "50250", "connections" : ["localhost:50150"]}
json_instruct
{"type": "object", "properties": {"qpuType": {"type": "string"}, "port": {"type": "string"}, "connections": {"type": "array", "items": {"type": "string"}}}, "required": ["qpuType", "port", "connections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}}, "required": ["id", "u...
{"id" : "35287597", "url" : "http://collection.cooperhewitt.org/types/35287597/", "name" : "Kozuka", "count_objects" : "196", "supersedes" : "0", "superseded_by" : "0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}}, "required": ["id", "url", "name", "count_objects", "supersedes", "superseded_by"], "$schema": "h...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"button|block": {"type": "string"}, "button.pushType.down|block": {"type": "string"}, "button.pushType.up|block": {"type": "string"}, "button.onBtnChanged|block": {"type": "string"}}, "required": ["button|block", "button.pushType...
{"button|block" : "\u6309\u9215", "button.pushType.down|block" : "\u6309\u4e0b", "button.pushType.up|block" : "\u653e\u958b", "button.onBtnChanged|block" : "\u7576\u6309\u9215\u8173\u4f4d| %btnPin | \u88ab | %dir"}
json_instruct
{"type": "object", "properties": {"button|block": {"type": "string"}, "button.pushType.down|block": {"type": "string"}, "button.pushType.up|block": {"type": "string"}, "button.onBtnChanged|block": {"type": "string"}}, "required": ["button|block", "button.pushType.down|block", "button.pushType.up|block", "button.onBtnCh...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "st...
{"id" : "d71b5fd7-9020-4b2d-9ec8-b3839faa2744", "queryName" : "Support Has No Role Associated", "severity" : "LOW", "category" : "Access Control", "descriptionText" : "Check if any AWS Support policy does not have any role and users and group associated, which means that is not being managed.", "descriptionUrl" : "http...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "queryName", "severity", "category...
Please provide a valid JSON object following this schema: {"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": ...
{"n_dim" : 13, "n_trials" : 550, "objective" : "damavandi_on_cube", "white" : "ultraopt_etpe", "black" : "dlib", "traceback" : ["passing", "passing"], "best_val" : [1.0001530612244836, 1.0001530612244836], "best_x" : [[1.0, 1.0, 0.4548381110103295, 1.0, 1.0, 0.0, 1.0, 0.0, 0.8137306756497733, 1.0, 0.034497461029416865,...
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": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "...
{"code" : 3502030008, "parent" : 3502030, "name" : "BELANG", "latitude" : null, "longitude" : null, "postal" : [63462], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
The schema below describes a JSON structure. Generate a valid example: {"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:i...
{"id" : 404382649, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b01b9469e4644b6edbb7b367a8be1b9d", "wof:id" : 404382649, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.39825659049342, 49.42468458349165, -1.30494765027784, 49.464269980806...
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": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["amok"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "upload": {"type": "string"}}, "...
{"name" : "firestore_script", "version" : "1.0.0", "description" : "Script for uploading data to firestore", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "upload" : "node ../firestore-upload-node"}, "author" : "Raf Schapendonk", "license" : "ISC", "dependencies" : {"firebase...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "upload": {"type": "string"}}, "required": ["test", "upload"]}, "author": {"type": "string"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"AForgivingIndex": {"type": "array", "items": {"type": "string"}}}, "required": ["AForgivingIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AForgivingIndex" : ["CruelMercy", "CutenessEqualsForgiveness", "EasilyForgiven", "FlippantForgiveness", "ForgivenButNotForgotten", "Forgiveness", "ForgivenessRequiresDeath", "GetOutOfJailFreeCard", "GoAndSinNoMore", "TheAtoner", "HolidayPardon", "HonorThyAbuser", "MyFistForgivesYou", "NoAnimosityInTheAfterlife", "NoS...
json_instruct
{"type": "object", "properties": {"AForgivingIndex": {"type": "array", "items": {"type": "string"}}}, "required": ["AForgivingIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "xunitReporterOptions": {"type": "object", "properties": {"output": {"type": "string"}}, "required": ["output"]}}, "required": ["reporterEnabled", "xunitReporterOptions"], "$sche...
{"reporterEnabled" : "spec, xunit", "xunitReporterOptions" : {"output" : ".testresults/functional/xunit.xml"}}
json_instruct
{"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "xunitReporterOptions": {"type": "object", "properties": {"output": {"type": "string"}}, "required": ["output"]}}, "required": ["reporterEnabled", "xunitReporterOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "angular-io", "version" : "0.0.3", "description" : "A concise, reliable and powerful library to make use of Socket.io in Angular.js.", "main" : "bin/angular-io.js", "scripts" : {"test" : "mocha --reporter spec --bail --check-leaks test/ --recursive"}, "repository" : {"type" : "git", "url" : "git+https://githu...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cs-versionx"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"BACKEND_URL": {"type": "string"}, "TRACKING_URL": {"type": "string"}}, "required": ["BACKEND_URL", "TRACKING_URL"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"BACKEND_URL" : "https://api.beeline.sg", "TRACKING_URL" : "https://tracking.beeline.sg"}
json_instruct
{"type": "object", "properties": {"BACKEND_URL": {"type": "string"}, "TRACKING_URL": {"type": "string"}}, "required": ["BACKEND_URL", "TRACKING_URL"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "string"}, "projectName": {"type": "string"}, "preset": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "plugins": {"...
{"version" : "0.5.5", "projectName" : "vercel-netlify-cms-github", "preset" : {"name" : "robb-j:ts-node", "version" : "0.2.2"}, "plugins" : {"npm" : "0.1.0"}, "params" : {"npm" : {"packageName" : "@openlab/vercel-netlify-cms-github", "packageInfo" : "Vercel API routes to login to netlify-cms deployed on vercel", "repos...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "projectName": {"type": "string"}, "preset": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "plugins": {"type": "object", "properties": {"npm": {"type": "string"}}, "required...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "author": {"type": "string"}, "repository": {"type":...
{"name" : "connect-google-datastore", "description" : "express-session store interface to keep data in Google Cloud Data Store", "version" : "0.0.3", "private" : false, "license" : "MIT", "author" : "Keshav Channa", "repository" : {"type" : "git", "url" : "git@github.com:kchanna/connect-google-datastore.git"}, "engines...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"...
{"blurb" : "Convert a hexadecimal number, represented as a string (e.g. \"10af8c\"), to its decimal equivalent using first principles (i.e. no, you may not use built-in or external libraries to accomplish the conversion).", "authors" : ["geofflane"], "contributors" : ["AndreaCrotti", "canweriotnow", "dkinzer", "haus", ...
json_instruct
{"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "test": {"type": "array", "item...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"l...
{"name" : "versionize", "version" : "1.0.6", "description" : "Custom package version by branch name and commit hash", "keywords" : ["npm", "version", "beta", "rc", "publish"], "main" : "index.js", "scripts" : {"lint" : "eslint index.js"}, "bin" : {"versionize" : "./index.js"}, "repository" : {"type" : "git", "url" : "g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "bin": ...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[124799.97806849006, 125079.37887799504, 125824.44770334163, 126103.8485128466]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "boolean"}}...
{"name" : "vcpkg-hello-world-1", "version" : "0", "description" : "A port that builds a hello world function to be used in examples testing general behavior.", "dependencies" : [{"name" : "vcpkg-cmake", "host" : true}, {"name" : "vcpkg-cmake-config", "host" : true}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "boolean"}}, "required": ["name", "host"]}}}, "required": ["name", "ve...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}...
[{"package" : "bioconductor-illuminahumanwgdaslv4.db", "downloads" : 1100, "count" : 1035}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"rootDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "moduleResolution": {"type": "strin...
{"compileOnSave" : false, "compilerOptions" : {"rootDir" : ".", "sourceMap" : true, "declaration" : false, "moduleResolution" : "node", "emitDecoratorMetadata" : true, "experimentalDecorators" : true, "esModuleInterop" : true, "importHelpers" : true, "target" : "es2015", "module" : "esnext", "lib" : ["ES2017", "DOM", "...
json_instruct
{"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"rootDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "moduleResolution": {"type": "string"}, "emitDecoratorMetadata": {"type": "boolean"}, "experim...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(1, 5)": {"type": "string"}, "(2, 0)": {"type"...
{"(0, 0)" : "elimination chamber (2011)", "(1, 0)" : "eliminated", "(1, 1)" : "wrestler", "(1, 2)" : "entered", "(1, 3)" : "eliminated by", "(1, 4)" : "method of elimination", "(1, 5)" : "time", "(2, 0)" : "1", "(2, 1)" : "wade barrett", "(2, 2)" : "3", "(2, 3)" : "big show", "(2, 4)" : "pinned after a ko punch", "(2, ...
json_instruct
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(1, 5)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "issues_url": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "operatingsystem_support": {"type": "array", ...
{"author" : "Government Digital Service", "dependencies" : [], "issues_url" : "https://github.com/alphagov/puppet-reporter-sentry/issues", "license" : "MIT", "name" : "alphagov-puppet-reporter-sentry", "operatingsystem_support" : [{"operatingsystem" : "Ubuntu", "operatingsystemrelease" : ["14.04"]}], "project_page" : "...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "issues_url": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "operatingsystem_support": {"type": "array", "items": {"type": "object", "properties": {"operatingsystem": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "release": {"type": ...
{"name" : "@tycrek/express-nofavicon", "version" : "1.0.3", "description" : "Tiny Express middleware that sends HTTP 204 \"No Content\" for Favicon requests. ", "main" : "nofavicon.js", "scripts" : {"test" : "node test.js", "release" : "np"}, "repository" : "github:tycrek/NoFavicon", "author" : "tycrek <t@tycrek.com> (...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "release"]}, "repository": {"type": "s...
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" : "BUDI", "frequency" : 0, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "ob...
{"name" : "DateHelpers", "version" : "0.0.2", "summary" : "Swift extension adding some handy methods to NSDate", "description" : " This extension will add this methods to NSDate:\n\n * beginningOfDate()->NSDate\nReturns an NSDate for the same day at 0 hours, 0 minutes and 0 seconds\...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"bitomule": {"type": "string"}}, "required": ["bitomu...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "s...
{"name" : "cisco-password-decoder", "version" : "1.1.1", "description" : "CLI Decoder for password encoding of Cisco VPN client", "bin" : "src/command.js", "scripts" : {"start" : "src/command.js", "test" : "nyc --reporter=html --reporter=text mocha", "coverage" : "nyc report --reporter=text-lcov && codecov", "prepublis...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}, "prepublish": {"type": "string"...
Please provide a valid JSON object following this schema: {"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": {}}, ...
{"directions" : ["Wash and dry grapes. In a large bowl, mix together the cream cheese, sour cream, sugar and vanilla. Add grapes and mix until evenly incorporated. Sprinkle with brown sugar and pecans, mix again and refrigerate until serving."], "ingredients" : ["4 pounds seedless green grapes", "1 (8 ounce) package...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]},...
{"name" : "dbstore", "version" : "0.7.0", "main" : "app.js", "engines" : {"node" : ">=4.0.0", "npm" : ">=3.0.0"}, "scripts" : {"start" : "nodemon ./server"}, "dependencies" : {"bluebird" : "^3.4.3", "body-parser" : "^1.17.1", "chalk" : "1.1.3", "clone" : "^2.1.1", "clone-deep" : "1.0.0", "cors" : "^2.8.3", "express" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "properties": {"start": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type":...
{"@context" : "http://schema.org", "@type" : ["BioChemEntity", "Sample"], "identifier" : ["biosamples:SAMN04451729", "mmp.ref:MMP04451729"], "name" : "Wenyingzhuangia fucanilytica strain CZ1127", "url" : "https://mmp.sfb.uit.no/databases/marref/#/records/MMP04451729", "description" : "Genome sequence of a marine bacter...
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dataset": {"type": "array", "items": {"type"...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[" 3333 333 3 3 ", " 3 3 3 3 ", " 3 333 3 3 333 3 33 33 3 333 3333", " 3 3 3 3 3 333 3 3 3 3 3 3 3 ", " 3 3333 3 3 3333 3 3 3 3 333 3 ", " 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 ", "...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "cordova_name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repo": {"type": "string"}, "issue": {"type": "string"}, "keywords...
{"version" : "0.0.1", "name" : "com.safemotos.deviceorientation", "cordova_name" : "Device Orientation", "description" : "Plugin to give pitch, azimuth and roll based from sensor fusion", "license" : "MIT", "repo" : "https://github.com/kariscomp/SafeMotos-Device-Orientation.git", "issue" : "", "keywords" : ["cordova", ...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "cordova_name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repo": {"type": "string"}, "issue": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "platfor...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "r": {"type": "array", "items...
{"t" : "sakayap", "h" : [{"d" : [{"f" : "\u7a7f\u77ed\u88d9\u3002", "r" : ["`mi~`sapay~`a~`p~"]}]}], "stem" : "kayap"}
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"}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "r"]}}}, "required": ["d"]}}, "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pkg/autopack_home_async_fs.js": {"type": "array", "items": {"type": "string"}}, "pkg/home_sync_pri1_js_0_image.js": {"type": "array", "items": {"type": "string"}}, "pkg/home_async_pri1_js_0_image.js": {"type": "array", "items": ...
{"pkg/autopack_home_async_fs.js" : ["/widget/hot-site/hot-site-async.js", "/widget/ui/anchorside/anchorside.js", "/widget/history-add/history-add-async.js", "/widget/history/history-c.js", "/widget/sort-area/sort-area-tab-async.js", "/widget/sort-area/sort-area-nav-async.js", "/widget/sort-area/sort/sort-async.js", "/w...
json_instruct
{"type": "object", "properties": {"pkg/autopack_home_async_fs.js": {"type": "array", "items": {"type": "string"}}, "pkg/home_sync_pri1_js_0_image.js": {"type": "array", "items": {"type": "string"}}, "pkg/home_async_pri1_js_0_image.js": {"type": "array", "items": {"type": "string"}}, "pkg/home_sync_pri1_css_0_image.css"...
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" : "/**\n * SplitButton all module\n */\nexport * from './common/index';\nexport * from './drop-down-button/index';\nexport * from './split-button/index';\nexport * from './button-group/index';\nexport * from './progress-button/index';", "map" : {"version" : 3, "sources" : ["C:/Users/khouloud/Docum...
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": "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "StartTime": {...
{"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:10:00.8150000", "StartTimes" : [{"JobIndex" : 0, "StartTime" : 3}, {"JobIndex" : 1, "StartTime" : 8}, {"JobIndex" : 2, "StartTime" : 103}, {"JobIndex" : 3, "StartTime" : 92}, {"JobIndex" : 4, "StartTime" : 13}, {"JobIndex" : 5, "StartTime" : 37}, {"JobIndex"...
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "StartTime": {"type": "integer"}}, "required": ["JobIndex", "StartTime"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}...
{"name" : "less.js", "filename" : "less.min.js", "version" : "1.6.3", "homepage" : "http://lesscss.org/", "description" : "Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins and functions.", "keywords" : ["css", "css3", "preprocessor", "pre-processor", "p...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "object", "proper...
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": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEA...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["20-29", "30-39", "30-39", "30-39", "20-29", "20-29", "40-49", "30-39", "20-29", "40-49", "30-39", "30-39", "40-49", "20-29"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "F...
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": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj...
{"hash" : "0xaecd49aeea33f24b7195b12f9f77468928176ef21f30e8e19de9f826d06b7e11", "parentHash" : "0x3c5fa62b51e25a5887e53480b9fbc3b27e50352d1e3a02d603cd890a1cd5704f", "number" : 100039, "timestamp" : 1439799681, "nonce" : "0xd2d7c0ba34eea5a8", "difficulty" : 3858688455829, "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"]...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$class": {"type": "string"}, "BUYER": {"type": "string"}, "SELLER": {"type": "string"}, "INITIAL_DUE": {"type": "object", "properties": {"$class": {"type": "string"}, "doubleValue": {"type": "integer"}, "currencyCode": {"type": ...
{"$class" : "org.accordproject.installmentsale.InstallmentSaleContract", "BUYER" : "resource:org.accordproject.cicero.contract.AccordParty#Dan", "SELLER" : "resource:org.accordproject.cicero.contract.AccordParty#Ned", "INITIAL_DUE" : {"$class" : "org.accordproject.money.MonetaryAmount", "doubleValue" : 10000, "currency...
json_instruct
{"type": "object", "properties": {"$class": {"type": "string"}, "BUYER": {"type": "string"}, "SELLER": {"type": "string"}, "INITIAL_DUE": {"type": "object", "properties": {"$class": {"type": "string"}, "doubleValue": {"type": "integer"}, "currencyCode": {"type": "string"}}, "required": ["$class", "doubleValue", "curren...
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" : "gulp-src-sync", "version" : "0.0.0", "description" : "Synchronous version of gulp.src()", "main" : "index.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/hoho/gulp-src-sync.git"}, "keywords" : ["gulpplugin", "split", "merge", "cache"], "author" : "Marat Abdull...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d514-110", "text" : "National Association of Broadcasters\n1771 N Street, N. W., Washington 6, D. G, Decatur 2-9300\nJOHN M. COURIC\nMANAGER OF PUBLIC RELATIONS\nAugust 27, 1962\nMr. Elmer G. Sulsser\nDirector\nRadio and Television Communications\nDepartment of Radio and Television\nIndiana University\nBloomin...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {}, ...
{"name" : "predefined-cookie-loader", "version" : "0.0.1", "description" : "Loads, overrides and sets predefined cookies into the browser", "directories" : {}, "dependencies" : {}, "devDependencies" : {"web-ext" : "^6.2.0"}, "scripts" : {"web-ext" : "web-ext"}, "repository" : {"type" : "git", "url" : "git+https://githu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIn...
{"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.1498675", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 308.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 267.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 181.0}, {"JobIndex" : 3, "OperationIndex" : 0, "Sta...
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "string"}, "p": {"type": "array", "items": {"type": "integer"}}}, "required": ["s", "p"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"s" : "3", "p" : [13, 16, 14, 20, 5, 24, 12, 10, 21, 6, 28, 22, 9]}, {"s" : "3-POINT", "p" : [14]}, {"s" : "3.1", "p" : [13]}, {"s" : "3.2", "p" : [14, 13]}, {"s" : "30", "p" : [28, 10, 9]}, {"s" : "33", "p" : [18]}, {"s" : "34", "p" : [28]}, {"s" : "37", "p" : [28]}, {"s" : "39", "p" : [28]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"s": {"type": "string"}, "p": {"type": "array", "items": {"type": "integer"}}}, "required": ["s", "p"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}, "icons": {"type": "array", "...
{"name" : "Minimal app to try PWA", "short_name" : "Minimal PWA", "display" : "standalone", "start_url" : "/", "theme_color" : "#8888ff", "background_color" : "#aaaaff", "icons" : [{"src" : "e.jpg", "size" : "256*256", "type" : "image/jpg"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}}, "required": ["description", "pages"], "$schema": "http://json-schem...
{"description" : "Dromaeo JSLib modify jquery JavaScript benchmark", "pages" : [{"url" : "file:///../../../../chrome/test/data/dromaeo/index.html?jslib-modify-jquery&automated"}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}}, "required": ["description", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/t...
{"cam/image_array" : "548_cam-image_array_.jpg", "user/throttle" : 0.6268257698294016, "timestamp" : "2019-02-17 21:48:07.824283", "user/angle" : 1.0, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "stri...
{"name" : "strings-kibana3", "version" : "0.1.0", "author" : "narkisr.com", "summary" : "narkisr.com kibana3 module", "license" : "Apache-2.0", "source" : "https://github.com/pulling-strings/puppet-kibana3", "project_page" : "https://github.com/pulling-strings/puppet-kibana3", "issues_url" : "https://github.com/pulling...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"}, "issues_url": {"type": "string"}, "operatingsystem_support": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "jupyter.jupyterServerType": {"type": "string"}}, "required": ["python.pythonPath", "jupyter.jupyterServerType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/N/slate/filsilva/miniconda3/envs/inspiredata/bin/python", "jupyter.jupyterServerType" : "local"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "jupyter.jupyterServerType": {"type": "string"}}, "required": ["python.pythonPath", "jupyter.jupyterServerType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulative...
{"date" : 20200703, "states" : 56, "positive" : 2781815, "negative" : 12948963, "pending" : 2237, "hospitalizedCurrently" : 37921, "hospitalizedCumulative" : 154248, "inIcuCurrently" : 7935, "inIcuCumulative" : 10937, "onVentilatorCurrently" : 2049, "onVentilatorCumulative" : 1059, "dateChecked" : "2020-07-03T24:00:00Z...
json_instruct
{"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulative": {"type": "integer"}, "inIcuCurrently": {"type": "integer...
Please provide a valid JSON object following 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"], "$sc...
{"private" : true, "sideEffects" : false, "main" : "./Ok.js", "module" : "./Ok.esm.js", "types" : "./Ok.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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/e/e8/Push_It.png/revision/latest?cb=20210808160704", "sha1" : "6912cebec03b4f48626f6705633d431e0d9025f6"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "str...
{"title" : "Sunspot Region 30", "credit" : "MDI, SOHO, ESA, NASA", "explanation" : "The solar active region designated number 10030 (or simply region 30) is now appearing on the visible hemisphere of the closest star. Dwarfed by the Sun's disk, the group of sunspots which make up region 30 actually cover an enormous ar...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"choiceoptions": {"type": "string"}, "expired": {"type": "string"}, "full": {"type": "string"}, "noresultsviewable": {"type": "string"}, "notopenyet": {"type": "string"}, "numberofuser": {"type": "string"}, "n...
{"choiceoptions" : "Opzioni scelta", "expired" : "Spiacente, questa attivit\u00e0 \u00e8 stata chiusa il {{$a}} e non \u00e8 pi\u00f9 disponibile", "full" : "(Completo)", "noresultsviewable" : "I risultati non sono al momento visualizzabili.", "notopenyet" : "Spiacente, questa attivit\u00e0 non \u00e8 disponibile fino...
json_instruct
{"type": "object", "properties": {"choiceoptions": {"type": "string"}, "expired": {"type": "string"}, "full": {"type": "string"}, "noresultsviewable": {"type": "string"}, "notopenyet": {"type": "string"}, "numberofuser": {"type": "string"}, "numberofuserinpercentage": {"type": "string"}, "removemychoice": {"type": "str...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_guid_": {"type": "string"}, "_extends_": {"type": "string"}, "title": {"type": "string"}, "productName": {"type": "string"}, "operationName": {"type": "string"}, "specs": {"type": "array", "items": {"type": "string"}}, "re...
{"_guid_" : "S-122.1", "_extends_" : "F-122-UpdateEventBase", "title" : "Defaults the state when none of post state conditions resolves using AND operator (End state: CaseDeleted)", "productName" : "CCD data store", "operationName" : "submit updateCase event with TextField and EmailField values", "specs" : ["contains s...
json_instruct
{"type": "object", "properties": {"_guid_": {"type": "string"}, "_extends_": {"type": "string"}, "title": {"type": "string"}, "productName": {"type": "string"}, "operationName": {"type": "string"}, "specs": {"type": "array", "items": {"type": "string"}}, "request": {"type": "object", "properties": {"body": {"type": "ob...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/sche...
{"repair_end" : "2019-07-20 10:27:59.579820", "repair_begin" : "2019-07-20 10:22:43.563770", "patches" : []}
json_instruct
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"jquery.liveurl.js": {"type": "string"}, "jquery.liveurl.min.js": {"type": "string"}}, "required": ["jquery.liveurl.js", "jquery.liveurl.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.liveurl.js" : "sha512-OhDjWNW+xuaNqFmBxZJEHjOyx3JXdnx1i3HWHzrgkO9Qe40YFx2Ed6x1MApS7rGygSO69EmcfN+ndxBjh88wqg==", "jquery.liveurl.min.js" : "sha512-L/WsvVzK8rRyZt1AhZ2rE/IYQgXN5eozbawv1rF3VG0Hfc49eXLK7H/u9ePhMGongUWdOjgI4tTpUTfuLkeotg=="}
json_instruct
{"type": "object", "properties": {"jquery.liveurl.js": {"type": "string"}, "jquery.liveurl.min.js": {"type": "string"}}, "required": ["jquery.liveurl.js", "jquery.liveurl.min.js"], "$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"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "depend...
{"name" : "solidapi", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"start" : "tsnd --inspect --transpile-only --respawn --ignore-watch node_modules src/server.ts"}, "dependencies" : {"add" : "^2.0.6", "express" : "^4.17.1", "inversify" : "^5.0.1", "inversify-express-utils" : "^6.3.2", "refl...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"add": {"type": "st...