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