{
  "$id": "https://hash.ai/@h/types/entity-type/service-feature/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A feature of a service",
  "icon": "/icons/types/plug-circle-check.svg",
  "kind": "entityType",
  "labelProperty": "https://hash.ai/@h/types/property-type/service-name/",
  "properties": {
    "https://hash.ai/@h/types/property-type/feature-name/": {
      "$ref": "https://hash.ai/@h/types/property-type/feature-name/v/1"
    },
    "https://hash.ai/@h/types/property-type/service-name/": {
      "$ref": "https://hash.ai/@h/types/property-type/service-name/v/1"
    },
    "https://hash.ai/@h/types/property-type/service-unit-cost/": {
      "items": {
        "$ref": "https://hash.ai/@h/types/property-type/service-unit-cost/v/1"
      },
      "type": "array"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/service-name/",
    "https://hash.ai/@h/types/property-type/feature-name/"
  ],
  "title": "Service Feature",
  "type": "object"
}