List of domains that Access will secure.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_self_hosted_domains", "title": "access_self_hosted_domains", "description": "List of domains that Access will secure.", "example": [ "test.example.com/admin", "test.anotherexample.com/staff" ], "items": { "description": "A domain that Access will secure.", "type": "string" }, "type": "array" }