Skip to content

Commit f688eb9

Browse files
authored
Merge pull request #147 from bfabio/proposal/input-output-types
docs(standard): deprecate inputTypes and outputTypes
2 parents afced5e + 8f19aea commit f688eb9

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

docs/standard/example/publiccode.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ releaseDate: "2017-04-15"
1010
logo: img/logo.svg
1111
monochromeLogo: img/logo-mono.svg
1212

13-
inputTypes:
14-
- text/plain
15-
outputTypes:
16-
- text/plain
17-
1813
platforms:
1914
- android
2015
- ios

docs/standard/schema.core.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ the repository, or it can be an absolute URL pointing to the logo in raw
152152
version. In both cases, the file must reside inside the same repository where
153153
the ``publiccode.yml`` file is stored.
154154

155-
Key ``inputTypes``
156-
~~~~~~~~~~~~~~~~~~
155+
Key ``inputTypes`` (*deprecated*)
156+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
157157

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

170-
Key ``outputTypes``
171-
~~~~~~~~~~~~~~~~~~~
170+
Key ``outputTypes`` (*deprecated*)
171+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
172172

173173
- Type: array of enumerated strings
174174
- Presence: optional

0 commit comments

Comments
 (0)