An object that represents the specification of a virtual service.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VirtualServiceSpec", "description": "An object that represents the specification of a virtual service.", "type": "object", "properties": { "provider": {} } }