camaraproject / DeviceLocation

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

Circle schema does not get referenced in location-verification.yaml #176

Closed RobertoSngular closed 3 months ago

RobertoSngular commented 3 months ago

I see that there is a circle schema wich contains the coordinates and the radius but it dont get referenced from anywere in the document.

Probably you want it to be inside the AreaType schema but rigth now it only contains an enum.

alpaycetin74 commented 3 months ago

image The Circle schema is used inside the Area schema. The Area schema is mapped to a "Circle" schema if the AreaType equals to CIRCLE enum value.