We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Three map[string]any fields are recently added into DTOs:
map[string]any
tags: tag1: field1: "field1Value" field2: "field2Value" tag2: field3: "field3Value" field4: "field4Value" field5: "field5Value"
However, #4375 accidentally add extra hyphens like following:
tags: - tag1: field1: "field1Value" field2: "field2Value" - tag2: field3: "field3Value" field4: "field4Value" field5: "field5Value"
Those hyphens should be removed for proper map[string] representation.
N/A
Deployment Environment: N/A EdgeX Version [REQUIRED]: 3.0.0
Anything else relevant? No
The text was updated successfully, but these errors were encountered:
fixed in #4378
Sorry, something went wrong.
judehung
No branches or pull requests
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in: openapi/v3/core-metadata.yamlIs this a regression?
NoDescription and Minimal Reproduction [REQUIRED]
Three
map[string]any
fields are recently added into DTOs:The proper way to show
map[string]any
in swagger is like following:However, #4375 accidentally add extra hyphens like following:
Those hyphens should be removed for proper map[string] representation.
🔥 Exception or Error
N/A
🌍 Your Environment
Deployment Environment:
N/A
EdgeX Version [REQUIRED]:
3.0.0
Anything else relevant?
No
The text was updated successfully, but these errors were encountered: