Commit d267b9c5 authored by sunse's avatar sunse
Browse files

Merge branch 'Rel19_28.623_common_data_Type' into 'Integration_Rel19_SA5_155_YAML'

Rel 28.623 CR0355 introducing common data type. Update TS28623_ComDefs.yaml

See merge request !1122
parents 48d3756f 26c3e0d4
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -143,6 +143,9 @@ components:

    Fqdn:
      type: string
      pattern: '^([0-9A-Za-z]([-0-9A-Za-z]{0,61}[0-9A-Za-z])?\.)+[A-Za-z]{2,63}\.?$'
      minLength: 4
      maxLength: 253
    Ipv4Addr:
      type: string
      pattern: '^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$'
@@ -187,6 +190,12 @@ components:
          $ref: '#/components/schemas/FullTime'

    AdministrativeState:
      type: string
      enum:
        - LOCKED
        - UNLOCKED
        - SHUTTINGDOWN
    BasicAdministrativeState:
      type: string
      enum:
        - LOCKED