Commit a7ba7662 authored by bradburyr's avatar bradburyr
Browse files

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

parent 431d44e8
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