{
  "$id": "https://hash.ai/@h/types/entity-type/sub-process-of/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "A process which contains this process.",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/input-place-id/": {
      "items": {
        "$ref": "https://hash.ai/@h/types/property-type/input-place-id/v/1"
      },
      "type": "array"
    },
    "https://hash.ai/@h/types/property-type/output-place-id/": {
      "items": {
        "$ref": "https://hash.ai/@h/types/property-type/output-place-id/v/1"
      },
      "type": "array"
    },
    "https://hash.ai/@h/types/property-type/transition-id/": {
      "$ref": "https://hash.ai/@h/types/property-type/transition-id/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/transition-id/",
    "https://hash.ai/@h/types/property-type/input-place-id/",
    "https://hash.ai/@h/types/property-type/output-place-id/"
  ],
  "title": "Sub Process Of",
  "type": "object"
}