web3_content_list_entry_create_request

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-web3-content-list-entry-create-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web3_content_list_entry_create_request",
  "title": "web3_content_list_entry_create_request",
  "properties": {
    "content": {
      "$ref": "#/components/schemas/web3_content_list_entry_content"
    },
    "description": {
      "$ref": "#/components/schemas/web3_content_list_entry_description"
    },
    "type": {
      "$ref": "#/components/schemas/web3_content_list_entry_type"
    }
  },
  "required": [
    "type",
    "content"
  ],
  "type": "object"
}