{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/better-stack/refs/heads/main/json-schema/better-stack-team-member-single-response-schema.json", "title": "TeamMemberSingleResponse", "description": "Single team member response.", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/TeamMemberObject" } } }