From 8f19aeac39d7c82238551faccc9224934a0c9943 Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Mon, 28 Mar 2022 21:10:19 +0200 Subject: [PATCH] docs(standard): deprecate inputTypes and outputTypes --- docs/standard/example/publiccode.yml | 5 ----- docs/standard/schema.core.rst | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) 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 f682a1b..32ce573 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