Interface: AttributeProfile
Describes an attribute of a particular class, and the constraints it needs to follow.
Properties​
attributeId​
• attributeId: string
In the context of a particular class, this is the unique id of that attribute.
Defined in​
application-profile/src/lib/models/application-profile.ts:68
rules​
• rules: Rule
<string
, unknown
>[]
set of rules the attribute follows and that describe its model.
Defined in​
application-profile/src/lib/models/application-profile.ts:64
uri​
• uri: string
uri of this particular attribute
Defined in​
application-profile/src/lib/models/application-profile.ts:60