Token defined in a request body

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-token-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_token_body",
  "title": "Token defined in a request body",
  "allOf": [
    {
      "$ref": "#/components/schemas/iam_token_base"
    },
    {
      "type": "object"
    },
    {
      "required": [
        "name",
        "status",
        "policies"
      ]
    }
  ]
}