-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Model] Notification Header 1.0.0 (Shared Aspect Model) #128
Conversation
initial model
@bs-jokri : Please review |
Modeling_Team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check comments
|
||
:header a bamm:Property; | ||
bamm:name "header"; | ||
bamm:preferredName "header"@en; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uppercase
bamm:characteristic :BpnCharacteristic; | ||
bamm:exampleValue "BPNL00000003BV4H". | ||
:BpnCharacteristic a bamm:Characteristic; | ||
bamm:name "BpnCharacteristic"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pref name and description missing
:BpnCharacteristic a bamm:Characteristic; | ||
bamm:name "BpnCharacteristic"; | ||
bamm:dataType xsd:string. | ||
:UuidCharacteristic a bamm:Characteristic; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description missing
bamm:description "ID of the asset in the sender's EDC that receives messages that relate to this one (e.g. response messages to a request message)"@en; | ||
bamm:characteristic :ReplyAssetIdCharacteristic; | ||
bamm:exampleValue "ess-response-asset". | ||
:UrlCharacteristic a bamm:Characteristic; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description
bamm:name "UrlCharacteristic"; | ||
bamm:dataType xsd:string; | ||
bamm:preferredName "Url Characteristic"@en. | ||
:ReplyAssetIdCharacteristic a bamm:Characteristic; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description
:originalNotificationId a bamm:Property; | ||
bamm:name "originalNotificationId"; | ||
bamm:preferredName "originalNotificationId"@en; | ||
bamm:description "a UUID v4 that identifies the message in relation to which this message is sent; MUST be omitted if no such relation exists"@en; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
start uppercase
bamm:exampleValue "70143bcb-9d27-46d2-9180-3ad04f9e4638". | ||
:notificationType a bamm:Property; | ||
bamm:name "notificationType"; | ||
bamm:preferredName "notificationType"@en; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
standard English
:notificationType a bamm:Property; | ||
bamm:name "notificationType"; | ||
bamm:preferredName "notificationType"@en; | ||
bamm:description "the standardized schema identifier of the message document in the content property"@en; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
start uppercase
bamm:description "the standardized schema identifier of the message document in the content property"@en; | ||
bamm:characteristic :NotificationTypeCharacteristic. | ||
:NotificationTypeCharacteristic a bamm-c:Enumeration; | ||
bamm:name "NotificationTypeCharacteristic"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description missing
replaced by #227 |
initial model
Description
-->
Closes #115
MS2 Criteria
(to be filled out by PR reviewer)
DismantlerId
andDismantlerName
use an EntityDismantler
with the propertiesname
andid
or use a URN likeio.catenax.dismantler:0.0.1
)preferredName
anddescription
are not the samepreferredName
should be human readable and follow normal orthography (e.g., no camel case but normal word separation)MS3 Criteria
(to be filled out by semantic modeling team before merge to main-branch)