-
Notifications
You must be signed in to change notification settings - Fork 7
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
V3.1.0 Features #221
Draft
sebbader-sap
wants to merge
222
commits into
main
Choose a base branch
from
IDTA-01002-3-1_preparation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
V3.1.0 Features #221
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…data Objects) to part 1
…ges" delete chapters that are now included in part 1 (ValueOnly, MetaDataObjects and ValueOnlySerializationExample)
idShortPath is moved to Part 1
documentation/IDTA-01002-3/modules/ROOT/index.html removed, not needed
…" are incremented to /3/1 + semanticId not resource
* make payload optional for put and patch * Category deprecated, semanticId only ExternalReference * removed Category from example since deprecated * change ConceptDescription to GlobalReference since only external references allowed for semanticId with V3.1 * fix remaining merge conflicts --------- Co-authored-by: Birgit Boss <[email protected]> Co-authored-by: Michael Jacoby <[email protected]>
--------- Co-authored-by: Birgit Boss <[email protected]>
* Deprecate GetAllAssetAdministrationShellIdsByAssetLink * Deprecate GetAllAssetAdministrationShellIdsByAssetLink in interface definition * Add SearchAllAssetAdministrationShellIdsByAssetLink in interface definition * Added AssetLink class * Update link for AssetLink --------- Co-authored-by: sebbader-sap <[email protected]>
Editorial fixes
3 tasks
…criptions Add Missing Bulk Descriptions
…dated regex pattern for strings (#377)
…-shell-io/aas-specs-api into IDTA-01002-3-1_preparation
* referencing the part 2 domain classes instead of keeping the whole content * Update SubmodelRegistryServiceSpecification/V3.1_SSP-003.yaml Co-authored-by: Birgit Boss <[email protected]> * fix url where to find the specification --------- Co-authored-by: Birgit Boss <[email protected]>
* fix formatting * imrpove description * fix formatting * adding missing methods conformant to grammar + removed "SET": seems not to be used (from text and grammar) + SetInvoke does not exist, was probalby Set | Invoke * fix footnote (needs to be footnote:[ instead of footnote[ some formatting * formatting of `$xx` * fix link
…nal (#383) * change cardinality of ProtocolInformation/securityAttributes from 1..* to 0..*
* change automatically generated pattern to real constants + fixing outdated regex pattern for strings * referencing the part 2 domain classes instead of keeping the whole content in bulk profiles * use latest content from the aas service full profile * use latest content from the submodel service full profile * use latest content from the aas repository service full profile * add the aas repository query endpoints * use latest content from the submodel repository service full profile * correct minor inconsistencies in the aas repository full profile * fix outdated parts for the submodel repository full profile * add the submodel repository query endpoint * remove incorrect x-semanticId from the aas repo query profile * remove incorrect x-semanticId from the submodel repo query profile and simplify the server examples * remove incorrect x-semanticId from the aas repo query profile * add the conceptdescription repository query endpoints * add the aas registry bulk endpoints * add the aas registry query endpoint * add the submodel registry bulk endpoints * add the submodel registry query endpoint * use latest content from the discovery service full profile * use latest content from the aasx file service full profile * adjusting server examples and api version declarations * rename the entire api file from 3.0 to 3.1 * Update SubmodelRegistryServiceSpecification/V3.1_SSP-003.yaml * remove the attributeItem which is not part of the query language * fix incorrect stringValue fields of the query * fix query endpoint for aas registry * rename all profile files from 3.0 to 3.1 * change publication year for all profiles to 2025 * add changelog entry for new profiles * add change log entry for "servers" in openapi files --------- Co-authored-by: Birgit Boss <[email protected]>
* fix regex pattern for modelStringPattern * fix condition -> $condition in query examples
This change is required to set line numbers in the generated PDF document from the first page. The code for setting line numbers works based on nav.adoc. It starts with the first dodument referenced in nav.adoc and sets line numbers there.
* use correct operationId, and * use correct x-semanticId
Links to metamodel and part2 api pointed to v3.1 instead v3.1.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Major changes:
aas-specs-api/DiscoveryServiceSpecification/V3.0_SSP-001.yaml
Line 50 in a36cb99