{
  "$id": "https://hash.ai/@h/types/entity-type/claim/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A claim made about something.",
  "icon": "/icons/types/comment-quote.svg",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-object/v/1": {
      "items": {},
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/has-subject/v/1": {
      "items": {},
      "type": "array"
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/v/2"
    },
    "https://hash.ai/@h/types/property-type/object/": {
      "$ref": "https://hash.ai/@h/types/property-type/object/v/1"
    },
    "https://hash.ai/@h/types/property-type/subject/": {
      "$ref": "https://hash.ai/@h/types/property-type/subject/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/subject/",
    "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/"
  ],
  "title": "Claim",
  "type": "object"
}