deployment-reviewer-type

The type of reviewer.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-deployment-reviewer-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/deployment-reviewer-type",
  "title": "deployment-reviewer-type",
  "type": "string",
  "description": "The type of reviewer.",
  "enum": [
    "User",
    "Team"
  ],
  "example": "User"
}