Skip to content

Commit

Permalink
chore: iss-192 added additional information about authentic source in…
Browse files Browse the repository at this point in the history
…side credential metadata type
  • Loading branch information
m-basili committed Nov 27, 2024
1 parent 3920f57 commit 520a7c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/en/pid-eaa-data-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,12 @@ The Metadata type document MUST be a JSON object and contains the following para
- REQUIRED. Object containing information about the data origin. It MUST contain the object ``verification`` with this following sub-value:

* ``trust_framework``: MUST contain trust framework used for digital authentication towards authentic source system.
* ``authentic_source``: MUST contain ``organization_name`` and ``organization_code`` claim related to name and code identifier of the authentic source.
* ``authentic_source``: MUST contain the following claims related to information about the authentic source:
* ``organization_name`` name of the authentic source.
* ``organization_code`` code identifier of the authentic source.
* ``homepage_uri`` uri pointing to the authentic source's homepage.
* ``contacts`` contact list for info and assistance.
* ``logo_uri`` URI pointing to the logo image.
- This specification
* - **display**
- REQUIRED. Array of objects, one for each language supported, containing display information for the Digital Credential type. It contains for each object the following properties:
Expand Down

0 comments on commit 520a7c5

Please sign in to comment.