{
  "$id": "https://hash.ai/@h/types/property-type/output-definitions/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "The output definitions of something.",
  "kind": "propertyType",
  "oneOf": [
    {
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/object/v/1"
          }
        ]
      },
      "type": "array"
    }
  ],
  "title": "Output Definitions"
}