Commit 70d0e9ac authored by bradburyr's avatar bradburyr
Browse files

Added missing sdfMethod property to ServiceDataFlowDescription.

Enforced either flowDescription or domainName in ServiceDataFlowDescription.
parent b6333691
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -81,7 +81,14 @@ components:

    ServiceDataFlowDescription:
      type: object
      required:
        - sdfMethod
      oneOf:
        - required: [flowDescription]
        - required: [domainName]
      properties:
        sdfMethod:
          $ref: '#/components/schemas/SdfMethod'
        flowDescription:
          $ref: '#/components/schemas/IpPacketFilterSet'
        domainName: