export interface IReference {
    /**
     * REQUIRED. The reference string.
     */
    "$ref": string;
}
