Commit 986bdd88 authored by Pelayo Torres's avatar Pelayo Torres
Browse files

enums in openapi file

parent 9ac8eee1
Loading
Loading
Loading
Loading
Loading
+14 −40
Original line number Original line Diff line number Diff line
@@ -5431,14 +5431,10 @@ components:
      title: Resource
      title: Resource
      type: object
      type: object
    CommunicationType:
    CommunicationType:
      anyOf:
      enum:
      - enum:
        - REQUEST_RESPONSE
        - REQUEST_RESPONSE
        - SUBSCRIBE_NOTIFY
        - SUBSCRIBE_NOTIFY
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a communication type of the resource or the custom operation.\
      description: "Indicates a communication type of the resource or the custom operation.\
        \  \nPossible values are:\n- REQUEST_RESPONSE: The communication is of the\
        \  \nPossible values are:\n- REQUEST_RESPONSE: The communication is of the\
        \ type request-response.\n- SUBSCRIBE_NOTIFY: The communication is of the\
        \ type request-response.\n- SUBSCRIBE_NOTIFY: The communication is of the\
@@ -5479,32 +5475,24 @@ components:
      title: CustomOperation
      title: CustomOperation
      type: object
      type: object
    Operation:
    Operation:
      anyOf:
      enum:
      - enum:
        - GET
        - GET
        - POST
        - POST
        - PUT
        - PUT
        - PATCH
        - PATCH
        - DELETE
        - DELETE
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates an HTTP method.  \nPossible values are:\n- GET: HTTP\
      description: "Indicates an HTTP method.  \nPossible values are:\n- GET: HTTP\
        \ GET method.\n- POST: HTTP POST method.\n- PUT: HTTP PUT method.\n- PATCH:\
        \ GET method.\n- POST: HTTP POST method.\n- PUT: HTTP PUT method.\n- PATCH:\
        \ HTTP PATCH method.\n- DELETE: HTTP DELETE method.\n"
        \ HTTP PATCH method.\n- DELETE: HTTP DELETE method.\n"
      title: Operation
      title: Operation
    Protocol:
    Protocol:
      anyOf:
      enum:
      - enum:
        - HTTP_1_1
        - HTTP_1_1
        - HTTP_2
        - HTTP_2
        - MQTT
        - MQTT
        - WEBSOCKET
        - WEBSOCKET
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a protocol and protocol version used by the API.  \n\
      description: "Indicates a protocol and protocol version used by the API.  \n\
        Possible values are:\n- HTTP_1_1: Indicates that the protocol is HTTP version\
        Possible values are:\n- HTTP_1_1: Indicates that the protocol is HTTP version\
        \ 1.1.\n- HTTP_2: Indicates that the protocol is HTTP version 2.\n- MQTT:\
        \ 1.1.\n- HTTP_2: Indicates that the protocol is HTTP version 2.\n- MQTT:\
@@ -5512,30 +5500,22 @@ components:
        \ Indicates that the protocol is Websocket.\n"
        \ Indicates that the protocol is Websocket.\n"
      title: Protocol
      title: Protocol
    DataFormat:
    DataFormat:
      anyOf:
      enum:
      - enum:
        - JSON
        - JSON
        - XML
        - XML
        - PROTOBUF3
        - PROTOBUF3
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a data format.  \nPossible values are:\n- JSON: Indicates\
      description: "Indicates a data format.  \nPossible values are:\n- JSON: Indicates\
        \ that the data format is JSON.\n- XML: Indicates that the data format is\
        \ that the data format is JSON.\n- XML: Indicates that the data format is\
        \ Extensible Markup Language.\n- PROTOBUF3: Indicates that the data format\
        \ Extensible Markup Language.\n- PROTOBUF3: Indicates that the data format\
        \ is Protocol buffers version 3.\n"
        \ is Protocol buffers version 3.\n"
      title: DataFormat
      title: DataFormat
    SecurityMethod:
    SecurityMethod:
      anyOf:
      enum:
      - enum:
        - PSK
        - PSK
        - PKI
        - PKI
        - OAUTH
        - OAUTH
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates the security method.  \nPossible values are:\n- PSK:\
      description: "Indicates the security method.  \nPossible values are:\n- PSK:\
        \ Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122.\n- PKI:\
        \ Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122.\n- PKI:\
        \ Security method 2 (Using PKI) as described in 3GPP TS 33.122.\n- OAUTH:\
        \ Security method 2 (Using PKI) as described in 3GPP TS 33.122.\n- OAUTH:\
@@ -5846,15 +5826,11 @@ components:
      title: expTime
      title: expTime
      type: string
      type: string
    OAuthGrantType:
    OAuthGrantType:
      anyOf:
      enum:
      - enum:
        - CLIENT_CREDENTIALS
        - CLIENT_CREDENTIALS
        - AUTHORIZATION_CODE
        - AUTHORIZATION_CODE
        - AUTHORIZATION_CODE_WITH_PKCE
        - AUTHORIZATION_CODE_WITH_PKCE
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration and is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates the supported authorization flow (e.g. client credentials\
      description: "Indicates the supported authorization flow (e.g. client credentials\
        \ flow, authorization code         flow, etc.) to the API invoker.  \nPossible\
        \ flow, authorization code         flow, etc.) to the API invoker.  \nPossible\
        \ values are:\n- CLIENT_CREDENTIALS: Indicate that the grant type is is client\
        \ values are:\n- CLIENT_CREDENTIALS: Indicate that the grant type is is client\
@@ -6077,8 +6053,7 @@ components:
      title: GADShape
      title: GADShape
      type: object
      type: object
    SupportedGADShapes:
    SupportedGADShapes:
      anyOf:
      enum:
      - enum:
        - POINT
        - POINT
        - POINT_UNCERTAINTY_CIRCLE
        - POINT_UNCERTAINTY_CIRCLE
        - POINT_UNCERTAINTY_ELLIPSE
        - POINT_UNCERTAINTY_ELLIPSE
@@ -6092,7 +6067,6 @@ components:
        - RELATIVE_2D_LOCATION_UNCERTAINTY_ELLIPSE
        - RELATIVE_2D_LOCATION_UNCERTAINTY_ELLIPSE
        - RELATIVE_3D_LOCATION_UNCERTAINTY_ELLIPSOID
        - RELATIVE_3D_LOCATION_UNCERTAINTY_ELLIPSOID
      type: string
      type: string
      - type: string
      description: Indicates supported GAD shapes.
      description: Indicates supported GAD shapes.
      title: SupportedGADShapes
      title: SupportedGADShapes
    PointUncertaintyCircle:
    PointUncertaintyCircle:
+2 −6
Original line number Original line Diff line number Diff line
@@ -617,15 +617,11 @@ components:
      title: APIProviderEnrolmentDetailsPatch
      title: APIProviderEnrolmentDetailsPatch
      type: object
      type: object
    ApiProviderFuncRole:
    ApiProviderFuncRole:
      anyOf:
      enum:
      - enum:
        - AEF
        - AEF
        - APF
        - APF
        - AMF
        - AMF
      type: string
      type: string
      - description: |
          This string provides forward-compatiblity with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates the role (e.g. AEF, APF, etc.) of an API provider domain\
      description: "Indicates the role (e.g. AEF, APF, etc.) of an API provider domain\
        \ function.  \nPossible values are:\n- AEF: API provider function is API Exposing\
        \ function.  \nPossible values are:\n- AEF: API provider function is API Exposing\
        \ Function.\n- APF: API provider function is API Publishing Function.\n- AMF:\
        \ Function.\n- APF: API provider function is API Publishing Function.\n- AMF:\
+8 −24
Original line number Original line Diff line number Diff line
@@ -323,16 +323,12 @@ components:
      title: DateTime
      title: DateTime
      type: string
      type: string
    Protocol:
    Protocol:
      anyOf:
      enum:
      - enum:
        - HTTP_1_1
        - HTTP_1_1
        - HTTP_2
        - HTTP_2
        - MQTT
        - MQTT
        - WEBSOCKET
        - WEBSOCKET
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a protocol and protocol version used by the API.  \n\
      description: "Indicates a protocol and protocol version used by the API.  \n\
        Possible values are:\n- HTTP_1_1: Indicates that the protocol is HTTP version\
        Possible values are:\n- HTTP_1_1: Indicates that the protocol is HTTP version\
        \ 1.1.\n- HTTP_2: Indicates that the protocol is HTTP version 2.\n- MQTT:\
        \ 1.1.\n- HTTP_2: Indicates that the protocol is HTTP version 2.\n- MQTT:\
@@ -340,17 +336,13 @@ components:
        \ Indicates that the protocol is Websocket.\n"
        \ Indicates that the protocol is Websocket.\n"
      title: Protocol
      title: Protocol
    Operation:
    Operation:
      anyOf:
      enum:
      - enum:
        - GET
        - GET
        - POST
        - POST
        - PUT
        - PUT
        - PATCH
        - PATCH
        - DELETE
        - DELETE
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates an HTTP method.  \nPossible values are:\n- GET: HTTP\
      description: "Indicates an HTTP method.  \nPossible values are:\n- GET: HTTP\
        \ GET method.\n- POST: HTTP POST method.\n- PUT: HTTP PUT method.\n- PATCH:\
        \ GET method.\n- POST: HTTP POST method.\n- PUT: HTTP PUT method.\n- PATCH:\
        \ HTTP PATCH method.\n- DELETE: HTTP DELETE method.\n"
        \ HTTP PATCH method.\n- DELETE: HTTP DELETE method.\n"
@@ -421,15 +413,11 @@ components:
      title: InterfaceDescription
      title: InterfaceDescription
      type: object
      type: object
    SecurityMethod:
    SecurityMethod:
      anyOf:
      enum:
      - enum:
        - PSK
        - PSK
        - PKI
        - PKI
        - OAUTH
        - OAUTH
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates the security method.  \nPossible values are:\n- PSK:\
      description: "Indicates the security method.  \nPossible values are:\n- PSK:\
        \ Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122.\n- PKI:\
        \ Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122.\n- PKI:\
        \ Security method 2 (Using PKI) as described in 3GPP TS 33.122.\n- OAUTH:\
        \ Security method 2 (Using PKI) as described in 3GPP TS 33.122.\n- OAUTH:\
@@ -755,15 +743,11 @@ components:
      title: Port
      title: Port
      type: integer
      type: integer
    OAuthGrantType:
    OAuthGrantType:
      anyOf:
      enum:
      - enum:
        - CLIENT_CREDENTIALS
        - CLIENT_CREDENTIALS
        - AUTHORIZATION_CODE
        - AUTHORIZATION_CODE
        - AUTHORIZATION_CODE_WITH_PKCE
        - AUTHORIZATION_CODE_WITH_PKCE
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration and is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates the supported authorization flow (e.g. client credentials\
      description: "Indicates the supported authorization flow (e.g. client credentials\
        \ flow, authorization code         flow, etc.) to the API invoker.  \nPossible\
        \ flow, authorization code         flow, etc.) to the API invoker.  \nPossible\
        \ values are:\n- CLIENT_CREDENTIALS: Indicate that the grant type is is client\
        \ values are:\n- CLIENT_CREDENTIALS: Indicate that the grant type is is client\
+11 −40
Original line number Original line Diff line number Diff line
@@ -1240,14 +1240,9 @@ components:
      type: object
      type: object
    CommunicationType:
    CommunicationType:
      type: string
      type: string
      anyOf:
      enum:
      - enum:
        - REQUEST_RESPONSE
        - REQUEST_RESPONSE
        - SUBSCRIBE_NOTIFY
        - SUBSCRIBE_NOTIFY
        type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a communication type of the resource or the custom operation.\
      description: "Indicates a communication type of the resource or the custom operation.\
        \  \nPossible values are:\n- REQUEST_RESPONSE: The communication is of the\
        \  \nPossible values are:\n- REQUEST_RESPONSE: The communication is of the\
        \ type request-response.\n- SUBSCRIBE_NOTIFY: The communication is of the\
        \ type request-response.\n- SUBSCRIBE_NOTIFY: The communication is of the\
@@ -1255,16 +1250,11 @@ components:
      title: CommunicationType
      title: CommunicationType
    Protocol:
    Protocol:
      type: string
      type: string
      anyOf:
      enum:
      - enum:
        - HTTP_1_1
        - HTTP_1_1
        - HTTP_2
        - HTTP_2
        - MQTT
        - MQTT
        - WEBSOCKET
        - WEBSOCKET
        type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a protocol and protocol version used by the API.  \n\
      description: "Indicates a protocol and protocol version used by the API.  \n\
        Possible values are:\n- HTTP_1_1: Indicates that the protocol is HTTP version\
        Possible values are:\n- HTTP_1_1: Indicates that the protocol is HTTP version\
        \ 1.1.\n- HTTP_2: Indicates that the protocol is HTTP version 2.\n- MQTT:\
        \ 1.1.\n- HTTP_2: Indicates that the protocol is HTTP version 2.\n- MQTT:\
@@ -1273,15 +1263,10 @@ components:
      title: Protocol
      title: Protocol
    DataFormat:
    DataFormat:
      type: string
      type: string
      anyOf:
      enum:
      - enum:
        - JSON
        - JSON
        - XML
        - XML
        - PROTOBUF3
        - PROTOBUF3
        type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a data format.  \nPossible values are:\n- JSON: Indicates\
      description: "Indicates a data format.  \nPossible values are:\n- JSON: Indicates\
        \ that the data format is JSON.\n- XML: Indicates that the data format is\
        \ that the data format is JSON.\n- XML: Indicates that the data format is\
        \ Extensible Markup Language.\n- PROTOBUF3: Indicates that the data format\
        \ Extensible Markup Language.\n- PROTOBUF3: Indicates that the data format\
@@ -1413,15 +1398,11 @@ components:
      title: ServiceKpis
      title: ServiceKpis
      type: object
      type: object
    OAuthGrantType:
    OAuthGrantType:
      anyOf:
      enum:
      - enum:
        - CLIENT_CREDENTIALS
        - CLIENT_CREDENTIALS
        - AUTHORIZATION_CODE
        - AUTHORIZATION_CODE
        - AUTHORIZATION_CODE_WITH_PKCE
        - AUTHORIZATION_CODE_WITH_PKCE
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration and is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates the supported authorization flow (e.g. client credentials\
      description: "Indicates the supported authorization flow (e.g. client credentials\
        \ flow, authorization code         flow, etc.) to the API invoker.  \nPossible\
        \ flow, authorization code         flow, etc.) to the API invoker.  \nPossible\
        \ values are:\n- CLIENT_CREDENTIALS: Indicate that the grant type is is client\
        \ values are:\n- CLIENT_CREDENTIALS: Indicate that the grant type is is client\
@@ -2484,31 +2465,23 @@ components:
      title: CustomOperation
      title: CustomOperation
      type: object
      type: object
    Operation:
    Operation:
      anyOf:
      enum:
      - enum:
        - GET
        - GET
        - POST
        - POST
        - PUT
        - PUT
        - PATCH
        - PATCH
        - DELETE
        - DELETE
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates an HTTP method.  \nPossible values are:\n- GET: HTTP\
      description: "Indicates an HTTP method.  \nPossible values are:\n- GET: HTTP\
        \ GET method.\n- POST: HTTP POST method.\n- PUT: HTTP PUT method.\n- PATCH:\
        \ GET method.\n- POST: HTTP POST method.\n- PUT: HTTP PUT method.\n- PATCH:\
        \ HTTP PATCH method.\n- DELETE: HTTP DELETE method.\n"
        \ HTTP PATCH method.\n- DELETE: HTTP DELETE method.\n"
      title: Operation
      title: Operation
    SecurityMethod:
    SecurityMethod:
      anyOf:
      enum:
      - enum:
        - PSK
        - PSK
        - PKI
        - PKI
        - OAUTH
        - OAUTH
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates the security method.  \nPossible values are:\n- PSK:\
      description: "Indicates the security method.  \nPossible values are:\n- PSK:\
        \ Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122.\n- PKI:\
        \ Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122.\n- PKI:\
        \ Security method 2 (Using PKI) as described in 3GPP TS 33.122.\n- OAUTH:\
        \ Security method 2 (Using PKI) as described in 3GPP TS 33.122.\n- OAUTH:\
@@ -2858,8 +2831,7 @@ components:
      title: GADShape
      title: GADShape
      type: object
      type: object
    SupportedGADShapes:
    SupportedGADShapes:
      anyOf:
      enum:
      - enum:
        - POINT
        - POINT
        - POINT_UNCERTAINTY_CIRCLE
        - POINT_UNCERTAINTY_CIRCLE
        - POINT_UNCERTAINTY_ELLIPSE
        - POINT_UNCERTAINTY_ELLIPSE
@@ -2873,7 +2845,6 @@ components:
        - RELATIVE_2D_LOCATION_UNCERTAINTY_ELLIPSE
        - RELATIVE_2D_LOCATION_UNCERTAINTY_ELLIPSE
        - RELATIVE_3D_LOCATION_UNCERTAINTY_ELLIPSOID
        - RELATIVE_3D_LOCATION_UNCERTAINTY_ELLIPSOID
      type: string
      type: string
      - type: string
      description: Indicates supported GAD shapes.
      description: Indicates supported GAD shapes.
      title: SupportedGADShapes
      title: SupportedGADShapes
    PointUncertaintyCircle:
    PointUncertaintyCircle:
+26 −73
Original line number Original line Diff line number Diff line
@@ -4322,8 +4322,7 @@ components:
      title: EventSubscriptionPatch
      title: EventSubscriptionPatch
      type: object
      type: object
    CAPIFEvent:
    CAPIFEvent:
      anyOf:
      enum:
      - enum:
        - SERVICE_API_AVAILABLE
        - SERVICE_API_AVAILABLE
        - SERVICE_API_UNAVAILABLE
        - SERVICE_API_UNAVAILABLE
        - SERVICE_API_UPDATE
        - SERVICE_API_UPDATE
@@ -4338,9 +4337,6 @@ components:
        - API_TOPOLOGY_HIDING_CREATED
        - API_TOPOLOGY_HIDING_CREATED
        - API_TOPOLOGY_HIDING_REVOKED
        - API_TOPOLOGY_HIDING_REVOKED
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Describes the CAPIF event.  \nPossible values are:\n- SERVICE_API_AVAILABLE:\n\
      description: "Describes the CAPIF event.  \nPossible values are:\n- SERVICE_API_AVAILABLE:\n\
        \  Events related to the availability of service APIs after the service APIs\
        \  Events related to the availability of service APIs after the service APIs\
        \ are\n  published.\n- SERVICE_API_UNAVAILABLE:\n  Events related to the unavailability\
        \ are\n  published.\n- SERVICE_API_UNAVAILABLE:\n  Events related to the unavailability\
@@ -5481,14 +5477,10 @@ components:
      title: Resource
      title: Resource
      type: object
      type: object
    CommunicationType:
    CommunicationType:
      anyOf:
      enum:
      - enum:
        - REQUEST_RESPONSE
        - REQUEST_RESPONSE
        - SUBSCRIBE_NOTIFY
        - SUBSCRIBE_NOTIFY
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a communication type of the resource or the custom operation.\
      description: "Indicates a communication type of the resource or the custom operation.\
        \  \nPossible values are:\n- REQUEST_RESPONSE: The communication is of the\
        \  \nPossible values are:\n- REQUEST_RESPONSE: The communication is of the\
        \ type request-response.\n- SUBSCRIBE_NOTIFY: The communication is of the\
        \ type request-response.\n- SUBSCRIBE_NOTIFY: The communication is of the\
@@ -5529,32 +5521,24 @@ components:
      title: CustomOperation
      title: CustomOperation
      type: object
      type: object
    Operation:
    Operation:
      anyOf:
      enum:
      - enum:
        - GET
        - GET
        - POST
        - POST
        - PUT
        - PUT
        - PATCH
        - PATCH
        - DELETE
        - DELETE
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates an HTTP method.  \nPossible values are:\n- GET: HTTP\
      description: "Indicates an HTTP method.  \nPossible values are:\n- GET: HTTP\
        \ GET method.\n- POST: HTTP POST method.\n- PUT: HTTP PUT method.\n- PATCH:\
        \ GET method.\n- POST: HTTP POST method.\n- PUT: HTTP PUT method.\n- PATCH:\
        \ HTTP PATCH method.\n- DELETE: HTTP DELETE method.\n"
        \ HTTP PATCH method.\n- DELETE: HTTP DELETE method.\n"
      title: Operation
      title: Operation
    Protocol:
    Protocol:
      anyOf:
      enum:
      - enum:
        - HTTP_1_1
        - HTTP_1_1
        - HTTP_2
        - HTTP_2
        - MQTT
        - MQTT
        - WEBSOCKET
        - WEBSOCKET
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a protocol and protocol version used by the API.  \n\
      description: "Indicates a protocol and protocol version used by the API.  \n\
        Possible values are:\n- HTTP_1_1: Indicates that the protocol is HTTP version\
        Possible values are:\n- HTTP_1_1: Indicates that the protocol is HTTP version\
        \ 1.1.\n- HTTP_2: Indicates that the protocol is HTTP version 2.\n- MQTT:\
        \ 1.1.\n- HTTP_2: Indicates that the protocol is HTTP version 2.\n- MQTT:\
@@ -5562,30 +5546,22 @@ components:
        \ Indicates that the protocol is Websocket.\n"
        \ Indicates that the protocol is Websocket.\n"
      title: Protocol
      title: Protocol
    DataFormat:
    DataFormat:
      anyOf:
      enum:
      - enum:
        - JSON
        - JSON
        - XML
        - XML
        - PROTOBUF3
        - PROTOBUF3
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates a data format.  \nPossible values are:\n- JSON: Indicates\
      description: "Indicates a data format.  \nPossible values are:\n- JSON: Indicates\
        \ that the data format is JSON.\n- XML: Indicates that the data format is\
        \ that the data format is JSON.\n- XML: Indicates that the data format is\
        \ Extensible Markup Language.\n- PROTOBUF3: Indicates that the data format\
        \ Extensible Markup Language.\n- PROTOBUF3: Indicates that the data format\
        \ is Protocol buffers version 3.\n"
        \ is Protocol buffers version 3.\n"
      title: DataFormat
      title: DataFormat
    SecurityMethod:
    SecurityMethod:
      anyOf:
      enum:
      - enum:
        - PSK
        - PSK
        - PKI
        - PKI
        - OAUTH
        - OAUTH
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates the security method.  \nPossible values are:\n- PSK:\
      description: "Indicates the security method.  \nPossible values are:\n- PSK:\
        \ Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122.\n- PKI:\
        \ Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122.\n- PKI:\
        \ Security method 2 (Using PKI) as described in 3GPP TS 33.122.\n- OAUTH:\
        \ Security method 2 (Using PKI) as described in 3GPP TS 33.122.\n- OAUTH:\
@@ -6412,15 +6388,11 @@ components:
      title: Ipv6AddressRange
      title: Ipv6AddressRange
      type: object
      type: object
    NotificationMethod:
    NotificationMethod:
      anyOf:
      enum:
      - enum:
        - PERIODIC
        - PERIODIC
        - ONE_TIME
        - ONE_TIME
        - ON_EVENT_DETECTION
        - ON_EVENT_DETECTION
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration and is not used to encode content defined in the present version of this API.
        type: string
      description: "Represents the notification methods that can be subscribed.  \n\
      description: "Represents the notification methods that can be subscribed.  \n\
        Possible values are:\n- PERIODIC\n- ONE_TIME\n- ON_EVENT_DETECTION\n"
        Possible values are:\n- PERIODIC\n- ONE_TIME\n- ON_EVENT_DETECTION\n"
      title: NotificationMethod
      title: NotificationMethod
@@ -6446,17 +6418,13 @@ components:
      title: SamplingRatio
      title: SamplingRatio
      type: integer
      type: integer
    PartitioningCriteria:
    PartitioningCriteria:
      anyOf:
      enum:
      - enum:
        - TAC
        - TAC
        - SUBPLMN
        - SUBPLMN
        - GEOAREA
        - GEOAREA
        - SNSSAI
        - SNSSAI
        - DNN
        - DNN
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.
        type: string
      description: |
      description: |
        Possible values are:
        Possible values are:
        - "TAC": Type Allocation Code
        - "TAC": Type Allocation Code
@@ -6466,16 +6434,11 @@ components:
        - "DNN": DNN
        - "DNN": DNN
      title: PartitioningCriteria
      title: PartitioningCriteria
    NotificationFlag:
    NotificationFlag:
      anyOf:
      enum:
      - enum:
        - ACTIVATE
        - ACTIVATE
        - DEACTIVATE
        - DEACTIVATE
        - RETRIEVAL
        - RETRIEVAL
      type: string
      type: string
      - description: "This string provides forward-compatibility with future extensions\
          \ to the enumeration but is not used to encode content defined in the present\
          \ version of this API. \n"
        type: string
      description: "Possible values are:\n- ACTIVATE: The event notification is activated.\n\
      description: "Possible values are:\n- ACTIVATE: The event notification is activated.\n\
        - DEACTIVATE: The event notification is deactivated and shall be muted. The\
        - DEACTIVATE: The event notification is deactivated and shall be muted. The\
        \ available\n   event(s) shall be stored.\n- RETRIEVAL: The event notification\
        \ available\n   event(s) shall be stored.\n- RETRIEVAL: The event notification\
@@ -6496,24 +6459,20 @@ components:
      title: MutingExceptionInstructions
      title: MutingExceptionInstructions
      type: object
      type: object
    BufferedNotificationsAction:
    BufferedNotificationsAction:
      anyOf:
      enum:
      - enum:
        - SEND_ALL
        - SEND_ALL
        - DISCARD_ALL
        - DISCARD_ALL
        - DROP_OLD
        - DROP_OLD
      type: string
      type: string
      - type: string
      description: |
      description: |
        Indicates the required action by the event producer NF on the buffered Notifications.
        Indicates the required action by the event producer NF on the buffered Notifications.
      title: BufferedNotificationsAction
      title: BufferedNotificationsAction
    SubscriptionAction:
    SubscriptionAction:
      anyOf:
      enum:
      - enum:
        - CLOSE
        - CLOSE
        - CONTINUE_WITH_MUTING
        - CONTINUE_WITH_MUTING
        - CONTINUE_WITHOUT_MUTING
        - CONTINUE_WITHOUT_MUTING
      type: string
      type: string
      - type: string
      description: |
      description: |
        Indicates the required action by the event producer NF on the event subscription if an exception occurs while the event is muted.
        Indicates the required action by the event producer NF on the event subscription if an exception occurs while the event is muted.
      title: SubscriptionAction
      title: SubscriptionAction
@@ -6534,15 +6493,11 @@ components:
      title: MutingNotificationsSettings
      title: MutingNotificationsSettings
      type: object
      type: object
    OAuthGrantType:
    OAuthGrantType:
      anyOf:
      enum:
      - enum:
        - CLIENT_CREDENTIALS
        - CLIENT_CREDENTIALS
        - AUTHORIZATION_CODE
        - AUTHORIZATION_CODE
        - AUTHORIZATION_CODE_WITH_PKCE
        - AUTHORIZATION_CODE_WITH_PKCE
      type: string
      type: string
      - description: |
          This string provides forward-compatibility with future extensions to the enumeration and is not used to encode content defined in the present version of this API.
        type: string
      description: "Indicates the supported authorization flow (e.g. client credentials\
      description: "Indicates the supported authorization flow (e.g. client credentials\
        \ flow, authorization code         flow, etc.) to the API invoker.  \nPossible\
        \ flow, authorization code         flow, etc.) to the API invoker.  \nPossible\
        \ values are:\n- CLIENT_CREDENTIALS: Indicate that the grant type is is client\
        \ values are:\n- CLIENT_CREDENTIALS: Indicate that the grant type is is client\
@@ -6770,8 +6725,7 @@ components:
      title: GADShape
      title: GADShape
      type: object
      type: object
    SupportedGADShapes:
    SupportedGADShapes:
      anyOf:
      enum:
      - enum:
        - POINT
        - POINT
        - POINT_UNCERTAINTY_CIRCLE
        - POINT_UNCERTAINTY_CIRCLE
        - POINT_UNCERTAINTY_ELLIPSE
        - POINT_UNCERTAINTY_ELLIPSE
@@ -6785,7 +6739,6 @@ components:
        - RELATIVE_2D_LOCATION_UNCERTAINTY_ELLIPSE
        - RELATIVE_2D_LOCATION_UNCERTAINTY_ELLIPSE
        - RELATIVE_3D_LOCATION_UNCERTAINTY_ELLIPSOID
        - RELATIVE_3D_LOCATION_UNCERTAINTY_ELLIPSOID
      type: string
      type: string
      - type: string
      description: Indicates supported GAD shapes.
      description: Indicates supported GAD shapes.
      title: SupportedGADShapes
      title: SupportedGADShapes
    PointUncertaintyCircle:
    PointUncertaintyCircle:
Loading