{
  "$id": "https://hash.ai/@h/types/entity-type/opportunity-status-update/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A status update for an opportunity for change or improvement.",
  "kind": "entityType",
  "labelProperty": "https://hash.ai/@h/types/property-type/scope-key/",
  "properties": {
    "https://hash.ai/@h/types/property-type/opportunity-status/": {
      "$ref": "https://hash.ai/@h/types/property-type/opportunity-status/v/1"
    },
    "https://hash.ai/@h/types/property-type/scope-key/": {
      "$ref": "https://hash.ai/@h/types/property-type/scope-key/v/1"
    },
    "https://hash.ai/@h/types/property-type/site-code/": {
      "$ref": "https://hash.ai/@h/types/property-type/site-code/v/1"
    },
    "https://hash.ai/@h/types/property-type/status-update-text/": {
      "$ref": "https://hash.ai/@h/types/property-type/status-update-text/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/site-code/",
    "https://hash.ai/@h/types/property-type/opportunity-status/",
    "https://hash.ai/@h/types/property-type/scope-key/"
  ],
  "title": "Opportunity Status Update",
  "type": "object"
}