An object that represents the status of a virtual router.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VirtualRouterStatus", "description": "An object that represents the status of a virtual router. ", "type": "object", "properties": { "status": {} }, "required": [ "status" ] }