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