web3_content_list_entry_description

An optional description of the content list entry.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-content-list-entry-description-schema.json Raw ↑
{
  "$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"
}