Type alias CanonicalPropertySchema
CanonicalPropertySchema: { default?: unknown; indexed: IndexedType; mapTo: string; name: string; objectType?: string; optional: boolean; property?: string; type: PropertyTypeName; }
Type declaration
-
Optional
default?: unknown
-
indexed: IndexedType
-
mapTo: string
-
name: string
-
Optional
objectType?: string
-
optional: boolean
-
Optional
property?: string
-
The canonical representation of the schema of a specific property.