schemaValidation validates the object against an OpenAPI schema.
| 29 | |
| 30 | // schemaValidation validates the object against an OpenAPI schema. |
| 31 | type schemaValidation struct { |
| 32 | resourcesGetter openapi.OpenAPIResourcesGetter |
| 33 | } |
| 34 | |
| 35 | // NewSchemaValidation creates a new Schema that can be used |
| 36 | // to validate objects. |
nothing calls this directly
no outgoing calls
no test coverage detected