Type alias CanonicalPropertySchema

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

The canonical representation of the schema of a specific property.

Type declaration

Generated using TypeDoc