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

Enforcing cardinality rule that M1QoSSpecification requires at least one property to be present.

parent 98b90fe9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -125,6 +125,10 @@ components:

    M1QoSSpecification:
      type: object
      anyOf:
        - required: [qosReference]
        - required: [downlink]
        - required: [uplink]
      properties:
        qosReference:
          type: string