aas-specs icon indicating copy to clipboard operation
aas-specs copied to clipboard

AdministrativeInformation: add createdAt and updatedAt attributes

Open BirgitBoss opened this issue 1 year ago • 4 comments

Is your feature request related to a problem? Please describe. There are requirements requesting search capabilities via date or date ranges an AAS or Submodel was created, see for example https://github.com/admin-shell-io/aas-specs-api/issues/176 or https://github.com/eclipse-tractusx/sldt-digital-twin-registry/issues/466

Additionally we also need administrative information for AssetAdministrationShellDescriptors (for SubmodelDescriptors it might not be needed).

Note: AssetAdministrationShellDescriptor/administration is the administrative information for the AssetAdministrationShell, not for the Descriptor.

Describe the solution you'd like Add the following optional attributes to AdministrativeInformation:

  • createdAt
  • updatedAt

with type dateType and add

  • constraint requiring that the format is YYYY-MM-DDTHH:MM:SSZ

Add the following optional attributes to AssetAdministrationShellDescriptor:

  • descriptorCreatedAt
  • descriptorUpdatedAt

or

  • descriptorAdministration with existing type AdministrativeInformation

BirgitBoss avatar Nov 15 '24 16:11 BirgitBoss

In https://github.com/admin-shell-io/aas-specs-api/issues/346 only creationsDate is requested but not updateDate

BirgitBoss avatar Nov 25 '24 10:11 BirgitBoss

2024-11-27 TF AAS Metamodel change request approved, it makes sense to include creation and updateDate in the metamodel

BirgitBoss avatar Nov 27 '24 14:11 BirgitBoss