Skip to content

Commit 9fb8544

Browse files
committed
Correct absolute GH links
due to renaming of the repos
1 parent 995b501 commit 9fb8544

File tree

13 files changed

+162
-157
lines changed

13 files changed

+162
-157
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
/.vs

AasxFileServerServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
url: https://creativecommons.org/licenses/by/4.0/
1414
version: V3.1.0_SSP-001
1515
x-profile-identifier: https://admin-shell.io/aas/API/3/1/AasxFileServerServiceSpecification/SSP-001
16-
termsOfService: https://github.com/admin-shell-io/aas-specs
16+
termsOfService: https://github.com/admin-shell-io/aas-specs-metamodel
1717
servers:
1818
- url: 'https://admin-shell.io/api/v3'
1919
- url: 'https://example.com/'

ConceptDescriptionRepositoryServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
url: https://creativecommons.org/licenses/by/4.0/
1414
version: V3.1.0_SSP-001
1515
x-profile-identifier: https://admin-shell.io/aas/API/3/1/ConceptDescriptionRepositoryServiceSpecification/SSP-001
16-
termsOfService: https://github.com/admin-shell-io/aas-specs
16+
termsOfService: https://github.com/admin-shell-io/aas-specs-metamodel
1717
servers:
1818
- url: 'https://admin-shell.io/api/v3/'
1919
- url: 'https://example.com/'

DINSPEC16593-Schemas/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
contact:
77
name: Michael Hoffmeister, Torben Miny, Andreas Orzelski, Manuel Sauer, Constantin Ziesche, Sebastian Bader, Marko Ristin, Nico Braunisch
88
version: V3.0.1
9-
termsOfService: https://github.com/admin-shell-io/aas-specs
9+
termsOfService: https://github.com/admin-shell-io/aas-specs-metamodel
1010
components:
1111
schemas:
1212
Endpoint:

Entire-API-Collection/V3.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ info:
1212
name: CC BY 4.0
1313
url: https://creativecommons.org/licenses/by/4.0/
1414
version: V3.1.0
15-
termsOfService: https://github.com/admin-shell-io/aas-specs
15+
termsOfService: https://github.com/admin-shell-io/aas-specs-metamodel
1616
servers:
1717
- url: 'https://admin-shell.io/api/v3/'
1818
- url: 'https://example.com/'

documentation/IDTA-01002-3/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Plattform Industrie 4.0; Anna Salari, Publik. Agentur für Kommunikation GmbH, d
3333

3434
////
3535
36-
Shared .adoc file are used from https://github.com/admin-shell-io/aas-specs
36+
Shared .adoc file are used from https://github.com/admin-shell-io/aas-specs-metamodel
3737
3838
////
3939
////

documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Major Changes:
2020
* new: operation SearchAllAssetAdministrationShellIdsByAssetLink (as substitute for GetAllAssetAdministrationShellIdsByAssetLink) (https://github.com/admin-shell-io/aas-specs-api/issues/19[#19])
2121
* new: Profile for Discovery Service: Read Only SSP-002 (https://github.com/admin-shell-io/aas-specs-api/issues/201[#201])
2222
* new: Profile for the Asset Administration Shell Registry: Minimal Read SSP-005 (https://github.com/admin-shell-io/aas-specs-api/issues/201[#201])
23-
* update: Terms and Definitions adopted to IEC 63278-1:2023 (before IEC 63278-1 Draft July 2022 was the basis), also abbreviations partly adopted; changed definitions (https://github.com/admin-shell-io/aas-specs/issues/210[#210]):
23+
* update: Terms and Definitions adopted to IEC 63278-1:2023 (before IEC 63278-1 Draft July 2022 was the basis), also abbreviations partly adopted; changed definitions (https://github.com/admin-shell-io/aas-specs-metamodel/issues/210[#210]):
2424
** changed: interface
2525
** changed: service
2626
* update: Individual versioning of datatype IDs, operations, interfaces etc. (https://github.com/admin-shell-io/aas-specs-api/issues/247[#247])
2727
** including changes due to implicit changes of IDTA-01001, e.g. of primitive data types NameType and Identifier
28-
* change: Data type Identifier: change length from 2000 to 2048 characters (https://github.com/admin-shell-io/aas-specs/issues/306[#306])
28+
* change: Data type Identifier: change length from 2000 to 2048 characters (https://github.com/admin-shell-io/aas-specs-metamodel/issues/306[#306])
2929
* update: Publication of a new V3.1 version for all existing profiles due to changes to fundamental data types, e.g., Identifier
3030
* update: interaction diagram in Clause "Interactions"
3131
* Transfer of chapters on formats Metadata, Paths and Value-Only from Part 2 API to Part 1 Metamodel (https://github.com/admin-shell-io/aas-specs-api/issues/214[#214])
@@ -35,7 +35,7 @@ Major Changes:
3535
* change: ProtocolInformation/securityAttributes changed from mandatory to optional.
3636
* change: Endpoint/interface extended with "VALUE" and "METADATA" aspects.
3737
* new: Added 'Role' and 'NotApplicable' wherever AssetAdministrationShellDescriptor/AssetKind is used.
38-
* change: Added minLength=1 requirement and regex pattern "^[a-zA-Z][a-zA-Z0-9_-]*[a-zA-Z0-9_]+$" to all classes with idShort parameters to keep definitions in sync with the declaration of link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/spec-metamodel/common.html#referable-attributes[Referable/idShort]
38+
* change: Added minLength=1 requirement and regex pattern "^[a-zA-Z][a-zA-Z0-9_-]*[a-zA-Z0-9_]+$" to all classes with idShort parameters to keep definitions in sync with the declaration of link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/common.html#referable-attributes[Referable/idShort]
3939
* change: Fix missing 'Repository' in ConceptDescriptionServiceSpecification to ConceptDescriptionRepositoryServiceSpecification (https://github.com/admin-shell-io/aas-specs-api/issues/171[#171])
4040
* new: Add classes xref:specification/interfaces-payload.adoc#operation-request-value-only[OperationRequestValueOnly] and xref:specification/interfaces-payload.adoc#operation-result-value-only[OperationResultValueOnly] explicitly (https://github.com/admin-shell-io/aas-specs-api/issues/269[#269])
4141
* change: Additional clarifications on the implicit support of xref:http-rest-api/service-specifications-and-profiles.adoc#service-specifications-and-profiles[major and minor versions of service specifications] (https://github.com/admin-shell-io/aas-specs-api/issues/264[264])

documentation/IDTA-01002-3/modules/ROOT/pages/http-rest-api/http-rest-api.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,15 +331,15 @@ e|cursor a|The cursor for the next part of the result set. No cursor attribute m
331331

332332
The payload is generated from the technology-neutral specification as described in Part 1 of the Asset Administration Shell Series for JSON xref:bibliography.adoc#bib1[[1\]].
333333
// Previously pointing to Clause 11.4.2
334-
The link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#value-only-serialization-in-json[serialization of JSON values] is described in xref:bibliography.adoc#bib1[[1]].
334+
The link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#value-only-serialization-in-json[serialization of JSON values] is described in xref:bibliography.adoc#bib1[[1]].
335335

336336
Additional classes needed for payload of the HTTP/REST API specification can be found in xref:specification/interfaces-payload.adoc#metamodel-specification-details[Metamodel Specification Details].
337337

338338
[#modifier-constraints]
339339
== Modifier Constraints
340340

341341

342-
To use link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#_format_metadata_metadata_serialization[metadata objects] as described in xref:bibliography.adoc#bib1[[1]], xref:specification/interfaces-operation-parameters.adoc[modifiers] are implemented as HTTP query parameters or path suffixes.
342+
To use link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#_format_metadata_metadata_serialization[metadata objects] as described in xref:bibliography.adoc#bib1[[1]], xref:specification/interfaces-operation-parameters.adoc[modifiers] are implemented as HTTP query parameters or path suffixes.
343343
For example, a request for a specific submodel may look like: +
344344
GET /submodel/$value?level=deep&extent="withBlobValue"
345345

@@ -834,6 +834,6 @@ h|Inherits from 3+|--
834834

835835
h|Attribute h|Explanation h|Type h|Card.
836836
e|packageId a|File server specific package id |xref:specification/interfaces-payload.adoc#ShortIdType[ShortIdType] |1
837-
e|aasId a|Asset Administration Shell unique identifier |link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/spec-metamodel/datatypes.html#Identifier[Identifier] |0..*
837+
e|aasId a|Asset Administration Shell unique identifier |link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/datatypes.html#Identifier[Identifier] |0..*
838838
|===
839839

documentation/IDTA-01002-3/modules/ROOT/pages/http-rest-api/interactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In this case the client needs to look up the corresponding submodel IDs in an AA
7676
After looking up the relevant submodel IDs the client calls the Submodel Registry to get the Submodel Descriptors containing the endpoints of the submodels.
7777

7878
====
79-
Note: If the AAS or AAS Repository Service is used to get the submodel IDs it is recommended that the data provider adds a link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/spec-metamodel/referencing.html#Reference[referredSemanticId] to the references of the submodels.
79+
Note: If the AAS or AAS Repository Service is used to get the submodel IDs it is recommended that the data provider adds a link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/referencing.html#Reference[referredSemanticId] to the references of the submodels.
8080
Otherwise, it is not possible for the client to decide which of the submodels is relevant.
8181
This is typically done via the semanticId of the submodel.
8282
====

documentation/IDTA-01002-3/modules/ROOT/pages/includes/constraints.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ SPDX-License-Identifier: CC-BY-4.0
1212

1313
:aasa001: pass:q[[underline]#Constraint AASa-001:# The value of the xref:http-rest-api/http-rest-api.adoc#pagination[cursor] query parameter must not be empty. If the client does not know the cursor value, it must omit the whole query parameter in the request.]
1414

15-
:aasa002: pass:q[[underline]#Constraint AASa-002#: The base64url-encoded identifier of the link: https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/spec-metamodel/common.html#has-semantics-attributes[_semanticId_] shall have a length of maximum 3072 characters.]
15+
:aasa002: pass:q[[underline]#Constraint AASa-002#: The base64url-encoded identifier of the link: https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/common.html#has-semantics-attributes[_semanticId_] shall have a length of maximum 3072 characters.]
1616

17-
:aasa003: pass:q[[underline]#Constraint AASa-003#: A service implementing the link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01002/v3.1/http-rest-api/service-specifications-and-profiles.html#submodel-repositoryservice-specification-SSP-003[SubmodelRepositoryServiceSpecification/SSP-003] must not accept or provide any _Submodel_ with the attribute link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/spec-metamodel/common.html#ModellingKind[kind="Instance"].
17+
:aasa003: pass:q[[underline]#Constraint AASa-003#: A service implementing the link:https://admin-shell-io.github.io/aas-specifications/IDTA-01002/v3.1/http-rest-api/service-specifications-and-profiles.html#submodel-repositoryservice-specification-SSP-003[SubmodelRepositoryServiceSpecification/SSP-003] must not accept or provide any _Submodel_ with the attribute link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/common.html#ModellingKind[kind="Instance"].
1818

19-
:aasa004: pass:q[[underline]#Constraint AASa-004#: A service implementing the link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01002/v3.1/http-rest-api/service-specifications-and-profiles.html#_submodel_repository_template_read_profile[SubmodelRepositoryServiceSpecification/SSP-004] must not accept or provide any _Submodel_ with the attribute link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/spec-metamodel/common.html#ModellingKind[kind="Instance"].]
19+
:aasa004: pass:q[[underline]#Constraint AASa-004#: A service implementing the link:https://admin-shell-io.github.io/aas-specifications/IDTA-01002/v3.1/http-rest-api/service-specifications-and-profiles.html#_submodel_repository_template_read_profile[SubmodelRepositoryServiceSpecification/SSP-004] must not accept or provide any _Submodel_ with the attribute link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/common.html#ModellingKind[kind="Instance"].]
2020

21-
:aasa005: pass:q[[underline]#Constraint AASa-005:# Only the _SubmodelElements_ root delaration can be followed with link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#_format_path_idshortpath_serialization_in_json[_IdShortPaths_].]
21+
:aasa005: pass:q[[underline]#Constraint AASa-005:# Only the _SubmodelElements_ root delaration can be followed with link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#_format_path_idshortpath_serialization_in_json[_IdShortPaths_].]

documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-operation-parameters.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ Note: level parameters are mapped to the query parameter "?level" in the HTTP/RE
5858

5959
The second enumeration _Content_ indicates the kind of serialization of the response or input content.
6060

61-
For Content equal to Normal see Clause link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#_format_normal_in_xml[] and link:https://https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#_format_normal_in_json[] in Part 1 for details.
61+
For Content equal to Normal see Clause link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#_format_normal_in_xml[] and link:https://https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#_format_normal_in_json[] in Part 1 for details.
6262
It is defined for XML and JSON only.
6363

64-
For Content equal to Metadata see Clause link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#_format_metadata_metadata_serialization[] in Part 1 for details.
64+
For Content equal to Metadata see Clause link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#_format_metadata_metadata_serialization[] in Part 1 for details.
6565

66-
For Content equal to Value see Clause link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#value-only-serialization-in-json[] in Part 1 for details.
66+
For Content equal to Value see Clause link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#value-only-serialization-in-json[] in Part 1 for details.
6767
It is defined for JSON only.
6868

69-
For Content equal to Reference see Clause link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#_format_reference[] in Part 1 for details.
69+
For Content equal to Reference see Clause link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#_format_reference[] in Part 1 for details.
7070

71-
For Content equal to Path see Clause link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#_format_path_idshortpath_serialization_in_json[] in Part 1 for details.
71+
For Content equal to Path see Clause link:https://admin-shell-io.github.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#_format_path_idshortpath_serialization_in_json[] in Part 1 for details.
7272

7373
.Content Parameters
7474
[%autowidth,width="100%",cols="35%,65%",options="header",]

0 commit comments

Comments
 (0)