Hi all,
first post, so I hope this is appropriate with respect to location and topic.
I analyzed the TMF632-Party-v4.0.0.swagger.json file and I noticed that the "status" property for "Individual is:
"status": {
"$ref": "#/definitions/IndividualStateType",
"description": "Status of the individual"
},
,where I would expect:
"status": {
"type": "array",
"items": {
"$ref": "#/definitions/IndividualStateType",
}
},
I can see that in previous versions, "status" did not have a $ref, just 3 predefined values, so this may have been missed in the change, but probably I do miss something.
Regards,
Paul Tap
------------------------------
Paul Tap
WeCity
------------------------------