Commit a6a4faee authored by pingj's avatar pingj Committed by pingj
Browse files

modified: OpenAPI/genericNrm.yaml to change referrence of IpAddr

parent 12f471e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -243,8 +243,8 @@ components:
      pattern: '^[A-Fa-f0-9]{9}$'
    IpAddr:
      oneOf:
        - $ref: '#/components/schemas/Ipv4Addr'
        - $ref: '#/components/schemas/Ipv6Addr'
        - $ref: 'comDefs.yaml#/components/schemas/Ipv4Addr'
        - $ref: 'comDefs.yaml#/components/schemas/Ipv6Addr'


#-------- Definition of types used in Trace control NRM fragment------------------