{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "kind": "propertyType",
  "$id": "https://blockprotocol.org/@blockprotocol/types/property-type/original-source/v/1",
  "title": "Original Source",
  "description": "The original source of something",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ]
}