web3_content_list_entry_type

Type of content list entry to block.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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