input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}... | {"name" : "jquery-html5-placeholder-shim", "description" : "HTML5 Placeholder support for non compliant browsers using jQuery.", "main" : "./jquery.html5-placeholder-shim.js", "homepage" : "https://github.com/parndt/jquery-html5-placeholder-shim", "dependencies" : {"jquery" : ">=1.9.0"}, "repository" : {"type" : "git",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}, "repository": {"type": "object", "properties": {"type": {... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["eurostar-booking-magnet"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it... | {"directions" : ["Place a baking sheet in the refrigerator to chill.", "Melt chocolate in a microwave-safe glass or ceramic bowl in 30-second intervals, stirring after each melting, for 1 to 3 minutes. Dip cookies in the melted chocolate and place on the chilled baking sheet. Return baking sheet to refrigerator until c... | 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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "c5e4d112cd9aa8a1b4c1", "c" : {"1" : false}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required... | {"manifest_version" : 2, "name" : "musicorumFindosus", "description" : "Find your favorite music service", "version" : "1.0.0", "icons" : {"128" : "icon_128.png"}, "browser_action" : {"default_icon" : "icon.png", "default_popup" : "popup.html"}, "permissions" : ["activeTab", "https://open.spotify.com/*", "https://www.m... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "browser_action": {"type": "object", "properties": {"defau... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "chainId": {"type": "integer"}, "decimals": {"type": "integer"}, "symbol": {"type": "string"}, "defaultView": {"type": "string"}, "address": {"type": "string"}, "token": {"ty... | {"key" : "raid-guild", "name" : "Raid Guild", "chainId" : 1, "decimals" : 0, "symbol" : "RAID", "defaultView" : "all", "address" : "0x4BBC860B82E70CB7af1FD50dEBB0143E0F53e016", "token" : "0x4BBC860B82E70CB7af1FD50dEBB0143E0F53e016", "core" : [], "min" : 1, "invalid" : []} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "chainId": {"type": "integer"}, "decimals": {"type": "integer"}, "symbol": {"type": "string"}, "defaultView": {"type": "string"}, "address": {"type": "string"}, "token": {"type": "string"}, "core": {"type": "array", "items": {}}, "... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJeni... | [{"namaKab" : "TOLITOLI", "originalFilename" : "1. MUSTARIM.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 199749, "noUrut" : 1, "nama" : "MUSTARIM", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TOLITOLI", "originalFilename" : "1.JPG", "namaPartai" : "PARTAI DEMOKRAT", "id" : 303855, "noUrut" : 2, "nama" : "DENNY... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"page_title": {"type": "string"}, "meta_descr": {"type": "string"}, "meta_keywords": {"type": "string"}, "start_function": {"type": "string"}, "functions": {"type": "array", "items": {"type": "object", "properties"... | {"page_title" : "JavaScript | \u0417\u0430\u043d\u044f\u0442\u0438\u0435 3", "meta_descr" : "JavaScript: DOM (Document Object Model)", "meta_keywords" : "for, for/in, while, case, if, else, do...while,", "start_function" : "/Javascript/js_object.js", "functions" : [{"type" : "function", "url" : "/js/create_galery.js", ... | json_instruct | {"type": "object", "properties": {"page_title": {"type": "string"}, "meta_descr": {"type": "string"}, "meta_keywords": {"type": "string"}, "start_function": {"type": "string"}, "functions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "func_name": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object... | {"type" : "FeatureCollection", "title" : "Piano di Cammarata", "id" : "452406", "bbox" : [16.259078, 39.744248, 16.259078, 39.744248], "description" : "An ancient place, cited: BAtlas 46 D2 Piano di Cammarata", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [16.259078, 39.744248]}, "... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}... | {"IsRecentlyVerified" : false, "ID" : 113069, "UUID" : "A561C1FC-36CC-440F-8459-A85EC9D8E23A", "DataProviderID" : 2, "DataProvidersReference" : "104318", "OperatorID" : 5, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 113415, "Title" : "LG&E", "AddressLine1" : "3101 Rock Creek Dr", "Town" : "Louisville", "StateOrProvince"... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["tiara air", "oranjestad", "aruba", "kralendijk", "netherlands antilles", "0"], ["tiara air", "oranjestad", "aruba", "willemstad", "netherlands antilles", "0"], ["tiara air", "oranjestad", "aruba", "paraguana", "venezuela", "0"], ["tiara air", "oranjestad", "aruba", "maracaibo", "venezuela", "0"], ["tiara air", "oran... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "default_v... | {"index_name" : "middlebury", "start_urls" : ["http://middlebury.github.io/online-style-guide/editorial"], "selectors" : {"lvl0" : {"selector" : "", "default_value" : "Documentation"}, "lvl1" : "#content h2", "lvl2" : "#content p strong", "text" : "#content p"}, "nb_hits" : 1198} | json_instruct | {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "default_value": {"type": "string"}}, "required": ["selector", "defau... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"start": {"type": "object", "properties": {"output": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["output", "explorer"]}, "stop": {"type": "object", "properties": {"output": {"type": "string"}, "explorer": {"... | {"start" : {"output" : "workbench.debug.action.focusRepl", "explorer" : "workbench.view.debug"}, "stop" : {"output" : "workbench.action.output.toggleOutput", "explorer" : "workbench.view.explorer", "terminatePreLaunchTask" : true}} | json_instruct | {"type": "object", "properties": {"start": {"type": "object", "properties": {"output": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["output", "explorer"]}, "stop": {"type": "object", "properties": {"output": {"type": "string"}, "explorer": {"type": "string"}, "terminatePreLaunchTask": {"type": "boo... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "strin... | {"avif" : [{"format" : "avif", "width" : 90, "height" : 90, "url" : "/img/avatars/opencollective/netin-nopeustesti.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/opencollective/netin-nopeustesti.avif 90w", "filename" : "netin-nopeustesti.avif", "outputPath" : "src/img/avatars/opencollective/netin-nopeuste... | json_instruct | {"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "ou... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"figCaption": {"type": "string"}}, "required": ["figCaption"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"figCaption" : "Tekst under bildet med en <a href=\"{{link.sider-infoportal-seksjonsforside-v-starteogdrive}}\">lenke</a>."} | json_instruct | {"type": "object", "properties": {"figCaption": {"type": "string"}}, "required": ["figCaption"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license... | {"name" : "@types/qwebchannel", "version" : "1.0.0", "description" : "TypeScript definitions for QT WebChannel API", "scripts" : {}, "author" : "Volume Graphics GmbH", "homepage" : "https://www.volumegraphics.com/", "license" : "MIT", "types" : "index", "typeScriptVersion" : "3.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "types": {"type": "string"}, "type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"type": "string"}... | {"id" : "100136537", "city" : {"code" : 2600, "name" : "\ubd80\uc0b0\uad11\uc5ed\uc2dc"}, "region" : {"code" : "2260502", "name" : "\ubd80\uc0b0\uc9c4\uad6c\uc744"}, "party" : "\ubbf8\ub798\ud1b5\ud569\ub2f9", "name" : "\uc774\ud5cc\uc2b9", "hasEmail" : true} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"1547613949234": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1547613949498": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"... | {"1547613949234" : {"type" : "st"}, "1547613949498" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9XT1JMRF9FYXJ0aC1FUV9XT1JMRF9FQVJUSC5odG1sLWFuYWx5dGljcy0xNTQ3NjEzOTQ5MzQ1.json"}} | json_instruct | {"type": "object", "properties": {"1547613949234": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1547613949498": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "requir... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {"type": "string"}}}, ... | {"contacts" : [{"name" : "Patrick San Francesco", "email" : "delhi@samarpanfoundation.org", "designation" : "Chief Functionary", "mobile" : ["91-9873872451"]}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=8407", "name" : "SAMARPAN FOUNDATION", "primaryEmail" : "nilofer@samarpanfoundation.org", "o... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "email", "designation", "mobile"]}}, "gui... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "stats": {"type": "string"}}, "required": ["id", "t... | {"id" : 10605, "type" : 75, "name" : "Pergamino del hechizo B\u00fameran P\u00e9rfido", "level" : 1, "pods" : 1, "ethereal" : false, "stats" : ""} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "stats"], "$sche... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"created_at": {"type": "string"}, "updated_at": {"type": "string"}, "code": {"type": "string"}, "... | [{"model" : "coderdojochi.meetingtype", "pk" : 1, "fields" : {"created_at" : "2013-01-01T06:00:00Z", "updated_at" : "2013-01-01T06:00:00Z", "code" : "", "title" : "Introductory Meeting", "slug" : "introductory-meeting", "description" : "<p>This will be an introduction meeting. We will be going over our progress, our fu... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"created_at": {"type": "string"}, "updated_at": {"type": "string"}, "code": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "descr... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "... | {"directions" : ["Heat the canola oil in a large skillet over medium heat and stir in the ginger slices. Cook and stir until fragrant and lightly browned. Remove ginger and set aside. Season chicken with salt and pepper. Place chicken in the same skillet over medium-high heat without crowding. Cook until chicken is lig... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"infoPage": {"type": "object", "properties": {"match": {"type": "string"}, "indexPage": {"type": "string"}, "footer": {"type": "string"}, "bookInfos": {"type": "object", "properties": {"source": {"type": "string"},... | {"infoPage" : {"match" : "$('.breadnav a').length == 1", "indexPage" : "$.location()", "footer" : "$('footer').length > 0", "bookInfos" : {"source" : "$.location()", "title" : "$('.all').text()", "author" : "'\u6728\u6728X'", "classes" : "$('.all').text()", "isend" : "false", "cover" : "'http://image.hnol.net/c/2016-03... | json_instruct | {"type": "object", "properties": {"infoPage": {"type": "object", "properties": {"match": {"type": "string"}, "indexPage": {"type": "string"}, "footer": {"type": "string"}, "bookInfos": {"type": "object", "properties": {"source": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "classes": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"t... | {"userId" : 76981, "cartId" : "b07c0423-00ac-4721-ad9a-8fa7c7567f36", "preferredProducts" : [], "productReviews" : [{"productId" : 1473, "reviewText" : "This Facilitator works excessively well. It speedily improves my baseball by a lot.", "reviewDate" : "2017-04-16T08:37:43.6121575+03:00"}, {"productId" : 2847, "review... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema"... | [{"name" : "DAINE", "frequency" : 622, "males" : "51.60771704180064 %", "females" : "48.39228295819936 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ColorSpace": {"type": "string"}, "CustomRendered": {"type": "string"}, "DateTimeOriginal": {"type": "string"}, "DigitalZoomRatio": {"type": "string"}, "ExifIFDPointer": {"type": "string"}, "ExifImageHeight": {"type"... | {"ColorSpace" : "", "CustomRendered" : "Custom", "DateTimeOriginal" : "2008:03:18 04:02:12", "DigitalZoomRatio" : "0.002", "ExifIFDPointer" : "175", "ExifImageHeight" : "1200", "ExifImageWidth" : "1600", "ExifVersion" : "0220", "ExposureBias" : "1", "ExposureProgram" : "Shutter priority", "ExposureTime" : "0", "FNumber... | json_instruct | {"type": "object", "properties": {"ColorSpace": {"type": "string"}, "CustomRendered": {"type": "string"}, "DateTimeOriginal": {"type": "string"}, "DigitalZoomRatio": {"type": "string"}, "ExifIFDPointer": {"type": "string"}, "ExifImageHeight": {"type": "string"}, "ExifImageWidth": {"type": "string"}, "ExifVersion": {"ty... |
Based on the schema below, produce a valid JSON object:
{"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#"}
| {"repair_end" : "2019-07-24 19:26:15.594025", "repair_begin" : "2019-07-24 17:26:12.146100", "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"css/auth.css": {"type": "string"}, "js/app.js": {"type": "string"}, "js/ie.js": {"type": "string"}}, "required": ["css/auth.css", "js/app.js", "js/ie.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/auth.css" : "css/auth-b2df36d73c.css", "js/app.js" : "js/app-9e4fa0ca12.js", "js/ie.js" : "js/ie-fc49ecd7c7.js"} | json_instruct | {"type": "object", "properties": {"css/auth.css": {"type": "string"}, "js/app.js": {"type": "string"}, "js/ie.js": {"type": "string"}}, "required": ["css/auth.css", "js/app.js", "js/ie.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"typ... | {"body" : "in reference to https://github.com/spack/spack/issues/8152\r\n\r\n`2.6.5` is supposed to fix this issue, until then, let's use `2.6.3` by default.", "user" : "davydden", "url" : "https://api.github.com/repos/spack/spack/issues/8154", "updated_at" : "2018-05-17 20:58:35", "created_at" : "2018-05-16 15:27:36",... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string... | {"name" : "paulxu-cn/yield-thread", "description" : "A Java thread-like coroutine scheduler implemented with PHP", "keywords" : ["yield", "coroutine", "thread", "yield thread"], "license" : "MIT", "version" : "0.0.1", "type" : "library", "authors" : [{"name" : "PaulXu-cn", "email" : "dianzikdcdmain@163.com"}], "require... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["511621111001", "\u9f99\u6865\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["511621111002", "\u91d1\u9f99\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["511621111201", "\u996d\u6ee9\u6865\u6751\u59d4\u4f1a", "220", "0"], ["511621111202", "\u7f8a\u5b50\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["511621111203", "\u96f7\u6... | json_instruct | {"type": "array", "items": {"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": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "require... | {"contract" : "0x14fb4c93fe461ec3f9f22b61ab7030f258867969", "tool" : "manticore", "start" : 1564907050.5291493, "end" : 1564908852.1714818, "duration" : 1801.6423325538635, "analysis" : [[]]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"... | {"userId" : 92653, "cartId" : "78c7f27c-4454-4b09-afed-2780f9878925", "preferredProducts" : [3065, 3628, 3496, 1292, 3321], "productReviews" : [{"productId" : 3088, "reviewText" : "heard about this on melodic death metal radio, decided to give it a try.", "reviewDate" : "2019-10-19T08:25:17.8358559+03:00"}, {"productId... | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, ... | {"name" : "ckeditor-icclist-plugin", "version" : "0.1.0", "description" : "CKEditor plugin for adding lists in iccxml", "main" : "index.js", "repository" : "git+https://github.com/InternationalCodeCouncil/ckeditor-iccexception-plugin", "author" : "Caxy <dev@caxy.com>", "license" : "MIT", "dependencies" : {"copy-webpack... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"copy-webpack-plugi... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "patternProperties": {"type": "object", "properties": {"^x-oas... | {"id" : "x-oasis-cti-tc-assertion-ext.json", "$schema" : "http://json-schema.org/draft-04/schema#", "title" : "assertion-ext", "description" : "The Assertion Extension is intended to convey an assertion about the SDO it is included in, which currently is either an Observed Data or an Indicator SDO.", "type" : "object",... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "patternProperties": {"type": "object", "properties": {"^x-oasis-cti-tc-assertion-ext$": {"type": "object", "properties": {"type": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}},... | {"n_dim" : 3, "n_trials" : 130, "objective" : "markowitz_analytic_on_cube", "white" : "platypus_omopso", "black" : "platypus_genetic", "traceback" : ["passing", "passing"], "best_val" : [0.14682582201890257, 0.12215841769791813], "best_x" : [[0.408767706119311, 0.34807131624298837, 0.26557228123779786], [0.339066514078... | 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": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jquery.awesome-cursor.js": {"type": "string"}, "jquery.awesome-cursor.min.js": {"type": "string"}}, "required": ["jquery.awesome-cursor.js", "jquery.awesome-cursor.min.js"], "$schema": "http://json-schema.org/d... | {"jquery.awesome-cursor.js" : "sha512-X06EYjlkky/RqoGpkwHEH9i6d9Zs6i6V2PhI33bvWL5CGFor/T/N0MM5kTgWVLddeaVguL8j7n2O9Y/lW9diow==", "jquery.awesome-cursor.min.js" : "sha512-io/7WcrAPNTjhzLbB7ewEqktGPYxuf0jmoGt5usrq3H+KPsXlsFxkaDjoly5MgIKMqF8c2b7Wg3SvtGq2wQWhQ=="} | json_instruct | {"type": "object", "properties": {"jquery.awesome-cursor.js": {"type": "string"}, "jquery.awesome-cursor.min.js": {"type": "string"}}, "required": ["jquery.awesome-cursor.js", "jquery.awesome-cursor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d1773-4", "text" : "2\nNATIONAL ASSOCIATION OF EDUCATIONAL BROADCASTERS\nREGION V CONVENTION\nPROGRAM\nJune 14\n(Morning session) 9 A.M.\nPresiding Mr* John C* Schwarzmlder, Director,\nRegion V\nManager, KUHT, University of Houston\nWeloome ... * * Mr. Henry H* Mamet, Station Manager, KR1A-TV\nAddress .. Dr* K... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1407011003", "district_id" : "1407011", "name" : "SULIGI"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"message" : "type guard field DeityUnion.Supernatural.name expects type \"String?\" but Deity.name is type \"Int?\"."}, {"message" : "type guard field DeityUnion.Supernatural.power expects type \"[String]\" but Deity.power is type \"[String]?\"."}, {"message" : "type guard field HeroUnion.Character.name expected but ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "item... | {"type" : "FeatureCollection", "title" : "Ain Shellaly", "id" : "746708", "bbox" : [35.412735, 29.572969, 35.412735, 29.572969], "description" : "An ancient place, cited: BAtlas 76 G2 Ain Shellaly", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [35.412735, 29.572969]}, "properties" ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.75, 22.75], [152.75, 22.833333333333332], [152.875, 22.833333333333332], [152.875, 22.75], [152.75, 22.75]]]}, "properties" : {"code" : 345216, "url" : "http://madefor.github.io/0410/api/v1/345216.geojson", "view" : "https://github.com/madefo... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Learn How to Multiply a Monomial by a Polynomial with a Fraction Coefficient\n\n[imath]\\frac{1}{2} x^{3}\\left(4 x^{2}-5 x+2\\right)[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=8rCSalT4wqQ"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "preco... | {"name" : "polymer-vis", "description" : "Global namespace with some utilities functions for PolymerVis.", "main" : "polymer-vis.html", "scripts" : {"lint" : "npx eslint *.js", "test" : "echo \"Error: no test specified\" && exit 1", "build" : "npx jsdoc2md --template README.hbs --files polymer-vis.js > README.md", "pre... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "precommit": {"type": "string"}}, "required": ["lint", "test", "b... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.ignoreWords" : ["cache", "data", "name"]} | json_instruct | {"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "nu... | [{"Id" : "169063", "ThreadId" : "50440", "Html" : "<p>Hi there,</p>\r\n<p>Is it possible to call a sheet by its name rather than its index?</p>\r\n<p>So normally I would use</p>\r\n<p>$objPHPExcel->setActiveSheetIndex(0);</p>\r\n<p>but what I want to do is to call the sheet by name eg</p>\r\n<p>$objPHPExcel->setA... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "title" : "Oescus (river)", "id" : "216908", "bbox" : [23.5370147, 42.5159742, 23.5370147, 42.5159742], "description" : "The Oescus river (modern Iskar) is a river of Bulgaria and tributary of the Danube.", "connectsWith" : ["226577"], "names" : ["Oescus"], "features" : [{"type" : "Featur... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hosted-zone:account=321723152483:domainName=marioscalas.me:region=eu-west-1": {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Id", "Name"]}, "availability-... | {"hosted-zone:account=321723152483:domainName=marioscalas.me:region=eu-west-1" : {"Id" : "/hostedzone/Z2E4D5JNN2QFD6", "Name" : "marioscalas.me."}, "availability-zones:account=321723152483:region=eu-west-1" : ["eu-west-1a", "eu-west-1b", "eu-west-1c"]} | json_instruct | {"type": "object", "properties": {"hosted-zone:account=321723152483:domainName=marioscalas.me:region=eu-west-1": {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Id", "Name"]}, "availability-zones:account=321723152483:region=eu-west-1": {"type": "array", "items": {"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"start" : "nodemon chapter1/helloWord.js --config nodemon.json"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rankine:block/polished_shonkinite_vertical_slab_straight"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"TotalAmount": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemUnitCount": {"type": "string"}, "ItemUnitValue": {"type": "string"}, "ItemTot... | {"TotalAmount" : "1,084.17", "LineItem" : [{"ItemDescription" : "NATIONAL", "ItemUnitCount" : "17.23", "ItemUnitValue" : "63.00", "ItemTotal" : "922.67"}, {"ItemDescription" : "1 COLOR", "ItemTotal" : "161.50", "ItemUnitCount" : "", "ItemUnitValue" : ""}], "InvoiceNumber" : "", "IssuedDate" : ""} | json_instruct | {"type": "object", "properties": {"TotalAmount": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemUnitCount": {"type": "string"}, "ItemUnitValue": {"type": "string"}, "ItemTotal": {"type": "string"}}, "required": ["ItemDescription",... |
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" : "CEMILE", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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",... | {"ast" : null, "code" : "var _jsxFileName = \"/Users/prasad/Desktop/test projects/amazon-clone/src/Checkout.js\";\nimport React from 'react';\nimport { useStateValue } from \"./StateProvider\";\nimport checkoutad from \"./assets/checkout-ad.jpg\";\nexport default function Checkout() {\n const [{\n basket\n }, _] =... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts... | {"name" : "superheroes", "version" : "1.0.0", "description" : "", "main" : "heroes.js", "engines" : {"node" : "10.x"}, "scripts" : {"start" : "node app/heroes.js $PORT", "test" : "node_modules/.bin/newman --env-var 'url=http://localhost:3000' run app/test/superheroes.postman_collection.json", "e2etest" : "node_modules/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "str... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required":... | {"index" : 6088, "hash" : 3116563244, "artDyeHash" : 3116563244, "redacted" : false, "dyeManifestHash" : 2701757740, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "stri... | {"id" : "ERS203H5S20201", "code" : "ERS203H5S", "name" : "Rock Forming Processes", "description" : "Deep beneath volcanoes lie magmatic systems where magma is formed and evolves. These systems are directly related to plate tectonics and the structure and chemistry of the Earth. This course will study these systems ? ho... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "num... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.8937163, "width" : 0.07040554, "ymin" : 0.6019823, "height" : 0.088006854}, "relativeKeypoints" : [{"y" : 0.6139993, "x" : 0.90974706}, {"y" : 0.67269397, "x" : 0.9414908}, {"y" : 0.6749977, "x" : 0.93832475}, {"y" : 0.6720973, "x" : 0.93368524}, {"y" : 0.6664483, ... | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "stri... | {"name" : "express-graphql-serverless", "version" : "1.0.0", "description" : "", "main" : "functions/api.js", "scripts" : {"dev" : "netlify-lambda serve src", "build" : "netlify-lambda build src"}, "keywords" : [], "author" : "ThunderMiracle", "license" : "MIT", "dependencies" : {"body-parser" : "^1.19.0", "express" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "keywords": {"type": "array", "... |
Construct a JSON document that adheres to this schema specification:
{"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"}}, "... | {"n_dim" : 21, "n_trials" : 340, "objective" : "markowitz_realized_on_cube", "white" : "platypus_epsmoea", "black" : "optuna_random", "traceback" : ["passing", "passing"], "best_val" : [2.974259511879459, 6.253776590822765], "best_x" : [[0.35635662294461123, 0.005225134703744749, 0.1351488514481869, 0.130473385424546, ... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 404424005, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a0ec31594ab0644c3a82b6fc0a71f3cd", "wof:id" : 404424005, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.49212513868067, 48.00617718531993, 4.59368931754117, 48.0888259530246]... | 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": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "string"}}, "required": ["root", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"root" : true, "extends" : "@sealsystems/eslint-config-es"} | json_instruct | {"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "string"}}, "required": ["root", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "build": {"type": "object", "properties": {"dockerfile": {"type": "string"}, "args": {"type": "object", "properties": {"VARIANT": {"type": "string"}, "INSTALL_MAVEN": {"type": "string"}, "INSTALL_... | {"name" : "Advent of Code 2021", "build" : {"dockerfile" : "Dockerfile", "args" : {"VARIANT" : "17", "INSTALL_MAVEN" : "true", "INSTALL_GRADLE" : "false", "NODE_VERSION" : "none"}}, "settings" : {"java.home" : "/docker-java-home"}, "extensions" : ["vscjava.vscode-java-pack", "streetsidesoftware.code-spell-checker", "mh... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "build": {"type": "object", "properties": {"dockerfile": {"type": "string"}, "args": {"type": "object", "properties": {"VARIANT": {"type": "string"}, "INSTALL_MAVEN": {"type": "string"}, "INSTALL_GRADLE": {"type": "string"}, "NODE_VERSION": {"type": "string"... |
Please provide a valid JSON object following this 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"}, "is_trap":... | {"name" : "Future Drive", "number" : "12508268", "is_illegal" : false, "text" : "Target 1 \"Utopic Future\" Xyz Monster you control; apply the following effect(s) to that monster you control for the rest of this turn.\n\u25cf It can attack all monsters your opponent controls once each.\n\u25cf If it battles an opponent... | 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": {"1989": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "countRefugee": {"type": "string"}}, "required": ["country", "countRefugee"]}}, "1990": {"type": "array", "it... | {"1989" : [{"country" : "Suriname", "countRefugee" : "6601"}], "1990" : [{"country" : "Suriname", "countRefugee" : "6601"}], "1991" : [{"country" : "Suriname", "countRefugee" : "5902"}], "1992" : [{"country" : "Suriname", "countRefugee" : "1667"}], "1993" : [{"country" : "Suriname", "countRefugee" : "11"}], "1994" : [{... | json_instruct | {"type": "object", "properties": {"1989": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "countRefugee": {"type": "string"}}, "required": ["country", "countRefugee"]}}, "1990": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "count... |
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"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type":... | {"name" : "react-native-anchor-parser", "version" : "0.0.2", "description" : "You can convert Acchor tag with simple clickable title", "main" : "index.js", "typings" : "index.d.ts", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["react-native", "react-native-anchor-parser", "react-n... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "plasmatic", "definition" : "1. Forming; shaping; molding. [Obs.] Dr. H. More. 2. (Biol.) Of or pertaining to plasma; having the character of plasma; containing, or conveying, plasma."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : 14140201583299346137, "features" : "[]", "target" : 12736166166696524604, "profile" : 4339006351771724982, "path" : 773007104366097121, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/untrusted-9579e994c86423b2/dep-lib-untrusted"}}], "rustflags" : [], "metadata" : 33552462534598... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "... | {"name" : "@kangojs/error-handler", "version" : "0.2.4", "description" : "An error handler for Express.", "author" : "Ben-Ryder <dev@benryder.me> (https://www.benryder.me)", "homepage" : "https://github.com/kangojs/kangojs/tree/main/packages/error-handler", "bugs" : "https://github.com/kangojs/kangojs/issues", "license... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "key", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "data/TT", "key" : "TT", "name" : "TRINIDAD AND TOBAGO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "key", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "maxLength": {"type": "integer"}}, "required": ["title", "descripti... | {"title" : "Sample Collection Equipment", "description" : "", "type" : "string", "enum" : ["Bucket", "DH-81", "DH-95", "Diffusion Gradient in Thin Film", "Kemmerer Bottle", "Nansen Bottle", "Niskin Bottle", "Osterberg Piston Sampler", "pH Paper", "Polar Orga. Chem. Integrative Sampler", "Probe/Sensor", "Pump/Air Lift",... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "maxLength": {"type": "integer"}}, "required": ["title", "description", "type", "enum", "maxLength"], "$schema": "http://json-schema.org/d... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": ... | {"name" : "unicorn", "version" : "1.0.3", "description" : "A Gulp & Pug Starter Kit", "author" : "Tyler King", "license" : "MIT", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "gulp"}, "keywords" : ["bourbon", "neat", "gulp", "sass", "js", "images"], "bugs" : {"ur... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"env": {"type": "object", "properties": {"Server": {"type": "string"}, "Account": {"type": "string"}, "Version": {"type": "string"}, "RETRIES": {"type": "integer"}, "iflag": {"type": "string"}}, "required": ["Server", "Account"... | {"env" : {"Server" : "QA", "Account" : "VK8", "Version" : "v2", "RETRIES" : 1, "iflag" : "yes"}, "reporter" : "cypress-multi-reporters", "reporterOptions" : {"reporterEnabled" : "mochawesome", "mochawesomeReporterOptions" : {"reportDir" : "cypress/reports/mocha", "quite" : true, "overwrite" : false, "html" : true, "jso... | json_instruct | {"type": "object", "properties": {"env": {"type": "object", "properties": {"Server": {"type": "string"}, "Account": {"type": "string"}, "Version": {"type": "string"}, "RETRIES": {"type": "integer"}, "iflag": {"type": "string"}}, "required": ["Server", "Account", "Version", "RETRIES", "iflag"]}, "reporter": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "library": {"type": "string"}, "hooks": {"type": "array", "items": {"type": "object", "properties": {"hook":... | {"id" : "nodebb-plugin-custom-persona-templates", "name" : "Custom Persona Templates", "description" : "Adds custom templates to the persona theme", "url" : "https://github.com/btw6391/nodebb-plugin-custom-persona-templates", "library" : "./library.js", "hooks" : [{"hook" : "filter:teasers.get", "method" : "getTeasers"... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "library": {"type": "string"}, "hooks": {"type": "array", "items": {"type": "object", "properties": {"hook": {"type": "string"}, "method": {"type": "string"}}, "required"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "210281208200", "text" : "\u5b59\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "210281208201", "text" : "\u5a18\u5a18\u5bab\u6751\u59d4\u4f1a"}, {"id" : "210281208203", "text" : "\u4e09\u53f0\u6751\u59d4\u4f1a"}, {"id" : "210281208204", "text" : "\u897f\u84dd\u65d7\u6751\u59d4\u4f1a"}, {"id" : "210281208206", "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mocha-mocha", "version" : "0.0.0", "lockfileVersion" : 1} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type"... | {"name" : "yandere", "version" : "1.0.0", "description" : "Javascript/Typescript library that provides browser- and Observable-friendly error wrappers, inspired by verror.", "main" : "dist/index.js", "types" : "dist/index.d.ts", "directories" : {"lib" : "lib", "test" : "test"}, "devDependencies" : {"chai" : "^4.1.2", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}, "test": {"type": "string"}}, "required": ["lib", "test"]}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties":... | {"id" : "47935", "name" : {"en" : "Hamby U. S. Army Airfield"}, "country" : "JP", "region" : "ON", "identifiers" : {"wmo" : "47935", "icao" : "ROHF", "usaf" : "479350"}, "location" : {"latitude" : 26.3, "longitude" : 127.7667, "elevation" : 5}, "timezone" : "Asia/Tokyo"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "usaf... |
Generate a valid JSON object that conforms to the following schema:
{"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... | [{"province" : "\u65b0\u7586\u7ef4\u543e\u5c14\u81ea\u6cbb\u533a", "city" : "\u4e4c\u9c81\u6728\u9f50\u5e02", "area" : "\u5929\u5c71\u533a", "name" : "\u4e4c\u9c81\u6728\u9f50\u5e02\u5409\u987a\u8def\u90ae\u653f\u652f\u5c40", "code" : "830002", "address" : "\u65b0\u7586\u7ef4\u543e\u5c14\u81ea\u6cbb\u533a\u4e4c\u9c81\u... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"typ... | {"expireTime" : 9007200895887129000, "key" : "8e7946ab7215a5d765df52cc2a9c4fff", "val" : {"name" : "IMAGE_PROCESSING", "inputPaths" : ["/home/shub/Desktop/Shubham-portfolio/content/featured/AuthApp/authh.png"], "outputDir" : "/home/shub/Desktop/Shubham-portfolio/public/static/32843e7703688d0c585ff5b497e6a42b", "args" :... | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"type": "string"}, "args": {"type": "object", "properties": {"isLazy": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[129.0, 42.083333333333336], [129.0, 42.166666666666664], [129.125, 42.166666666666664], [129.125, 42.083333333333336], [129.0, 42.083333333333336]]]}, "properties" : {"code" : 632910, "url" : "http://madefor.github.io/0410/api/v1/632910.geojson",... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "POSSIBLY INQUISITIVE AND OBSERVING MEN MAY, BY STRENGTH OF JUDGMENT, PENETRATE FARTHER, AND ON PROBABILITIES TAKEN FROM WARY OBSERVATION,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/14956.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": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bookshelf", "main" : "bookshelf.d.ts"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}}, "required": ["name", "version", "description... | {"name" : "digital_cleanup", "version" : "", "description" : "Ukrainian website for digital cleaning", "keywords" : ["Digital Cleanup", "Digital Cleaning", "digital cleaning", "digital cleanup", "\u0426\u0438\u0444\u0440\u043e\u0432\u0435 \u043f\u0440\u0438\u0431\u0438\u0440\u0430\u043d\u043d\u044f", "\u0446\u0438\u044... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}}, "required": ["name", "version", "description", "keywords", "author"], "$schema": "http://json-schema.... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalized... | {"date" : 20200714, "states" : 56, "positive" : 3402862, "negative" : 15548344, "pending" : 960, "hospitalizedCurrently" : 55677, "hospitalizedCumulative" : 173609, "inIcuCurrently" : 9342, "inIcuCumulative" : 11857, "onVentilatorCurrently" : 2263, "onVentilatorCumulative" : 1154, "dateChecked" : "2020-07-14T24: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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "group": {"type": "integer"}}, "required": ["name", "group"]}}, "links": {"type": "array", "items": {"type": "object", "properties"... | {"nodes" : [{"name" : "1", "group" : 1}, {"name" : "2", "group" : 2}, {"name" : "3", "group" : 3}, {"name" : "4", "group" : 4}, {"name" : "5", "group" : 5}], "links" : [{"source" : 0, "target" : 1, "value" : 2}, {"source" : 1, "target" : 2, "value" : 3}, {"source" : 2, "target" : 3, "value" : 2}, {"source" : 0, "target... | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "group": {"type": "integer"}}, "required": ["name", "group"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "integer"}, "target": {"type": "int... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Umangan, Aliaga, Nueva Ecija, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.nueva-ecija.aliaga.umangan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "regio... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"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/sche... | [{"id" : "1207080001", "district_id" : "1207080", "name" : "SIBARGOT"}, {"id" : "1207080002", "district_id" : "1207080", "name" : "BANDAR KUMBUL"}, {"id" : "1207080003", "district_id" : "1207080", "name" : "TANJUNG MEDAN"}, {"id" : "1207080004", "district_id" : "1207080", "name" : "JANJI"}, {"id" : "1207080005", "distr... | json_instruct | {"type": "array", "items": {"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#"} |
Generate a valid JSON object that conforms to the following schema:
{"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/b/bc/Mods_Update_poster.png/revision/latest?cb=20200917201312", "sha1" : "6792adc8a11febb581b30568e5f4916ef9b80984"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal":... | {"type" : "Feature", "properties" : {"name" : "Crisp County", "name_long" : "Crisp County, GA", "fips" : "13081", "state_code_int" : 13, "state_code_postal" : "GA", "state_code_iso" : "US-GA", "county_code" : 81, "population" : 22372, "countrylevel_id" : "fips:13081", "census_data" : {"COUNTYNS" : "00351607", "AFFGEOID... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "request": {"type": "string"}, "name": {"type": "string"}, "sourceMaps": {"type": "boo... | {"version" : "0.2.0", "configurations" : [{"type" : "electron", "request" : "launch", "name" : "Launch this", "sourceMaps" : true}, {"type" : "electron", "request" : "launch", "name" : "Launch something", "appDir" : "C:/source/hostscan", "sourceMaps" : true}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "request": {"type": "string"}, "name": {"type": "string"}, "sourceMaps": {"type": "boolean"}}, "required": ["type", "request", "name", "sourceMaps"]... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"0-17": {"type": "integer"}, "18-49": {"type": "integer"}, "50-64": {"type": "integer"}, "65+": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["0-17", "18-49", "50-64", "65+", "total"], "$schema": "http://json... | {"0-17" : 0, "18-49" : 222, "50-64" : 556, "65+" : 2929, "total" : 3708} | json_instruct | {"type": "object", "properties": {"0-17": {"type": "integer"}, "18-49": {"type": "integer"}, "50-64": {"type": "integer"}, "65+": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["0-17", "18-49", "50-64", "65+", "total"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da... | {"id" : 9151, "citation_title" : "Do Mergers Lead to Monopoly in the Long Run? Results from the Dominant Firm Model", "citation_author" : ["Gautam Gowrisankaran", "Thomas J. Holmes"], "citation_publication_date" : "2002-09-01", "issue_date" : "2002-09-01", "revision_date" : "None", "topics" : ["Public Economics", "Taxa... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "1501050021", "district_id" : "1501050", "name" : "KOTO BARU HIANG"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["r-svunit"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "BUT THIS BY THE BY.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/3899.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "metal": {"type": "string"}, "denomination": {"type": "string"}, "date": {"type": "string"}, "weight": {"type": "number"}, "diameter": {"type": "number"}, "... | {"id" : 376, "name" : "Scorpion", "metal" : "gold (Au 999,9)", "denomination" : "2 hryvnias", "date" : "17 December 2007", "weight" : 1.24, "diameter" : 13.92, "thickness" : null, "quality" : "special uncirculated", "edge" : "smooth", "mintage" : 10000, "categoryId" : 5918, "category" : "Signs of the Zodiac", "generalD... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "metal": {"type": "string"}, "denomination": {"type": "string"}, "date": {"type": "string"}, "weight": {"type": "number"}, "diameter": {"type": "number"}, "thickness": {"type": "null"}, "quality": {"type": "string"}, "edge": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "req... | [{"review_id" : "8681767", "movie_id" : "83432", "author" : "ktsr****", "review" : "\uacfc\uac70\uc640 \ud604\ub300\ub97c \uc624\uac00\ub294 \uc544\ub984\ub2e4\uc6b4 \uc601\uc0c1\uacfc \uc74c\uc545\uc0ac\ub791\uc758 \ube5b\uacfc \uace0\ud1b5", "rating" : "9", "date" : "14.04.29"}, {"review_id" : "8566778", "movie_id" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]... |
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-x644-frhj-mfj8", "modified" : "2022-05-01T02:05:38Z", "published" : "2022-05-01T02:05:38Z", "aliases" : ["CVE-2005-2162"], "details" : "PHP remote file inclusion vulnerability in form.inc.php3 in MyGuestbook 0.6.1 allows remote attackers to execute arbitrary PHP code via the la... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "re... | {"name" : "anrw/wp-scratch-theme", "description" : "Wordpress Theme Boilerplate", "license" : "GNU GPL", "authors" : [{"name" : "Andrew Tolochka", "email" : "atolochka@gmail.com"}], "require" : {"windwalker/renderer" : "2.*", "illuminate/view" : "4.*"}, "require-dev" : {"wp-coding-standards/wpcs" : "dev-master", "phpmd... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object",... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 67837, "cartId" : "bc3c713b-8191-402c-b45f-21ba0ada2c8c", "preferredProducts" : [2123, 3068, 1969, 3035], "productReviews" : [{"productId" : 3283, "reviewText" : "My dog loves to play with it.", "reviewDate" : "2018-11-23T15:28:56.84231+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.