OAS 3.1 adds `const` to Schema Objects. `const` is basically a single value `enum` that says what the schema MUST be. This is not currently supported. Useful links: [const](https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values)