iam_schemas-status

Status of this membership.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-schemas-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_schemas-status",
  "title": "iam_schemas-status",
  "description": "Status of this membership.",
  "enum": [
    "accepted",
    "pending",
    "rejected"
  ],
  "example": "accepted",
  "type": "string"
}