diff --git a/docs/standard/example/publiccode.yml b/docs/standard/example/publiccode.yml index 3e69a97..5d4a694 100644 --- a/docs/standard/example/publiccode.yml +++ b/docs/standard/example/publiccode.yml @@ -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 diff --git a/docs/standard/schema.core.rst b/docs/standard/schema.core.rst index 3502220..6984980 100644 --- a/docs/standard/schema.core.rst +++ b/docs/standard/schema.core.rst @@ -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 @@ -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