Commit 0b596848 authored by bradburyr's avatar bradburyr
Browse files

[SP-240567|SP-240568]: ServiceDataFlowDescription -> ApplicationFlowDescription.

parent 90a1928b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: 5GMS Event Exposure
  version: 1.0.1
  version: 1.1.1
  description: |
    5GMS Event Exposure syntax
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -13,7 +13,7 @@ tags:
    description: '5G Media Streaming: Event Exposure'

externalDocs:
  description: 'TS 26.512 V18.1.0; 5G Media Streaming (5GMS); Protocols'
  description: 'TS 26.512 V18.2.0; 5G Media Streaming (5GMS); Protocols'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.512/'

paths: {}
@@ -276,11 +276,11 @@ components:
          properties:
            policyTemplateId:
              $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
            serviceDataFlowDescriptions:
            applicationDataFlowDescriptions:
              type: array
              minItems: 1
              items:
                $ref: 'TS26510_CommonData.yaml#/components/schemas/ServiceDataFlowDescription'
                $ref: 'TS26510_CommonData.yaml#/components/schemas/ApplicationDataFlowDescription'
              description: The set of Service Data Flows to which the Media Session Handler requested that the Policy Template be applied. At least a domain name or one packet filter shall be present.
            requestedQoS:
              $ref: 'TS26510_CommonData.yaml#/components/schemas/UnidirectionalQoSSpecification'