deprecated property
bool?
get
deprecated
Whether the JSON Schema is deprecated.
Spec: https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.3
Implementation
bool? get deprecated => _deprecated;