{ "additionalProperties": false, "description": "OSPF Neighbor Status.", "id": "OspfNeighborStatus", "module_id": "PolicyConnectivityStatistics", "properties": { "neighbor_address": { "$ref": "IPAddress, "description": "OSPF neighbor address.", "readonly": true, "required": true, "title": "OSPF neighbor address" }, "neighbor_status_info": { "items": { "$ref": "OspfStatusInfo }, "required": false, "type": "array" } }, "title": "OSPF Neighbor Status", "type": "object" }