Uses of Class
com.atlassian.oai.validator.schema.transform.SchemaTransformer
Packages that use SchemaTransformer
-
Uses of SchemaTransformer in com.atlassian.oai.validator.schema.transform
Subclasses of SchemaTransformer in com.atlassian.oai.validator.schema.transformModifier and TypeClassDescriptionclassTransformer that injects `additionalProperties: false` into the nodes in the schema tree if additional properties validation is enabled.classTransformer that adjusts the "required" fields list for nodes to remove fields marked as `readOnly` or `writeOnly` for request / response validation as appropriate.classSimple transformer than injects schema definitions into the `#/components/schemas` path so that references resolve correctly.classSimple transformer that injects our custom metaschema URI into the `$schema` field to enable use of the custom validation library.