web3_content_list_entry_collection_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-content-list-entry-collection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web3_content_list_entry_collection_response",
  "title": "web3_content_list_entry_collection_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/web3_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "entries": {
              "$ref": "#/components/schemas/web3_content_list_entries"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}