Hi Team i have open API spec defined as Gli: $ref: '#/components/schemas/Bytes' Bytes: format: byte type: string description: string with format 'bytes' as defined in OpenAPI so wanted to check should it be repeated google.protobuf.BytesValue Gli = 1;
or repeated String Gli = 1; -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/fc869fad-8c23-4654-beaf-1579c6c89e8bn%40googlegroups.com.
