{
  "openapi": "3.0.1",
  "info": {
    "version": "1.1.0",
    "title": "Microsoft Cloud Champion API",
    "description": "Microsoft Cloud Champion content API allows distributors access to the platform's content, giving them the ability to see what content is available as well as add and edit their own portal's content.\n### Key Features\n+ Search & browse Cloud Champion content library \n+ Filter Content by country, language, solution area etc.\n+ Retrieve specific and aggregate consumption analytics for content **[Coming Soon]**  ",
    "contact": {
      "name": "Cloud Champion",
      "email": "api@cloudchampion.co",
      "url": "https://www.cloudchampion.co/developers"
    }
  },
  "servers": [
    {
      "url": "https://api.cloudchampion.co/v2"
    }
  ],
  "paths": {
    "/content": {
      "post": {
        "tags": [
          "content"
        ],
        "summary": "content",
        "operationId": "get-cc-read-gcs-events",
        "parameters": [
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "Request payload",
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/contentRequest"
              },
              "example": {
                "filters": [
                  {
                    "name": "aointerest",
                    "value": "Microsoft Azure,Analytics"
                  },
                  {
                    "name": "countries",
                    "value": "SE,DE"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Example response",
            "content": {
              "application/json": {
                "example": {
                  "data": [
                      {
                          "partner_id": "string",
                          "title": "string",
                          "address": "string",
                          "city": "string",
                          "postal_code": "string",
                          "phone": "string",
                          "website": "string",
                          "tax_id": "string",
                          "country": "string",
                          "created_date": "string"
                      }
                  ],
                  "nextPageToken": "string"
                }
              }
            }
          }
        }
      }
    },
    "/search": {
      "get": {
        "tags": [
          "search"
        ],
        "summary": "search",
        "operationId": "get-cc-fuzzysearch",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "Search value\n",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "country",
            "in": "query",
            "description": "2 digit country code for the country to search in (e.g. DE)\n",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "example": {
                  "data": [
                      {
                          "partner_id": "string",
                          "title": "string",
                          "address": "string",
                          "city": "string",
                          "postal_code": "string",
                          "phone": "string",
                          "website": "string",
                          "tax_id": "string",
                          "country": "string",
                          "created_date": "string"
                      }
                  ],
                  "nextPageToken": "string"
                }
              }
            }
          }
        }
      }
    },
    "/consumption": {
      "post": {
        "tags": [
          "consumption"
        ],
        "summary": "consumption",
        "operationId": "consumption",
        "parameters": [
          {
            "name": "x-api-key",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/consumptionRequest"
              },
              "example": {
                "nextPageToken": "string",
                "filters": [
                  null
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Returns trainings consumed based on given filters",
            "content": {
              "application/json": {
                "example": {
                  "records": 0,
                  "success": false,
                  "results": [
                    {
                      "user_id": 0,
                      "content_id": 0,
                      "activityDate": "string",
                      "activityTime": "string",
                      "activity": "string",
                      "type": "string",
                      "content": {
                        "id": "string",
                        "title": "string",
                        "name": "string",
                        "format": "string",
                        "type": "string",
                        "countries": {
                          "it": "string"
                        },
                        "aointerest": "string",
                        "audience": "string",
                        "language": "string",
                        "provider": "string",
                        "solution_area": "string",
                        "description": "string",
                        "date": "string",
                        "time": "string",
                        "end_time": "string",
                        "location": "string",
                        "modified": "string"
                      },
                      "user": {
                        "user_id": 0,
                        "first_name": "string",
                        "last_name": "string",
                        "email": "string",
                        "country": "string",
                        "role": "string",
                        "distributor_id": "string",
                        "partner_id": "string"
                      },
                      "distributor": {
                        "distributor_id": "string",
                        "name": "string",
                        "subdomain": "string"
                      }
                    }
                  ],
                  "nextPageToken": "string"
                }
              }
            }
          }
        }
      }
    },
    "/consumption/describe.json": {
      "get": {
        "tags": [
          "consumption"
        ],
        "summary": "consumption/describe",
        "operationId": "consumption-describe",
        "parameters": [
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "",
            "headers": {
              "Content-Type": {
                "schema": {
                  "enum": [
                    "application/json"
                  ],
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/consumption"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "user_id": {
                      "type": "integer"
                    },
                    "content_id": {
                      "type": "integer"
                    },
                    "activityDate": {
                      "type": "string"
                    },
                    "activityTime": {
                      "type": "string"
                    },
                    "activity": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "content": {
                      "type": "object"
                    },
                    "user": {
                      "type": "object"
                    },
                    "distributor": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/content/describe.json": {
      "get": {
        "tags": [
          "content"
        ],
        "summary": "content/describe",
        "operationId": "63e40a3e03029317ec939bb8",
        "parameters": [
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "",
            "headers": {
              "Content-Type": {
                "schema": {
                  "enum": [
                    "application/json"
                  ],
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/content"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "format": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "countries": {
                      "type": "object",
                      "properties": {
                        "it": {
                          "type": "string"
                        }
                      }
                    },
                    "aointerest": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string"
                    },
                    "language": {
                      "type": "string"
                    },
                    "provider": {
                      "type": "string"
                    },
                    "solution_area": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "date": {
                      "type": "string"
                    },
                    "time": {
                      "type": "string"
                    },
                    "end_time": {
                      "type": "string"
                    },
                    "location": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/partner": {
      "post": {
        "tags": [
          "partner"
        ],
        "summary": "partner",
        "operationId": "63e40adc4a96f03d115a9909",
        "parameters": [
          {
            "name": "x-api-key",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "nextPageToken": "MDIwMA==",
                "filters": [
                  {
                    "name": "activityDate",
                    "value": "2021-12-18",
                    "operator": ">"
                  },
                  {
                    "name": "activity",
                    "value": "Attended,Registered"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Returns a list of partners based on the given filters",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/partnerResponse"
                },
                "example": {
                  "data": [
                      {
                          "partner_id": "string",
                          "title": "string",
                          "address": "string",
                          "city": "string",
                          "postal_code": "string",
                          "phone": "string",
                          "website": "string",
                          "tax_id": "string",
                          "country": "string",
                          "created_date": "string"
                      }
                  ],
                  "nextPageToken": "string"
                }
              }
            }
          }
        }
      }
    },
    "/user": {
      "post": {
        "tags": [
          "user"
        ],
        "summary": "user",
        "operationId": "user",
        "parameters": [
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/userRequest"
              },
              "example": {
                "nextPageToken": "string",
                "filters": [
                  {
                    "name": "string",
                    "value": "string",
                    "operator": "string",
                    "object": "string"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Return list of users based on given filters",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/userResponse"
                },
                "example": {
                  "records": 0,
                  "success": false,
                  "results": [
                    {
                      "user_id": 0,
                      "first_name": "string",
                      "last_name": "string",
                      "email": "string",
                      "country": "string",
                      "role": "string",
                      "distributor_id": "string",
                      "partner_id": "string"
                    }
                  ],
                  "nextPageToken": "string"
                }
              }
            }
          }
        }
      }
    },
    "/user/describe.json": {
      "get": {
        "tags": [
          "user"
        ],
        "summary": "user/describe ",
        "operationId": "63e4bacb354b0241e31462f3",
        "parameters": [
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "",
            "headers": {
              "Content-Type": {
                "schema": {
                  "enum": [
                    "application/json"
                  ],
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/content"
                },
                "example": {
                  "user_id": {
                    "type": "integer"
                  },
                  "first_name": {
                    "type": "string"
                  },
                  "last_name": {
                    "type": "string"
                  },
                  "email": {
                    "type": "string"
                  },
                  "country": {
                    "type": "string"
                  },
                  "role": {
                    "type": "string"
                  },
                  "distributor_id": {
                    "type": "string"
                  },
                  "partner_id": {
                    "type": "string"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/content/{content_id}": {
      "get": {
        "tags": [
          "content"
        ],
        "summary": "content/{content_id}",
        "operationId": "63e4f5a1e4cd2008c65a8fbd",
        "parameters": [
          {
            "name": "content_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Returns details of the specific content requested by ID",
            "content": {
              "application/json": {
                "example": {
                  "data": [
                      {
                          "partner_id": "string",
                          "title": "string",
                          "address": "string",
                          "city": "string",
                          "postal_code": "string",
                          "phone": "string",
                          "website": "string",
                          "tax_id": "string",
                          "country": "string",
                          "created_date": "string"
                      }
                  ],
                  "nextPageToken": "string"
                }
              }
            }
          }
        }
      }
    },
    "/user/{userid}.json": {
      "get": {
        "tags": [
          "user"
        ],
        "summary": "user/{userid}.json",
        "operationId": "63e908db116067e48a621935",
        "parameters": [
          {
            "name": "userid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Returns details of the specific content requested by ID",
            "content": {
              "application/json": {
                "example": {
                  "data": [
                      {
                          "partner_id": "string",
                          "title": "string",
                          "address": "string",
                          "city": "string",
                          "postal_code": "string",
                          "phone": "string",
                          "website": "string",
                          "tax_id": "string",
                          "country": "string",
                          "created_date": "string"
                      }
                  ],
                  "nextPageToken": "string"
                }
              }
            }
          }
        }
      }
    },
    "/partner/{partnerid}.json": {
      "get": {
        "tags": [
          "partner"
        ],
        "summary": "partner/{partnerid}.json",
        "operationId": "63e90dd20ce9eb226bcab967",
        "parameters": [
          {
            "name": "partnerid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Returns details of the specific content requested by ID",
            "content": {
              "application/json": {
                "example": {
                  "data": [
                      {
                          "partner_id": "string",
                          "title": "string",
                          "address": "string",
                          "city": "string",
                          "postal_code": "string",
                          "phone": "string",
                          "website": "string",
                          "tax_id": "string",
                          "country": "string",
                          "created_date": "string"
                      }
                  ],
                  "nextPageToken": "string"
                }
              }
            }
          }
        }
      }
    },
    "/partner/describe.json": {
      "get": {
        "tags": [
          "partner"
        ],
        "summary": "partner/describe",
        "operationId": "63e90e959b5313257ff5c65e",
        "parameters": [
          {
            "name": "x-api-key",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "",
            "headers": {
              "Content-Type": {
                "schema": {
                  "enum": [
                    "application/json"
                  ],
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/content"
                },
                "example": {
                  "partner_id": {
                    "type": "integer"
                  },
                  "cid": {
                    "type": "integer"
                  },
                  "global_id": {
                    "type": "string"
                  },
                  "title": {
                    "type": "string"
                  },
                  "direccion": {
                    "type": "string"
                  },
                  "ciudad": {
                    "type": "string"
                  },
                  "codigo_postal": {
                    "type": "string"
                  },
                  "telefono": {
                    "type": "string"
                  },
                  "website": {
                    "type": "string"
                  },
                  "ms_partner_id": {
                    "type": "string"
                  },
                  "nif": {
                    "type": "string"
                  },
                  "country": {
                    "type": "string"
                  },
                  "rn_verify_date": {
                    "type": "string"
                  },
                  "rn_verify_status": {
                    "type": "string"
                  },
                  "rn_code_date": {
                    "type": "string"
                  },
                  "created_date": {
                    "type": "string"
                  },
                  "post_author": {
                    "type": "string"
                  },
                  "post_status": {
                    "type": "string"
                  },
                  "modified_date": {
                    "type": "string"
                  },
                  "last_edit_author": {
                    "type": "string"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "consumption": {
        "type": "object",
        "example": {
          "user_id": 0,
          "content_id": 0,
          "activityDate": "string",
          "activityTime": "string",
          "activity": "string",
          "type": "string",
          "content": {
            "id": "string",
            "title": "string",
            "name": "string",
            "format": "string",
            "type": "string",
            "countries": {
              "it": "string"
            },
            "aointerest": "string",
            "audience": "string",
            "language": "string",
            "provider": "string",
            "solution_area": "string",
            "description": "string",
            "date": "string",
            "time": "string",
            "end_time": "string",
            "location": "string",
            "modified": "string"
          },
          "user": {
            "user_id": 0,
            "first_name": "string",
            "last_name": "string",
            "email": "string",
            "country": "string",
            "role": "string",
            "distributor_id": "string",
            "partner_id": "string"
          },
          "distributor": {
            "distributor_id": "string",
            "name": "string",
            "subdomain": "string"
          }
        }
      },
      "filters": {
        "type": "array",
        "items": {
          "required": [
            "name",
            "value"
          ],
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "value": {
              "type": "string"
            },
            "operator": {
              "type": "string"
            },
            "object": {
              "type": "string"
            }
          }
        },
        "example": [
          {
            "name": "string",
            "value": "string",
            "operator": "string",
            "object": "string"
          }
        ]
      },
      "consumptionRequest": {
        "type": "object",
        "example": {
          "nextPageToken": "string",
          "filters": [
            {
              "name": "string",
              "value": "string",
              "operator": "string",
              "object": "string"
            }
          ]
        }
      },
      "content": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "format": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "countries": {
            "type": "object",
            "properties": {
              "it": {
                "type": "string"
              }
            }
          },
          "aointerest": {
            "type": "string"
          },
          "audience": {
            "type": "string"
          },
          "language": {
            "type": "string"
          },
          "provider": {
            "type": "string"
          },
          "solution_area": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "date": {
            "type": "string"
          },
          "time": {
            "type": "string"
          },
          "end_time": {
            "type": "string"
          },
          "location": {
            "type": "string"
          },
          "modified": {
            "type": "string"
          }
        },
        "example": {
          "id": "string",
          "title": "string",
          "name": "string",
          "format": "string",
          "type": "string",
          "countries": {
            "it": "string"
          },
          "aointerest": "string",
          "audience": "string",
          "language": "string",
          "provider": "string",
          "solution_area": "string",
          "description": "string",
          "date": "string",
          "time": "string",
          "end_time": "string",
          "location": "string",
          "modified": "string"
        }
      },
      "contentRequest": {
        "type": "object",
        "example": {
          "nextPageToken": "string",
          "filters": [
            {
              "name": "string",
              "value": "string",
              "operator": "string",
              "object": "string"
            }
          ]
        }
      },
      "distributor": {
        "type": "object",
        "properties": {
          "distributor_id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "subdomain": {
            "type": "string"
          }
        },
        "example": {
          "distributor_id": "string",
          "name": "string",
          "subdomain": "string"
        }
      },
      "user": {
        "type": "object",
        "properties": {
          "user_id": {
            "type": "integer"
          },
          "first_name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "role": {
            "type": "string"
          },
          "distributor_id": {
            "type": "string"
          },
          "partner_id": {
            "type": "string"
          }
        },
        "example": {
          "user_id": 0,
          "first_name": "string",
          "last_name": "string",
          "email": "string",
          "country": "string",
          "role": "string",
          "distributor_id": "string",
          "partner_id": "string"
        }
      },
      "userRequest": {
        "type": "object",
        "example": {
          "nextPageToken": "string",
          "filters": [
            {
              "name": "string",
              "value": "string",
              "operator": "string",
              "object": "string"
            }
          ]
        }
      },
      "contentResponse": {
        "type": "object",
        "properties": {
          "records": {
            "type": "integer"
          },
          "success": {
            "type": "boolean"
          },
          "results": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/content"
            }
          },
          "nextPageToken": {
            "type": "string"
          }
        }
      },
      "userResponse": {
        "type": "object",
        "properties": {
          "records": {
            "type": "integer"
          },
          "success": {
            "type": "boolean"
          },
          "results": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/user"
            }
          },
          "nextPageToken": {
            "type": "string"
          }
        },
        "example": {
          "records": 0,
          "success": false,
          "results": [
            {
              "user_id": 0,
              "first_name": "string",
              "last_name": "string",
              "email": "string",
              "country": "string",
              "role": "string",
              "distributor_id": "string",
              "partner_id": "string"
            }
          ],
          "nextPageToken": "string"
        }
      },
      "consumptionResponse": {
        "type": "object",
        "properties": {
          "records": {
            "type": "integer"
          },
          "success": {
            "type": "boolean"
          },
          "results": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/consumption"
            }
          },
          "nextPageToken": {
            "type": "string"
          }
        },
        "example": {
          "records": 0,
          "success": false,
          "results": [
            {
              "user_id": 0,
              "content_id": 0,
              "activityDate": "string",
              "activityTime": "string",
              "activity": "string",
              "type": "string",
              "content": {
                "id": "string",
                "title": "string",
                "name": "string",
                "format": "string",
                "type": "string",
                "countries": {
                  "it": "string"
                },
                "aointerest": "string",
                "audience": "string",
                "language": "string",
                "provider": "string",
                "solution_area": "string",
                "description": "string",
                "date": "string",
                "time": "string",
                "end_time": "string",
                "location": "string",
                "modified": "string"
              },
              "user": {
                "user_id": 0,
                "first_name": "string",
                "last_name": "string",
                "email": "string",
                "country": "string",
                "role": "string",
                "distributor_id": "string",
                "partner_id": "string"
              },
              "distributor": {
                "distributor_id": "string",
                "name": "string",
                "subdomain": "string"
              }
            }
          ],
          "nextPageToken": "string"
        }
      },
      "partner": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "required": [
                "id",
                "cid",
                "global_id",
                "title",
                "direccion",
                "ciudad",
                "codigo_postal",
                "telefono",
                "website",
                "ms_partner_id",
                "nif",
                "country",
                "rn_verify_date",
                "rn_verify_status",
                "rn_code_date",
                "created_date",
                "post_author",
                "post_status",
                "modified_date",
                "last_edit_author"
              ],
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer"
                },
                "cid": {
                  "type": "integer"
                },
                "global_id": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "direccion": {
                  "type": "string"
                },
                "ciudad": {
                  "type": "string"
                },
                "codigo_postal": {
                  "type": "string"
                },
                "telefono": {
                  "type": "string"
                },
                "website": {
                  "type": "string"
                },
                "ms_partner_id": {},
                "nif": {
                  "type": "string"
                },
                "country": {
                  "type": "string"
                },
                "rn_verify_date": {
                  "type": "string"
                },
                "rn_verify_status": {
                  "type": "string"
                },
                "rn_code_date": {},
                "created_date": {
                  "type": "string"
                },
                "post_author": {},
                "post_status": {
                  "type": "string"
                },
                "modified_date": {},
                "last_edit_author": {}
              }
            }
          },
          "nextPageToken": {
            "type": "string"
          }
        }
      },
      "partnerResponse": {
        "type": "object",
        "properties": {
          "records": {
            "type": "integer"
          },
          "success": {
            "type": "boolean"
          },
          "results": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/partner"
            }
          },
          "nextPageToken": {
            "type": "string"
          }
        },
        "example": {
          "records": 0,
          "success": false,
          "results": [
            {
              "data": [
                {
                  "id": 0,
                  "cid": 0,
                  "global_id": "string",
                  "title": "string",
                  "direccion": "string",
                  "ciudad": "string",
                  "codigo_postal": "string",
                  "telefono": "string",
                  "website": "string",
                  "nif": "string",
                  "country": "string",
                  "rn_verify_date": "string",
                  "rn_verify_status": "string",
                  "created_date": "string",
                  "post_status": "string"
                }
              ],
              "nextPageToken": "string"
            }
          ],
          "nextPageToken": "string"
        }
      },
      "partnerRequest": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string"
          },
          "properties": {
            "type": "object",
            "properties": {
              "nextPageToken": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  }
                }
              },
              "filters": {
                "type": "object",
                "properties": {
                  "$ref": {
                    "type": "string"
                  }
                }
              }
            }
          }
        }
      }
    },
    "securitySchemes": {
      "apiKeyHeader": {
        "type": "apiKey",
        "name": "x-api-key",
        "in": "header"
      },
      "apiKeyQuery": {
        "type": "apiKey",
        "name": "x-api-key",
        "in": "query"
      }
    }
  },
  "security": [
    {
      "apiKeyHeader": []
    },
    {
      "apiKeyQuery": []
    }
  ]
}