Problem description
CAMARA_common.yaml currently defines a DeviceIpv6Address schema, but the name of this schema and its description may be confusing for other APIs that require an IPv6 schema outside the context of a device
Possible evolution
Define a more general SingleIpv6Address schema for general use, and update the DeviceIpv6Address scheme to inherit from this new schema with the specific description
Alternative solution
The DeviceIpv6Address could be renamed SingleIpv6Address, with the Device schema updated to use that schema for ipv6Address with an dedicated description. The DeviceIpv6Address schema would thus be deleted. But this would affect any APIs that directly use the common DeviceIpv6Address .
Additional context
None
Problem description
CAMARA_common.yaml currently defines a DeviceIpv6Address schema, but the name of this schema and its description may be confusing for other APIs that require an IPv6 schema outside the context of a device
Possible evolution
Define a more general SingleIpv6Address schema for general use, and update the DeviceIpv6Address scheme to inherit from this new schema with the specific description
Alternative solution
The DeviceIpv6Address could be renamed SingleIpv6Address, with the Device schema updated to use that schema for
ipv6Addresswith an dedicated description. The DeviceIpv6Address schema would thus be deleted. But this would affect any APIs that directly use the common DeviceIpv6Address .Additional context
None