Update 0003-ayb-config-improvement-schema.json

This commit is contained in:
Sofía Aritz 2023-12-19 18:01:22 +00:00
parent c55b974e4f
commit 03d9f66d2a

View file

@ -19,8 +19,9 @@
"examples": ["/auth/confirm/{entity}"], "examples": ["/auth/confirm/{entity}"],
"type": "string" "type": "string"
} }
}
}
}, },
"required": ["profile", "confirmation"] "required": ["profile", "confirmation"]
} }
},
"required": ["endpoints"]
}