Interface JsonReferenceModel

Represents a reference to a json document.

JsonReferenceModel

interface JsonReferenceModel {
    file: AssistantFileModel;
    type: string;
}

Properties

Properties

JsonReferenceModel

type: string

The type of reference. Always "json".

JsonReferenceModel