devongovett / protobuf-jsonschema

Compiles Protobuf IDL to JSON Schema
119 stars 37 forks source link

don't include min/max for common number types #6

Open buchanae opened 6 years ago

buchanae commented 6 years ago
      start:
        type: integer
        minimum: -9007199254740991
        maximum: 9007199254740991

Similar output occurs for int32. These should be omitted.