Module: KwalifyToJsonSchema::Limitations

Defined in:
lib/kwalify_to_json_schema/limitations.rb

Overview

Enumeration of known implementation limitations

Constant Summary collapse

DATE_TYPE_NOT_IMPLEMENTED =
"Kwalify 'date' type is not supported and is ignored"
TIME_TYPE_NOT_IMPLEMENTED =
"Kwalify 'time' type is not supported and is ignored"
TIMESTAMP_TYPE_NOT_IMPLEMENTED =
"Kwalify 'timestamp' type is not supported and is ignored"
UNIQUE_NOT_SUPPORTED_WITHIN_MAPPING =
"Kwalify 'unique' within a mapping is not supported by JSON Schema and is ignored"
ONLY_DEFAULT_RULE_SUPPORTED_FOR_DEFAULT_MAPPING =
"Kwalify mapping default value is not supported by JSON Schema and is ignored. Only default rule is supported"