From the schema it is stating that the request body should be an object with a userList field, which should be in type array of UUID.
However the examples values are array of email address instead.
Since the delete operation version of the path object is passing array of UUID in it's request body userList field, I believe array of UUID is the correct data type for the post operation.
@elliot-huffman @pasha-zayko May you confirm?
From the
schemait is stating that the request body should be an object with auserListfield, which should be in type array of UUID.However the examples values are array of email address instead.
Since the
deleteoperation version of the path object is passing array of UUID in it's request bodyuserListfield, I believe array of UUID is the correct data type for thepostoperation.OpenAPI/specs/SHIELD.json
Line 2305 in 8e8fabe
@elliot-huffman @pasha-zayko May you confirm?