{
  "$id": "https://hash.ai/@h/types/data-type/time/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/data-type",
  "abstract": false,
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ],
  "description": "A reference to a particular clock time, formatted according to RFC 3339.",
  "format": "time",
  "kind": "dataType",
  "title": "Time",
  "type": "string"
}