MUST have info version
The info object MUST have a version property that follows semantic rules to distinguish API versions.
Important:
For openapi definitions marked with info.x-api-type: pygeoapi, this rule’s severity is automatically set to warn by the override-severity-pygeoapi rule. See 2.
Invalid Example
info:
title: ...
description: ...
version: 1
<...>
Valid Example
info:
title: ...
description: ...
version: 1.1.0
...
Published: 24 January 2025
Last updated: 25 September 2025
Page Source