Commit 7c023721 authored by Jason Cloud's avatar Jason Cloud Committed by bradburyr
Browse files

[AMD_PRO-MED] Corrections to ContentHosting and ContentPublishing Schema [26510-CR0037]

parent 1ee2dc47
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_Provisioning_ContentHosting
  version: 1.1.0
  version: 1.2.0
  description: |
    Media Delivery: Content Hosting Provisioning API
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -12,7 +12,7 @@ tags:
    description: 'Media Delivery: Content Hosting Provisioning API'

externalDocs:
  description: 'TS 26.510 V19.0.0; Media Delivery; Interactions and APIs for media session handling'
  description: 'TS 26.510 V19.1.0; Media Delivery; Interactions and APIs for media session handling'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.510/'

servers:
@@ -310,6 +310,9 @@ components:
    IngestConfiguration:
      type: object
      description: 'A configuration for content ingest.'
      required:
        - mode
        - protocol
      properties:
        mode:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ContentTransferMode'
@@ -378,6 +381,7 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/PathRewriteRule'
          minItems: 1
        cachingConfigurations:
          type: array
          items:
+3 −7
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_Provisioning_ContentPublishing
  version: 1.1.0
  version: 1.1.1
  description: |
    Media Delivery: Content Publishing Provisioning API
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -12,7 +12,7 @@ tags:
    description: 'Media Delivery: Content Publishing Provisioning API'

externalDocs:
  description: 'TS 26.510 V19.0.0; Media Delivery; Interactions and APIs for media session handling'
  description: 'TS 26.510 V19.1.0; Media Delivery; Interactions and APIs for media session handling'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.510/'

servers:
@@ -309,7 +309,7 @@ components:
  schemas:
    EgestConfiguration:
      type: object
      description: 'Parameters for egesting content from the Media AS at reference point M2.'
      description: 'Parameters for egesting content from the Media AS at reference point M2 or M10.'
      required:
        - mode
        - protocol
@@ -334,7 +334,6 @@ components:
      required:
        - contributionId
        - baseURL
        - entryPoint
      properties:
        contributionId:
          type: string
@@ -356,9 +355,6 @@ components:
          allOf:
            - $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
            - description: 'A reference to a Server Certificate resource to be presented by the Media AS at reference point M4.'
        canonicalDomainName:
          type: string
          description: 'Default Fully-Qualified Domain Name for use at reference point M4 or M10.'
        domainNameAlias: 
          type: string
          description: 'Additional domain name nominated by the Media Application Provider and used by the Media AS to set appropriate CORS HTTP response headers at reference point M4.'