mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-12 13:05:00 +00:00
7fcd022eea
Also refactors the way we get the policy engines in requests
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "EmailInput",
|
|
"description": "Input for the email add policy.",
|
|
"type": "object",
|
|
"required": [
|
|
"email"
|
|
],
|
|
"properties": {
|
|
"email": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |