OpenAPI 3.1 (OAS 3.1)

We are also interested in 3.1 very much because of the pattern properties

name: pop
description: population by country
type: object
patternProperties:
  '^[A-Z]{2}$':
    type: integer
    description: the population of the country indicated by the property name.