Identifier | https://schemas.sourcemeta.com/asyncapi/definitions/2.6.0/oauth2flows.json |
---|---|
Base Dialect | Draft7 |
Dialect | http://json-schema.org/draft-07/schema# |
Health | |
Size | 0.002244 MB |
This schema has 2 direct dependencies and 1 indirect dependency.
This schema has 6 quality errors.
/properties/flows/properties/authorizationCode/allOf/1/required
unnecessary_allof_wrapper_draftWrapping keywords other than `$ref` in `allOf` is often unnecessary and may even introduce a minor evaluation performance overhead
/properties/flows/properties/clientCredentials/allOf/1/required
unnecessary_allof_wrapper_draftWrapping keywords other than `$ref` in `allOf` is often unnecessary and may even introduce a minor evaluation performance overhead
/properties/flows/properties/implicit/allOf/1/required
unnecessary_allof_wrapper_draftWrapping keywords other than `$ref` in `allOf` is often unnecessary and may even introduce a minor evaluation performance overhead
/properties/flows/properties/password/allOf/1/required
unnecessary_allof_wrapper_draftWrapping keywords other than `$ref` in `allOf` is often unnecessary and may even introduce a minor evaluation performance overhead
/properties/type/enum
enum_to_constAn `enum` of a single value can be expressed as `const`
/properties/type/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types