-
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]: QualityMessage 1.0.0 #457
[New Model]: QualityMessage 1.0.0 #457
Conversation
Validation Report for io.catenax.quality_message/1.0.0/QualityMessage.ttlInput model is valid |
@johannsvarela is this going to be common/shared between other models also? If yes, then please change the package structure to io.catenax.shared.--, like for shared message header model. |
modeling_team |
This is not shared. |
Validation Report for io.catenax.quality_message/1.0.0/QualityMessage.ttlInput model is valid |
1 similar comment
Validation Report for io.catenax.quality_message/1.0.0/QualityMessage.ttlInput model is valid |
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.
LGTM
@johannsvarela could you please update your branch with main branch. As your code does not include message header 2.0.0, so it is failing. |
Validation Report for io.catenax.quality_message/1.0.0/QualityMessage.ttlInput model is valid |
@agg3fe Done! :) |
Thanks. assigned MS2 again. Let's do MS3 together in next meeting. |
@@ -0,0 +1,126 @@ | |||
###################################################################### | |||
# Copyright (c) 2023 BASF SE |
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.
2023-2024
# SPDX-License-Identifier: CC-BY-4.0 | ||
####################################################################### | ||
|
||
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#>. |
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.
2.1.0
|
||
## [Unreleased] | ||
|
||
## [1.0.0] - 2023-11-27 |
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.
date
Description
Notifications are - in contrast to classical data offers - a way to push data from a sender to a receiver. This model describes the message for quality investigations and alerts. It contains standardized attributes for message content common across most use cases in CatenaX. It belongs to the same group of aspects as the MessageHeader Aspect Model: io.catenax.shared.message_header
The bugfix (#476) of the shared Message Header aspect model must be done before this PR can be continued!
Closes #305 and replaces #311
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)