InversePropertyData: {
    entityIRIs: string[];
    path: string[];
    schema: JSONSchema7 | undefined;
    typeName: string;
}

Type declaration

  • entityIRIs: string[]
  • path: string[]
  • schema: JSONSchema7 | undefined
  • typeName: string