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, the paired -pygeoapi sibling rule fires at warn instead. See 2.
Invalid Example
info:
title: ...
description: ...
version: 1
<...>
Valid Example
info:
title: ...
description: ...
version: 1.1.0
...
Published: 24 January 2025
Last updated: 2 July 2026
Page Source