camaraproject / DeviceLocation

Repository to describe, develop, document and test the DeviceLocation API family
Apache License 2.0
21 stars 33 forks source link

MaxAge: type & format does not align with the OpenAPI specification #123

Closed sfnuser closed 8 months ago

sfnuser commented 8 months ago

Problem description MaxAge data type type: number and format: integer is conflicting with the OpenAPI specification

Expected behavior Change type: integer and remove the format

patrice-conil commented 8 months ago

Hi @sfnuser, Or we could keep format but with int32 or int64.

sfnuser commented 8 months ago

Hi @patrice-conil, Yes. I am happy with that 👍🏼 .

jlurien commented 8 months ago

Good catch. As we are not using any format for the rest of integers (MatchRate, Radius, Port), I would keep same approach here.