{"error":{"name":"ValidationError","message":"contentType.attributes.uid.targetField must be one of the following values: name","details":{"errors":[{"path":["contentType","attributes","xuid","targetField"],"message":"contentType.attributes.xuid.targetField must be one of the following values: name","name":"ValidationError"}]}}}
Reproduction:
Create a new Strapi project
Create a new content type
Install uuid plugin.
Create a new field with name xname of type text.
Create a new field with name xid of UUID type.
Create a UID field with name xuid and link it to xid
On saving the content type,
we get a 400(see network tab in dev tools)