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
Problem description Common.yaml uses 'Addr' in the object name for an IPv4 address, but (correctly) uses 'Address' in other object names:
Use of Addr: #/components/schemas/SingleIpv4Addr #/components/schemas/DeviceIpv4Addr
#/components/schemas/SingleIpv4Addr
#/components/schemas/DeviceIpv4Addr
Use of Address: ipv4Address ipv6Address #/components/schemas/DeviceIpv6Address publicAddress: privateAddress
ipv4Address
ipv6Address
#/components/schemas/DeviceIpv6Address
publicAddress:
privateAddress
The full form ("address" or "Address") is used throughout the documentation, while Addr is not.
Expected behavior Change Addr to Address
Addr
Address
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered:
Update CAMARA_common.yaml: add Device headers, fix address
e4c8857
Fixes camaraproject#118 camaraproject#119
Fixed in #120
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem description
Common.yaml uses 'Addr' in the object name for an IPv4 address, but (correctly) uses 'Address' in other object names:
Use of Addr:
#/components/schemas/SingleIpv4Addr
#/components/schemas/DeviceIpv4Addr
Use of Address:
ipv4Address
ipv6Address
#/components/schemas/DeviceIpv6Address
publicAddress:
privateAddress
The full form ("address" or "Address") is used throughout the documentation, while Addr is not.
Expected behavior
Change
Addr
toAddress
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: