export interface ISubjectDefinition { /** A JSON type: string, number, array, object, any, boolean, null */ type: string; value: any; }