Commit cd35df67 authored by Pengxiang Xie's avatar Pengxiang Xie
Browse files

Edit TS28541_5GcNrm.yaml

parent eb1312f0
Loading
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -157,6 +157,40 @@ components:
              $ref: '#/components/schemas/VendorSpecificFeature'
            minItems: 1
          minProperties: 1
        allowedScopesRuleSet:
          description: A map (list of key-value pairs) where a valid JSON pointer Id serves as key
          type: object
          additionalProperties:
            $ref: '#/components/schemas/RuleSet'
          minProperties: 1
        nfServiceSetIdList:
          description: This attribute represents a list of NF Service Set ID.
          type: array
          items: 
            type: string
        perPlmnSnssaiList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/PlmnSnssai'
        load:
          type: integer
          minimum: 0
          maximum: 100
        loadTimeStamp:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' 
        canaryRelease:
          type: boolean
          default: false
        exclusiveCanaryReleaseSelection:
          type: boolean
          default: false
        shutdownTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
        canaryPrecedenceOverPreferred:
          type: boolean
          default: false

    VendorSpecificFeature:
      type: object
      properties: