Authelia · Schema
Authelia Exports.Webauthn.Schema
AuthenticationAuthorizationLDAPMFAOpen-SourceOpenID ConnectSelf-HostedSSO
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.authelia.com/schemas/v4.39/json-schema/exports.webauthn.json",
"$ref": "#/$defs/WebAuthnCredentialDataExport",
"$defs": {
"WebAuthnCredentialData": {
"properties": {
"id": {
"type": "integer"
},
"created_at": {
"type": "string",
"format": "date-time",
"title": "Created At",
"description": "The time this credential was created."
},
"last_used_at": {
"type": "string",
"format": "date-time",
"title": "Last Used At",
"description": "The last time this credential was used."
},
"rpid": {
"type": "string",
"title": "Relying Party ID",
"description": "The Relying Party ID used to register this credential."
},
"username": {
"type": "string",
"title": "Username",
"description": "The username of the user this credential belongs to."
},
"description": {
"type": "string",
"title": "Description",
"description": "The user description of this credential."
},
"kid": {
"type": "string",
"title": "Public Key ID",
"description": "The Public Key ID of this credential."
},
"aaguid": {
"type": "string",
"title": "AAGUID",
"description": "The Authenticator Attestation Global Unique Identifier of this credential."
},
"attestation_type": {
"type": "string",
"title": "Attestation Type",
"description": "The attestation type this credential uses."
},
"attestation_format": {
"type": "string",
"title": "Attestation Format",
"description": "The attestation format this credential uses."
},
"attachment": {
"type": "string",
"title": "Attachment",
"description": "The last recorded credential attachment type."
},
"transports": {
"items": {
"type": "string"
},
"type": "array",
"title": "Transports",
"description": "The last recorded credential transports."
},
"sign_count": {
"type": "integer",
"title": "Sign Count",
"description": "The last recorded credential sign count."
},
"clone_warning": {
"type": "boolean",
"title": "Clone Warning",
"description": "The clone warning status of the credential."
},
"legacy": {
"type": "boolean",
"title": "Legacy",
"description": "The legacy value indicates this credential may need to be registered again."
},
"discoverable": {
"type": "boolean",
"title": "Discoverable",
"description": "The discoverable status of this credential."
},
"present": {
"type": "boolean",
"title": "Present",
"description": "The user presence status of this credential."
},
"verified": {
"type": "boolean",
"title": "Verified",
"description": "The verified status of this credential."
},
"backup_eligible": {
"type": "boolean",
"title": "Backup Eligible",
"description": "The backup eligible status of this credential."
},
"backup_state": {
"type": "boolean",
"title": "Backup State",
"description": "The backup state of this credential."
},
"public_key": {
"type": "string",
"title": "Public Key",
"description": "The credential public key."
},
"attestation": {
"type": "string",
"title": "Attestation",
"description": "The credential attestation information for auditing and validation."
}
},
"additionalProperties": false,
"type": "object"
},
"WebAuthnCredentialDataExport": {
"properties": {
"webauthn_credentials": {
"items": {
"$ref": "#/$defs/WebAuthnCredentialData"
},
"type": "array",
"title": "WebAuthn Credentials",
"description": "The list of WebAuthn credentials."
}
},
"additionalProperties": false,
"type": "object"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/authelia-exports.webauthn.schema"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.