{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/web3_content_list_entry_description",
"title": "web3_content_list_entry_description",
"description": "An optional description of the content list entry.",
"example": "this is my content list entry",
"maxLength": 500,
"type": "string"
}