mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-12 15:15:04 +00:00
7fcd022eea
Also refactors the way we get the policy engines in requests
15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "ClientRegistrationInput",
|
|
"description": "Input for the client registration policy.",
|
|
"type": "object",
|
|
"required": [
|
|
"client_metadata"
|
|
],
|
|
"properties": {
|
|
"client_metadata": {
|
|
"type": "object",
|
|
"additionalProperties": true
|
|
}
|
|
}
|
|
} |