Commit c884923d authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'Rel_19_CR0138_28.104_Enhance_the_isUnique_property_for_stage_3_OpenAPI' into 'Integration_Rel19_SA5_157_YAML'

Rel 19 cr0138 28.104 enhance the is unique property for stage 3 open api

See merge request !1419
parents e5016093 72e7ee45
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,12 +17,14 @@ components:

    MDATypes:
      type: array
      uniqueItems: true
      items:
        type: string
        readOnly: true

    MDAOutputs:
      type: array
      uniqueItems: true
      items:
        $ref: '#/components/schemas/MDAOutputPerMDAType'

@@ -45,6 +47,7 @@ components:
          type: string
        mDAOutputIEFilters:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/MDAOutputIEFilter'

@@ -78,6 +81,7 @@ components:
          properties:
            timeDurations:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        - type: object
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ components:
          readOnly: true
        mDAOutputList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/MDAOutputEntry'
        analyticsWindow: