definitions: Channel: type: 'object' properties: id: type: 'integer' description: 'Unique id' name: type: 'string' type: type: 'string' enum: ['text', 'voice'] description: type: 'string' isDefault: type: 'boolean' guildId: type: 'integer' createdAt: type: 'string' format: 'date-time' updatedAt: type: 'string' format: 'date-time'