GroupDetail

Eigenschaften

Name Typ Format Erforderlich
slug string erforderlich
name string erforderlich
visibility string | null
domain string | null
logoUrl string | null uri
detailUrl string uri erforderlich
description string | null
previewImageUrl string | null uri
languages array <string> erforderlich
createdAt string | null date-time
memberCount integer erforderlich

Beispiel-JSON

{
    "slug": "string",
    "name": "string",
    "visibility": "string",
    "domain": "string",
    "logoUrl": "https://example.com/",
    "detailUrl": "https://example.com/",
    "description": "string",
    "previewImageUrl": "https://example.com/",
    "languages": [
        "string"
    ],
    "createdAt": "2026-01-01T00:00:00+00:00",
    "memberCount": 0
}