{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MemberResponse", "title": "MemberResponse", "type": "object", "properties": { "value": { "type": "string", "description": "The entryuuid of customer org.", "example": "cdb658ca-7aab-4336-a00b-51479273326d" } } }