Schemas
The following reference material documents some of the schemas we publish.
JSON Schema
Authelia publishes several JSON Schema documents. These files are published in the following URL format (with the URL also being the schema ID):
These schemas can be added to the top of a YAML file using the following format:
Where:
- The
<version>
placeholder is in the formatv<major>.<minor>
i.e. for version 4.38.1 the<version>
is replaced byv4.38
. - The
<name>
placeholder replaced by the name of the individual JSON Schema below. - The following special meta versions exist:
- The
latest
version refers to the latest released version of Authelia. - The
next
version refers to the latest commit to the master branch.
- The
Configuration
Schema Name: configuration
The JSON Schema document for the main configuration file.
Users Database
Schema Name: user-database
The JSON Schema document for the users database configuration file.
TOTP Export
Schema Name: exports.totp
The JSON Schema document for the TOTP export file.
WebAuthn Export
Schema Name: exports.webauthn
The JSON Schema document for the WebAuthn export file.
Identifiers Export
Schema Name: exports.identifiers
The JSON Schema document for the Identifiers export file.