{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VirtualTarget", "title": "VirtualTarget", "type": "object", "properties": { "identity": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "hostNames": { "type": "array", "items": { "type": "string" } }, "uriPrefix": { "type": "string" }, "targets": { "type": "array", "items": { "$ref": "#/components/schemas/Identity" } } } }