Kaltura · Schema

KalturaSubscription

Subscription details

VideoLive StreamingTranscodingMedia ManagementPlayerAnalyticsVirtual ClassroomOTTOpen-Source

Properties

Name Type Description
channels array
couponsGroups array
dependencyType string Enum Type: `KalturaSubscriptionDependencyType` Dependency Type
description string description of the subscription
discountModule object
endDate integer The last date the subscription is available for purchasing
externalId string External ID
fileTypes array
gracePeriodMinutes integer The subscription grace period in minutes
householdLimitationsId integer The household limitation module identifier associated with this subscription
id string Subscription identifier
isCancellationBlocked boolean Is cancellation blocked for the subscription
isInfiniteRenewal boolean Indicates whether the subscription will renew forever
isRenewable boolean Denotes whether or not this subscription can be renewed
isWaiverEnabled boolean Indicates whether or not the end user has the right to waive his rights to cancel a purchase
maxViewsNumber integer The maximum number of times an item in this usage module can be viewed
mediaId integer Identifier of the media associated with the subscription
multilingualDescription array
multilingualName array
name string Name of the subscription
premiumServices array
previewModule object
price object
pricePlanIds string Comma separated subscription price plan IDs
productCodes array
prorityInOrder integer Subscription order (when returned in methods that retrieve subscriptions)
renewalsNumber integer Defines the number of times this subscription will be renewed
startDate integer The first date the subscription is available for purchasing
userTypes array
viewLifeCycle integer The amount time an item is available for viewing since a user started watching the item
waiverPeriod integer Time period during which the end user can waive his rights to cancel a purchase. When the time period is passed, the purchase can no longer be cancelled
View JSON Schema on GitHub

JSON Schema

ott-KalturaSubscription.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "KalturaSubscription",
  "description": "Subscription details",
  "properties": {
    "channels": {
      "items": {
        "$ref": "#/definitions/KalturaBaseChannel"
      },
      "type": "array"
    },
    "couponsGroups": {
      "items": {
        "$ref": "#/definitions/KalturaCouponsGroup"
      },
      "type": "array"
    },
    "dependencyType": {
      "description": "Enum Type: `KalturaSubscriptionDependencyType`\n\nDependency Type",
      "enum": [
        "NOTAPPLICABLE",
        "BASE",
        "ADDON"
      ],
      "type": "string",
      "x-enumLabels": [
        "NOTAPPLICABLE",
        "BASE",
        "ADDON"
      ],
      "x-enumType": "KalturaSubscriptionDependencyType"
    },
    "description": {
      "description": "description of the subscription",
      "type": "string"
    },
    "discountModule": {
      "$ref": "#/definitions/KalturaDiscountModule"
    },
    "endDate": {
      "description": "The last date the subscription is available for purchasing",
      "type": "integer"
    },
    "externalId": {
      "description": "External ID",
      "type": "string"
    },
    "fileTypes": {
      "items": {
        "$ref": "#/definitions/KalturaIntegerValue"
      },
      "type": "array"
    },
    "gracePeriodMinutes": {
      "description": "The subscription grace period in minutes",
      "type": "integer"
    },
    "householdLimitationsId": {
      "description": "The household limitation module identifier associated with this subscription",
      "type": "integer"
    },
    "id": {
      "description": "Subscription identifier",
      "type": "string"
    },
    "isCancellationBlocked": {
      "description": "Is cancellation blocked for the subscription",
      "type": "boolean"
    },
    "isInfiniteRenewal": {
      "description": "Indicates whether the subscription will renew forever",
      "type": "boolean"
    },
    "isRenewable": {
      "description": "Denotes whether or not this subscription can be renewed",
      "type": "boolean"
    },
    "isWaiverEnabled": {
      "description": "Indicates whether or not the end user has the right to waive his rights to cancel a purchase",
      "type": "boolean"
    },
    "maxViewsNumber": {
      "description": "The maximum number of times an item in this usage module can be viewed",
      "type": "integer"
    },
    "mediaId": {
      "description": "Identifier of the media associated with the subscription",
      "type": "integer"
    },
    "multilingualDescription": {
      "items": {
        "$ref": "#/definitions/KalturaTranslationToken"
      },
      "type": "array"
    },
    "multilingualName": {
      "items": {
        "$ref": "#/definitions/KalturaTranslationToken"
      },
      "type": "array"
    },
    "name": {
      "description": "Name of the subscription",
      "type": "string"
    },
    "premiumServices": {
      "items": {
        "$ref": "#/definitions/KalturaPremiumService"
      },
      "type": "array"
    },
    "previewModule": {
      "$ref": "#/definitions/KalturaPreviewModule"
    },
    "price": {
      "$ref": "#/definitions/KalturaPriceDetails"
    },
    "pricePlanIds": {
      "description": "Comma separated subscription price plan IDs",
      "type": "string"
    },
    "productCodes": {
      "items": {
        "$ref": "#/definitions/KalturaProductCode"
      },
      "type": "array"
    },
    "prorityInOrder": {
      "description": "Subscription order (when returned in methods that retrieve subscriptions)",
      "type": "integer"
    },
    "renewalsNumber": {
      "description": "Defines the number of times this subscription will be renewed",
      "type": "integer"
    },
    "startDate": {
      "description": "The first date the subscription is available for purchasing",
      "type": "integer"
    },
    "userTypes": {
      "items": {
        "$ref": "#/definitions/KalturaOTTUserType"
      },
      "type": "array"
    },
    "viewLifeCycle": {
      "description": "The amount time an item is available for viewing since a user started watching the item",
      "type": "integer"
    },
    "waiverPeriod": {
      "description": "Time period during which the end user can waive his rights to cancel a purchase. When the time period is passed, the purchase can no longer be cancelled",
      "type": "integer"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ott-KalturaSubscription"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.