Commit a25b29e6 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'TS28.538_Rel-19_CR_Implement_readonly_attributes_for_openAPI_SS'...

Merge branch 'TS28.538_Rel-19_CR_Implement_readonly_attributes_for_openAPI_SS' into 'Integration_Rel19_SA5_157_YAML'

TS28.538_Rel-19_CR0089_Implement_readonly_attributes_for_openAPI_SS

See merge request !1367
parents 14af26e3 528f2a6e
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ components:
    EASServicePermission:
      type: string
      description: any of enumerated value
      readOnly: true
      enum:
        - TRIAL
        - SILVER
@@ -118,6 +119,7 @@ components:
    EASStatus:
      type: string
      description: any of enumerated value
      readOnly: true
      enum:
        - ENABLED
        - DISABLED
@@ -136,9 +138,11 @@ components:
      properties:
        resourceId:
          type: string
          readOnly: true
        reservationStatus:
          type: string
          description: any of enumrated value
          readOnly: true
          enum:
            - RESERVED
            - USEd
@@ -199,6 +203,7 @@ components:
              $ref: '#/components/schemas/EESFunction-Multiple'
            availableEdgeVirtualResources:
              type: string
              readOnly: true
   
    EASFunction-Single:
      allOf:
@@ -236,10 +241,13 @@ components:
          properties:
            aCID:
              type: string
              readOnly: true
            eASProvider:
              type: string
              readOnly: true
            eASdescription:
              type: string
              readOnly: true
            eASSchedule:
              $ref: '#/components/schemas/Duration'
            eASGeographicalServiceArea:
@@ -252,10 +260,13 @@ components:
              $ref: '#/components/schemas/EASFeature'
            eASServiceContinuitySupport:
              type: boolean
              readOnly: true
            eASDNAI:
              type: string
              readOnly: true
            eASAvailabilityReportingPeriod:
              type: integer
              readOnly: true
            eASStatus:
              $ref: '#/components/schemas/EASStatus'
    EESFunction-Single:
@@ -404,6 +415,7 @@ components:
          properties:
            bundleIdentifier:
              type: string
              readOnly: true
            bundledEASIdentifier:
              type: string
            bundleType: