I'm trying the latest versions of TMForum APIs (1.2.7, 1.3.4, 1.3.5), but I'm unable to set the usageCharacteristic attribute. When I try to create a usage object with 2 items in the usageCharacteristic, the API is fine (Status 200 OK), but the GET call provides me this:
...
"usageCharacteristic": [
null,
null
]
...
This is quite strange because the TMForum version 0.31.2 works fine.