{ "additionalProperties": false, "description": "OSPF router link state details.", "id": "MpOspfExternalLinkState", "module_id": "AggSvcLogicalRouter", "properties": { "advertised_router": { "readonly": true, "required": true, "title": "OSPF advertised router", "type": "string" }, "checksum": { "readonly": true, "required": true, "title": "Cost of the route", "type": "string" }, "link_state_id": { "readonly": true, "required": true, "title": "OSPF link id", "type": "string" }, "metric_type": { "readonly": true, "required": true, "title": "Type of metric", "type": "string" }, "route": { "$ref": "IPAddress, "readonly": true, "required": true, "title": "Route with ip address and mask" }, "sequence_number": { "readonly": true, "required": true, "title": "Sequence number", "type": "string" }, "tag": { "readonly": true, "required": true, "title": "Tag", "type": "integer" }, "up_time": { "readonly": true, "required": true, "title": "LSA age", "type": "integer" } }, "title": "OSPF router link state", "type": "object" }