Open charjr opened 1 year ago
OAS 3.1 adds const to Schema Objects.
const
const is basically a single value enum that says what the schema MUST be.
enum
This is not currently supported.
Useful links: const
OAS 3.1 adds
const
to Schema Objects.const
is basically a single valueenum
that says what the schema MUST be.This is not currently supported.
Useful links: const