{
  "$id": "https://hash.ai/@h/types/property-type/schedule-pause-state/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "The state of a paused schedule, including when it was paused and an optional note.",
  "kind": "propertyType",
  "oneOf": [
    {
      "properties": {
        "https://hash.ai/@h/types/property-type/explanation/": {
          "$ref": "https://hash.ai/@h/types/property-type/explanation/v/1"
        },
        "https://hash.ai/@h/types/property-type/paused-at/": {
          "$ref": "https://hash.ai/@h/types/property-type/paused-at/v/1"
        }
      },
      "required": [
        "https://hash.ai/@h/types/property-type/paused-at/"
      ],
      "type": "object"
    }
  ],
  "title": "Schedule Pause State"
}