web3_content_list_action

Behavior of the content list.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-content-list-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web3_content_list_action",
  "title": "web3_content_list_action",
  "description": "Behavior of the content list.",
  "enum": [
    "block"
  ],
  "example": "block",
  "type": "string"
}