Identifier | https://schemas.sourcemeta.com/asyncapi/definitions/2.6.0/apikeyhttpsecurityscheme.json |
---|---|
Base Dialect | Draft7 |
Dialect | http://json-schema.org/draft-07/schema# |
Health | |
Size | 0.000960 MB |
This schema has 1 direct dependency and 0 indirect dependencies.
Origin | Dependency |
---|---|
/patternProperties/^x-[\w\d\.\x2d_]+$/$ref | /asyncapi/definitions/2.6.0/specificationextension |
This schema has 4 quality errors.
/example
unknown_keywords_prefixFuture versions of JSON Schema will refuse to evaluate unknown keywords that don't have an x- prefix
/properties/in/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
/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