{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DataPlaneGroupId", "title": "DataPlaneGroupId", "description": "ID of the data-plane group that represents a deployment target for a set of data-planes.", "type": "string", "format": "uuid", "example": "cbb8872a-1f83-4806-bf69-fdf0b4783c7e", "readOnly": true }