Type of content list entry to block.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/web3_content_list_entry_type", "title": "web3_content_list_entry_type", "description": "Type of content list entry to block.", "enum": [ "cid", "content_path" ], "example": "cid", "type": "string" }