{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-relative-delta-schema.json", "title": "RelativeDelta", "description": "Relative delta", "type": "object", "properties": { "__type": { "type": "string" }, "day": { "type": "integer" }, "days": { "type": "integer" }, "hour": { "type": "integer" }, "hours": { "type": "integer" }, "leapdays": { "type": "integer" }, "microsecond": { "type": "integer" }, "microseconds": { "type": "integer" }, "minute": { "type": "integer" }, "minutes": { "type": "integer" }, "month": { "type": "integer" }, "months": { "type": "integer" }, "second": { "type": "integer" }, "seconds": { "type": "integer" }, "year": { "type": "integer" }, "years": { "type": "integer" } }, "required": [ "__type", "years", "months", "days", "leapdays", "hours", "minutes", "seconds", "microseconds", "year", "month", "day", "hour", "minute", "second", "microsecond" ] }