International-Data-Spaces-Association / InformationModel

The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Apache License 2.0
61 stars 35 forks source link

Add LogEntry + Shape #575

Closed PHochmann closed 1 year ago

kragall commented 2 years ago

Hi, so I checked with the current version of the Clearing House and saw that the originally requested structure doesn't fit anymore. So I wondered if it's possible to adjust the changes to fit this structure:

Please note that in the original request LogEntry contained a LogMessage. This is not the case anymore.

PHochmann commented 2 years ago

Hi, so I checked with the current version of the Clearing House and saw that the originally requested structure doesn't fit anymore. So I wondered if it's possible to adjust the changes to fit this structure:

  • payload: This optional field contains the payload of the original LogMessage

Is this payload a string or another Data Type property, or does it point to another object? I can't find any information about what a LogMessage's payload looks like.

kragall commented 1 year ago

The payload does not reference another entity, so it's probably best to use a string

JohannesLipp commented 1 year ago

The payload does not reference another entity, so it's probably best to use a string

Thanks for the info! @PHochmann please implement it as DatatypeProp with xsd:string then. Thank you in advance!

PHochmann commented 1 year ago

Edits are under taxonomies/Message.ttl @kragall Please have a look

PHochmann commented 1 year ago

All requested changes are now resolved, feel free to review and merge. Thanks!