{
  "$id": "https://hash.ai/@hash/types/entity-type/podcast-episode/v/3",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A single episode of a Podcast (which is typically an audio, or video show, centered around one or more themed topics, and/or with one or more recurring participants, which is published and distributed via the internet)",
  "kind": "entityType",
  "links": {
    "https://blockprotocol.org/@blockprotocol/types/entity-type/followed-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/podcast-episode/v/3"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/available-online-at/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/webpage/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/belongs-to/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/podcast/v/3"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/participated-in-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/person/v/2"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/preceded-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/podcast-episode/v/3"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/title/": {
      "$ref": "https://hash.ai/@h/types/property-type/title/v/1"
    },
    "https://hash.ai/@hash/types/property-type/episode-number/": {
      "$ref": "https://hash.ai/@hash/types/property-type/episode-number/v/1"
    }
  },
  "title": "Podcast Episode",
  "type": "object"
}