web3_content_list_entry

Content list entry to be blocked.

APIs.ioEngineeringPlatform

Properties

Name Type Description
content object
created_on object
description object
id object
modified_on object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-content-list-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web3_content_list_entry",
  "title": "web3_content_list_entry",
  "description": "Content list entry to be blocked.",
  "properties": {
    "content": {
      "$ref": "#/components/schemas/web3_content_list_entry_content"
    },
    "created_on": {
      "$ref": "#/components/schemas/web3_timestamp"
    },
    "description": {
      "$ref": "#/components/schemas/web3_content_list_entry_description"
    },
    "id": {
      "$ref": "#/components/schemas/web3_identifier"
    },
    "modified_on": {
      "$ref": "#/components/schemas/web3_timestamp"
    },
    "type": {
      "$ref": "#/components/schemas/web3_content_list_entry_type"
    }
  },
  "type": "object"
}