Skip to content
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

Bugfix V3.0.2 #222

Merged
merged 25 commits into from
Jul 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
40f00d7
proposal for the AssetIds query parameter
sebbader-sap Nov 9, 2023
18e2122
add an ?assetIds examples
sebbader-sap Nov 9, 2023
040982d
undo change to GetAllAssetAdministrationShellIdsByAssetLink
sebbader-sap Nov 19, 2023
9309d0c
fix metadata and path endpoints
sebbader-sap Nov 19, 2023
0647327
increase the version to the v3.0.2 bugfix version
sebbader-sap Nov 19, 2023
c936afc
remove bytes
sebbader-sap Nov 19, 2023
2fa7f47
sync part 2 v3.0.2 with swagger hub
sebbader-sap Feb 21, 2024
fdf8797
sync with swagger hub
sebbader-sap Feb 21, 2024
7d268be
#195: Dropped cursor and level (#235)
alexgordtop Feb 21, 2024
32dd74f
Fix ValueOnly (#252)
sebbader-sap Mar 4, 2024
4244415
Replace Service Description Profiles Enum with an open List (#230)
sebbader-sap Mar 12, 2024
1ccb652
Remove Level from /$metadata (#250)
sebbader-sap Mar 12, 2024
bd682f6
fix ValueOnly description
sebbader-sap Mar 19, 2024
a4c5f5b
PathItem Fix (#262)
sebbader-sap Mar 19, 2024
d44d66b
fix the regex pattern for part 2 classes according to the JSON schema…
sebbader-sap Mar 19, 2024
129a87b
fix bugs in the valueonly classes
sebbader-sap Apr 15, 2024
8ffe39e
change annotations from array to value only
sebbader-sap Apr 17, 2024
e4aa2ca
sync part 1 from swaggerhub
sebbader-sap Jun 11, 2024
864ca58
replace regex patterns with latest json schema v3.0.1 content
sebbader-sap Jun 11, 2024
01c0faa
sync back from swaggerhub
sebbader-sap Jun 11, 2024
f0dcbb9
using the new string regex pattern also for part 2 classes
sebbader-sap Jun 11, 2024
7fa56fe
Sync with the Part 1 V3.0.1 Schema Changes (#289)
sebbader-sap Jun 27, 2024
34c5811
use double quotes for regex patterns
sebbader-sap Jun 28, 2024
689e8bc
improve the assetids description
sebbader-sap Jun 30, 2024
063d497
fix typo and outdated example for assetIds
sebbader-sap Jul 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Part2-API-Schemas/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ components:
AssetIds:
name: assetIds
in: query
description: A list of specific Asset identifiers. Each Asset identifier is a base64-url-encoded array of [AssetLinks](#/components/schemas/AssetLink)
description: A list of specific Asset identifiers. The value is a base64-url-encoded array of [AssetLinks](#/components/schemas/AssetLink)
sebbader-sap marked this conversation as resolved.
Show resolved Hide resolved
required: false
style: form
schema:
items:
type: string
example: '?assetIds=eyAibmFtZSI6ICJzb21lLWFzc2V0LWlkIiwgInZhbHVlIjogImh0dHA6Ly9leGFtcGxlLWNvbXBhbnkuY29tL215QXNzZXQiLCAiZXh0ZXJuYWxTdWJqZWN0SWQiOiB7ICJrZXlzIjogWyB7ICJ0eXBlIjogIkdsb2JhbFJlZmVyZW5jZSIsICJ2YWx1ZSI6ICJodHRwOi8vZXhhbXBsZS1jb21wYW55LmNvbS9leGFtcGxlLWNvbXBhbnlzLWFzc2V0LWtleXMiIH0gXSwgInR5cGUiOiAiR2xvYmFsUmVmZXJlbmNlIiB9IH0'
example: '?assetIds=WwogICAgewogICAgICAgICJuYW1lIjogInNlcmlhbC1udW1iZXIiLAogICAgICAgICJ2YWx1ZSI6ICIxMjM0LTU2NzgiCiAgICB9LAogICAgewogICAgICAgICJuYW1lIjogImdsb2JhbEFzc2V0SWQiLAogICAgICAgICJ2YWx1ZSI6ICJ1cm46bXktZ2xvYmFsLWFzc2V0LWlkIgogICAgfSwKICAgIHsKICAgICAgICAibmFtZSI6ICJzdXBwbGllci1zZXJpYWwtbnVtYmVyIiwKICAgICAgICAidmFsdWUiOiAiODc2NS00MzIxIgogICAgfQpd'
sebbader-sap marked this conversation as resolved.
Show resolved Hide resolved
AssetType:
sebbader-sap marked this conversation as resolved.
Show resolved Hide resolved
name: assetType
in: query
Expand Down