Skip to content
Snippets Groups Projects

allow URIList to be empty as defined by the PRO team

Merged Bogdan Stanca-Kaposta requested to merge fix/issue_33_urilist_empty into Release1
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -3612,8 +3612,9 @@ module OneM2M_Types {
};
type ListOfURIs URIList
type record length(0 .. infinity) of XSD.AnyURI URIList
with {
variant "name as uncapitalized";
variant "list";
};
Loading