{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeprecatedStruct", "type": "object", "properties": { "foo": { "type": "integer", "format": "int32" }, "deprecated_field": { "type": "boolean", "deprecated": true } }, "required": [ "foo", "deprecated_field" ], "deprecated": true }