{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AddFollowersRequest", "title": "AddFollowersRequest", "type": "object", "required": [ "followers" ], "properties": { "followers": { "description": "An array of strings identifying users. These can either be the string \"me\", an email, or the gid of a user.", "type": "string", "example": "521621,621373" } } }