Interface for inverse property annotations in JSON Schema Uses the x- prefix to follow JSON Schema vendor extension conventions

interface InversePropertyAnnotation {
    description?: string;
    inverseOf: string[];
}

Properties

description?: string

Optional description of the inverse relationship

inverseOf: string[]

The name of the inverse property