Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / Elgato Stream Deck
Schema registry

Elgato Stream Deck

Elgato Stream Deck plugin manifest file

elgato-stream-deck-plugin.ymlelgato-stream-deck-plugin.yaml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your elgato-stream-deck-plugin.yml and it validates in your browser — nothing is uploaded.

Validate a elgato-stream-deck-plugin.yml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
AuthorstringThe author of the plugin. This string is displayed to the user in the Stream Deck store.
CodePathrequiredstringThe relative path to the HTML/binary file containing the plugin code.
DescriptionrequiredstringProvides a general description of what the plugin does. This string is displayed to the user in the Stream Deck store.
IconrequiredstringThe relative path to an image without the extension. This image is displayed in the Stream Deck marketplace. SVGs are preferred. If not, the PNG image should be 288 x 288 px, and you should provide @1x and @2x (288 x 288 px & 576 x 576 px
NamerequiredstringThe name of the plugin. This string is displayed to the user in the Stream Deck store.
VersionrequiredstringPlugin's semantic version (1.0.0).
SDKVersionrequirednumberThe current SDK version is 2.
OSrequiredarray<object>The list of operating systems & versions supported by the plugin.
SoftwarerequiredobjectIndicates which version of the Stream Deck application is required to install the plugin.
Software.MinimumVersionstringThe minimum version of the operating system that the plugin requires. For Windows 10, you can use “10”. For macOS 10.11, you can use “10.11”.
CategorystringThe name of the custom category in which the actions should be listed. This string is visible to the user in the actions list. If you don't provide a category, the actions will appear inside a "Custom" category.
CategoryIconstringThe relative path to a PNG image without the .png extension. This image is used in the actions list. The PNG image should be a 28pt x 28pt image. You should provide @1x and @2x versions of the image. The Stream Deck application takes care
CodePathMacstringOverride CodePath for macOS.
CodePathWinstringOverride CodePath for Windows.
Profilesarray<object>Specifies an array of profiles. A plugin can have one or more profiles proposed to the user on installation. This lets you create full screen plugins.
PropertyInspectorPathstringThe relative path to the Property Inspector HTML file if your plugin wants to display some custom settings in the Property Inspector. If missing, the plugin will have an empty Property Inspector.
DefaultWindowSizearray<number>Specify the default window size when a Javascript plugin or Property Inspector opens a window using window.open(). The default value is [500, 650].
URLstringA site to provide more information about the plugin.
ApplicationsToMonitorobjectList of application identifiers to monitor (applications launched or terminated). See the `applicationDidLaunch` and `applicationDidTerminate` events.
ApplicationsToMonitor.macarray<string>
ApplicationsToMonitor.windowsarray<string>
Actionsrequiredarray<object>Specifies an array of actions. A plugin can indeed have one or multiple actions. For example, the “Game Capture” plugin has six actions: Scene, Record, Screenshot, Flashback Recording, Stream, Live Commentary.

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$commentJSON Schema Core, draft 2020-12§8.3 — Comments With "$comment"
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
examplesJSON Schema Validation, draft 2020-12§9.5 — "examples"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
minItemsJSON Schema Validation, draft 2020-12§6.4.2 — "minItems"
minimumJSON Schema Validation, draft 2020-12§6.2.4 — "minimum"
patternJSON Schema Validation, draft 2020-12§6.3.3 — "pattern"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
requiredJSON Schema Validation, draft 2020-12§6.5.3 — "required"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas