Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions docs/standard/example/publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ intendedAudience:
countries:
- IT
- DE
unsupportedCountries:
- US

description:
en:
Expand Down
7 changes: 5 additions & 2 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ i.e. the software explicitly claims compliance with specific processes,
technologies or laws. All countries are specified using lowercase (*deprecated*)
or uppercase ISO 3166-1 alpha-2 two-letter country codes.

Key ``intendedAudience/unsupportedCountries``
'''''''''''''''''''''''''''''''''''''''''''''
Key ``intendedAudience/unsupportedCountries`` (*deprecated*)
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

- Type: array of strings
- Presence: optional
Expand All @@ -389,6 +389,9 @@ case if there is a conflict between how software is working and a
specific law, process or technology. All countries are specified using
lowercase (*deprecated*) or uppercase ISO 3166-1 alpha-2 two-letter country codes.

This key is deprecated, use ``intendedAudience/countries`` to list the
countries the software explicitly targets instead.

Key ``intendedAudience/scope``
''''''''''''''''''''''''''''''

Expand Down