Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,16 @@ handle as output.
In case the software does not support any output, you can skip this
field or use ``application/x.empty``.

Key ``platforms``
Key ``clientPlatforms``
~~~~~~~~~~~~~~~~~

- Type: enumerated string or array of strings
- Presence: mandatory
- Values: ``web``, ``windows``, ``mac``, ``linux``, ``ios``,
``android``. Human readable values outside this list are allowed.
- Example: ``web``
- Values: ``browser``, ``macos - intel``, ``macos - arm``, ``windows``, ``unix``,
``mobile - android``, ``mobile - ios``. Human readable values outside this list are allowed.
Comment on lines +188 to +189

This comment was marked as spam.

- Example: ``browser``

This key specifies which platform the software runs on. It is meant to
describe the platforms that users will use to access and operate the
software, rather than the platform the software itself runs on.
This key specifies the supported client platforms to access this software.

Use the predefined values if possible. If the software runs on a
platform for which a predefined value is not available, a different
Expand Down