Closed RichardBruskiewich closed 6 months ago
The value of the items property in the member_ids property should NOT be a YAML list!
items
member_ids
member_ids: type: array # etc... items: $ref: '#/components/schemas/CURIE' # <= this is a 'scalar' argument to **`items`**, not a list
replaced by #485. closing
The value of the
items
property in themember_ids
property should NOT be a YAML list!