{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LldpNeighbor", "title": "LldpNeighbor", "type": "object", "properties": { "lldp-local-interface": { "type": "string" }, "lldp-local-parent-interface-name": { "type": "string" }, "lldp-remote-chassis-id": { "type": "string" }, "lldp-remote-port-id": { "type": "string" }, "lldp-remote-system-name": { "type": "string" } } }