Data IntegrationETLELTOpen-SourceData PipelineConnectorsData
GroupResponse is a JSON Structure definition published by Airbyte, describing 5 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-group-response-structure.json",
"name": "GroupResponse",
"description": "Provides details of a single group",
"type": "object",
"properties": {
"groupId": {
"type": "uuid",
"description": "The ID of the group"
},
"name": {
"type": "string",
"description": "The name of the group"
},
"description": {
"type": "string",
"nullable": true,
"description": "Optional description of the group"
},
"organizationId": {
"type": "uuid",
"description": "The ID of the organization the group belongs to"
},
"memberCount": {
"type": "int64",
"description": "The number of members in the group"
}
},
"required": [
"groupId",
"name",
"organizationId",
"memberCount"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.