DiscriminatorOptions type-alias type DiscriminatorOptions = { name: string; schema: Schema; value?: string; };