MUST use camel case for property names
Property names MUST use camel-case strings that match this pattern: ^[a-z][a-z0-9]+(?:[A-Z][a-z0-9]+)*$.
Important:
For OpenAPI definitions marked with info.x-api-type: pygeoapi, the paired -pygeoapi sibling rule fires at warn instead. See 2.
| Name | Description |
|---|---|
| camel case | The first letter of the first word MUST begin with a lowercase letter, the first letter of each subsequent word MUST begin with a capital letter and MUST NOT contain any separators between words such as spaces or special characters such as hyphens or underscores. |
Invalid Examples
CustomerNumber
Customer_Number
customer-number
Valid Examples
customerNumber
salesOrderNumber
billingAddress
Published: 25 February 2025
Last updated: 2 July 2026
Page Source