Files
letro-authentication-service/policies/schema/password_input.json

13 lines
212 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "PasswordInput",
"type": "object",
"required": [
"password"
],
"properties": {
"password": {
"type": "string"
}
}
}