Class: module:"openapi-transformers/exclusive-min-max-to-bool.js"

module:"openapi-transformers/exclusive-min-max-to-bool.js"()

Transformer to convert Schema Objects with numeric values for `exclusiveMaximum` and/or `exclusiveMinimum` (as in JSON Schema Draft 2020-12 referenced by OAS 3.1.0: https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00#section-6.2.3 ) to boolean values with corresponding `maximum` and/or `minimum` (as in JSON Schema Write 00 referenced by OAS 3.0: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00#section-5.3 and JSON Schema Draft 4 referenced by OAS 2: https://datatracker.ietf.org/doc/html/draft-fge-json-schema-validation-00#section-5.1.2 ).