Type alias CanonicalPropertySchema

CanonicalPropertySchema: {
    default?: unknown;
    indexed: IndexedType;
    mapTo: string;
    name: string;
    objectType?: string;
    optional: boolean;
    property?: string;
    type: PropertyTypeName;
}

The canonical representation of the schema of a specific property.

Type declaration

  • Optional default?: unknown
  • indexed: IndexedType
  • mapTo: string
  • name: string
  • Optional objectType?: string
  • optional: boolean
  • Optional property?: string
  • type: PropertyTypeName

Generated using TypeDoc