{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UnauthorizedCacheControlHeaderStrategy", "title": "UnauthorizedCacheControlHeaderStrategy", "type": "string", "enum": [ "FAIL_WITH_403", "SUCCEED_WITH_RESPONSE_HEADER", "SUCCEED_WITHOUT_RESPONSE_HEADER" ] }