input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"migrations": {"type": "array", "items": {"type": "object", "properties": {"created_at": {"type": "string"}, "dest_compute": {"type": "string"}, "dest_host": {"type": "string"}, "dest_node": {"type": "string"}, "id... | {"migrations" : [{"created_at" : "2016-01-29T12:42:02.000000", "dest_compute" : "compute2", "dest_host" : "1.2.3.4", "dest_node" : "node2", "id" : 2, "instance_uuid" : "8600d31b-d1a1-4632-b2ff-45c2be1a70ff", "new_instance_type_id" : 1, "old_instance_type_id" : 1, "source_compute" : "compute1", "source_node" : "node1", ... | json_instruct | {"type": "object", "properties": {"migrations": {"type": "array", "items": {"type": "object", "properties": {"created_at": {"type": "string"}, "dest_compute": {"type": "string"}, "dest_host": {"type": "string"}, "dest_node": {"type": "string"}, "id": {"type": "integer"}, "instance_uuid": {"type": "string"}, "new_instan... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "93862065c9d75efe8f9b92c92ef2f274fac0f500"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "strin... | {"name" : "todomvc-common", "version" : "0.1.9", "description" : "Common TodoMVC utilities used by our apps", "license" : "MIT", "main" : "base.js", "repository" : {"type" : "git", "url" : "tastejs-todomvc-common"}, "author" : {"name" : "TasteJS team"}, "files" : ["base.js", "base.css"], "keywords" : ["todomvc", "taste... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "... | {"votes" : {"diff" : 1961, "dem" : 3219, "tot" : 8975, "gop" : 5180}, "for" : "NY/Yates County/36123", "pct" : {"dem" : 35.87, "per_point_diff" : 21.85, "gop" : 57.72}} | json_instruct | {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredPr... | {"userId" : 42090, "cartId" : "72fd35cb-3617-426a-b529-0cc22926d3a1", "preferredProducts" : [1984, 4687, 4053, 1367], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"... | {"id" : 17015, "source" : "brewster", "verse_id" : 17960, "verse_count" : 1, "reference" : "14:31", "title" : "", "html" : "<p><b>(<a class=\"ref\">2 Nephi 24:31</a>).</b>\"<i>There shall come from the north a smoke.</i>\" An invading army (probably the Assyrians) shall come from the north.</p>", "audit" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "... | {"web" : [{"value" : ["\u4e24\u5c0f\u65f6"], "key" : "two-hour"}, {"value" : ["\u4e24\u4e2a\u65f6\u8fb0", "\u5373\u56db\u4e2a\u5c0f\u65f6"], "key" : "two two-hour"}, {"value" : ["\u4e8c\u8868\u6cd5"], "key" : "two watt-hour meters method"}], "query" : "two-hour", "translation" : ["\u4e24\u4e2a\u5c0f\u65f6\u7684"], "err... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"472150": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "291151": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}... | {"472150" : {"count" : 1}, "count" : 2, "291151" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"472150": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "291151": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["472150", "count", "291151"], "$schema": "ht... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"326451": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["326451"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"326451" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"326451": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["326451"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"addBookmark": {"type": "string"}, "goToBookmark": {"type": "string"}, "noBookmarksHeading": {"type": "string"}, "noBookmarksDescription": {"type": "string"}, "title": {"type": "string"}, "addPlaceholder": {"typ... | {"addBookmark" : "Ajouter un g\u00e9osignet", "goToBookmark" : "Acc\u00e9der \u00e0 un g\u00e9osignet", "noBookmarksHeading" : "Aucun g\u00e9osignet", "noBookmarksDescription" : "Les g\u00e9osignets que vous ajoutez \u00e0 votre carte appara\u00eetront ici.", "title" : "Titre", "addPlaceholder" : "Entrez le titre du g\... | json_instruct | {"type": "object", "properties": {"addBookmark": {"type": "string"}, "goToBookmark": {"type": "string"}, "noBookmarksHeading": {"type": "string"}, "noBookmarksDescription": {"type": "string"}, "title": {"type": "string"}, "addPlaceholder": {"type": "string"}, "addingBookmark": {"type": "string"}, "widgetLabel": {"type"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integ... | {"nom" : "Alligny-Cosne", "dpt" : "Ni\u00e8vre", "inscrits" : 688, "abs" : 125, "votants" : 563, "blancs" : 17, "nuls" : 3, "exp" : 543, "res" : [{"panneau" : "2", "voix" : 200}, {"panneau" : "9", "voix" : 101}, {"panneau" : "3", "voix" : 90}, {"panneau" : "11", "voix" : 76}, {"panneau" : "1", "voix" : 38}, {"panneau" ... | 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"... |
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" : "100020707", "name" : "Broadlands", "nodes" : [{"type" : "node", "id" : 1038564825, "lat" : 52.305723, "lon" : -0.8878618}, {"type" : "node", "id" : 1038564830, "lat" : 52.3054596, "lon" : -0.8891707}, {"type" : "node", "id" : 1038564857, "lat" : 52.3055021, "lon" : -0.8897795}, {"type" : "node", "id" : 1038564... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"yasqe.bundled.min.js": {"type": "string"}, "yasqe.min.css": {"type": "string"}, "yasqe.min.js": {"type": "string"}}, "required": ["yasqe.bundled.min.js", "yasqe.min.css", "yasqe.min.js"], "$schema": "http://json-schema.org/dra... | {"yasqe.bundled.min.js" : "sha512-44v7ZpVicuXiUnriusXV3D0FTVHmZaBXnRGMNgi9aLkDwj/ZsZLZXKn18ZzQkVFIkgFWEt5WOtH2RJGXlWVAVA==", "yasqe.min.css" : "sha512-v77ALppwM1aCFv8VrlgTGlbQULDuKttGtI0/3U2IsxO6tdyUZhWdrQr1poY5ET4hQ5sQkJgPkVwHiRHJv3xeyQ==", "yasqe.min.js" : "sha512-H36/fHfcjCEQ2RLI+qxTae64ckqyJidIopwxtTtKi7dZHkD18GxPv... | json_instruct | {"type": "object", "properties": {"yasqe.bundled.min.js": {"type": "string"}, "yasqe.min.css": {"type": "string"}, "yasqe.min.js": {"type": "string"}}, "required": ["yasqe.bundled.min.js", "yasqe.min.css", "yasqe.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : 8, "n_trials" : 130, "objective" : "markowitz_skew_on_cube", "white" : "hyperopt_rand", "black" : "platypus_ibea", "traceback" : ["passing", "passing"], "best_val" : [0.7167303518733523, 1.262421125954245], "best_x" : [[0.48659572350757746, 0.06398054881867182, 0.00175410796590926, 0.18312585300013023, 0.063... | 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": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-87.693876, 34.776765], [-87.675387, 34.782145], [-87.668205, 34.782702], [-87.666607, 34.774812], [-87.669135, 34.766638], [-87.674642, 34.759536], [-87.679111, 34.759571], [-87.679229, 34.758488], [-87.68279, 34.759137]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "content": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "permission": {"type": "object", "properties": {"default": {"type": "intege... | {"_id" : "8p0gfy5xzpFZRyaG", "content" : "<p>As a recently freed slave in Absalom, you belong to a new, close-knit social class at the heart of the city’s most important trades.</p>\n<p>Choose two ability boosts. One must be to <strong>Constitution</strong> or <strong>Intelligence</strong>, and one is a free abil... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "content": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "permission": {"type": "object", "properties": {"default": {"type": "integer"}}, "required": ["default"]}}, "required": ["_id", "content"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"filterResults": {"type": "string"}, "noSelection": {"type": "string"}, "dropdown": {"type": "string"}}, "required": ["filterResults", "noSelection", "dropdown"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"filterResults" : "Escriba para filtrar los resultados del desplegable", "noSelection" : "Seleccionar...", "dropdown" : "Desplegable"} | json_instruct | {"type": "object", "properties": {"filterResults": {"type": "string"}, "noSelection": {"type": "string"}, "dropdown": {"type": "string"}}, "required": ["filterResults", "noSelection", "dropdown"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object",... | {"city" : {"name" : "BOTUVER\u00c1", "state" : "SC"}, "borders" : [[{"lat" : -27.132542340256748, "lng" : -49.1399219702227}, {"lat" : -27.140863087261607, "lng" : -49.10273783288466}, {"lat" : -27.165933785615664, "lng" : -49.097507932545}, {"lat" : -27.18448863314387, "lng" : -49.025327785748686}, {"lat" : -27.164309... | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-04-13T17:32:57Z-793b69e": {"type": "number"}, "2021-04-15T14:59:00Z-c004726": {"type": "number"}, "2021-04-18T11:33:05Z-7d29351": {"type": "number"}, "2021-04-19T15:29:13Z-6730eb4... | {"2021-01-10T00:00:00Z" : 0.002, "2021-04-13T17:32:57Z-793b69e" : 0.0018, "2021-04-15T14:59:00Z-c004726" : 0.0018, "2021-04-18T11:33:05Z-7d29351" : 0.0016, "2021-04-19T15:29:13Z-6730eb4" : 0.0015, "2021-04-21T21:40:51Z-5c73c58" : 0.003, "2021-04-23T06:01:38Z-354976e" : 0.005, "2021-04-23T15:41:18Z-891ac82" : 0.0014, "2... | json_instruct | {"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-04-13T17:32:57Z-793b69e": {"type": "number"}, "2021-04-15T14:59:00Z-c004726": {"type": "number"}, "2021-04-18T11:33:05Z-7d29351": {"type": "number"}, "2021-04-19T15:29:13Z-6730eb4": {"type": "number"}, "2021-04-21T21:40:51Z-5c73c58": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "startFile": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"filePath": {"type": "string"}, "subType": {"type": "string"}}, "required":... | {"name" : "EdgeASA", "startFile" : "EdgeASA.asaql", "configurations" : [{"filePath" : "JobConfig.json", "subType" : "JobConfig"}, {"filePath" : "Inputs/streaminput.json", "subType" : "Input"}, {"filePath" : "Outputs/alertsoutput.json", "subType" : "Output"}, {"filePath" : "Outputs/telemetryoutput.json", "subType" : "Ou... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "startFile": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"filePath": {"type": "string"}, "subType": {"type": "string"}}, "required": ["filePath", "subType"]}}}, "required": ["name", "startFile", "configu... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "prereqTre... | {"courseCode" : "MA3219", "courseCredit" : "4", "description" : "This is an introductory course on the formal theory of computable functions. In particular, we will describe the notion of computability and answer the question whether every function from N (the set of natural numbers) to N is computable. Major topics: T... | json_instruct | {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "prereqTree": {"type": "object", "properties": {"or": {"type": "array", "items"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"declaration"... | {"extends" : "./tsconfig.json", "include" : ["**/*stories*.tsx", "**/*stories*.ts", "**/examples/*.tsx"], "exclude" : ["cypress"], "compilerOptions" : {"declaration" : false, "declarationMap" : false, "noImplicitReturns" : false, "noImplicitThis" : true, "preserveConstEnums" : true, "allowUnreachableCode" : false, "noI... | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"declaration": {"type": "boolean"}, "declarationMap": {"type": "boolean"}, "noImplic... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivat... | {"derivation" : "from the base of G1325 (\u03b4\u03cc\u03c4\u03b7\u03c2);", "kjv_def" : "giver", "lemma" : "\u03b4\u03cc\u03c4\u03b7\u03c2", "frequency" : 0, "strongs_def" : " a giver", "outline" : "<ol><li> a giver, bestower</li></ol>"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$sc... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "610582103001", "text" : "\u65b0\u5174\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "610582103200", "text" : "\u4e1c\u9633\u6751\u59d4\u4f1a"}, {"id" : "610582103201", "text" : "\u5357\u4e25\u6751\u59d4\u4f1a"}, {"id" : "610582103202", "text" : "\u65b0\u548c\u6751\u59d4\u4f1a"}, {"id" : "610582103205", "text" : "\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "state": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"... | {"_id" : "brewery_Switchback_Brewing_Co", "name" : "Switchback Brewing Co", "address" : ["PO Box 4210"], "city" : "Burlington", "state" : "Vermont", "code" : "5406", "country" : "United States", "phone" : "(802) 651-4114", "geo" : {"loc" : ["-79.8049", "43.3906"], "accuracy" : "RANGE_INTERPOLATED"}, "updated" : "2010-0... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "state": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "geo": {"type": "object", "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": {"type... | {"name" : "Toyama", "npatients" : 994, "ncurrentpatients" : 68, "nexits" : 897, "ndeaths" : 29, "lastUpdate" : "2021-04-07", "src_url" : "http://opendata.pref.toyama.jp/dataset/covid19/resource/85d4c612-c174-4f73-be63-f8512d25361a", "url_opendata" : "http://opendata.pref.toyama.jp/files/covid19/20200403/toyama_counts.c... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": {"type": "string"}, "url_opendata": {"type": "string"}}, "required": ["name... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type... | {"status" : 200, "data" : {"totalSubs" : 44, "subsInEachSource" : {"feedly" : 17, "inoreader" : 26, "feedsPub" : 1}, "failedSources" : {}}, "lastModified" : 1606386495900} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"architecture": {"type": "string"}, "category": {"type": "string"}, "changelog": {"type": "string"}, "contains": {"type": "array", "items": {"type": "string"}}, "dependency_list": {"type": "array", "items": {}}, "det... | {"architecture" : "ARM|PIC|PIC32", "category" : "Optical", "changelog" : "Resources/CHANGELOG.md", "contains" : ["libraries", "hex_files", "examples", "source_files"], "dependency_list" : [], "details" : "Resources/DETAILS.md", "display_name" : "UV 4 click", "example_list" : [{"project_path" : "Examples/example"}], "he... | json_instruct | {"type": "object", "properties": {"architecture": {"type": "string"}, "category": {"type": "string"}, "changelog": {"type": "string"}, "contains": {"type": "array", "items": {"type": "string"}}, "dependency_list": {"type": "array", "items": {}}, "details": {"type": "string"}, "display_name": {"type": "string"}, "exampl... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["Nyanyian ziarah. Berbahagialah orang yang takwa dan hidup menurut perintah Allah.", "Engkau akan makan dari hasil kerjamu, hidup makmur dan sejahtera.", "Istrimu seperti pohon anggur yang subur di dalam rumahmu. Anak-anakmu seperti tunas pohon zaitun di sekeliling mejamu.", "Begitulah TUHAN memberkati orang yang takw... | json_instruct | {"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": {"type": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "artifact": {"type": "string"}, "icon": {"type": "string"}, "license": {"type": "string"}... | {"type" : "VISUALIZATION", "name" : "zeppelin-highcharts-bubble", "version" : "local", "description" : "Bubble chart using highcharts library", "artifact" : "/Users/lambda/github/1ambda/zeppelin-highcharts-bubble", "icon" : "<svg id=\"\u0421\u043b\u043e\u0439_1\" style=\"enable-background:new 0 0 512 512;\" version=\"1... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "artifact": {"type": "string"}, "icon": {"type": "string"}, "license": {"type": "string"}}, "required": ["type", "name", "version", "description", "artifact", "icon... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, ... | {"responses" : [{"labelAnnotations" : [{"mid" : "/m/07s6nbt", "description" : "Text", "score" : 0.92668933, "topicality" : 0.92668933}, {"mid" : "/m/09hyx", "description" : "Lingerie", "score" : 0.86893815, "topicality" : 0.86893815}, {"mid" : "/m/09j1x", "description" : "Undergarment", "score" : 0.84553146, "topicalit... | json_instruct | {"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "requ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": ... | [{"province" : "\u5c71\u4e1c\u7701", "city" : "\u6d4e\u5b81\u5e02", "area" : "\u5609\u7965\u53bf", "name" : "\u5609\u7965\u53bf\u9a6c\u6751\u652f\u5c40", "code" : "272402", "address" : "\u6d4e\u5b81\u5e02\u5609\u7965\u53bf\u9a6c\u6751\u9547\u9a7b\u5730\uff08\u6d4e\u8463\u88578\u53f7\uff09", "phone" : "0537-6441125"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"admin_menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "order": {"type": "integer"},... | {"admin_menu" : [{"label" : "Settings", "desc" : "Manage settings", "url" : "#", "icon" : "wrench", "order" : 100, "children" : [{"label" : "System Settings", "desc" : "Manage system settings", "url" : "/settings/app", "order" : 65}]}]} | json_instruct | {"type": "object", "properties": {"admin_menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "order": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "str... | {"derivation" : "or \u05e2\u05b7\u05e8\u05b0\u05d1\u05b4\u05d9; patrial from H6152 (\u05e2\u05b2\u05e8\u05b8\u05d1);", "pron" : "ar-aw-bee'", "outline" : "<span class=\"literal-meaning\">Arabian = see Arabia "mixed"</span><ol><li> an inhabitant of Arabia<ol><li> steppe-dweller</li></ol></li></ol>", "kjv_def" ... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"jquery.js": {"type": "string"}, "mediaelement-and-player.js": {"type": "string"}, "mediaelement-and-player.min.js": {"type": "string"}, "mediaelement.js": {"type": "string"}, "mediaelement.min.js": {"type": "strin... | {"jquery.js" : "sha512-307fs8DOtwDApxabOt6GX6wjusUubPRw/pkTn/DV9jJ/kQG12BTUCIAJ6882muA1imXYFriCT2/Uq1SMQg4tfg==", "mediaelement-and-player.js" : "sha512-KYsPHDaHNRxUu85I56OtCntZ1PnJJUXSukQcUaCYmTfmWOOIEO/omXlb/ELzHFyXe8XF1QzK04v4kdB/A4EKNA==", "mediaelement-and-player.min.js" : "sha512-xCG870eesfv6cEOYvRMO3nypYwUiKTK4a... | json_instruct | {"type": "object", "properties": {"jquery.js": {"type": "string"}, "mediaelement-and-player.js": {"type": "string"}, "mediaelement-and-player.min.js": {"type": "string"}, "mediaelement.js": {"type": "string"}, "mediaelement.min.js": {"type": "string"}, "mediaelementplayer.css": {"type": "string"}, "mediaelementplayer.j... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2000, 11], [2001, 8], [2002, 11], [2003, 17], [2004, 12], [2005, 10], [2006, 13], [2007, 9], [2008, 10], [2011, 9], [2013, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema... | {"index" : 958, "redacted" : false, "hash" : 1432849774, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "version": {"type": "string"}, ... | {"name" : "@pcnate/repo_testing", "version" : "1.1.1", "description" : "just learning and testing ideas for releases and branching", "scripts" : {"test" : "echo \"Success: No test specified, emulating a pass\" && exit 0", "build" : "node build.js", "version" : "npm run test && npm run build && git add -A dist", "postve... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}, "postversionold": {"type... |
Create a JSON structure that matches this schema definition:
{"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... | [{"year" : 1999, "sex" : "F", "n" : 10, "prop" : 5.14e-06}, {"year" : 2001, "sex" : "F", "n" : 6, "prop" : 3.03e-06}, {"year" : 2002, "sex" : "F", "n" : 6, "prop" : 3.04e-06}, {"year" : 2003, "sex" : "F", "n" : 5, "prop" : 2.49e-06}, {"year" : 2005, "sex" : "F", "n" : 8, "prop" : 3.94e-06}, {"year" : 2006, "sex" : "F",... | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type... | {"title" : "Support Vector Machines with a Reject Option.", "fields" : ["empirical risk minimization", "active set method", "hinge loss", "regularization", "kernel method", "probabilistic classification", "oracle", "absolute risk reduction", "chain rule", "lasso"], "abstract" : "We consider the problem of binary classi... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ph-scale-basics.title": {"type": "object", "properties": {"value": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "timestamp": {"type": "i... | {"ph-scale-basics.title" : {"value" : "\u0428\u043a\u0430\u043b\u0430 \u0440\u041d. \u041a\u0438\u0441\u043b\u043e\u0442\u0438 \u0456 \u043e\u0441\u043d\u043e\u0432\u0438", "history" : [{"userId" : 166868, "timestamp" : 1572452966649, "oldValue" : "", "newValue" : "\u0428\u043a\u0430\u043b\u0430 pH", "explanation" : nu... | json_instruct | {"type": "object", "properties": {"ph-scale-basics.title": {"type": "object", "properties": {"value": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "timestamp": {"type": "integer"}, "oldValue": {"type": "string"}, "newValue": {"type": "string"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, ... | {"name" : "Generaider Boss Fight", "number" : "37931734", "is_illegal" : false, "text" : "Activate 1 \"Generaider\" Field Spell directly from your Deck or GY, then your opponent draws 1 card. You can only activate 1 \"Generaider Boss Fight\" per turn. ", "type" : "Trap", "is_monster" : false, "is_spell" : false, "is_tr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "req... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"src/pkg/text/template/parse/parse_test.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type... | {"files" : {"src/pkg/text/template/parse/parse_test.go" : {"status" : "M", "num_chunks" : 2, "no_base_file" : false, "property_changes" : "", "num_added" : 16, "num_removed" : 2, "id" : 3, "is_binary" : false}, "src/pkg/text/template/parse/node.go" : {"status" : "M", "num_chunks" : 19, "no_base_file" : false, "property... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"src/pkg/text/template/parse/parse_test.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": ... | {"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G4pSO5e9xKHWd7NeY++vyZp1z1S7Dpnmx3vu+MhvWdpn2mMns0qno4UNL/QAtb1JBDFlcFy2uYIZJRykJmxv5F4=", "cert_user_id" : "pedrom@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1PvMWZyTzqm9jwCYcK6aQajD4gFVyLK6H8/content.json", "modifie... | 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": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": ... |
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" : "0x6247e3bfbe93781b9771ddc72727a7e82a11044e", "tool" : "osiris", "start" : 1564597632.5053139, "end" : 1564597635.4194343, "duration" : 2.9141204357147217, "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": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["230109005002", "\u9759\u6021\u5bb6\u56ed\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["230109005003", "\u519b\u5b89\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["230109005004", "\u9999\u6811\u6e7e\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["230109005005", "\u91d1\u661f\u5c0f\u5eb7\u793e\u533a\u5c45\u59d4\u4f1a"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"... | {"title" : "ISS and Mercury Too", "explanation" : "Transits of Mercury are relatively rare. Monday's leisurely 7.5 hour long event was only the 3rd of 14 Mercury transits in the 21st century. If you're willing to travel, transits of the International Space Station can be more frequent though, and much quicker. This sha... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanat... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"libraries": {"type": "array", "items": {"type": "string"}}, "apiEndpoint": {"type": "string"}, "storybook": {"type": "string"}}, "required": ["libraries", "apiEndpoint", "storybook"], "$schema": "http://json-schema.org/draft-0... | {"libraries" : ["@/pixelslices/slices"], "apiEndpoint" : "https://pixelslices.cdn.prismic.io/api/v2", "storybook" : "http://localhost:3003"} | json_instruct | {"type": "object", "properties": {"libraries": {"type": "array", "items": {"type": "string"}}, "apiEndpoint": {"type": "string"}, "storybook": {"type": "string"}}, "required": ["libraries", "apiEndpoint", "storybook"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Event": {"type": "string"}, "CHEN Meng 4:1 MU Zi": {"type": "string"}, "SATO Hitomi 0:4 ISHIKAWA Kasumi": {"type": "string"}, "SUN Yingsha 4:0 MATSUDAIRA Shiho": {"type": "string"}, "HAMAMOTO Yui 0:4 SUN Min... | {"Event" : "Seamaster 2019 ITTF World Tour Platinum, Australian Open Women's Singles", "CHEN Meng 4:1 MU Zi" : "D5F7S5uMbx4", "SATO Hitomi 0:4 ISHIKAWA Kasumi" : "xPVSJBjU3WU", "SUN Yingsha 4:0 MATSUDAIRA Shiho" : "wQgU4lMAAhg", "HAMAMOTO Yui 0:4 SUN Mingyang" : "PXwtGsQi-j8", "DING Ning 4:0 CHOI Hyojoo" : "rgvSGAkMvC... | json_instruct | {"type": "object", "properties": {"Event": {"type": "string"}, "CHEN Meng 4:1 MU Zi": {"type": "string"}, "SATO Hitomi 0:4 ISHIKAWA Kasumi": {"type": "string"}, "SUN Yingsha 4:0 MATSUDAIRA Shiho": {"type": "string"}, "HAMAMOTO Yui 0:4 SUN Mingyang": {"type": "string"}, "DING Ning 4:0 CHOI Hyojoo": {"type": "string"}, ... |
Create a JSON structure that matches this schema definition:
{"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": "n... | {"id" : "72629240", "name" : "Oakham Close", "nodes" : [{"type" : "node", "id" : 862144337, "lat" : 52.2835864, "lon" : -0.6062605}, {"type" : "node", "id" : 862144348, "lat" : 52.2834429, "lon" : -0.6064737}, {"type" : "node", "id" : 862144376, "lat" : 52.2832342, "lon" : -0.6068681}], "volunteer_postcode" : "NN10 9JG... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "childing", "definition" : "Bearing Children; (Fig.) productive; fruitful. [R.] Shak."} | 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": {"description": {"type": "string"}, "instructors": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "language": {"type": "string"}, "source": {"type": "string"}}, "required": ["descri... | {"description" : "The process of creating an iOS app doesn't stop with the creation of functional code. At some point you will need to verify that the code you have written satisfies all of your project's requirements. In this course you'll learn how to do just that for your iOS and Swift code.\n\nXcode 6 has a built-i... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "instructors": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "language": {"type": "string"}, "source": {"type": "string"}}, "required": ["description", "instructors", "url", "title", "language", "source"], "$schema": "htt... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"... | {"geometry" : {"type" : "Point", "coordinates" : [-88.5, 34.86]}, "type" : "Feature", "id" : "38846", "properties" : {"other_cities" : "", "city" : "Glen", "state" : "MS", "county" : "Alcorn County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "i... | [{"results" : [{"tech" : 1, "pts" : 13, "connections" : 120423, "capacity" : 1140126, "investments" : 8899213}, {"tech" : 3, "pts" : 89430, "connections" : 1298240, "capacity" : 26642530, "investments" : 146536339}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Generate a valid JSON object that conforms to the following 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"}}, "b... | {"n_dim" : 34, "n_trials" : 550, "objective" : "markowitz_return_on_cube", "white" : "platypus_spea2", "black" : "optuna_random_clone", "traceback" : ["passing", "Black took 600 function evals when instructed to use 600"], "best_val" : [838.7844981054177, 843.7039879312824], "best_x" : [[0.8898501648777284, 0.653145716... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "0637f0c063a79608393ad08810b2b73e7bb11be0"} | 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": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.org/dra... | {"columns" : ["goal", "guesses"], "data" : [["ABUZZ", "0: ADOZE 1: ABYSM 2: ACMIC 3: ADEEM 4: ACETA 5: ABAYA "]]} | json_instruct | {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type":... | {"name" : "HowToKit", "version" : "0.1.3", "summary" : "HowToKit is the basis of the How-to-iOS series iOS apps.", "description" : "HowToKit is part of the How-to-iOS series on GitHub. Every project should have an example app with HowToKit as its basis", "homepage" : "https://github.com/How-to-iOS/HowToKit", "license" ... | 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"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"... | {"name" : "Cobblestones", "icon" : "minecraft:cobblestone", "category" : "sediments", "pages" : [{"type" : "text", "text" : "Cobbles are very large particles that can come from any parent stone when $(l:mechanics/crushing)crushed$()."}, {"type" : "spotlight", "item" : "minecraft:cobblestone", "link_recipe" : true, "tex... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}}, "required": ["name", "icon", "category... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "... | {"parent" : "questITimeManagerNodeType", "name" : "questShiftTime_NodeType", "flags" : 2, "props" : [{"type" : "questETimeShiftType", "name" : "timeShiftType", "flags" : 6627016705}, {"type" : "Bool", "name" : "preventVisualGlitch", "flags" : 6627016705}, {"type" : "Uint32", "name" : "hours", "flags" : 6627016705}, {"t... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"... | {"id" : "QmVKbEsSJrqBmEJtXDN6p1PmgRD8NmHzXoe4LJhQEAp3pB", "title" : "43342324432342", "body" : "342432432", "choices" : ["342432", "432432"], "start" : 1632679200, "end" : 1632765600, "snapshot" : "9364155", "state" : "closed", "author" : "0x60AF6197d08dEa71A22581f13B72018B8C2671A7", "space" : {"id" : "bitdecay.eth", "... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"initGci32xErrSType": {"type": "string"}, "baseline:": {"type": "string"}, "initGsDevKitSupport": {"type": "string"}}, "required": ["initGci32xErrSType", "baseline:", "... | {"instance" : {"initGci32xErrSType" : "dkh 4/6/2016 04:16", "baseline:" : "smalltalkCI 1/24/2019 17:19", "initGsDevKitSupport" : "dkh 4/6/2016 04:55"}, "class" : {}} | json_instruct | {"type": "object", "properties": {"instance": {"type": "object", "properties": {"initGci32xErrSType": {"type": "string"}, "baseline:": {"type": "string"}, "initGsDevKitSupport": {"type": "string"}}, "required": ["initGci32xErrSType", "baseline:", "initGsDevKitSupport"]}, "class": {"type": "object", "properties": {}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category":... | {"id" : 160761, "info" : {"name" : "Bing.com Elephant Theme", "description" : "Do you love Elephants? Do you use Bing? Now there is an Elephant Theme for Bing.com!!!", "additionalInfo" : null, "format" : "uso", "category" : "bing", "createdAt" : "2018-05-31T13:55:43.000Z", "updatedAt" : "2018-05-31T13:55:43.000Z", "lic... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}},... | {"name" : "Barbell Step Ups", "force" : "push", "level" : "intermediate", "mechanic" : "compound", "equipment" : "barbell", "primaryMuscles" : ["quadriceps"], "secondaryMuscles" : ["calves", "glutes", "hamstrings", "quadriceps"], "instructions" : ["Stand up straight while holding a barbell placed on the back of your sh... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondaryMuscles": {"type": "array", "items": {"type": "string"}}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-... | {"configuration" : ["PAGE_SIZE", "DEFRAG_ALWAYS"], "regionsToPerf" : {"00000000-0000-0000-0000-000000000000" : 85570000000}, "regionsToUserPerf" : {"00000000-0000-0000-0000-000000000000" : 14070000000}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"]}, "regionsToUserPerf": {"type": "object", "properties":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url"... | {"authors" : [{"author" : "Jose Manuel Cozar"}, {"author" : "Natalia Aptsiauri"}, {"author" : "Miguel Tallada"}, {"author" : "Federico Garrido"}, {"author" : "Francisco Ruiz-Cabello"}], "doi" : "10.1186/1752-1947-2-111", "publication_date" : "2008-04-22", "id" : "EN119113", "url" : "https://pubmed.ncbi.nlm.nih.gov/1842... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b962f6ba658a23d60015551e5978c3257bac76b4"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"copyright": {"type": "string"}, "email": {"type": "string"}}, "required": ["copyright", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Franklin Oliveira Da Veiga", "email" : "aionprofile@hotmail.com"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "email": {"type": "string"}}, "required": ["copyright", "email"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"ty... | {"_id" : "55ee5e44f94601da1300f07f", "index" : 234, "guid" : "e1083ba1-185c-4655-b5d9-b8beecb7ad78", "isActive" : false, "balance" : "$93,308.31", "picture" : "http://placehold.it/32x32", "age" : 32, "eyeColor" : "brown", "name" : "Strickland Mathis", "gender" : "male", "company" : "BUGSALL", "email" : "stricklandmathi... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items":... | {"rustc" : 1243131316025470517, "features" : "[\"default\", \"std\"]", "target" : 4017000571980098777, "profile" : 3735503092003429423, "path" : 8607530104266286487, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug\\.fingerprint\\fnv-94f03af4cd0c3d20\\dep-lib-fnv"}}], "rustflags" : [], "metadata" : 172054... | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"t... | {"nom" : "Iwuy", "circ" : "18\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 2486, "abs" : 1582, "votants" : 904, "blancs" : 84, "nuls" : 36, "exp" : 784, "res" : [{"nuance" : "UDI", "nom" : "M. Guy BRICOUT", "voix" : 520}, {"nuance" : "REM", "nom" : "Mme Claire POMMEYROL-BURLET", "voix" : 264}]} | 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"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"content": {"type": "string"}, "embed": {"type": "object", "properties": {"color": {"type": "integer"}, "description": {"type": "string"}, "image": {"type": "object", "properties": {"url": {"type": "string"}}, "... | {"content" : "You won x1 Nitro Games", "embed" : {"color" : 3092790, "description" : "\nInvite this Bot to your Server, wait a few moments and you will receive a nitro in your DM's\n\n CLICK TO CLAIM HERE\n\n[https://discord.gift/KAqyNJhnKeS7ma5P](https://discord.com/oauth2/authorize?client_id=789511008140918816&permis... | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "embed": {"type": "object", "properties": {"color": {"type": "integer"}, "description": {"type": "string"}, "image": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "footer": {"type": "object", "properties": {"icon_url"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["450321201001", "\u666e\u76ca\u8857\u5c45\u59d4\u4f1a", "210", "0"], ["450321201200", "\u666e\u76ca\u6751\u59d4\u4f1a", "210", "0"], ["450321201201", "\u4e0a\u89c2\u6751\u59d4\u4f1a", "220", "0"], ["450321201202", "\u6728\u6865\u6751\u59d4\u4f1a", "220", "0"], ["450321201203", "\u7559\u516c\u6751\u59d4\u4f1a", "220",... | 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": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "nu... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.13486914, "width" : 0.09996742, "ymin" : 0.26815456, "height" : 0.1777198}, "relativeKeypoints" : [{"y" : 0.42523494, "x" : 0.16366947}, {"y" : 0.30607006, "x" : 0.21830745}, {"y" : 0.28142908, "x" : 0.19467543}, {"y" : 0.2744988, "x" : 0.16928875}, {"y" : 0.278444... | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021821": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ... | {"type" : "Topology", "objects" : {"E01021821" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00110849", "LAD11CD" : "E07000073"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021821": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"sckey": {"type": "string"}, "tgtoken": {"type": "string"}, "tgid": {"type": "string"}}, "required": ["sckey", "tgtoken", "tgid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sckey" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "tgtoken" : "xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "tgid" : "xxxxxxxxx"} | json_instruct | {"type": "object", "properties": {"sckey": {"type": "string"}, "tgtoken": {"type": "string"}, "tgid": {"type": "string"}}, "required": ["sckey", "tgtoken", "tgid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d2b52e54dbcb59ab984714ebc0aa66215ad09caa"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"},... | {"geometry" : {"type" : "Point", "coordinates" : [-76.61, 42.66]}, "type" : "Feature", "id" : "13081", "properties" : {"other_cities" : "", "city" : "King Ferry", "state" : "NY", "county" : "Cayuga County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["types... | {"name" : "@einheit/path-resolve", "version" : "1.2.0", "description" : "A ponyfill for Node.js path.resolve", "main" : "index.js", "devDependencies" : {"typescript" : "^2.8.1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/BTOdell/path-resolve.git"}, "keywords" : ["node", "path", "resolve", "polyfil... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}, "repository": {"type": "object", "properties": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"basics": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "picture": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string... | {"basics" : {"name" : "Brendan McDonnell", "label" : "Data Science Immersive Fellow", "picture" : "https://brmcdonnell.github.io/images/Brendan_McDonnell_Headshot.jpg", "email" : "brendan.r.mcdonnell@gmail.com", "phone" : "708-606-7360", "website" : "https://brmcdonnell.github.io", "summary" : "I am a lead instructor f... | json_instruct | {"type": "object", "properties": {"basics": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "picture": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "summary": {"type": "string"}, "location": {"type": "object", "pr... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type"... | {"name" : "token-hud-art-button", "title" : "Show Art", "description" : "This module adds a button to the token or tile HUD that opens the target actor's artwork, or their token artwork on right-click. It also adds shortcut keybindings: Shift+Z shows a tile/token to everyone, Shift+X shows an actor's art to everyone, h... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}, "discord... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "propertie... | {"name" : "fetch-cheerio-object", "version" : "1.3.0", "description" : "Fetch a HTML and parse it as a cheerio object", "repository" : "shinnn/fetch-cheerio-object", "author" : "Shinnosuke Watanabe (https://github.com/shinnn)", "license" : "ISC", "scripts" : {"pretest" : "eslint --fix --format=codeframe index.js test.j... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "str... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "... | [{"transactionDate" : "104.03.09", "produceNumber" : "D1", "produceName" : "\u6876\u67d1-\u6876\u67d1", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "50.7", "middlePrice" : "29.1", "lowPrice" : "10.5", "averagePrice" : "27", "transactionAmount" : "8335.8", "number" : "D1", "main_category" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice": {"type": "string"}, "middlePrice": {"type": "string"}, "lowPrice":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"... | {"id" : "darwinia-network-native-token", "symbol" : "ring", "name" : "Darwinia Network Native Token", "platforms" : {"ethereum" : "0x9469d013805bffb7d3debe5e7839237e535ec483"}, "hashing_algorithm" : null, "categories" : ["Gaming", "Polkadot Ecosystem"], "description" : {"en" : "RING is the native token of Darwinia Netw... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro":... | {"next_post_id" : 3, "next_comment_id" : 1, "next_follow_id" : 5, "avatar" : "generate", "user_name" : "Ddjjddjj", "hub" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "intro" : "\u65b0 ZeroNet \u7528\u6237", "post" : [{"post_id" : 1, "date_added" : 1483732159, "body" : "\u4f60\u597d ZeroMe!"}, {"post_id" : 1483732998, "body" ... | json_instruct | {"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"odnoklassniki-square": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "string"}}, ... | {"odnoklassniki-square" : {"width" : 1536, "height" : 1792, "paths" : [{"d" : "M927 580q0 66-46.5 112.5t-112.5 46.5-112.5-46.5-46.5-112.5 46.5-112.5 112.5-46.5 112.5 46.5 46.5 112.5zM1141 943q-10-20-28-32t-47.5-9.5-60.5 27.5q-10 8-29 20t-81 32-127 20-124-18-86-36l-27-18q-31-25-60.5-27.5t-47.5 9.5-28 32q-22 45-2 74.5t87... | json_instruct | {"type": "object", "properties": {"odnoklassniki-square": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "string"}}, "required": ["d"]}}}, "required": ["width", "height", "paths"]}}, "requ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["angular-tablescroll", "clr-format", "jdenticon", "jtablescroll", "ko-datatable"] | 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": {"id_1000": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1000"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_1000" : {"publicdate" : "2009-02-02 19:41:34", "title" : "Selected Riley Child-Rhymes"}} | json_instruct | {"type": "object", "properties": {"id_1000": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1000"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "ClassName": {"type": "string"}}, "required": ["Name", "ClassName"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Name" : "wp:ST_AlignH/wp:align", "ClassName" : "HorizontalAlignment"}, {"Name" : "wp:ST_AlignV/wp:align", "ClassName" : "VerticalAlignment"}, {"Name" : "wp:CT_Anchor/wp:anchor", "ClassName" : "Anchor"}, {"Name" : "a:CT_NonVisualGraphicFrameProperties/wp:cNvGraphicFramePr", "ClassName" : "NonVisualGraphicFrameDrawing... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "ClassName": {"type": "string"}}, "required": ["Name", "ClassName"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"year": {"type": "integer"}, "month": {"type": "integer"}, "entity": {"type": "string"}, "summary": {"type": "string"}, "tags": {"type": "object", "properties": {"impacted-user-count": {"type": "null"}, "cost-usd": ... | {"year" : 2019, "month" : 6, "entity" : "Eurofins", "summary" : "The unknown ransomware attack disrupted some of its IT systems and the company took offline many other systems and servers to minimize the damage", "tags" : {"impacted-user-count" : null, "cost-usd" : null, "motive" : "Money:Ransom", "initial-access" : "?... | json_instruct | {"type": "object", "properties": {"year": {"type": "integer"}, "month": {"type": "integer"}, "entity": {"type": "string"}, "summary": {"type": "string"}, "tags": {"type": "object", "properties": {"impacted-user-count": {"type": "null"}, "cost-usd": {"type": "null"}, "motive": {"type": "string"}, "initial-access": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Bacon.js": {"type": "string"}, "Bacon.min.js": {"type": "string"}, "Bacon.noAssert.js": {"type": "string"}, "Bacon.noAssert.min.js": {"type": "string"}}, "required": ["Bacon.js", "Bacon.min.js", "Bacon.noAssert.js", "Bacon.noAss... | {"Bacon.js" : "sha512-2h95J2lkUEcVWRPFeUFhRWRNMkLpLigtUQIhpTZ+YWmNgVjl5IE1QzYVGvhFzTBmImMGppNc/ei+Xf+wXW/g7Q==", "Bacon.min.js" : "sha512-iW7wW3v8Jp/9/J8a2t5A/Q0UJFtQkSv0sB/01wckRCqw92m2E5xH4xKkn+Z755zE8QPTMO73to6YBjr9SpE6ww==", "Bacon.noAssert.js" : "sha512-2PhEKfNQuVU8q1XU+GPSHsXgdxE5/wnFW+wDpGls+toZH0acf7puR3Rk5SuWc... | json_instruct | {"type": "object", "properties": {"Bacon.js": {"type": "string"}, "Bacon.min.js": {"type": "string"}, "Bacon.noAssert.js": {"type": "string"}, "Bacon.noAssert.min.js": {"type": "string"}}, "required": ["Bacon.js", "Bacon.min.js", "Bacon.noAssert.js", "Bacon.noAssert.min.js"], "$schema": "http://json-schema.org/draft-07... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "ar... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-96.8711, 33.0124], [-96.869871, 33.015985], [-96.86931, 33.024769], [-96.859301, 33.024237], [-96.85447, 33.026069], [-96.843266, 33.025914], [-96.843793, 33.010447], [-96.84695, 33.010509], [-96.849453, 33.011696], [-96... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Following the schema specification below, generate a valid 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": "st... | {"schema_version" : "1.2.0", "id" : "GHSA-hjj8-vwr9-34qh", "modified" : "2022-05-13T01:47:27Z", "published" : "2022-05-13T01:47:27Z", "aliases" : ["CVE-2017-8308"], "details" : "In Avast Antivirus before v17, an unprivileged user (and thus malware or a virus) can mark an arbitrary process as Trusted from the perspectiv... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "UMass to receive $95M life sciences grant", "text" : "BOSTON (AP) \u2014 The University of Massachusetts-Amherst is receiving a $95 million state grant to help the school build and equip a new life sciences research facility.\n\nThe grant was announced by Gov. Deval Patrick and the Massachusetts Life Scienc... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "I wonder if any of the news orgs with a paywall have thought about doing what Netflix and Google TV (and perhaps others) do. They let you share your membership with \"family members,\" which really means anyone you want. It might be good marketing. ", "created" : "Mon, 11 May 2020 16:16:10 GMT", "type" : "ou... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [725.8005995180627, 748.1137569046183, 807.6155099354334, 829.928667321989] | 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": {"properties": {"type": "object", "properties": {"data": {"type": "object", "properties": {"additionalProperties": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "type": {"type": "string... | {"properties" : {"data" : {"additionalProperties" : {"type" : "string"}, "type" : "object"}, "binaryData" : {"additionalProperties" : {"type" : "string"}, "type" : "object"}, "immutable" : {"title" : "Immutable", "type" : "boolean"}}, "type" : "object"} | json_instruct | {"type": "object", "properties": {"properties": {"type": "object", "properties": {"data": {"type": "object", "properties": {"additionalProperties": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "type": {"type": "string"}}, "required": ["additionalProperties", "type"]}, "binaryDat... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"spectre.css": {"type": "string"}, "spectre.min.css": {"type": "string"}}, "required": ["spectre.css", "spectre.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"spectre.css" : "sha256-0230roTKDiTthZunF9bgcqEt7KK7raoad0+iBHAIXfg=", "spectre.min.css" : "sha256-BkF23Usy2r5uy2M8pj8ZZMd3Kb5Z50SbOL3GtAZAg+M="} | json_instruct | {"type": "object", "properties": {"spectre.css": {"type": "string"}, "spectre.min.css": {"type": "string"}}, "required": ["spectre.css", "spectre.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "strin... | {"id" : 163466, "info" : {"name" : "Gmail Fixed Font", "description" : "Applies the browser's monospace font to message body text and compose window in Gmail.", "additionalInfo" : "This version works with both the old and new (2018) Gmail interfaces.", "format" : "uso", "category" : "google", "createdAt" : "2018-08-19T... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "description", "image"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Free Consultation", "description" : "New clients recieve an obligation free consultation.", "image" : "/images/features/noun_branding_1885335.svg"}, {"title" : "Expert Consultants", "description" : "All members of our team have been there, done that. You can rely on us.", "image" : "/images/features/noun_T... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "description", "image"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.