You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Array size limits can be specified for an API in OpenAPI 3.0 using the optional minItems and maxItems qualifiers when specifying arrays. The 3GPP OpenAPI YAML in the 5G_APIs repository uses both minItems and maxItems, although the 5GMS specific parts only use minItems. At present, the validation performed in the 5GMS AF by the OpenAPI C templates does not validation the size of arrays.
Introduction
Array size limits can be specified for an API in OpenAPI 3.0 using the optional
minItemsandmaxItemsqualifiers when specifying arrays. The 3GPP OpenAPI YAML in the 5G_APIs repository uses bothminItemsandmaxItems, although the 5GMS specific parts only useminItems. At present, the validation performed in the 5GMS AF by the OpenAPI C templates does not validation the size of arrays.Description