{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GuildPruneResponse", "title": "GuildPruneResponse", "type": "object", "properties": { "pruned": { "type": [ "integer", "null" ], "format": "int32" } } }