OpenBankProject / OpenBankProject/OBP-API
Inaccurate scheme example value for "scheme" in OBP APIs v3.0.0 swagger json
Aperta
@hongwei1 ci sta già lavorando.
Dal 6/9/2018.
swagger
- Lingua principale
- Scala
- Stelle
- 1.7k
- Fork
- 482
- Merge medio
- 1g 12h
- PR unite (30g)
- 15
Descrizione

Documentation issue
In the swagger json (link below), the example for scheme is given as "BANK_ID" which is clearly not a scheme. Suggest inserting a valid example.
https://apisandbox.openbankproject.com/obp/v1.4.0/resource-docs/v3.0.0/swagger?core=&psd2=&obwg=
"BankRoutingJsonV121": {
"required": ["scheme",
"address"],
"properties": {
"address": {
"type": "string",
"example": "gh.29.uk"
},
"scheme": {
"type": "string",
"example": "Bank_ID"
}
}
},
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.