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
The properties appear correctly in AMF graph under shacl:minCount, shacl:maxCount and raml-shapes:uniqueItems.
I may suggest the following fix deiteris@aa2bc69, but I see that Namespace.js in amf-helper-mixin lacks some properties, so the issue is a bit more complex.
After the fix, the declared array property looks as follows:
The text was updated successfully, but these errors were encountered:
minItems
,maxItems
anduniqueItems
aren't displayed in the API Console.The following RAML reproduces the issue:
The properties appear correctly in AMF graph under
shacl:minCount
,shacl:maxCount
andraml-shapes:uniqueItems
.I may suggest the following fix deiteris@aa2bc69, but I see that
Namespace.js
inamf-helper-mixin
lacks some properties, so the issue is a bit more complex.After the fix, the declared array property looks as follows:
The text was updated successfully, but these errors were encountered: