{
  "$id": "https://hash.ai/@h/types/entity-type/service-account/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A service account.",
  "icon": "/icons/types/person-to-portal.svg",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/profile-url/": {
      "$ref": "https://hash.ai/@h/types/property-type/profile-url/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/profile-url/"
  ],
  "title": "Service Account",
  "type": "object"
}