2023-12-19 11:23:07 +00:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
2023-12-19 11:36:55 +00:00
|
|
|
"$id": "https://raw.githubusercontent.com/marcua/ayb/main/docs/config/endpoints/schema.json",
|
2023-12-19 11:23:07 +00:00
|
|
|
"title": "Endpoints",
|
|
|
|
"description": "Endpoints provided by the ayb frontend",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"profile": {
|
|
|
|
"description": "The profile page",
|
|
|
|
"examples": ["/u/{entity}"],
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"confirmation": {
|
|
|
|
"description": "The confirmation endpoint",
|
|
|
|
"examples": ["/auth/confirm/{entity}"],
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": ["profile", "confirmation"]
|
|
|
|
}
|