1description: >
2methods:
3    - name: Neighbor
4      description: >
5          Create a static neighbor entry.
6      parameters:
7        - name: IPAddress
8          type: string
9          description: >
10              IP Address.
11        - name: MACAddress
12          type: string
13          description: >
14              MAC Address.
15      returns:
16        - name: Path
17          type: path
18          description: >
19            The path for the created neighbor object.
20      errors:
21        - xyz.openbmc_project.Common.Error.InvalidArgument
22