{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/web3_content_list_entry_create_request", "title": "web3_content_list_entry_create_request", "properties": { "content": { "$ref": "#/components/schemas/web3_content_list_entry_content" }, "description": { "$ref": "#/components/schemas/web3_content_list_entry_description" }, "type": { "$ref": "#/components/schemas/web3_content_list_entry_type" } }, "required": [ "type", "content" ], "type": "object" }