Skip to content

Interface: Property

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyFacade / Property

Interface: Property

Defined in: src/types/ontology-facade.ts:18

One scalar feature projected as an ontology property.

Remarks

Projected from a sort’s appropriateness conditions. Wire shape (PropertyDto) uses camelCase field names (apiName, dataType).

Properties

apiName

apiName: string

Defined in: src/types/ontology-facade.ts:20

The feature name (Palantir property apiName).


dataType

dataType: string

Defined in: src/types/ontology-facade.ts:22

The declared value-type hint, or "string" when unspecified.


required

required: boolean

Defined in: src/types/ontology-facade.ts:24

Whether the feature is required by the sort’s appropriateness conditions.