{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AdminListResponse", "type": "object", "required": [ "admins", "mutable" ], "properties": { "admins": { "type": "array", "items": { "type": "string" } }, "mutable": { "type": "boolean" } }, "additionalProperties": false }