Commit 07e6d5d1 authored by bradburyr's avatar bradburyr
Browse files

Fixed target specification version number to V19.1.0.

parent c7bc146c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ info:
    All rights reserved.

externalDocs:
  description: 'TS 26.264 v19.0.0; IMS-based AR Real-Time Communication'
  description: 'TS 26.264 V19.1.0; IMS-based AR Real-Time Communication'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.264/'

paths: {}
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ tags:
    description: 'Avatar Asset Management'

externalDocs:
  description: 'TS 26.264 v19.0.0; IMS-based AR Real-Time Communication'
  description: 'TS 26.264 V19.1.0; IMS-based AR Real-Time Communication'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.264/'

servers:
@@ -241,7 +241,7 @@ components:
  schemas:
    Asset:
      type: object
      description: 'Asset resource as defined in Table B.1-7 of TS 26.264 V19.0.0.'
      description: 'Asset resource as defined in Table B.1-7 of TS 26.264.'
      required:
        - namespace
      properties:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ tags:
    description: 'Associated Information for Base Avatars'

externalDocs:
  description: 'TS 26.264 v19.0.0; IMS-based AR Real-Time Communication'
  description: 'TS 26.264 V19.1.0; IMS-based AR Real-Time Communication'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.264/'

servers:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ tags:
    description: 'Avatar Representation Management'

externalDocs:
  description: 'TS 26.264 v19.0.0; IMS-based AR Real-Time Communication'
  description: 'TS 26.264 V19.1.0; IMS-based AR Real-Time Communication'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.264/'

servers:
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ tags:
    description: 'Base Avatar Management'

externalDocs:
  description: 'TS 26.264 v19.0.0; IMS-based AR Real-Time Communication'
  description: 'TS 26.264 V19.1.0; IMS-based AR Real-Time Communication'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.264/'

servers:
@@ -288,7 +288,7 @@ components:
  schemas:
    Avatar:
      type: object
      description: 'Avatar resource as defined in Table B.1-5 of TS 26.264 V19.0.0'
      description: 'Avatar resource as defined in Table B.1-5 of TS 26.264'
      required:
        - ownerId
      properties:
@@ -309,7 +309,7 @@ components:
        avatarContainer:
          allOf:
            - $ref: 'TS26510_CommonData.yaml#/components/schemas/Url'
            - description: 'Payload containing the Base Avatar data and associated assets. For creation and update operations, the URL shall point to a multi-part mime part with MIME type "model/vnd.mpeg.arf+zip"'
            - description: 'Payload containing the Base Avatar data and associated assets. For creation and update operations, the URL shall point to a multipart MIME part with MIME type "model/vnd.mpeg.arf+zip"'
        associatedInfo:
          allOf:
            - $ref: 'TS26264_CommonData.yaml#/components/schemas/AssociatedInfo'