Commit 80061836 authored by bradburyr's avatar bradburyr
Browse files

TS 26.510 Rel-18 CR0003 [S4-241389] Data type corrections and renaming.

parent 72023567
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ components:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/M1EndpointAccess'
            $ref: '#/components/schemas/ServiceEndpointAccessSpecification'
        enableTurnService:
          type: boolean
          default: false
@@ -269,7 +269,7 @@ components:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/M1EndpointAccess'
            $ref: '#/components/schemas/ServiceEndpointAccessSpecification'
        enableSwapService:
          type: boolean
          default: false
@@ -277,9 +277,9 @@ components:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/M1EndpointAccess'
            $ref: '#/components/schemas/ServiceEndpointAccessSpecification'

    M1EndpointAccess:
    ServiceEndpointAccessSpecification:
      type: object
      description: "Access details used for provisioning a service endpoint."
      allOf: