UnauthorizedCacheControlHeaderStrategy

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-unauthorizedcachecontrolheaderstrategy-schema.json Raw ↑
{
  "$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"
  ]
}