this may be a cddl tooling issue more than corim schema.
Corim has several map-based extension points. A singleton extension contains exactly one additional code point / statement to the parent map. E.g.:
my-map = {
thing-A => a-type
thing-B => b-type
**my-map-extension
}
$$my-map-extension //= (
thing-C => c-type
)
It would be convenient to the extension could allow multiples. E.g.:
$$my-map-extension //= (
thing-C => c-type
thing-D => d-type
)
this may be a cddl tooling issue more than corim schema.
Corim has several map-based extension points. A singleton extension contains exactly one additional code point / statement to the parent map. E.g.:
It would be convenient to the extension could allow multiples. E.g.: