webhooks_changes_8

APIs.ioEngineeringPlatform

Properties

Name Type Description
tier object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhooks-changes-8-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhooks_changes_8",
  "title": "webhooks_changes_8",
  "type": "object",
  "properties": {
    "tier": {
      "type": "object",
      "properties": {
        "from": {
          "title": "Sponsorship Tier",
          "description": "The `tier_changed` and `pending_tier_change` will include the original tier before the change or pending change. For more information, see the pending tier change payload.",
          "type": "object",
          "properties": {
            "created_at": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "is_custom_ammount": {
              "type": "boolean"
            },
            "is_custom_amount": {
              "type": "boolean"
            },
            "is_one_time": {
              "type": "boolean"
            },
            "monthly_price_in_cents": {
              "type": "integer"
            },
            "monthly_price_in_dollars": {
              "type": "integer"
            },
            "name": {
              "type": "string"
            },
            "node_id": {
              "type": "string"
            }
          },
          "required": [
            "node_id",
            "created_at",
            "description",
            "monthly_price_in_cents",
            "monthly_price_in_dollars",
            "name",
            "is_one_time"
          ]
        }
      },
      "required": [
        "from"
      ]
    }
  },
  "required": [
    "tier"
  ]
}