{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CodeInviteRedeemRequest", "title": "CodeInviteRedeemRequest", "type": "object", "properties": { "code": { "type": "string", "maxLength": 50 } }, "required": [ "code" ] }