Identifier | https://schemas.sourcemeta.com/asyncapi/definitions/2.6.0/avroschema_v1.json |
---|---|
Base Dialect | Draft7 |
Dialect | http://json-schema.org/draft-07/schema# |
Health | |
Size | 0.006362 MB |
This schema has 0 direct dependencies and 0 indirect dependencies.
This schema has 6 quality errors.
/definitions/avroArray/properties/type/const
const_with_typeSetting `type` alongside `const` is considered an anti-pattern, as the constant already implies its respective type
/definitions/avroEnum/properties/type/const
const_with_typeSetting `type` alongside `const` is considered an anti-pattern, as the constant already implies its respective type
/definitions/avroFixed/properties/type/const
const_with_typeSetting `type` alongside `const` is considered an anti-pattern, as the constant already implies its respective type
/definitions/avroMap/properties/type/const
const_with_typeSetting `type` alongside `const` is considered an anti-pattern, as the constant already implies its respective type
/definitions/avroRecord/properties/type/const
const_with_typeSetting `type` alongside `const` is considered an anti-pattern, as the constant already implies its respective type
/definitions/primitiveType/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types