web3_content_list_update_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
action object
entries object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-content-list-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web3_content_list_update_request",
  "title": "web3_content_list_update_request",
  "properties": {
    "action": {
      "$ref": "#/components/schemas/web3_content_list_action"
    },
    "entries": {
      "$ref": "#/components/schemas/web3_content_list_entries"
    }
  },
  "required": [
    "action",
    "entries"
  ],
  "type": "object"
}