Commit e17db132 authored by ruiyue's avatar ruiyue
Browse files

Update 2 files

- /OpenAPI/TS29572_Nlmf_Location.yaml
- /OpenAPI/TS28312_IntentNrm.yaml
parent e1baae0e
Loading
Loading
Loading
Loading
Loading
+73 −1
Original line number Diff line number Diff line
@@ -374,11 +374,83 @@ components:
        It describes civic area, which is represented by civic address (e.g. streets, districts, seats, etc.) or 
        location label (e.g. hotel name, school name).
      civicAddress:
        $ref: 'TS29572_Nlmf_Location.yaml#/CivicAddress'
        $ref: '#/components/schemas/CivicAddress'
      locationLabel:
        description: >-
          It describes a location label (e.g. hotel name, school name).
        type: string
    CivicAddress:
      description: Indicates a Civic address.
      type: object
      properties:
        country:
          type: string
        A1:
          type: string
        A2:
          type: string
        A3:
          type: string
        A4:
          type: string
        A5:
          type: string
        A6:
          type: string
        PRD:
          type: string
        POD:
          type: string
        STS:
          type: string
        HNO:
          type: string
        HNS:
          type: string
        LMK:
          type: string
        LOC:
          type: string
        NAM:
          type: string
        PC:
          type: string
        BLD:
          type: string
        UNIT:
          type: string
        FLR:
          type: string
        ROOM:
          type: string
        PLC:
          type: string
        PCN:
          type: string
        POBOX:
          type: string
        ADDCODE:
          type: string
        SEAT:
          type: string
        RD:
          type: string
        RDSEC:
          type: string
        RDBR:
          type: string
        RDSUBBR:
          type: string
        PRM:
          type: string
        POM:
          type: string
        usageRules:
          type: string
        method:
          type: string
        providedBy:
          type: string       
   #-------Definition of the generic dataType --------------#
   
   #-------Definition of the generic ExpectationTarget dataType----------#
+0 −2563

File deleted.

Preview size limit exceeded, changes collapsed.