Interface SemanticObjectMappingType

Maps a property of the annotated entity type or a sibling property of the annotated property to a property of the Semantic Object

interface SemanticObjectMappingType {
    localProperty: string;
    semanticObjectProperty: string;
}

Properties

localProperty: string

Path to a local property that provides the value for the Semantic Object property

semanticObjectProperty: string

Name of the Semantic Object property

Generated using TypeDoc