input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": [... | {"name" : "@caravanapp/types", "version" : "1.0.0", "description" : "Shared type definitions for Caravan's buddy reading website", "main" : "index.d.ts", "publishConfig" : {"access" : "public"}, "scripts" : {"build" : "exit 0", "lint" : "eslint \"index.d.ts\"", "lint:fix" : "eslint \"index.d.ts\" --quiet --fix"}, "repo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "object", "properties": {"build": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"PlaylistId": {"type": "integer"}, "Name": {"type": "string"}}, "required": ["PlaylistId", "Name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"PlaylistId" : 1, "Name" : "Music"}, {"PlaylistId" : 2, "Name" : "Movies"}, {"PlaylistId" : 3, "Name" : "TV Shows"}, {"PlaylistId" : 4, "Name" : "Audiobooks"}, {"PlaylistId" : 5, "Name" : "90\u2019s Music"}, {"PlaylistId" : 6, "Name" : "Audiobooks"}, {"PlaylistId" : 7, "Name" : "Movies"}, {"PlaylistId" : 8, "Name" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"PlaylistId": {"type": "integer"}, "Name": {"type": "string"}}, "required": ["PlaylistId", "Name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"adminarea": {"type": "string"}, "shortname": {"type": "string"}}, "required": ["adminarea", "shortname"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"adminarea" : "Atlantic", "shortname" : "atlantic"}, {"adminarea" : "Bergen", "shortname" : "bergen"}, {"adminarea" : "Burlington", "shortname" : "burlington"}, {"adminarea" : "Camden", "shortname" : "camden"}, {"adminarea" : "Cape May", "shortname" : "cape-may"}, {"adminarea" : "Cumberland", "shortname" : "cumberlan... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"adminarea": {"type": "string"}, "shortname": {"type": "string"}}, "required": ["adminarea", "shortname"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"plugins/emoji": {"type": "string"}}, "required": ["plugins/emoji"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"plugins/emoji" : "Emoji"} | json_instruct | {"type": "object", "properties": {"plugins/emoji": {"type": "string"}}, "required": ["plugins/emoji"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {}}}, "r... | {"$schema" : "https://qooxdoo.org/schema/Manifest-1-0-0.json", "info" : {"name" : "Qooxdoo framework tests", "license" : "MIT", "version" : "6.0.0", "authors" : []}, "provides" : {"namespace" : "", "class" : ""}, "requires" : {"@qooxdoo/compiler" : "^1.0.0-beta", "@qooxdoo/framework" : "^6.0.0-beta"}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {}}}, "required": ["name", "license", "version", "authors"]}, "provides": {"type": "o... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["join-maps", "map-to-object"] | 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": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [377.182, 142.174, 1, 380.168, 154.152, 1, 366.023, 152.26, 1, 346.825, 145.038, 1, 346.725, 137.938, 1, 393.387, 150.389, 1, 413.645, 141.286, 1, 411.681, 128.04, 1, 371.242, 200.058, 1, 379.269, 238.05, 1, 372.194, 268.988, 1, 385.261, 201.063, 1, 388.293, 238.071,... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": ... | {"\u5de5\u5ee0\u540d\u7a31" : "\u77bb\u822a\u570b\u969b\u7269\u6d41\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99706539", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u5927\u5712\u5340\u7af9\u570d\u91cc\u822a\u7fd4\u8def\u... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"danceability": {"type": "number"}, "energy": {"type": "number"}, "key": {"type": "integer"}, "loudness": {"type": "number"}, "mode": {"type": "integer"}, "speechiness": {"type": "number"}, "acousticness": {"type": "n... | {"danceability" : 0.633, "energy" : 0.743, "key" : 7, "loudness" : -8.029, "mode" : 1, "speechiness" : 0.0362, "acousticness" : 0.29, "instrumentalness" : 0.00696, "liveness" : 0.0629, "valence" : 0.548, "tempo" : 176.021, "type" : "audio_features", "id" : "02sas1xqIwRm7iWSoHDvKe", "uri" : "spotify:track:02sas1xqIwRm7i... | json_instruct | {"type": "object", "properties": {"danceability": {"type": "number"}, "energy": {"type": "number"}, "key": {"type": "integer"}, "loudness": {"type": "number"}, "mode": {"type": "integer"}, "speechiness": {"type": "number"}, "acousticness": {"type": "number"}, "instrumentalness": {"type": "number"}, "liveness": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["Lifecycle", "viewports"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"templateType": {"type": "string"}, "label": {"type": "string"}, "name": {"type": "string"}, "assetVersion": {"type": "number"}, "releaseInfo": {"type": "object", "properties": {"templateVersion": {"type": "string"}}... | {"templateType" : "lens", "label" : "MinLens", "name" : "MinLens", "assetVersion" : 47.0, "releaseInfo" : {"templateVersion" : "1.1"}, "lenses" : [{"file" : "lenses/lens.json", "label" : "lens", "name" : "lens"}]} | json_instruct | {"type": "object", "properties": {"templateType": {"type": "string"}, "label": {"type": "string"}, "name": {"type": "string"}, "assetVersion": {"type": "number"}, "releaseInfo": {"type": "object", "properties": {"templateVersion": {"type": "string"}}, "required": ["templateVersion"]}, "lenses": {"type": "array", "items... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "string"}, "userName": {"type": "string"}, "headPortrait": {"type": "string"}, "nickname": {"type": "string"}, "remarkName": {"type": "null"}, "letter": {"type": "string... | [{"userId" : "10001", "userName" : "user10001", "headPortrait" : "http://c.hiphotos.baidu.com/baike/s%3D235/sign=1ec482cdd188d43ff4a996f1481fd2aa/79f0f736afc37931e892a391ecc4b74542a9118b.jpg", "nickname" : "\u6ef4\u6ef4\u5982\u5395", "remarkName" : null, "letter" : "d", "type" : 0}, {"userId" : "10002", "userName" : "u... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "string"}, "userName": {"type": "string"}, "headPortrait": {"type": "string"}, "nickname": {"type": "string"}, "remarkName": {"type": "null"}, "letter": {"type": "string"}, "type": {"type": "integer"}}, "required": ["userId", "userName", "h... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "9259b4f0cd9594b538cf", "c" : {"main" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": ... | {"name" : "smileofninja/GoogleCloudMessages", "description" : "PHP, Laravel, LumenGoogle Gloud Cloud Messaging Micro Services, an alternative to Iron.io", "type" : "library", "license" : "MIT", "authors" : [{"name" : "kumar", "email" : "smileofninja@gmail.com"}], "minimum-stability" : "stable", "require" : {"google/api... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "... | {"status" : 200, "data" : {"totalSubs" : 9225, "subsInEachSource" : {"feedly" : 6210, "inoreader" : 3000, "feedsPub" : 15}, "failedSources" : {}}, "lastModified" : 1612140761960} | 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... |
Create an example JSON object that satisfies this schema:
{"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... | {"ast" : null, "code" : "export const FETCH_USERS = 'FETCH_USERS'; // export const FETCH_BLOG_DETAILS = 'FETCH_BLOG_DETAILS';\n// export const CHANGE_PAGINATE = 'CHANGE_PAGINATE';", "map" : {"version" : 3, "sources" : ["/Users/matildamwendwa/Documents/Strathmore/Year 2/Web Application Dev/react_semester_project/src/act... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ... | {"project_info" : {"project_number" : "619514422565", "firebase_url" : "https://visual-english-vocabulary-test.firebaseio.com", "project_id" : "visual-english-vocabulary-test", "storage_bucket" : "visual-english-vocabulary-test.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:619514422565:android:39... | json_instruct | {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client"... |
Generate a valid JSON object that conforms to the following schema:
{"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"}, "tr... | {"web" : [{"value" : ["\u75ab\u82d7", "\u75ab\u82d7", "\u83cc\u82d7"], "key" : "vaccine"}, {"value" : ["\u72c2\u72ac\u75c5\u75ab\u82d7", "\u72c2\u72ac\u75c5\u75ab\u82d7", "\u72c2\u72ac\u75ab\u82d7"], "key" : "Rabies vaccine"}, {"value" : ["\u764c\u75c7\u75ab\u82d7", "\u80bf\u7624\u75ab\u82d7", "\u764c\u75c7\u75ab\u82d7... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"tauCharts.min.css": {"type": "string"}, "tauCharts.min.js": {"type": "string"}, "tauCharts.normalize.min.css": {"type": "string"}}, "required": ["tauCharts.min.css", "tauCharts.min.js", "tauCharts.normalize.min.cs... | {"tauCharts.min.css" : "sha256-AXUQmFFtMSnd2ZXI2ovvmYzKE9ptdUdEwh2Fz9YmM7I=", "tauCharts.min.js" : "sha256-/Icqni0zyKFPKfDMzEeJNnmh4vtdNKhO5k2IZsHAbLQ=", "tauCharts.normalize.min.css" : "sha256-BcOdBUmSKF2zBGNKdsGMgmzjG1bGXiX9kbWCsqZbnT8="} | json_instruct | {"type": "object", "properties": {"tauCharts.min.css": {"type": "string"}, "tauCharts.min.js": {"type": "string"}, "tauCharts.normalize.min.css": {"type": "string"}}, "required": ["tauCharts.min.css", "tauCharts.min.js", "tauCharts.normalize.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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... | {"_id" : "brewery_Stewart's_Brewing", "name" : "Stewart's Brewing", "address" : ["219 Governor's Square"], "city" : "Bear", "state" : "Delaware", "code" : "19701", "country" : "United States", "phone" : "1-302-836-2739", "geo" : {"loc" : ["-75.6628", "39.6318"], "accuracy" : "RANGE_INTERPOLATED"}, "updated" : "2010-07-... | 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", "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"polygon-pos": {"type": "string"}}, "required": ["polygon-pos"]}, "hashing_algor... | {"id" : "decentral-games-ice", "symbol" : "ice", "name" : "Decentral Games ICE", "platforms" : {"polygon-pos" : "0xc6c855ad634dcdad23e64da71ba85b8c51e5ad7c"}, "hashing_algorithm" : null, "categories" : ["Metaverse", "Play To Earn", "Non-Fungible Tokens (NFT)", "Gaming"], "description" : {"en" : "ICE Poker is a inflatio... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"polygon-pos": {"type": "string"}}, "required": ["polygon-pos"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondary... | {"name" : "Smith Machine Calf Raise", "force" : "push", "level" : "beginner", "mechanic" : "isolation", "equipment" : "machine", "primaryMuscles" : ["calves"], "secondaryMuscles" : [], "instructions" : ["Place a block or weight plate below the bar on the Smith machine. Set the bar to a position that best matches your h... | 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": {}}, "instructions": {... |
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" : [[[-81.193266, 41.134167], [-81.192844, 41.202123], [-81.09891, 41.201855], [-81.098181, 41.15779], [-81.098718, 41.155556], [-81.098116, 41.154298], [-81.0986, 41.133779], [-81.193266, 41.134167]]]}, "type" : "Feature", "pr... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Verify Email Address": {"type": "string"}, "Please click the button below to verify your email address.": {"type": "string"}, "If you did not create an account, no further action is required.": {"type": "string"}, ... | {"Verify Email Address" : "Verifikacija adrese", "Please click the button below to verify your email address." : "Molimo vas da kliknete na dugme ako \u017eelite da verifikujete email adresu.", "If you did not create an account, no further action is required." : "Ako niste kreirali ra\u010dun, ne morate ni\u0161ta urad... | json_instruct | {"type": "object", "properties": {"Verify Email Address": {"type": "string"}, "Please click the button below to verify your email address.": {"type": "string"}, "If you did not create an account, no further action is required.": {"type": "string"}, "Regards": {"type": "string"}, "Hello!": {"type": "string"}, "You are r... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "arra... | {"id" : "4790", "article" : "Asia - Pacific Economic Cooperation ( APEC ) members met in Beijing from November 5 to 11 to discuss the future of APEC and the overall development of the Asia - Pacific area . APEC , which was set up in 1989 , is a forum for 21 member countries to develop free trade and economic cooperatio... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "an... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "emai... | {"name" : "limingxinleo/x-swoole-rpc", "description" : "Rpc library for swoole", "type" : "library", "license" : "MIT", "authors" : [{"name" : "\u674e\u94ed\u6615", "email" : "715557344@qq.com"}], "autoload" : {"psr-4" : {"Xin\\Swoole\\" : "src"}}, "autoload-dev" : {"psr-4" : {"Tests\\" : "tests"}}, "require" : {"php" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"t... | {"version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"react" : {"version" : "16.9.0", "resolved" : "https://registry.npmjs.org/react/-/react-16.9.0.tgz", "integrity" : "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==", "requires" : {"loose-env... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "str... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "strin... | {"id" : 46737, "name" : "Tuba 2011 minimalistyczna", "description" : "Zostaje praktycznie tylko player + co b\u0119dzie zagrane wkr\u00f3tce.", "user" : {"id" : 96895, "name" : "qbk", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : "ccby"}, "updated" : "2011-04-17T12:50:07.00... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "HDM Odyssey", "description" : "A mixed reality headset.", "url" : "https://www.samsung.com/us/computing/hmd/windows-mixed-reality/xe800zaa-hc1us-xe800zaa-hc1us/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type... | {"rustc" : 4721438020156434217, "features" : "[]", "target" : 11985127666710710691, "profile" : 2285152228202085614, "path" : 14127950316838266127, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release\\.fingerprint\\argh_shared-3e2b647088c7d3bd\\dep-lib-argh_shared"}}], "rustflags" : [], "metadata" : 134012... | 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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-122.916707, 47.086003], [-122.915822, 47.124555], [-122.91515, 47.125127], [-122.915333, 47.13696], [-122.913121, 47.144261], [-122.910161, 47.149907], [-122.905659, 47.155614], [-122.901311, 47.15492], [-122.891697, 47.... | 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... |
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" : "block/redstone/comparator_spike_base"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1995, 5], [2002, 8], [2003, 6], [2004, 6], [2006, 6], [2009, 8], [2010, 8]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "crepon", "definition" : "A thin stuff made of the finest wool or silk, or of wool and silk."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "requestContext": {"type": "object", "properties": {"identity": {"type": "object", "properties": {"cognitoIdentityId": {"type": "string"}}, "required": ["cognitoIdentityId"]}}, "required": ["ident... | {"body" : "{\"tripNote\":\"hello world\",\"firstFileKey\":\"hello1.jpg\",\"secondFileKey\":\"hello2.jpg\"}", "requestContext" : {"identity" : {"cognitoIdentityId" : "USER-SUB-1234"}}} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "requestContext": {"type": "object", "properties": {"identity": {"type": "object", "properties": {"cognitoIdentityId": {"type": "string"}}, "required": ["cognitoIdentityId"]}}, "required": ["identity"]}}, "required": ["body", "requestContext"], "$schema": "h... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Paris": {"type": "string"}, "Metz": {"type": "string"}}, "required": ["Paris", "Metz"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Paris" : "PAR", "Metz" : "MZM"} | json_instruct | {"type": "object", "properties": {"Paris": {"type": "string"}, "Metz": {"type": "string"}}, "required": ["Paris", "Metz"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"format_version": {"type": "string"}, "render_controllers": {"type": "object", "properties": {"controller.render.leech": {"type": "object", "properties": {"arrays": {"type": "object", "properties": {"textures": {"type": "obj... | {"format_version" : "1.8.0", "render_controllers" : {"controller.render.leech" : {"arrays" : {"textures" : {"Array.skin" : ["Texture.common_leech", "Texture.vampire_leech", "Texture.medic_leech", "Texture.poison_leech", "Texture.paralyzing_leech", "Texture.raud_leech", "Texture.zombie_leech", "Texture.parasite_leech", ... | json_instruct | {"type": "object", "properties": {"format_version": {"type": "string"}, "render_controllers": {"type": "object", "properties": {"controller.render.leech": {"type": "object", "properties": {"arrays": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"Array.skin": {"type": "array", "items": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "release": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "getting-started": {... | {"index" : {"title" : "Selamat datang di tgsnake"}, "release" : {"title" : "Catatan Perubahan"}, "getting-started" : {"title" : "Memulai"}, "methods" : {"title" : "Metode"}, "faq" : {"title" : "Pertanyaan yang Sering Diajukan"}} | json_instruct | {"type": "object", "properties": {"index": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "release": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "getting-started": {"type": "object", "properties": {"title": {"type": "string"}}, "requir... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-ghrr-459c-37qq", "modified" : "2021-12-29T00:01:33Z", "published" : "2021-12-23T00:01:27Z", "aliases" : ["CVE-2021-43158"], "details" : "In ProjectWorlds Online Shopping System PHP 1.0, a CSRF vulnerability in cart_remove.php allows a remote attacker to remove any product in th... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "4e3d9d6cbe79caa1ce039775d69ac76d728c3a01"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"c-search": {"type": "string"}, "van-icon": {"type": "string"}}, "required": ["c-search", "van-icon"]}}, "requ... | {"navigationBarTitleText" : "\u6d3b\u52a8\u641c\u7d22", "usingComponents" : {"c-search" : "/components/c-search/c-search", "van-icon" : "/miniprogram_npm/vant-weapp/icon/index"}} | json_instruct | {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"c-search": {"type": "string"}, "van-icon": {"type": "string"}}, "required": ["c-search", "van-icon"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {... | {"id" : 108721, "info" : {"name" : "Hakuouki Shinsengumi Kitan{YAOI}- Amor doce Theme", "description" : "Ol\u00e1 cupcakes >w<, aqui \u00e9 a Sonomesama do Amor Doce BR. Espero que goste do tema\r\n\\!/Se pegar me avise por MP\\!/ Se quiser um tema, pe\u00e7a por uma MP ^^' (http://www.amordoce.com/profil/Sonomesama)\r... | 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": "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [... | {"name" : "cloudwatch-auto", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"@types/async" : "^2.0.42", "@types/bluebird" : "^3.5.11", "@types/colors" : "^1.1.3", "@types/lodash" : "^... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "mordication", "definition" : "The act of biting or corroding; corrosion. [R.] Bacon."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"pdf.combined.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "st... | {"pdf.combined.js" : "sha512-vSsedKAvq5qSj1scjhELxtRSxux/2GnXG0rR5VAT0yba75Pi/V/p80ICBVF61GOIWxn+tmChMOeM7AiHU8rcQQ==", "pdf.js" : "sha512-Zv92zCi+Crmbgt5AEDxkKvuB3O+Nd64Fa4sxuOhQo//RitiaRLoXydIvE6NjFGIc+Wzd59QhyC697ooVGwjIqQ==", "pdf.min.js" : "sha512-W6aaIBlGWjvPLjbK8NS+do8/iKC/i9Q7us7Ryx6JU3yoTd21zh2BC1yn4znDTHTvr+K... | json_instruct | {"type": "object", "properties": {"pdf.combined.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "RNUUID", "displayName" : "RNUUID"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$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"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"t... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Mabas, Lopez Jaena, Misamis Occidental, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.misamis-occidental.lopez-jaena.mabas", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "... | 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": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"/Users/Hondune/Desktop/Work And Stuff/BeamNG Work/remotecontrol/iOS/BeamNG.SteeringDevice/BeamNG.SteeringDeviceTests/BeamNG_SteeringDeviceTests.swift": {"type": "object", "properties": {"swiftmodule": {"type": "string"}, "obje... | {"/Users/Hondune/Desktop/Work And Stuff/BeamNG Work/remotecontrol/iOS/BeamNG.SteeringDevice/BeamNG.SteeringDeviceTests/BeamNG_SteeringDeviceTests.swift" : {"swiftmodule" : "/Users/Hondune/Desktop/Work And Stuff/BeamNG Work/remotecontrol/iOS/BeamNG.SteeringDevice/build/BeamNG.SteeringDevice.build/Debug-iphoneos/BeamNG.S... | json_instruct | {"type": "object", "properties": {"/Users/Hondune/Desktop/Work And Stuff/BeamNG Work/remotecontrol/iOS/BeamNG.SteeringDevice/BeamNG.SteeringDeviceTests/BeamNG_SteeringDeviceTests.swift": {"type": "object", "properties": {"swiftmodule": {"type": "string"}, "object": {"type": "string"}, "llvm-bc": {"type": "string"}, "di... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]... | {"latest_version" : ["0.5.1"], "meta" : {"description" : "Simple ASCII menus for humans", "homepage" : "https://github.com/gpalsingh/Simple-Menus"}, "versions" : {"0.5.1" : {"sha256" : "24a2f72501a94ae1bc9c643f6c0c3166b58b55e46795bc531bb38a6fcc49825a", "url" : "https://files.pythonhosted.org/packages/66/3a/3e05f42706bb... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.5.1": {"type": "obj... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["grommet", "grommet-udacity", "inuit-full-kit", "inuit-headings-trumps"] | 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": {"root": {"type": "string"}}, "required": ["root"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"root" : "python-only/"} | json_instruct | {"type": "object", "properties": {"root": {"type": "string"}}, "required": ["root"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Math-97b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "re... | {"Math-97b" : {"creationdate" : "2008-05-06 20:33:57 +0000", "resolutiondate" : "2008-05-07 13:37:07 +0000", "hash" : "ed492bd0c5c5c3a0258a65cb31cc8723d8f011fd", "commitdate" : "2008-06-23 13:46:46 +0000"}} | json_instruct | {"type": "object", "properties": {"Math-97b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "resolutiondate", "hash", "commitdate"]}}, "required": ["Math-97b"], "$sch... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "licence": {"type": "string"},... | {"schemaVersion" : 1, "id" : "libcd", "version" : "2.5.0+1.16.1", "name" : "LibCapableData", "icon" : "assets/libcd/icon.png", "description" : "Various tweaks to make data packs even more useful!", "licence" : "MIT", "contact" : {"sources" : "https://github.com/CottonMC/LibCD"}, "environment" : "*", "entrypoints" : {"m... | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "licence": {"type": "string"}, "contact": {"type": "object", "properties": {"sources": {"type": "str... |
Following the schema specification below, generate a valid 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" : "3308130020", "district_id" : "3308130", "name" : "KRUMPAKAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {... | {"nom" : "Champ-Dolent", "circ" : "2\u00e8me circonscription", "dpt" : "Eure", "inscrits" : 70, "abs" : 31, "votants" : 39, "blancs" : 8, "nuls" : 2, "exp" : 29, "res" : [{"nuance" : "REM", "nom" : "M. Fabien GOUTTEFARDE", "voix" : 18}, {"nuance" : "FN", "nom" : "M. Emmanuel CAMOIN", "voix" : 11}]} | 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"... |
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": {"test": {"type": "string"}}, "required": ["test"]}... | {"name" : "project", "version" : "1.0.0", "description" : "", "main" : "gulpfile.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"babel-core" : "^6.26.3", "babel-preset-env" : "^1.7.0", "browser-sync" : "^2.24.5", "del" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "copyright"... | {"name" : "structured-filter", "version" : "2.0.5", "description" : "jQuery UI widget for structured queries", "homepage" : "https://evoluteur.github.io/structured-filter/", "main" : ["js/structured-filter.js", "less/structured-filter.less"], "license" : "MIT", "copyright" : "(c) 2022 Olivier Giulieri", "authors" : "Ol... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "copyright": {"type": "string"}, "authors": {"type": "string"}, "dependen... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val... | {"n_dim" : 13, "n_trials" : 340, "objective" : "deap_combo2_on_cube", "white" : "hyperopt_atpe", "black" : "ultraopt_forest", "traceback" : ["passing", "passing"], "best_val" : [6.348264659526, 5.86125628103954], "best_x" : [[0.4664447522327546, 0.6752595926730366, 0.2883251324571405, 0.6951471081388974, 0.538027832437... | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "conway-game-of-life-with-angular-js", "version" : "0.0.0", "description" : "Conway's Game of Life, with Angular", "main" : "app.js", "scripts" : {"test" : "grunt"}, "repository" : {"type" : "git", "url" : "git://github.com/Kazark/conway-game-of-life-with-angular-js.git"}, "author" : "Kazark", "license" : "Pu... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredPr... | {"userId" : 55096, "cartId" : "392e2ff5-44ff-4a30-9d35-921e2d4ab5ae", "preferredProducts" : [846, 4274, 1534, 3198, 387], "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.... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Smartisan SM801": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Device_Name": {"type": "string"}, "Device_Code_Name": {"type": "string"}, "Device_Mak... | {"Smartisan SM801" : {"type" : "mobile-phone", "properties" : {"Device_Name" : "T2", "Device_Code_Name" : "SM801", "Device_Maker" : "Smartisan", "Device_Pointing_Method" : "touchscreen", "Device_Brand_Name" : "Smartisan"}, "standard" : false}} | json_instruct | {"type": "object", "properties": {"Smartisan SM801": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Device_Name": {"type": "string"}, "Device_Code_Name": {"type": "string"}, "Device_Maker": {"type": "string"}, "Device_Pointing_Method": {"type": "string"}, ... |
Create an example JSON object that satisfies this 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": {"type": "int... | {"nom" : "Kienheim", "circ" : "4\u00e8me circonscription", "dpt" : "Bas-Rhin", "inscrits" : 490, "abs" : 229, "votants" : 261, "blancs" : 11, "nuls" : 6, "exp" : 244, "res" : [{"nuance" : "REM", "nom" : "Mme Martine WONNER", "voix" : 123}, {"nuance" : "LR", "nom" : "Mme Sophie ROHFRITSCH", "voix" : 121}]} | 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"... |
Based on the schema below, produce a valid JSON object:
{"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" : "3505130001", "district_id" : "3505130", "name" : "SLOROK"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"just": {"type": "array", "items": {"type": "integer"}}, "javascript": {"type": "array", "items": {"type": "integer"}}, "july": {"type": "array", "items": {"type": "integer"}}}, "required": ["just", "javascrip... | {"just" : [6029313], "javascript" : [9109505], "july" : [9109505]} | json_instruct | {"type": "object", "properties": {"just": {"type": "array", "items": {"type": "integer"}}, "javascript": {"type": "array", "items": {"type": "integer"}}, "july": {"type": "array", "items": {"type": "integer"}}}, "required": ["just", "javascript", "july"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name",... | {"name" : "Cut Values Below Limit", "description" : "Return only those values equal to or above the provided limit", "inputs" : [{"name" : "limit", "type" : "FLOAT"}, {"name" : "ts_or_frame", "type" : "ANY"}], "outputs" : [{"name" : "ts_or_frame", "type" : "ANY"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "outputs": {"type": "array", "items": {"type": "object", "prope... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200872727670000, "key" : "/static/a92745e36c3f9efb8b054319c49a1cca/8ce52/overview_graph_0.png", "val" : "2e1d48ee779d9cddd47f61eeb8988027"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"scenarioName": {"type": "string"}, "requiredScenarioState": {"type": "string"}, "request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}, "headers": {"type": "object", "p... | {"scenarioName" : "ns1", "requiredScenarioState" : "Updated", "request" : {"method" : "GET", "url" : "/object/namespaces/namespace/ns1", "headers" : {"Accept" : {"equalTo" : "application/xml"}, "X-SDS-AUTH-TOKEN" : {"equalTo" : "BAAcY1U1UTNSRGRCUnViRXl1UDZDZDdhbWFuaGRZPQMAQQIADTE0NTAwNjU5ODc1MjMDAC51cm46VG9rZW46ODExN2V... | json_instruct | {"type": "object", "properties": {"scenarioName": {"type": "string"}, "requiredScenarioState": {"type": "string"}, "request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}, "headers": {"type": "object", "properties": {"Accept": {"type": "object", "properties": {"equalTo": {"t... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01010171": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "stri... | {"type" : "Topology", "objects" : {"E01010171" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00051389", "LAD11CD" : "E08000029"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01010171": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Electravat\\Api\\": {"type": "string"}}, "required": ["Electravat\\Api\\"]... | {"name" : "electravat/api", "description" : "A PHP package for work with namirial sws", "autoload" : {"psr-4" : {"Electravat\\Api\\" : "src/"}}, "require-dev" : {"phpunit/phpunit" : "^7"}, "license" : "GPL-3.0-or-later", "authors" : [{"name" : "Aleksandr Ivanovitch", "email" : "alex@mwspace.com", "homepage" : "https://... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Electravat\\Api\\": {"type": "string"}}, "required": ["Electravat\\Api\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1301040003", "nama" : "SIRILOGUI"}, {"id" : "1301040004", "nama" : "MUARA SIKABALUAN"}, {"id" : "1301040005", "nama" : "MONGAN POULA"}, {"id" : "1301040006", "nama" : "SOTBOYAK"}, {"id" : "1301040007", "nama" : "BOJAKAN"}, {"id" : "1301040009", "nama" : "MALANCAN"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"201601": {"type": "object", "properties": {"c": {"type": "string"}, "n": {"type": "string"}, "f": {"type": "string"}, "cr": {"type": "number"}, "ac": {"type": "integer"}, "ca": {"type": "integer"}, "pr": {"type... | {"201601" : {"c" : "LAT 540", "n" : "Intermediate Latin II", "f" : "SL", "cr" : 3.0, "ac" : 2, "ca" : 5, "pr" : ["LAT 140", "LAT 530", "LAT 530"], "co" : ["LAT 540D"], "i" : [{"tn" : "Furkan Akderin", "ta" : 2, "tc" : 5}], "ce" : 0, "p" : 439}, "catList" : ["In LAT 540 students strengthen their understanding of Latin g... | json_instruct | {"type": "object", "properties": {"201601": {"type": "object", "properties": {"c": {"type": "string"}, "n": {"type": "string"}, "f": {"type": "string"}, "cr": {"type": "number"}, "ac": {"type": "integer"}, "ca": {"type": "integer"}, "pr": {"type": "array", "items": {"type": "string"}}, "co": {"type": "array", "items": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "string"}, "config": {"type": "object", "properties": {"Cmd": {"type": "array", "items": {"type": "string"}}, "ArgsEscaped": {"type": "boolean"}}, "required": ["Cmd", "ArgsEscaped"]}, "created": {"type": "str... | {"author" : "Amazon Web Services, Inc.", "config" : {"Cmd" : ["/usr/bin/pause"], "ArgsEscaped" : true}, "created" : "2014-12-12T01:12:53.332832423Z", "history" : [{"created" : "2014-12-12T01:12:53.332832423Z", "author" : "Amazon Web Services, Inc.", "created_by" : "[] + [] === \"\"", "empty_layer" : true}], "os" : "lin... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "config": {"type": "object", "properties": {"Cmd": {"type": "array", "items": {"type": "string"}}, "ArgsEscaped": {"type": "boolean"}}, "required": ["Cmd", "ArgsEscaped"]}, "created": {"type": "string"}, "history": {"type": "array", "items": {"type": "obje... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "telephone": {"type": "array", "items":... | {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=3213", "name" : "Gangajal Nature Foundation Mumbai", "primaryEmail" : "admin@gangajal.org.in", "website" : "http://www.gangajal.org.in", "telephone" : ["912225775070", "912225775070"], "mainAddrress" : {"state" : "Maharashtra", "addres... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "increase", "long" : "<i>Meaning:</i> to \"increase\".<br/><i>Usage:</i> grow, be multiplied.<br/><i>Source:</i> (Aramaic) corresponding to \"H7679\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"... | {"author" : {"id" : "t2_pou0u", "name" : "Chaouleon"}, "date" : {"day" : 1638316800, "full" : 1638390145, "month" : 1638316800, "week" : 1638057600}, "id" : "t3_r6o60u", "picture" : {"filesize" : 101998, "fullUrl" : "https://preview.redd.it/kh5cjxqgpz281.jpg?width=2048&format=pjpg&auto=webp&s=23e1813c20842823a74b31e684... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["341022106200", "\u6eaa\u53e3\u6751\u6751\u59d4\u4f1a", "121", "0"], ["341022106201", "\u548c\u6751\u6751\u59d4\u4f1a", "122", "0"], ["341022106202", "\u5c71\u57f9\u6751\u6751\u59d4\u4f1a", "220", "0"], ["341022106205", "\u77f3\u7530\u6751\u6751\u59d4\u4f1a", "220", "0"], ["341022106206", "\u7956\u6e90\u6751\u6751\u5... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "requi... | [{"review" : "`\uc774\uc0c1\ub300`\uc758 \uc77c\ub300\uae30..\uaca9\ud22c\uc52c \uc2a4\ud1a0\ub9ac \ubaa8\ub450\ubcfc\ub9cc\ud587\ub2e4!", "date" : "10.09.28", "rating" : "9", "author" : "zmfp****", "review_id" : "4874607", "movie_id" : "13354"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"playerName": {"type": "string"}, "jumpKey": {"type": "integer"}, "leftKey": {"type": "integer"}, "rightKey": {"type": "integer"}, "attackKey": {"type": "integer"}, "stocks": {"type": "integer"}, "groundAccelerationFactor": {"typ... | {"playerName" : "Player 2", "jumpKey" : 0, "leftKey" : 0, "rightKey" : 0, "attackKey" : 0, "stocks" : 3, "groundAccelerationFactor" : 0.7452902793884277, "groundAcceleration" : 3.324791431427002, "airAccelerationFactor" : 0.3101734220981598, "airAcceleration" : 2.865236282348633, "maxGroundSpeed" : 4.461069107055664, "... | json_instruct | {"type": "object", "properties": {"playerName": {"type": "string"}, "jumpKey": {"type": "integer"}, "leftKey": {"type": "integer"}, "rightKey": {"type": "integer"}, "attackKey": {"type": "integer"}, "stocks": {"type": "integer"}, "groundAccelerationFactor": {"type": "number"}, "groundAcceleration": {"type": "number"}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "d... | {"name" : "Coconut Finance", "symbol" : "COCO", "address" : "0x6e42303a38191a1C86292eC5CDDa169F6f720dD9", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"algo": {"type": "array", "items": {"type": "string"}}}, "required": ["algo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"algo" : ["GI"]} | json_instruct | {"type": "object", "properties": {"algo": {"type": "array", "items": {"type": "string"}}}, "required": ["algo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type"... | {"name" : "fhir-mongoid-models", "version" : "0.0.4", "description" : "This is a library containing Ruby Mongoid models that conform to the FHIR specification. Its code is generated using the model-info-parser utility", "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/MeasureAuthoringTool/fhir-mongoid-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"generate-mon... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "accession": {"type": "string"}, "definition": {"type": "string"}, "host": {"type": "null"}, "sequence": {"type": "string"}}, "required": ["_id", "accession", "definition", "host", "... | {"_id" : "u18u4hx2", "accession" : "NC_003775", "definition" : "Red clover necrotic mosaic virus RNA 2, complete sequence", "host" : null, "sequence" : "GAAACCTCGCTCTATAAACAGATTAATTGATTGGAAGAAAACAAGATCGTAAGACTACCAACAATACAAAGAGGTTTGGATGGCTGTTCATGTGGAAAATTTAAGTGATTTGGCAAAGACAAATGATGGAGTAGCAGTATCATTGAACCGTTATACTGATTGGAAAT... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "accession": {"type": "string"}, "definition": {"type": "string"}, "host": {"type": "null"}, "sequence": {"type": "string"}}, "required": ["_id", "accession", "definition", "host", "sequence"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"tips": {"type": "array", "items": {"type": "string"}}}, "required": ["tips"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tips" : ["Insert tips here", "They can help users to get to know some aspects of your bot"]} | json_instruct | {"type": "object", "properties": {"tips": {"type": "array", "items": {"type": "string"}}}, "required": ["tips"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "ar... | {"name" : "warblemedia/omnipay-afterpay", "description" : "AfterPay gateway for Omnipay payment processing library", "keywords" : ["omnipay", "afterpay", "gateway", "merchant"], "homepage" : "https://github.com/warblemedia/omnipay-afterpay", "license" : "MIT", "authors" : [{"name" : "Jeremy Worboys", "email" : "jw@warb... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m... | {"MRRm_new" : 0.19295037349482155, "MRm_new" : 314.29239526855946, "HITS@1m_new" : 0.12057616365991998, "HITS@3m_new" : 0.20187638217834755, "HITS@10m_new" : 0.3322826230779174} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "side": {"type": "string"}}, "required": ["top", "bottom", "side"]}}, "requi... | {"parent" : "minecraft:block/cube_bottom_top", "textures" : {"top" : "nukes:block/t3_top", "bottom" : "nukes:block/t3_bottom", "side" : "nukes:block/t3_side"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "side": {"type": "string"}}, "required": ["top", "bottom", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sch... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properti... | {"contract" : "0x129e27ff40db79b7a395d123413a815e38832e74", "tool" : "osiris", "start" : 1564635906.1163354, "end" : 1564635911.1620789, "duration" : 5.045743465423584, "analysis" : [{"errors" : [], "file" : "/unique_chucks/47/0x129e27ff40db79b7a395d123413a815e38832e74.sol", "name" : "Owned"}, {"errors" : [{"line" : 12... | 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": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "au... | {"auroc" : [0.5137592137592139, 0.4818181818181818, 0.47837837837837843, 0.5044226044226044, 0.47125307125307125], "acc" : [0.5978260869565217, 0.5978260869565217, 0.5978260869565217, 0.5978260869565217, 0.40217391304347827], "aps" : [0.4089039632517894, 0.40217391304347827, 0.3915491578535057, 0.4163521456999718, 0.39... | json_instruct | {"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "requir... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [311.618, 131.123, 1, 311.228, 154.813, 1, 293.965, 156.303, 1, 292.872, 186.429, 1, 303.187, 189.6, 1, 332.53, 154.334, 1, 355.697, 177.315, 1, 340.82, 190.496, 1, 308.641, 211.48, 1, 288.558, 260.152, 1, 302.447, 299.953, 1, 335.782, 211.241, 1, 328.345, 252.519, 1... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
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": {"test": {"type": "string"}}, "required": ["test"]}... | {"name" : "leo-connector-elasticsearch", "version" : "2.0.3", "description" : "", "main" : "index.js", "scripts" : {"test" : "mocha --recursive -w"}, "author" : "", "license" : "MIT", "dependencies" : {"elasticsearch" : "16.5.0", "http-aws-es" : "6.0.0", "leo-connector-common" : "4.0.6"}, "peerDependencies" : {"aws-sdk... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Construct a JSON document that adheres to this schema specification:
{"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": "stri... | {"derivation" : "from H5753 (\u05e2\u05b8\u05d5\u05b8\u05d4); (compare H5856 (\u05e2\u05b4\u05d9))", "pron" : "meh-ee'", "outline" : "<ol><li> ruin, heap</li></ol>", "kjv_def" : "heap.", "lemma" : "\u05de\u05b0\u05e2\u05b4\u05d9", "frequency" : 1, "strongs_def" : "a pile of rubbish (as contorted), i.e. a ruin", "xlit" ... | 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", ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"label": {"type": "string"}, "sequences": {"type": "array", "items": {"type": "object", "properties": {"viewingDirection": {"type": "string"}, "canvases": {"type": "array", "items": {"type": "object", "properties": ... | {"label" : "Grand Canyon from Point West of Yavapai Point", "sequences" : [{"viewingDirection" : "left-to-right", "canvases" : [{"thumbnail" : "https://american-art.github.io/iiif/thumbnails/gm/TU2009.39.7650.84_o6.jpg", "height" : 1500, "width" : 1926, "images" : [{"resource" : {"format" : "image/jpeg", "height" : 750... | json_instruct | {"type": "object", "properties": {"label": {"type": "string"}, "sequences": {"type": "array", "items": {"type": "object", "properties": {"viewingDirection": {"type": "string"}, "canvases": {"type": "array", "items": {"type": "object", "properties": {"thumbnail": {"type": "string"}, "height": {"type": "integer"}, "width... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"actionKey": {"type": "string"}, "title": {"type": "string"}, "goto": {"type": "string"}}, "required": ["action... | {"description" : "An indigenous guard stands of the road to the mountain. He looks very surprised to see yme, probably because noone ever comes in the part of the island, maybe because I'm whiter than his feather crown.\n\nHe points towards the direction where I saw smoke earlier.", "steps" : [{"actionKey" : "smoke", "... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"actionKey": {"type": "string"}, "title": {"type": "string"}, "goto": {"type": "string"}}, "required": ["actionKey", "title", "goto"]}}}, "required": ["description", "steps"], "$sch... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"touchstone": {"type": "string"}}, "... | {"name" : "touchstone", "version" : "0.0.4", "description" : "Touchstone is a nodejs server and javascript client for collecting test results from browsers in virtualized environments.", "author" : "Lee Treveil", "main" : "lib/trecv.js", "bin" : {"touchstone" : "bin/cli.js"}, "devDependencies" : {"tap" : "~0.3.3"}, "sc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"touchstone": {"type": "string"}}, "required": ["touchstone"]}, "devDependencies": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angular": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-m... | {"name" : "spirittime", "description" : "", "dependencies" : {"bootstrap" : "~3", "angular" : "~1.2", "angular-resource" : "~1.2", "angular-mocks" : "~1.2", "angular-cookies" : "~1.2", "angular-animate" : "~1.2", "angular-touch" : "~1.2", "angular-sanitize" : "~1.2", "angular-bootstrap" : "~0.11.2", "angular-ui-utils" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angular": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-mocks": {"type": "string"}, "angular-cookies": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"backpack-core": {"t... | {"name" : "helmet", "version" : "0.0.1", "description" : "trxage", "author" : "sunny", "private" : true, "devDependencies" : {"backpack-core" : "^0.8.4", "node-sass" : "4.14.1", "nodemon" : "^1.18.9", "sass-loader" : "^10.0.2", "vue-i18n" : "^8.21.0"}, "scripts" : {"dev" : "backpack dev", "build" : "nuxt build && backp... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"backpack-core": {"type": "string"}, "node-sass": {"type": "string"}, "nodemo... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"id" : "10", "provinceId" : "12", "regencyId" : "16", "name" : "Tarabintang"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"124": {"type": "string"}, "126": {"type": "string"}}, "required": ["124", "126"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"124" : "125", "126" : "127"} | json_instruct | {"type": "object", "properties": {"124": {"type": "string"}, "126": {"type": "string"}}, "required": ["124", "126"], "$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": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/d... | [{"year" : 2002, "sex" : "F", "n" : 6, "prop" : 3.04e-06}, {"year" : 2017, "sex" : "M", "n" : 5, "prop" : 2.55e-06}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "browserify": {"type": "string"}, "canvas-text-metrics-polyfill": {"type": "string"}, "jquery": {"type": "string"}, "knockout": ... | {"devDependencies" : {"bootstrap" : "^4.0.0", "browserify" : "^16.1.1", "canvas-text-metrics-polyfill" : "git+https://github.com/motiz88/canvas-text-metrics-polyfill.git", "jquery" : "^3.3.1", "knockout" : "^3.5.0-beta", "less" : "^3.0.1", "popper.js" : "^1.14.1", "pug-cli" : "^1.0.0-alpha6", "string.fromcodepoint" : "... | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "browserify": {"type": "string"}, "canvas-text-metrics-polyfill": {"type": "string"}, "jquery": {"type": "string"}, "knockout": {"type": "string"}, "less": {"type": "string"}, "popper.js": {"type": "s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.