web3_content_list_entry_single_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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