input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"label" : "Health Records", "position" : 1}
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-sche...
{"word" : "Undamaged", "definitions" : ["Not harmed or damaged."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {"ty...
{"type" : "Feature", "properties" : {"name" : "Throckmorton County", "name_long" : "Throckmorton County, TX", "fips" : "48447", "state_code_int" : 48, "state_code_postal" : "TX", "state_code_iso" : "US-TX", "county_code" : 447, "population" : 1501, "countrylevel_id" : "fips:48447", "census_data" : {"COUNTYNS" : "013840...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"companyId": {"type": "integer"}, "railroadId": {"type": "integer"}, "name": {"type": "string"}, "katakana": {"type": "string"}, "officialName": {"type": "string"}, "shortName": {"type": "string"}, "website": {"type": "string"}...
{"companyId" : 25, "railroadId" : 35, "name" : "\u962a\u795e\u96fb\u9244", "katakana" : "\u30cf\u30f3\u30b7\u30f3\u30c7\u30f3\u30c6\u30c4", "officialName" : "\u962a\u795e\u96fb\u6c17\u9244\u9053\u682a\u5f0f\u4f1a\u793e", "shortName" : "\u962a\u795e", "website" : "http://rail.hanshin.co.jp/", "companyType" : 2, "status"...
json_instruct
{"type": "object", "properties": {"companyId": {"type": "integer"}, "railroadId": {"type": "integer"}, "name": {"type": "string"}, "katakana": {"type": "string"}, "officialName": {"type": "string"}, "shortName": {"type": "string"}, "website": {"type": "string"}, "companyType": {"type": "integer"}, "status": {"type": "i...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont...
{"contract" : "0x7e39d37798ca69e74433f14df0a34af40b9bd1b5", "tool" : "osiris", "start" : 1564619265.768501, "end" : 1564619268.3579953, "duration" : 2.589494228363037, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"class_name" : "artifact", "bbox" : "420 59 508 130", "used" : true}, {"class_name" : "artifact", "bbox" : "389 288 422 333", "used" : true}, {"class_name" : "saturation", "bbox" : "376 408 506 509", "used" : true}, {"class_name" : "saturation", "bbox" : "5 395 38 463", "used" : false}, {"class_name" : "contrast", "b...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cumulativeRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cumulativeRecoveredCases" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 73, 82, 92, 103, 112, 112, 131, 141, 151, 154, 169, 180, 193...
json_instruct
{"type": "object", "properties": {"cumulativeRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@.json": {"type": "integer"}}, "required": ["@.json"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@.json" : 1}
json_instruct
{"type": "object", "properties": {"@.json": {"type": "integer"}}, "required": ["@.json"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"get": {"type": "object", "properties": {"operationId": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "parameters": {"...
{"get" : {"operationId" : "chats_unblockUser", "summary" : "Unblock a user in a chat", "description" : "The bot has to be an adming of the chat in order to be able to perform this action", "tags" : ["chats"], "parameters" : [{"$ref" : "../params.json#/token"}, {"$ref" : "../params.json#/groupOrChannelId"}, {"$ref" : "....
json_instruct
{"type": "object", "properties": {"get": {"type": "object", "properties": {"operationId": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"typ...
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/twitter/_HIxenq-u_-90.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/twitter/_HIxenq-u_-90.avif 90w", "filename" : "_HIxenq-u_-90.avif", "outputPath" : "src/img/avatars/twitter/_HIxenq-u_-90.avif", "size" : 858}], "webp" : [...
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": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"t...
{"nom" : "Sachy", "dpt" : "Ardennes", "inscrits" : 122, "abs" : 27, "votants" : 95, "blancs" : 9, "nuls" : 1, "exp" : 85, "res" : [{"panneau" : "2", "voix" : 49}, {"panneau" : "1", "voix" : 36}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}}, "required": ["id", "defaultMessage"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "photo-picker.macHelpText", "defaultMessage" : "Hold down \"command\" (\u2318) to select multiple images"}, {"id" : "photo-picker.iosHelpText", "defaultMessage" : "Select multiple images to upload them all at once"}, {"id" : "photo-picker.windowsHelpText", "defaultMessage" : "Hold down \"Ctrl\" to select multi...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}}, "required": ["id", "defaultMessage"]}, "$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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"},...
[{"namaKab" : "JAKARTA BARAT", "originalFilename" : "FOTO.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 44686, "noUrut" : 1, "nama" : "ADE IRMA JAZULI, SH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "JAKARTA BARAT", "originalFilename" : "nata.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 21620, "noUrut" : 2, ...
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", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st...
{"schema_version" : "1.2.0", "id" : "GHSA-w6c3-9jrm-68c3", "modified" : "2022-05-01T07:01:34Z", "published" : "2022-05-01T07:01:34Z", "aliases" : ["CVE-2006-2693"], "details" : "Directory traversal vulnerability in admin/admin_hacks_list.php in Nivisec Hacks List 1.20 and earlier for phpBB, when register_globals is ena...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "object", "properties": {"undefined": {"type": "string"}, "parameterCount": {"type": "string"}, "none": {"type": "string"}, "orc.dne": {"type": "string"}, "srv.dne": {"type": "string"}}, "required": ["undefined...
{"type" : {"undefined" : "Error is undefined.", "parameterCount" : "Invalid parameter count. Explain more clearly to the Orc.", "none" : "You do not command any war parties. You should conquer a war party!", "orc.dne" : "The requested war party does not exist.", "srv.dne" : "The requested war camp does not exist. Confi...
json_instruct
{"type": "object", "properties": {"type": {"type": "object", "properties": {"undefined": {"type": "string"}, "parameterCount": {"type": "string"}, "none": {"type": "string"}, "orc.dne": {"type": "string"}, "srv.dne": {"type": "string"}}, "required": ["undefined", "parameterCount", "none", "orc.dne", "srv.dne"]}, "sampl...
Create an example JSON object that satisfies this 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" : "421303004001", "text" : "\u9ec4\u9f99\u5c45\u59d4\u4f1a\uff08\u793e\u533a\uff09"}, {"id" : "421303004002", "text" : "\u5b54\u5bb6\u5761\u5c45\u59d4\u4f1a\uff08\u793e\u533a\uff09"}, {"id" : "421303004003", "text" : "\u78be\u5b50\u5df7\u5c45\u59d4\u4f1a\uff08\u793e\u533a\uff09"}, {"id" : "421303004004", "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#"}
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#"}
[["350581002001", "\u4e1c\u6751\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["350581002002", "\u540e\u82b1\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["350581002003", "\u5bbd\u4ec1\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["350581002005", "\u4ec1\u91cc\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["350581002006"...
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": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_provinsi": {"type": "string"}, "name": {"type": "string"}}, "requir...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "6201", "id_provinsi" : "62", "name" : "KAB. KOTAWARINGIN BARAT"}, {"id" : "6202", "id_provinsi" : "62", "name" : "KAB. KOTAWARINGIN TIMUR"}, {"id" : "6203", "id_provinsi" : "62", "name" : "KAB. KAPUAS"}, {"id" : "6204", "id_provinsi" : "62"...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_provinsi": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_provinsi", "name"]}}}, "required": ["code",...
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#"}
[["Aizawl ", "Mizoram", "18.94", "283"], ["New Delhi ", "NCT of Delhi", "18.48", "94"], ["East Khasi Hills ", "Meghalaya", "16.65", "298"], ["Chennai ", "Tamil Nadu", "16.33", "603"], ["Mahe ", "Puducherry", "15.90", "636"], ["Mumbai ", "Maharashtra", "15.37", "519"], ["Chandigarh ", "Chandigarh", "15.23", "55"], ["Nor...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "loca...
{"id" : 17522, "title" : ["[Galinroe's Combat Gear]", "[Galinroe's Weaponry]", "[Galinroe's Armory]"], "description" : ["Plain wooden walls rise from an unfinished wooden floor. Just above a worn rug hangs a tattered merchant permit, and an uneven wooden ceiling completes the picture. A bamboo rack and a plain wooden...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"12273"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"CONFIGINFO": {"type": "string"}, "SESSIONINFO": {"type": "string"}, "APPINFO": {"type": "string"}, "Broker_SDK": {"type": "string"}, "ConfigurationLogging": {"type": "string"}, "Monitor": {"type": "string"}, "Analyt...
{"CONFIGINFO" : "msgParserId0", "SESSIONINFO" : "msgParserId1", "APPINFO" : "msgParserId2", "Broker_SDK" : "msgParserId3", "ConfigurationLogging" : "msgParserId3", "Monitor" : "msgParserId3", "Analytics" : "msgParserId3", "Storefront" : "msgParserId3", "Configuration" : "msgParserId3"}
json_instruct
{"type": "object", "properties": {"CONFIGINFO": {"type": "string"}, "SESSIONINFO": {"type": "string"}, "APPINFO": {"type": "string"}, "Broker_SDK": {"type": "string"}, "ConfigurationLogging": {"type": "string"}, "Monitor": {"type": "string"}, "Analytics": {"type": "string"}, "Storefront": {"type": "string"}, "Configura...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "p...
{"name" : "bmp085-training", "homepage" : "https://github.com/nitrogenjs/camera", "repository" : {"type" : "git", "url" : "https://github.com/nitrogenjs/camera.git"}, "version" : "0.1.0", "private" : "true", "dependencies" : {"bmp085" : "~0.3.2"}, "devDependencies" : {"mocha" : "1.x"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "obje...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"members": {"type": "object", "properties": {"1": {"type": "object", "properties": {"bio": {"type": "string"}, "location": {"type": "string"}, "name": {"type": "string"}, "rating": {"type": "string"}}, "required": ["bio", "l...
{"members" : {"1" : {"bio" : "Hey guys, stoked to be part of PCC", "location" : "Oslo, Norway", "name" : "Magnus Carlsen", "rating" : "2882"}, "2" : {"bio" : "Privet, kak u tebya dela?", "location" : "St Petersburg, Russia", "name" : "Garry Kasparov", "rating" : "2851"}, "3" : {"bio" : "I love chess!!!!", "location" : ...
json_instruct
{"type": "object", "properties": {"members": {"type": "object", "properties": {"1": {"type": "object", "properties": {"bio": {"type": "string"}, "location": {"type": "string"}, "name": {"type": "string"}, "rating": {"type": "string"}}, "required": ["bio", "location", "name", "rating"]}, "2": {"type": "object", "propert...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont...
{"contract" : "0xce4c278343b5aecdee92add5ed4746da0994bc27", "tool" : "osiris", "start" : 1564618621.4953868, "end" : 1564618624.165492, "duration" : 2.670105218887329, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "integer"}, "text": {"type": "string"}, "owner": {"type": "object", "properties": {"id": {"type": "string"}, "is_verified": {"type":...
[{"id" : 18035268595270969, "created_at" : 1593855771, "text" : "Perfect munchkin to rep our clothes!\u2764\ud83e\udd70 Join us to become a baby model in \u27a1\ufe0f bitbootbabies. Drop a message to our main page and tell them Charmaine recommends your adorable baby for a great info and offers! \ud83d\ude09\u2665\ufe...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "integer"}, "text": {"type": "string"}, "owner": {"type": "object", "properties": {"id": {"type": "string"}, "is_verified": {"type": "boolean"}, "profile_pic_url": {"type": "string"}, "username": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "plural": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "req...
{"name" : "Map-DB", "plural" : "Map-DBs", "base" : "PersistedModel", "idInjection" : true, "options" : {"validateUpsert" : true}, "properties" : {"storeName" : {"type" : "string", "required" : true}, "xcoor" : {"type" : "geopoint"}, "ycoor" : {"type" : "geopoint"}, "dtl1" : {"type" : ["any"]}, "dtl2" : {"type" : ["any"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "plural": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "properties": {"type": "object", "properties":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"_constructor": {"type": "string"}, "text": {"type": "string"}}, "required": ["_constructor", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_constructor" : "keyboardButtonRequestGeoLocation#fc796b3f", "text" : "OCZ9UPHJqlGLIP2ryWkKzhYmv18q"}
json_instruct
{"type": "object", "properties": {"_constructor": {"type": "string"}, "text": {"type": "string"}}, "required": ["_constructor", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"arXiv": {"type": "null"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "twitter": {...
{"arXiv" : null, "title" : "LipSync3D: Data-Efficient Learning of Personalized 3D Talking Faces From Video Using Pose and Lighting Normalization", "pdf" : "https://openaccess.thecvf.com/content/CVPR2021/papers/Lahiri_LipSync3D_Data-Efficient_Learning_of_Personalized_3D_Talking_Faces_From_Video_CVPR_2021_paper.pdf", "au...
json_instruct
{"type": "object", "properties": {"arXiv": {"type": "null"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "twitter": {"type": "object", "properties": {"retweets": {"type": "integer"}, "likes...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "proper...
{"name" : "qzui", "version" : "0.3.67", "description" : "\u57fa\u4e8e ElementUI^2.12.0 \u4e8c\u6b21\u5c01\u88c5", "main" : "lib/qzui.common.js", "files" : ["lib"], "author" : {"name" : "qi-zai", "email" : "15248448516@163.com"}, "repository" : {"type" : "git", "url" : "git+https://github.com/qi-zai/qzui-element.git"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "requ...
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" : "hostingor-", "version" : "1.0.0", "description" : "hostingor figma design project", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Alpgiray Haslak <hslkalp@gmail.com>", "license" : "MIT", "devDependencies" : {"gulp-autoprefixer" : "^7.0.1", "gulp-sass" ...
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"}, "devDe...
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"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scri...
{"name" : "express-csp-generator", "version" : "1.0.3", "description" : "Content-Security-Policy Generator, Running as an express middleware that integrates with RapidSec.", "main" : "./lib/cjs/index.js", "module" : "./lib/esm/index.js", "files" : ["lib/"], "scripts" : {"tsc" : "tsc -p tsconfig.json && tsc -p tsconfig-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "prep...
Please provide a valid JSON object following 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" : 404405317, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "fc7840f8c0a2b98706e72d46b89a83ab", "wof:id" : 404405317, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-4.33594141592695, 48.56053616606116, -4.28363169154343, 48.603291038757...
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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "i...
{"topic" : "gensky: what's the unit of the value specified for the \"-b\" option?", "category" : "radiance-general", "attachments" : [], "created_by_name" : "Ji Zhang", "created_at" : "June 30, 2010 at 10:22PM", "body" : "Dear Radiance experts,\n\n\nMay I ask what is the unit for the value specified after the \"-b\" op...
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["to...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require-dev": {"type": "object", "properties": {"php": ...
{"name" : "giacocorsiglia/wordpress-stubs", "description" : "WordPress function, class, and global variable declaration stubs for easier static analysis.", "homepage" : "https://github.com/GiacoCorsiglia/wordpress-stubs", "keywords" : ["wordpress", "static analysis"], "require-dev" : {"php" : "^7.1", "ext-gettext" : "*...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require-dev": {"type": "object", "properties": {"php": {"type": "string"}, "ext-gettext": {"type": "string"}, "giacocorsiglia/stub...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id_7009": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "rea...
{"id_7009" : {"title" : "Bits About Home Matters", "language" : "English", "totaltime" : "5:56:11", "url_librivox" : "http://librivox.org/bits-about-home-matters-by-helen-hunt-jackson/", "url_iarchive" : "http://archive.org/details/bits_home_matters_1301_librivox", "readers" : ["5468"], "authors" : "72", "genres" : "*N...
json_instruct
{"type": "object", "properties": {"id_7009": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"is_error": {"type": "boolean"}, "error_message": {"type": "array", "items": {"type": "string"}}, "page_title": {"type": "string"}, "language": {"type": "string"}, "wiki_language": {"type": "string"}, "wiki_more_languages": {"t...
{"is_error" : false, "error_message" : ["alles gute"], "page_title" : "English Language", "language" : "Simple English", "wiki_language" : "simple", "wiki_more_languages" : ["en", "fr", "he"], "cached_revid" : 123123, "refresh_needed" : false}
json_instruct
{"type": "object", "properties": {"is_error": {"type": "boolean"}, "error_message": {"type": "array", "items": {"type": "string"}}, "page_title": {"type": "string"}, "language": {"type": "string"}, "wiki_language": {"type": "string"}, "wiki_more_languages": {"type": "array", "items": {"type": "string"}}, "cached_revid"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "patternProperties": {"type": "object", "properties": {".+": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name_servers": {"type...
{"$schema" : "http://json-schema.org/draft-04/schema", "patternProperties" : {".+" : {"type" : "object", "properties" : {"name_servers" : {"items" : {"type" : "string", "pattern" : "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"}, "type" : "array"}, "prefixlen" : {"type" :...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "patternProperties": {"type": "object", "properties": {".+": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name_servers": {"type": "object", "properties": {"items": {"type": "object", "prope...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 1151006, "stations" : ["1151006"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "...
{"IsRecentlyVerified" : false, "ID" : 93000, "UUID" : "637A219E-AAC8-4847-87F3-0A5065A3312C", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "34934", "UsageTypeID" : 6, "AddressInfo" : {"ID" : 93346, "Title" : "Weingut Georgiberg", "AddressLine1" : "Weingut Georgiberg", "Postcode" : "8461", "CountryID"...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "p...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["7 4\n1 2 3 3 1 4 3\n3 1\n2 3\n2 4\n", "10 5\n3 1 5 3 1 5 1 2 4 2\n4 5\n4 3\n4 2\n4 1\n", "10 10\n2 10 8 7 9 3 4 6 5 1\n10 4\n10 1\n10 6\n10 8\n10 2\n10 9\n10 7\n10 3\n10 5\n", "2 2\n1 2\n2 1\n"], "outputs" : ["5\n4\n2\n0\n", "9\n9\n8\n6\n0\n", "9\n9\n9\n8\n7\n6\n6\n4\n2\n0\n", "1\n0\n"]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links":...
{"uuid" : "10e37452-6f66-47c8-8c3a-408ed716842a", "name" : "Default Suite", "children" : ["381751f0-6e95-4893-816f-e9729aa16478"], "befores" : [], "afters" : [], "links" : [], "start" : 1614708883052, "stop" : 1614708892321}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type...
Based on the schema below, produce a valid JSON object: {"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"},...
{"id" : 19292, "info" : {"name" : "NEW trade me colour fixer", "description" : "Fixes those horrible white pages and adds a little colour", "additionalInfo" : null, "format" : "uso", "category" : "trademe", "createdAt" : "2009-07-06T14:25:59.000Z", "updatedAt" : "2009-07-09T07:46:34.000Z", "license" : "NO-REDISTRIBUTIO...
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": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"authenticated": {"type": "boolean"}, "name": {"type": "string"}, "securityLevel": {"type": "string"}}, "required": ["authenticated", "name", "securityLevel"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authenticated" : false, "name" : "STURLE ASBJ\u00d8RNSEN", "securityLevel" : "4"}
json_instruct
{"type": "object", "properties": {"authenticated": {"type": "boolean"}, "name": {"type": "string"}, "securityLevel": {"type": "string"}}, "required": ["authenticated", "name", "securityLevel"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type":...
{"name" : "kxTiKuSDK", "version" : "0.0.1", "summary" : "A short description of kxTiKuSDK.", "description" : "TODO: Add long description of the pod here.", "homepage" : "http://occ03.offcn.com:99/xml87430/KXWXTiKU", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"xiongminliang" : "xml87430@offcn.com"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
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"}, "homepage": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]},...
{"name" : "Moki-ROV2", "version" : "1.0.1", "description" : "Remote-control environment for a ROV, Raspberry PI powered.", "main" : "rov.js", "homepage" : {"url" : "http://wiki.team-moki.nl/display/MOK"}, "repository" : {"type" : "git", "url" : "https://github.com/Moki38/Moki-ROV2.git"}, "keywords" : ["ROV", "Raspberry...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"packageName": {"type": "string"}, "packageFileName": {"type": "string"}, "packageBuildName": {"type": "string"}}, "required": ["packageName", "packageFileName", "packageBuildName"], "$schema": "http://json-sc...
{"packageName" : "PackageTemplateWebpack", "packageFileName" : "package-template-webpack", "packageBuildName" : "PackageTemplateWebpack"}
json_instruct
{"type": "object", "properties": {"packageName": {"type": "string"}, "packageFileName": {"type": "string"}, "packageBuildName": {"type": "string"}}, "required": ["packageName", "packageFileName", "packageBuildName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "...
{"_id" : "beer_Conquest_Ale", "brewery" : "George Gale & Company", "name" : "Conquest Ale", "abv" : "9", "category" : "British Ale", "style" : "Old Ale", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "category", "style", "updated"], "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}...
[{"postal_code" : "97880", "place_name" : "Tutul Xi\u00fa", "place_type" : "Colonia", "county" : "Oxkutzcab", "state" : "Yucat\u00e1n", "city" : ""}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"img": {"type": "object", "properties": {"i": {"type": "array", "items": {"type": "string"}}}, "required": ["i"]}}, "required": ["img"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"img" : {"i" : ["h", "640", "480"]}}
json_instruct
{"type": "object", "properties": {"img": {"type": "object", "properties": {"i": {"type": "array", "items": {"type": "string"}}}, "required": ["i"]}}, "required": ["img"], "$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": {"title": {"type": "string"}, "lang": {"type": "string"}, "page": {"type": "string"}, "image": {"type": "string"}, "github": {"type": "string"}, "youtube": {"type": "string"}, "demo": {"type"...
[{"title" : "CooksBooks", "lang" : "React", "page" : "/about", "image" : "/images/proj-cooksbooks.png", "github" : "https://github.com/alecherryy/cooks-books-app", "youtube" : "https://www.youtube.com/watch?v=5QVYqbY8_5c", "demo" : "https://cooks-books-app.herokuapp.com/", "blurb" : "My groups' final project for Web De...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "lang": {"type": "string"}, "page": {"type": "string"}, "image": {"type": "string"}, "github": {"type": "string"}, "youtube": {"type": "string"}, "demo": {"type": "string"}, "blurb": {"type": "string"}}, "required": ["title", "lan...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Notes on original": {"type": "string"}, "Physical description": {"...
{"Artist" : "Newton, Amanda Almira, ca. 1860-1943", "Common name" : "quinces", "Date created" : "1909-12-07", "Geographic origin" : "Maryland, United States", "Notes on original" : "G.B.B., Md. Hort. Society", "Physical description" : "1 art original : col. ; 17 x 25 cm.", "Scientific name" : "Cydonia oblonga", "Specim...
json_instruct
{"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Notes on original": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"700668f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string...
{"700668f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/700668f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/700668f-a.jpg", "title" : "", "date" : "1937", "text" : "Bronxwood Avenue, north from near Mace Avenue, showing a\nW.P.A. highway project.\nMay 7, 1937\nW.P.A. Photo\nFive...
json_instruct
{"type": "object", "properties": {"700668f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"table": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "columns": {"type": "object", "properties": {"ndx": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["...
{"table" : {"name" : "Shipard Nodes Configuration"}, "columns" : {"ndx" : {"name" : "id"}, "device" : {"name" : "Device"}, "runningData" : {"name" : "Active configuration data"}, "runningDataVer" : {"name" : "Data version of active configuration"}, "runningTimestamp" : {"name" : "Timestamp of active configuration appli...
json_instruct
{"type": "object", "properties": {"table": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "columns": {"type": "object", "properties": {"ndx": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "device": {"type": "object", "properties": {"name": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"splashscreen": {"type": "null"}, "dependLibs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "cfg": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "...
{"splashscreen" : null, "dependLibs" : [{"name" : "wandoujia", "cfg" : "wandoujia-1410494285367", "type" : "user,pay"}]}
json_instruct
{"type": "object", "properties": {"splashscreen": {"type": "null"}, "dependLibs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "cfg": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "cfg", "type"]}}}, "required": ["splashscreen", "dependLibs"], "$schema"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"KafkaBootstrapServers": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"EventuateTramDbConnection": {"type": "string"}}, "required": ["EventuateTramDbConnection"]}}, "required": ["KafkaB...
{"KafkaBootstrapServers" : "kafka:9092", "ConnectionStrings" : {"EventuateTramDbConnection" : "Server=mssql,1433;Database=TramDb;User Id=sa;Password=TestPa$$word"}}
json_instruct
{"type": "object", "properties": {"KafkaBootstrapServers": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"EventuateTramDbConnection": {"type": "string"}}, "required": ["EventuateTramDbConnection"]}}, "required": ["KafkaBootstrapServers", "ConnectionStrings"], "$schema": "http://json-schema....
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "...
{"nom" : "Saint-Pierre-en-Val", "dpt" : "Seine-Maritime", "inscrits" : 903, "abs" : 133, "votants" : 770, "blancs" : 13, "nuls" : 6, "exp" : 751, "res" : [{"panneau" : "2", "voix" : 247}, {"panneau" : "9", "voix" : 164}, {"panneau" : "3", "voix" : 127}, {"panneau" : "11", "voix" : 117}, {"panneau" : "1", "voix" : 49}, ...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"FFT": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Channel": {"type"...
{"type" : "object", "properties" : {"FFT" : {"type" : "object", "properties" : {"Channel" : {"type" : "integer", "enum" : [0, 1, 2, 3]}, "FftSize" : {"type" : "integer", "enum" : [64, 256, 1024]}, "FftInterval" : {"type" : "number"}, "WindowLoad" : {"type" : "integer", "enum" : [25, 50, 100]}, "StreamSizeBins" : {"type...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"FFT": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Channel": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "ar...
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-vq42-379v-g652", "modified" : "2022-05-13T01:31:55Z", "published" : "2022-05-13T01:31:55Z", "aliases" : ["CVE-2018-7361"], "details" : "All versions up to V1.1.10P3T18 of ZTE ZXHN F670 product are impacted by null pointer dereference vulnerability, which may allows an attacker ...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schem...
{"word" : "Umbra", "definitions" : ["shade; shadow."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["jquery", "bootstrap", "...
{"name" : "template", "dependencies" : {"jquery" : "2", "bootstrap" : "^3.3.6", "font-awesome" : "fontawesome#^4.6.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["jquery", "bootstrap", "font-awesome"]}}, "required": ["name", "dependencies"], "$schema": "htt...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "description": {"type": "strin...
{"name" : "testheroku", "version" : "1.0.0", "main" : "server.js", "scripts" : {"start" : "node server.js"}, "description" : "An open source Bootstrap 4 admin theme.", "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"bcrypt" : "^5.0.0", "cookie-parser" : "^1.4.5", "express" : "^4.17.1", "nodemailer...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "sitemap_urls": {"type": "array", "items": {"type": "string"}}, "sel...
{"index_name" : "webflow", "start_urls" : ["https://helpcenter-cms.webflow.io/"], "stop_urls" : [], "sitemap_urls" : ["https://helpcenter-cms.webflow.io/sitemap.xml"], "selectors" : {"lvl0" : "h1", "text" : ".post"}, "custom_settings" : {"attributesForFaceting" : ["attributes", "links", "carrd", "hide-carrd"]}, "conver...
json_instruct
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "sitemap_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "string"}, "text"...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["350305110001", "\u5742\u5c3e\u5c45\u59d4\u4f1a", "111", "0"], ["350305110201", "\u8054\u661f\u6751\u59d4\u4f1a", "112", "0"], ["350305110203", "\u971e\u5858\u6751\u59d4\u4f1a", "112", "0"], ["350305110204", "\u6708\u57d4\u6751\u59d4\u4f1a", "112", "0"], ["350305110205", "\u53cc\u544a\u5c71\u6751\u59d4\u4f1a", "220",...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {...
{"geometry" : {"type" : "Point", "coordinates" : [-124.08, 41.93]}, "type" : "Feature", "id" : "95567", "properties" : {"other_cities" : "", "city" : "Smith River", "state" : "CA", "county" : "Del Norte County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"...
{"name" : "no-col-js", "version" : "1.0.0", "description" : "Multi object orbiting simulation, converging towards collision free trajectories", "scripts" : {"start" : "snowpack dev", "build" : "snowpack build"}, "keywords" : ["physics", "simulation", "collision", "p5js"], "author" : "Marc Ablay", "license" : "MIT", "de...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "keywords": {"type": "array", "items": {"type": "string...
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" : ["Prepare barbecue (medium-high heat). Brush corn all over with 1 1/2 teaspoons sesame oil. Grill until corn is tender and brown in spots, turning frequently, about 10 minutes. Cool.", "Cut corn kernels off cobs. Mix vinegar, green onions, sesame seeds, chili paste, garlic, and remaining 1 1/2 teaspoons...
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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Bring a large pot of lightly salted water to a boil. Add noodles and cook for 8 to 10 minutes or until al dente; drain.", "In a small saucepan, saute onion and mushrooms in chicken broth. Remove from heat. Stir in soup, milk and basil. Mix well. Set aside...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "require...
{"generated_at" : "2017-01-27T09:37:31.107736", "required_by" : ["datacube"], "requires" : [], "package" : "dask[array"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": ...
{"id" : "controller-gamepad-axis-binding", "$schema" : "http://json-schema.org/draft-04/schema#", "title" : "ControllerGamepadAxisBindingConfig", "description" : "A custom <a href=\"#controller-gamepad-binding\">controller gamepad</a> axis binding.", "type" : "object", "properties" : {"name" : {"type" : "string", "titl...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"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" : "1509031007", "district_id" : "1509031", "name" : "MANGUN JAYO"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, ...
{"title" : "Continual Reinforcement Learning with Complex Synapses.", "fields" : ["forgetting", "erasure", "complex network", "phenomenon", "reinforcement learning"], "abstract" : "Unlike humans, who are capable of continual learning over their lifetimes, artificial neural networks have long been known to suffer from a...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": ...
{"id" : 25290459, "name" : "Level Up!", "is_illegal" : false, "is_custom" : false, "text" : "Send 1 face-up \"LV\" monster you control to the GY; Special Summon 1 monster from your hand or Deck that is listed in the sent monster's text, ignoring its Summoning conditions.", "images" : ["https://storage.googleapis.com/yg...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": [...
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": {"start": {"type": "string"}, "build": {"type": "st...
{"name" : "react-eword", "version" : "0.0.2", "description" : "A React component for building Chinese stroke practice.", "main" : "./dist/EWord/", "scripts" : {"start" : "gulp", "build" : "gulp build", "deploy" : "gulp deploy", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "caasi ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}, "test": {"type": "string"}}, "r...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Length": {"type": "integer"}, "Height": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": {"type": "integer"}}, "require...
{"Name" : "AH116", "Objects" : [{"Length" : 1000, "Height" : 1956, "Stock" : null, "Cost" : 1956000}], "Items" : [{"Length" : 79, "Height" : 78, "Demand" : 100, "DemandMax" : null, "Value" : 6162}, {"Length" : 58, "Height" : 88, "Demand" : 100, "DemandMax" : null, "Value" : 5104}, {"Length" : 42, "Height" : 77, "Demand...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Length": {"type": "integer"}, "Height": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": {"type": "integer"}}, "required": ["Length", "Height", "Stock", "Cost"]}}, "Items": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"MetaType": {"type": "string"}, "VariableName": {"type": "string"}, "Name": {"type": "string"}, "Order": {"type": "integer"}, "GraphId": {"type": "string"}, "Identifier": {"type": "string"}, "Expanded": {"type": "bo...
{"MetaType" : "uFrame.Actions.DebugLibrary.LogMessage", "VariableName" : "ActionNode42", "Name" : "NewActionNode", "Order" : 0, "GraphId" : "8359e1c4-8e93-4f7a-8c61-cb67628a531a", "Identifier" : "d9054f2c-d86a-4377-8860-3e0cfd80e1a7", "Expanded" : false}
json_instruct
{"type": "object", "properties": {"MetaType": {"type": "string"}, "VariableName": {"type": "string"}, "Name": {"type": "string"}, "Order": {"type": "integer"}, "GraphId": {"type": "string"}, "Identifier": {"type": "string"}, "Expanded": {"type": "boolean"}}, "required": ["MetaType", "VariableName", "Name", "Order", "Gr...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "mtdowling/jmespath.php": {"type": "string"}}, "required": ["php", "mtdowling/jmespa...
{"name" : "apikr/api", "license" : "MIT", "require" : {"php" : ">=5.6", "mtdowling/jmespath.php" : "^2.4"}, "autoload" : {"psr-4" : {"Apikr\\ApiStore\\Sms\\" : ""}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "mtdowling/jmespath.php": {"type": "string"}}, "required": ["php", "mtdowling/jmespath.php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"elm": {"type": "string"}, "elm-analyse": {"type": "string"}, "elm-format": {"type": "string"}, "elm-json": {"type": "string"}, "elm-live": {"t...
{"license" : "MIT", "devDependencies" : {"elm" : "^0.19.1-5", "elm-analyse" : "^0.16.5", "elm-format" : "^0.8.5", "elm-json" : "^0.2.10", "elm-live" : "^4.0.2", "uglify-js" : "^3.13.2"}, "scripts" : {"watch" : "npx elm-live src/Main.elm --pushstate=true -o -d public -- --output=public/main.js", "analyse" : "npx elm-ana...
json_instruct
{"type": "object", "properties": {"license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"elm": {"type": "string"}, "elm-analyse": {"type": "string"}, "elm-format": {"type": "string"}, "elm-json": {"type": "string"}, "elm-live": {"type": "string"}, "uglify-js": {"type": "string"}}, "require...
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" : "hobbyhorsical", "definition" : "Pertaining to, or having, a hobby or whim; eccentric; whimsical.[Colloq.] Sterne."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "desc...
{"courseCode" : "ME5600B", "courseCredit" : "4", "description" : "As a continuation from ME5600A, the 2nd semester works will be focusing on realising the proposed solutions identified from ME5600A by prototyping, implementation or design improvement. 3DP techniques will be adopted for realising such solutions, methods...
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "null"}, "format": {"type": "string"}, "isbn-10": {"type": "n...
{"categories" : ["Programming", "Software Quality"], "desc" : "\n", "details" : {"authors" : null, "format" : "epub", "isbn-10" : null, "isbn-13" : null, "pages" : "209 pages", "publication date" : "April 4, 2006", "publisher" : "Pragmatic Bookshelf", "size" : "2.41Mb"}, "img" : "http://23.95.221.108/covers/1e/1ea5f694...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "null"}, "format": {"type": "string"}, "isbn-10": {"type": "null"}, "isbn-13": {"type": "null"}, "pages": {"type": "string"}, "publ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "preclusi...
{"courseCode" : "GEM1919", "courseCredit" : "4", "description" : "Does a virus attack any individual? Or, does an individual create conditions for infection? How should hospitals plan treatment strategies and patient-staff movements during an outbreak? Should government allocate more resources to prevent onset of chron...
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["c...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "st...
{"files" : {"main.css" : "/goit-react-hw-03-image-finde/static/css/main.3eb7f109.chunk.css", "main.js" : "/goit-react-hw-03-image-finde/static/js/main.7f0ec34b.chunk.js", "main.js.map" : "/goit-react-hw-03-image-finde/static/js/main.7f0ec34b.chunk.js.map", "runtime-main.js" : "/goit-react-hw-03-image-finde/static/js/ru...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.248a0d06.chunk.js": {"type": "string"}, "static/js...
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"ty...
{"name" : "easy-node-authentication", "version" : "1.0.0", "description" : "easy-node-authentication", "main" : "app.js", "repository" : {"type" : "git", "url" : "https://github.com/FinDataRDTeam/G-Cool-FrankCastle.git", "private" : true}, "scripts" : {"start" : "node app.js", "test" : "ava"}, "author" : "Jim Wu", "lic...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["type", "url", ...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["440803003001", "\u5cad\u5357\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440803003002", "\u5de5\u519c\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440803003003", "\u4eba\u6c11\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440803003004", "\u971e\u6e2f\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440803003200"...
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": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["https://raw.githubusercontent.com/MinimineLP/mcscriptStudioCode/master/plugins/mcscript_base/versions.json", "https://raw.githubusercontent.com/MinimineLP/mcscriptStudioCode/master/plugins/testserver/versions.json"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"package-id": {"type": "string"}, "title": {"type": "string"}, "canonical": {"type": "string"}, "introduction": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"version":...
{"package-id" : "cqf.fhir.ccc", "title" : "Colorectal Cancer Data Elements", "canonical" : "http://fhir.org/guides/cqf/ccc", "introduction" : "An example content implementation guide that illustrates a CPG-on-FHIR approach to knowledge engineering applied to Colorectal Cancer.", "list" : [{"version" : "current", "desc"...
json_instruct
{"type": "object", "properties": {"package-id": {"type": "string"}, "title": {"type": "string"}, "canonical": {"type": "string"}, "introduction": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "desc": {"type": "string"}, "path": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"displayNames": {"type": "object", "properties": {"/p:UseProjectReferenceToAzureClients=true": {"type": "string"}}, "required": ["/p:UseProjectReferenceToAzureClients=true"]}, "matrix": {"type": "object", "properties"...
{"displayNames" : {"/p:UseProjectReferenceToAzureClients=true" : "UseProjectRef"}, "matrix" : {"Agent" : {"ubuntu-18.04" : {"OSVmImage" : "ubuntu-18.04", "Pool" : "Azure Pipelines"}, "windows-2019" : {"OSVmImage" : "windows-2019", "Pool" : "Azure Pipelines"}, "macOS-10.15" : {"OSVmImage" : "macOS-10.15", "Pool" : "Azur...
json_instruct
{"type": "object", "properties": {"displayNames": {"type": "object", "properties": {"/p:UseProjectReferenceToAzureClients=true": {"type": "string"}}, "required": ["/p:UseProjectReferenceToAzureClients=true"]}, "matrix": {"type": "object", "properties": {"Agent": {"type": "object", "properties": {"ubuntu-18.04": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}...
[{"code" : "305", "name" : "\u9ad8\u7530", "name_kana" : "\uff80\uff76\uff80"}, {"code" : "375", "name" : "\u53cd\u753a", "name_kana" : "\uff80\uff9d\uff8f\uff81"}, {"code" : "389", "name" : "\u7af9\u5c71", "name_kana" : "\uff80\uff79\uff94\uff8f"}, {"code" : "397", "name" : "\u305f\u307e\u30d7\u30e9\u30fc\u30b6", "nam...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"chroma.min.js": {"type": "string"}}, "required": ["chroma.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"chroma.min.js" : "sha512-BZGyOCRHyePhKNouz9YSXzFn2DLCQQY2bxbc8EaGeQQrQ3VKgZSPKlL8qbEBJ1w+Unf2y3P0MRwdX0bEQQqvsw=="}
json_instruct
{"type": "object", "properties": {"chroma.min.js": {"type": "string"}}, "required": ["chroma.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type":...
{"department" : "ID", "description" : ["This course explores the fundamental transformation in our conception of the physical world", "since the sixteenth century. The classical view suggests our universe is a grand machine", "determined by universal laws and causal regularities. The quantum revolution of the early t...
json_instruct
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "loca...
{"id" : 18864, "title" : ["[Twilight Hall, Gazebo]"], "description" : ["Light and airy, the gazebo's tall ceiling has a large, slow-moving fan that is powered by an intricate pulley, rope, and gear system off to one side, and several cherry wood-framed silk screens, painted with natural scenes, help block some of the e...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"18863"...
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" : 101916267, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ef9f64ef7cba916b0716b5dd1933f2c9", "wof:id" : 101916267, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [172.689931, -43.606553, 172.695497, -43.602822], "geometry" : {"coordina...
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": ["...
Create a JSON structure that matches this schema definition: {"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-23 22:53:16.845855", "repair_begin" : "2019-07-23 22:44:48.321091", "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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "nyfsdeco:block/shulker_slab"}
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": "object", "properties": {"opcode": {"type": "string"}, "instruction": {"type": "string"}, "operand_encoding": {"type": "string"}, "description": {"type": "string"}}, "required": ["opcode", "instruction", "operand_encoding", "...
[{"opcode" : "NP 0F C4 /r ib1", "instruction" : "PINSRW mm, r32/m16, imm8", "operand_encoding" : "A", "description" : "Insert the low word from r32 or from m16 into mm at the word position specified by imm8."}, {"opcode" : "66 0F C4 /r ib", "instruction" : "PINSRW xmm, r32/m16, imm8", "operand_encoding" : "A", "descrip...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"opcode": {"type": "string"}, "instruction": {"type": "string"}, "operand_encoding": {"type": "string"}, "description": {"type": "string"}}, "required": ["opcode", "instruction", "operand_encoding", "description"]}, "$schema": "http://json-schema.org/draft-07...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"type": "array", "items...
{"listIndex" : 1211.8457211171376, "_guid" : "01891159-29e5-4053-b5ab-e6be512778f4", "customId" : null, "uiElement" : {"keyFactors" : [], "editableContents" : [], "variants" : [], "contents" : [], "timestamp" : [], "components" : [], "accessPoints" : []}, "line" : "Pulling strap", "url" : "", "typeRef" : "b7f8d0c8-9ff2...
json_instruct
{"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"type": "array", "items": {}}, "variants": {"type": "array", "items": {}}, "cont...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"variables": {"type": "array", "items": {}}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "_postman_id": {"type": "string"}, "description": {"type": "string"}, "schema": {"type": "string"}},...
{"variables" : [], "info" : {"name" : "", "_postman_id" : "8f1cffd1-a8c6-4c69-9d6b-78800ea9b4cd", "description" : "", "schema" : "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"}, "item" : [{"name" : "general", "description" : "", "item" : [{"name" : "Display a listing of clients.", "request" : {"...
json_instruct
{"type": "object", "properties": {"variables": {"type": "array", "items": {}}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "_postman_id": {"type": "string"}, "description": {"type": "string"}, "schema": {"type": "string"}}, "required": ["name", "_postman_id", "description", "schema"]}, "item":...
Please provide a valid JSON object following this 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", "url"]},...
{"name" : "@pothos/deno", "version" : "3.11.0", "description" : "Deno compatible versions of Pothos packages", "repository" : {"type" : "git", "url" : "git+https://github.com/hayes/pothos.git"}, "author" : "Michael Hayes", "license" : "ISC", "publishConfig" : {"access" : "public"}, "devDependencies" : {"@swc-node/regis...
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"]}, "author": {"type": "string"}, "license": {"type": "string"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 32789, "cartId" : "1246cd0d-ea69-4c16-bee9-5a8a6b8425e4", "preferredProducts" : [333, 4844, 4582], "productReviews" : [{"productId" : 4769, "reviewText" : "one of my hobbies is programming. and when i'm programming this works great.", "reviewDate" : "2017-04-29T06:45:30.7640846+03: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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"val...
{"_id" : "X1SPiYJqWzqwzPTs", "data" : {"actionCategory" : {"value" : ""}, "actionType" : {"value" : "passive"}, "actions" : {"value" : ""}, "description" : {"value" : "<p>You tap into the unstoppable, primeval strength of your ancient kin. You gain @Compendium[pf2e.spells-srd.Freedom of Movement]{Freedom of Movement} a...
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actions"...