TS11 Compliance Information

This registry implements a read-only subset of the ETSI TS11 Catalogue of Attestations specification.

Implemented Endpoints

EndpointDescription
GET /schemasList all attestation schemas (JWS-signed)
GET /schemas/{schemaId}Get a single schema by ID (JWS-signed)
GET /attributesList all attributes in the Catalogue of Attributes (§4.2)
GET /attributes/{attrId}Get a single attribute by identifier

Response Format

All API responses are JWS compact serialization (RFC 7515) containing a JWT payload with iss and iat claims. The signing key is published at /.well-known/jwks.json.

Data Model

Each SchemaMeta object in the catalogue contains:

FieldDescription
idUUID v5 identifier derived from the credential URI
versionSchema version string (default: "1.0")
attestationLoSLevel of Assurance (low / substantial / high)
bindingTypeKey binding mechanism (cnf / holder)
supportedFormatsArray of format identifiers (dc+sd-jwt, mso_mdoc, jwt_vc_json)
schemaURIsArray of format-to-URI mappings pointing to actual schema files
rulebookURIOptional link to the attestation rulebook
trustedAuthoritiesArray of trusted issuer references (future)

Governance Model

This catalogue is managed via a git-based workflow. Changes to credential schemas are submitted as pull requests to source repositories and reviewed before publication. Write API endpoints (PUT, DELETE) are intentionally omitted — governance happens through standard git review processes.

Statistics

12 registered credential(s). Last built: 2026-06-10T18:54:36Z.