Jimmy Praet

Results 76 comments of Jimmy Praet

Maybe an explicit mention should be made in the guidelines that this rule does not apply for API's that **consume** JSON events / notifications / webhooks via an HTTP POST?...

Can this be closed? https://www.belgif.be/specification/rest/api-guide/#rule-req-valid

Related to this: According to the spec, logical "AND" and "OR" for scopes can be expressed as follows ```yaml # User needs scopes A AND B security: - oauth2: -...

Ok, we'll try to revive that Smals tooling issue. More on topic then is how to represent that scope A **or** B is required. Current https://www.belgif.be/specification/rest/api-guide/#missing-scope has a requiredScopes array...

Still broken in recently released 1.22.1, missing backport?

As we already had a need for this in one of our APIs, here's how we modeled this at CBSS in the mean time: ```yaml ProcessingWarning: # This definition is...

> Do you have any examples of warnings on output fields? ```json { "items": [ { "href": "https://api.ksz-bcss.fgov.be/isi/v1/cards/9950001534", "id": "9950001534", "cardSsin": "53480200724", "valid": true } ], "total": 1, "embedded": {...