Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.01 KB

country.rst

File metadata and controls

31 lines (23 loc) · 1.01 KB

Country-Specific Sections

While the standard is structured to be meaningful on an international level, there are additional information that can be added that makes sense in specific countries, such as declaring compliance with local laws or regulations. The provided extension mechanism is the usage of country-specific sections.

All country-specific sections live under a key named after two-letter lowercase ISO 3166-1 alpha-2 country codes. For instance spid is a property for Italian software declaring whether the software is integrated with the Italian Public Identification System.

If a software is compliant I will find:

it:
  countryExtensionVersion: "1.0"
  piattaforme:
   - spid: true

Notice that country-specific keys within international sections are not allowed. Countries that want to extend the format should add a country-specific section instead.