Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

These specs are 'Out of this world'. Litterally. Customer API Lat Long Example Incorrect. #178

Open
RalphBragg opened this issue Jun 25, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@RalphBragg
Copy link

RalphBragg commented Jun 25, 2021

The example latitude and long are outside of the valid ranges.
Given that these are numbers they should be any valid number to 11 decimals between -90 and +90 or -180 and + 180
https://openbanking-brasil.github.io/areadesenvolvedor/swagger/swagger_customers_apis.yaml

GeographicCoordinates:
type: object
description: 'Conjunto de informações, que correspondem aos valores das coordenadas geográficas em graus decimais, no Sistema de referência WGS84'
properties:
latitude:
description: |
Informação da Latitude referente a geolocalização informada. Entre -90 e 90.p.ex. '-90.8365180'. (2 casas antes da vírgula, 11 posições)
type: string
pattern: '^-?\d{1,2}.\d{1,9}$'
maxLength: 13
example: '-90.8365180'
longitude:
description: |
Informação da Longitude referente a geolocalização informada. Entre -180 e 180. p.ex '-180.836519.' (3 casas antes da vírgula, 11 posições)
type: string
pattern: '^-?\d{1,3}.\d{1,8}$'
maxLength: 13
example: '-180.836519'

@RalphBragg RalphBragg changed the title These specs are 'Out of this world'. Litterally. These specs are 'Out of this world'. Litterally. Customer API Lat Long Example Incorrect. Jun 25, 2021
@EkkeErick
Copy link
Contributor

Thanks for notifying.

We have listed this bug on the known errors for Phase 2.

We still need to check when the fix will be released.

GisAlmeida pushed a commit that referenced this issue Jun 26, 2021
MF3-36 Ajustes no diagrama de sequencia
@EkkeErick EkkeErick added the bug Something isn't working label Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants