Origin Verified News Publishers List format
The Verified News Publishers List is a JSON file containing the following data:
version
: version of the list schema (current version: “0.1”)name
: the name of the listdownload_url
: the URL where the list can be downloaded/updated fromdescription
: the description of the listwebsite
: a URL to a page to get more information about the listlogo_icon
: an optional base64-encoded string representing the list’s small logo icon, prefixed with data:[<mime type>];base64, (loadable in a HTML <img> tag)last_updated
: the last update timestamp in UTC, represented in the ISO 8601 date-time format (YYYY-MM-DDTHH:MM:SSZ)entities
: an array of trusted entities (signers or anchors) objects with the following data:display_name
: a display name (i.e. a simple name to show in validators)contact
: a URL to a page with some contact information for the entityisCA
: true for CA and root certificates, false for end-entity certificatesjwks
: a JSON Web Key set, as defined in RFC 7517, containing the list of current and expired (for anchors) certificates (to allow validation of old signatures). Each JWK in the set MUST contain thekty
property (as required by RFC 7517) and either ax5c
(containing a PEM-encoded certificate) orx5t#S256
(encoding a SHA-256 thumbprint). The certificates MUST adhere to the C2PA certificate profile.