TS11 Compliance Information
This registry implements a read-only subset of the ETSI TS11 Catalogue of Attestations specification.
Implemented Endpoints
| Endpoint | Description |
|---|---|
GET /schemas | List all attestation schemas (JWS-signed) |
GET /schemas/{schemaId} | Get a single schema by ID (JWS-signed) |
GET /attributes | List 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:
| Field | Description |
|---|---|
id | UUID v5 identifier derived from the credential URI |
version | Schema version string (default: "1.0") |
attestationLoS | Level of Assurance (low / substantial / high) |
bindingType | Key binding mechanism (cnf / holder) |
supportedFormats | Array of format identifiers (dc+sd-jwt, mso_mdoc, jwt_vc_json) |
schemaURIs | Array of format-to-URI mappings pointing to actual schema files |
rulebookURI | Optional link to the attestation rulebook |
trustedAuthorities | Array 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.