dew/.project/infrastructure/services/keycloak/schemas/init.schema.json

15 lines
418 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://artificery.dev/dew/samples/keycloak/init.schema.json",
"title": "Keycloak Sample Initialization",
"description": "Initialization values for the sample Keycloak service.",
"type": "object",
"additionalProperties": false,
"properties": {
"realm": {
"type": "string",
"minLength": 1,
"default": "dew"
}
}
}