{
  "name": "WorkloadJwtMint",
  "plane": "internal",
  "terraformEligible": false,
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudGateway.WorkloadJwtMint",
    "service": "gateway"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "audience": {
        "type": "string"
      },
      "principal": {
        "type": "string"
      },
      "tenantId": {
        "type": "string"
      }
    },
    "required": [
      "audience",
      "principal",
      "tenantId"
    ],
    "title": "WorkloadJwtMintRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "accessToken": {
        "type": "string"
      },
      "expiresIn": {
        "format": "uint64",
        "minimum": 0.0,
        "type": "integer"
      },
      "tokenType": {
        "type": "string"
      }
    },
    "required": [
      "accessToken",
      "expiresIn",
      "tokenType"
    ],
    "title": "WorkloadJwtMintResponse",
    "type": "object"
  }
}
