changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "days": {
+ "type": "integer"
+ },
+ "direction": {
+ "enum": [
+ "forward",
+ "backward"
+ ],
+ "type": "string"
+ },
+ "end": {
+ "description": "One instant described in one IANA time zone.",
+ "properties": {
+ "abbreviation": {
+ "description": "Zone abbreviation at that instant, e.g. \"BST\".",
+ "type": "string"
+ },
+ "epoch_millis": {
+ "description": "Unix time in milliseconds.",
+ "type": "integer"
+ },
+ "epoch_seconds": {
+ "description": "Unix time in seconds.",
+ "type": "integer"
+ },
+ "human": {
+ "description": "Readable sentence with weekday, date, time and zone.",
+ "type": "string"
+ },
+ "is_dst": {
+ "description": "Whether daylight-saving time is in effect.",
+ "type": "boolean"
+ },
+ "iso": {
+ "description": "ISO 8601 with the zone offset.",
+ "type": "string"
+ },
+ "offset": {
+ "description": "UTC offset, e.g. \"+09:00\".",
+ "type": "string"
+ },
+ "offset_minutes": {
+ "description": "UTC offset in minutes.",
+ "type": "integer"
+ },
+ "rfc2822": {
+ "description": "RFC 2822 date string.",
+ "type": "string"
+ },
+ "timezone": {
+ "description": "IANA zone name.",
+ "type": "string"
+ },
+ "utc_iso": {
+ "description": "ISO 8601 in UTC (Z).",
+ "type": "string"
+ },
+ "weekday": {
+ "description": "Full weekday name in English.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "epoch_seconds",
+ "epoch_millis",
+ "iso",
+ "utc_iso",
+ "timezone",
+ "offset",
+ "offset_minutes",
+ "abbreviation",
+ "is_dst",
+ "weekday",
+ "rfc2822",
+ "human"
+ ],
+ "type": "object"
+ },
+ "hours": {
+ "type": "integer"
+ },
+ "human": {
+ "description": "Calendar duration in words, e.g. \"1 year, 2 months, 3 days\".",
+ "type": "string"
+ },
+ "minutes": {
+ "type": "integer"
+ },
+ "months": {
+ "type": "integer"
+ },
+ "seconds": {
+ "type": "integer"
+ },
+ "start": {
+ "description": "One instant described in one IANA time zone.",
+ "properties": {
+ "abbreviation": {
+ "description": "Zone abbreviation at that instant, e.g. \"BST\".",
+ "type": "string"
+ },
+ "epoch_millis": {
+ "description": "Unix time in milliseconds.",
+ "type": "integer"
+ },
+ "epoch_seconds": {
+ "description": "Unix time in seconds.",
+ "type": "integer"
+ },
+ "human": {
+ "description": "Readable sentence with weekday, date, time and zone.",
+ "type": "string"
+ },
+ "is_dst": {
+ "description": "Whether daylight-saving time is in effect.",
+ "type": "boolean"
+ },
+ "iso": {
+ "description": "ISO 8601 with the zone offset.",
+ "type": "string"
+ },
+ "offset": {
+ "description": "UTC offset, e.g. \"+09:00\".",
+ "type": "string"
+ },
+ "offset_minutes": {
+ "description": "UTC offset in minutes.",
+ "type": "integer"
+ },
+ "rfc2822": {
+ "description": "RFC 2822 date string.",
+ "type": "string"
+ },
+ "timezone": {
+ "description": "IANA zone name.",
+ "type": "string"
+ },
+ "utc_iso": {
+ "description": "ISO 8601 in UTC (Z).",
+ "type": "string"
+ },
+ "weekday": {
+ "description": "Full weekday name in English.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "epoch_seconds",
+ "epoch_millis",
+ "iso",
+ "utc_iso",
+ "timezone",
+ "offset",
+ "offset_minutes",
+ "abbreviation",
+ "is_dst",
+ "weekday",
+ "rfc2822",
+ "human"
+ ],
+ "type": "object"
+ },
+ "total_days": {
+ "type": "integer"
+ },
+ "total_hours": {
+ "type": "integer"
+ },
+ "total_minutes": {
+ "type": "integer"
+ },
+ "total_seconds": {
+ "type": "integer"
+ },
+ "weekdays": {
+ "description": "Monday to Friday days in the span.",
+ "type": "integer"
+ },
+ "weekend_days": {
+ "type": "integer"
+ },
+ "years": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "start",
+ "end",
+ "direction",
+ "years",
+ "months",
+ "days",
+ "hours",
+ "minutes",
+ "seconds",
+ "total_days",
+ "total_hours",
+ "total_minutes",
+ "total_seconds",
+ "weekdays",
+ "weekend_days",
+ "human"
+ ],
+ "type": "object"
+}