Commit edcc538c authored by bradburyr's avatar bradburyr
Browse files

Enforcing oneOf sliceInfo or dnn in applicationSessionContext.

parent 64a657e2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -280,6 +280,9 @@ components:
          type: string
        applicationSessionContext:
          type: object
          oneOf:
            - required: [sliceInfo]
            - required: [dnn]
          properties:
            sliceInfo:
              $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'