Interface PropertySemantic

Semantic annotations are used to inform the client as to which of the elements contain a phone number, a part of a name or address, or something relating to a calendar event. They must not be bound, for example, to a dedicated consumption channel. They need to be available for consumption through OData, (S)QL, and so on.

Semantic annotations complement the concept of semantic data types, while semantic data types always introduce specific behavior in the provider/core infrastructure (through dedicated operations or conversion functions).

Refer Semantics Annotations

interface PropertySemantic {
    name: Semantics;
    value?: PrimitiveType;
}

Properties

Properties

name: Semantics

Generated using TypeDoc