Skip to content

AAS API Definitions V3.0.2

Compare
Choose a tag to compare
@sebbader-sap sebbader-sap released this 03 Jul 15:58
· 2 commits to main since this release

This bugfix release contains the OpenAPI files released by the Industrial Digital Twin Association (IDTA) and the Plattform Industrie 4.0 defining the different Asset Administration Shell APIs. It contains the descriptions in the form of machine-readable YAML documents according top the OpenAPI v3.0.3 specification. The normative reference is the publication "Specification of the Asset Administration Shell: Part 2", in particular, the version 3.0.2 (V3.0.2). It can be downloaded from the Industrial Digital Twin Association (IDTA) Content Hub and found in the files below.

What's Changed

  • fix metadata and path endpoints
  • remove bytes
  • remove "submodelElements" from SubmodelValue
  • Replace Service Description Profiles Enum with an open List (#230)
  • change servicedescription/profiles enum to an open list, providing predefined values only as examples
  • Remove Level from /$metadata (#250)
  • remove the Level modifier from $metadata requests
  • remove allOf SubmodelElementAttributes from SubmodelElementMetadata
  • fix ValueOnly description
  • PathItem Fix (#262)
  • add array where missing + new pathitem regex
  • fix the regex pattern for part 2 classes according to the JSON schema regex (#256)
  • fix bugs in the valueonly classes
  • change annotations from array to value only
  • replace regex patterns with latest json schema v3.0.1 content
  • using the new string regex pattern also for part 2 classes

Full Commit Changelog: v3.0.1...v3.0.2