Skip to content

Commit

Permalink
Merge pull request #147 from bfabio/proposal/input-output-types
Browse files Browse the repository at this point in the history
docs(standard): deprecate inputTypes and outputTypes
  • Loading branch information
bfabio authored May 2, 2022
2 parents afced5e + 8f19aea commit f688eb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions docs/standard/example/publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ releaseDate: "2017-04-15"
logo: img/logo.svg
monochromeLogo: img/logo-mono.svg

inputTypes:
- text/plain
outputTypes:
- text/plain

platforms:
- android
- ios
Expand Down
8 changes: 4 additions & 4 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ the repository, or it can be an absolute URL pointing to the logo in raw
version. In both cases, the file must reside inside the same repository where
the ``publiccode.yml`` file is stored.

Key ``inputTypes``
~~~~~~~~~~~~~~~~~~
Key ``inputTypes`` (*deprecated*)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Type: array of enumerated strings
- Presence: optional
Expand All @@ -167,8 +167,8 @@ handle as input.
In case the software does not support any input, you can skip this field
or use ``application/x.empty``.

Key ``outputTypes``
~~~~~~~~~~~~~~~~~~~
Key ``outputTypes`` (*deprecated*)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Type: array of enumerated strings
- Presence: optional
Expand Down

0 comments on commit f688eb9

Please sign in to comment.