The Belgif REST guidelines keep evolving, and sometimes new rules are added that will break compliance of existing APIs, and it is often not worth it to update those, especially when they can be potentially breaking for the consumers of the API.
I think it would be useful if we could explicitly specify the Belgif REST guidelines version that an API aims to be compliant with:
openapi: 3.0.3
info:
title: foreignLegalEntity
x-belgif-guidelines-version: 2025-06-16
The rest-guide-validator would then only apply the rules for that version. This seems less cumbersome than adding x-ignore-rules all over the place.
Thoughts?
The Belgif REST guidelines keep evolving, and sometimes new rules are added that will break compliance of existing APIs, and it is often not worth it to update those, especially when they can be potentially breaking for the consumers of the API.
I think it would be useful if we could explicitly specify the Belgif REST guidelines version that an API aims to be compliant with:
The rest-guide-validator would then only apply the rules for that version. This seems less cumbersome than adding
x-ignore-rulesall over the place.Thoughts?