# Models

## The Object object

```json
{"openapi":"3.1.1","info":{"title":"Katch Media","version":"1.0"},"components":{"schemas":{"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The GetKatchProgramMetaData object

```json
{"openapi":"3.1.1","info":{"title":"Katch Media","version":"1.0"},"components":{"schemas":{"GetKatchProgramMetaData":{"title":"GetKatchProgramMetaData","required":["EntertainmentId"],"properties":{"EntertainmentId":{"description":"Id of an Entertainment program.","type":"string"}},"description":"GetKatchProgramMetaData","type":"object"}}}}
```

## The KatchProgramData object

```json
{"openapi":"3.1.1","info":{"title":"Katch Media","version":"1.0"},"components":{"schemas":{"KatchProgramData":{"title":"KatchProgramData","properties":{"KatchId":{"type":"string"},"OriginId":{"type":"string"},"ProgramAndTraits":{"$ref":"#/components/schemas/KattchProgram"},"Clusters":{"$ref":"#/components/schemas/Datum"}},"description":"KatchProgramData","type":"object"},"KattchProgram":{"title":"KattchProgram","properties":{"total_rows":{"type":"integer","format":"int32"},"katch_id":{"type":"string"},"title":{"type":"string"},"media_type":{"type":"string"},"box_office":{"$ref":"#/components/schemas/Object"},"budget":{"$ref":"#/components/schemas/Object"},"content_advisory":{"$ref":"#/components/schemas/Object"},"duration":{"type":"string"},"logline":{"type":"string"},"poster":{"type":"string"},"release_year":{"type":"integer","format":"int32"},"genres":{"type":"array","items":{"type":"string"}},"universal_traits":{"type":"array","items":{"$ref":"#/components/schemas/UniversalTraits"}},"organizations":{"type":"array","items":{"$ref":"#/components/schemas/Organization"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}}},"description":"KattchProgram","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"Organization":{"title":"Organization","properties":{"type":{"type":"string"},"organization":{"type":"string"}},"description":"Organization","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"},"Datum":{"title":"Datum","properties":{"internal_id":{"type":"string"},"top_clusters":{"type":"array","items":{"$ref":"#/components/schemas/TopClusters"}}},"description":"Datum","type":"object"}}}}
```

## The KattchProgram object

```json
{"openapi":"3.1.1","info":{"title":"Katch Media","version":"1.0"},"components":{"schemas":{"KattchProgram":{"title":"KattchProgram","properties":{"total_rows":{"type":"integer","format":"int32"},"katch_id":{"type":"string"},"title":{"type":"string"},"media_type":{"type":"string"},"box_office":{"$ref":"#/components/schemas/Object"},"budget":{"$ref":"#/components/schemas/Object"},"content_advisory":{"$ref":"#/components/schemas/Object"},"duration":{"type":"string"},"logline":{"type":"string"},"poster":{"type":"string"},"release_year":{"type":"integer","format":"int32"},"genres":{"type":"array","items":{"type":"string"}},"universal_traits":{"type":"array","items":{"$ref":"#/components/schemas/UniversalTraits"}},"organizations":{"type":"array","items":{"$ref":"#/components/schemas/Organization"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}}},"description":"KattchProgram","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"Organization":{"title":"Organization","properties":{"type":{"type":"string"},"organization":{"type":"string"}},"description":"Organization","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"}}}}
```

## The Organization object

```json
{"openapi":"3.1.1","info":{"title":"Katch Media","version":"1.0"},"components":{"schemas":{"Organization":{"title":"Organization","properties":{"type":{"type":"string"},"organization":{"type":"string"}},"description":"Organization","type":"object"}}}}
```

## The Crew object

```json
{"openapi":"3.1.1","info":{"title":"Katch Media","version":"1.0"},"components":{"schemas":{"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"}}}}
```

## The Cast object

```json
{"openapi":"3.1.1","info":{"title":"Katch Media","version":"1.0"},"components":{"schemas":{"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"}}}}
```

## The Datum object

```json
{"openapi":"3.1.1","info":{"title":"Katch Media","version":"1.0"},"components":{"schemas":{"Datum":{"title":"Datum","properties":{"internal_id":{"type":"string"},"top_clusters":{"type":"array","items":{"$ref":"#/components/schemas/TopClusters"}}},"description":"Datum","type":"object"}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.fabricdata.com/origin/apis-all/katch-media-api-docs/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
