package structs type PermitJoinParam struct { Enabled uint8 } // swagger:model PermitJoinResponse type PermitJoinResponse struct { Enabled bool }