Commit 2fde73d6 authored by bradburyr's avatar bradburyr
Browse files

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

parent 1fe7511c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -276,11 +276,11 @@ components:
          properties:
            policyTemplateId:
              $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
            applicationDataFlowDescriptions:
            applicationFlowDescriptions:
              type: array
              minItems: 1
              items:
                $ref: 'TS26510_CommonData.yaml#/components/schemas/ApplicationDataFlowDescription'
                $ref: 'TS26510_CommonData.yaml#/components/schemas/ApplicationFlowDescription'
              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'