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

V3.1: Make content_type of File and Blob optional #346

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

s-heppner
Copy link
Collaborator

Previously, File.content_type and Blob.content_type were mandatory attributes. As decided in aas-specs#412 and specified in aas-specs#431, we now make these attributes optional.

Fixes #339

@s-heppner s-heppner changed the base branch from main to v3.1/main October 8, 2024 10:54
@s-heppner s-heppner marked this pull request as draft October 8, 2024 10:57
Previously, `File.content_type` and
`Blob.content_type` were mandatory attributes.
As decided in [aas-specs#412] and specified in
[aas-specs#431], we now make these attributes
optional.

Fixes #339

[aas-specs#412](admin-shell-io/aas-specs#412)
[aas-specs#431](admin-shell-io/aas-specs#431)
@s-heppner s-heppner marked this pull request as ready for review October 8, 2024 11:06
@s-heppner s-heppner added the V3.1 SpecAAS V3.1 label Oct 8, 2024
@s-heppner s-heppner merged commit f7b2da2 into v3.1/main Oct 18, 2024
2 checks passed
@s-heppner s-heppner deleted the Adapt/File_Blob branch October 18, 2024 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V3.1 SpecAAS V3.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Blob.contentType and File.contentType optional
1 participant