iam_response_single_segment

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-response-single-segment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_response_single_segment",
  "title": "iam_response_single_segment",
  "allOf": [
    {
      "$ref": "#/components/schemas/iam_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "expires_on": {
              "$ref": "#/components/schemas/iam_expires_on"
            },
            "id": {
              "$ref": "#/components/schemas/iam_token_identifier"
            },
            "not_before": {
              "$ref": "#/components/schemas/iam_not_before"
            },
            "status": {
              "$ref": "#/components/schemas/iam_status"
            }
          },
          "required": [
            "id",
            "status"
          ]
        }
      },
      "type": "object"
    }
  ]
}