Allowed origins.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_allowed_origins", "title": "access_allowed_origins", "description": "Allowed origins.", "example": [ "https://example.com" ], "items": { "type": "string" }, "type": "array" }