Content list entry to be blocked.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/web3_content_list_entry", "title": "web3_content_list_entry", "description": "Content list entry to be blocked.", "properties": { "content": { "$ref": "#/components/schemas/web3_content_list_entry_content" }, "created_on": { "$ref": "#/components/schemas/web3_timestamp" }, "description": { "$ref": "#/components/schemas/web3_content_list_entry_description" }, "id": { "$ref": "#/components/schemas/web3_identifier" }, "modified_on": { "$ref": "#/components/schemas/web3_timestamp" }, "type": { "$ref": "#/components/schemas/web3_content_list_entry_type" } }, "type": "object" }