Discovery (core)
    • PDF

    Discovery (core)

    • PDF

    Article summary

    Discovery Schema 0.8.1 | Core SDK

    JSON-Schema

    This document was generated from a JSON-Schema, and is intended to provide a human readable overview and examples of the methods contained in the module.

    For the full schema, see the link below.

    Schema
    discovery.json

    Table of Contents

    Schemas

    PurchasedContentResult

    type PurchasedContentResult = {
      expires: string
      totalCount: number
      entries: EntityInfo[]
    }
    

    See also:


    EntityInfoResult

    type EntityInfoResult = {
      expires: string
      entity: EntityInfo       // An EntityInfo object represents an "entity" on the platform. Currently, only entities of type `program` are supported. `programType` must be supplied to identify the program type.
      related?: EntityInfo[]
    }
    

    See also:

    Details

    The result for an entityInfo() push or pull.



    Was this article helpful?