Getting started Community Training Tutorials Documentation APIs, AI & Tools
{
"title": "Basic authentication - Simple",
"type": "object",
"description": "Enforces HTTP Basic authentication according to the details configured in the policy.",
"properties": {
"username": {
"title": "User Name",
"type": "string"
},
"password": {
"title": "User Password",
"type": "string",
"@context": {
"@characteristics": [
"security:sensitive"
]
}
}
},
"required": [
"username",
"password"
],
"unevaluatedProperties": false,
"@context": {
"@vocab": "anypoint://vocabulary/policy.yaml#",
"security": "anypoint://vocabulary/policy.yaml#"
},
"$id": "basic-authentication-simple",
"$schema": "https://json-schema.org/draft/2019-09/schema"
}



