{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_associated_hostnames",
"title": "access_associated_hostnames",
"description": "The hostnames of the applications that will use this certificate.",
"items": {
"description": "A fully-qualified domain name (FQDN).",
"example": "admin.example.com",
"type": "string"
},
"type": "array"
}