{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/MembershipCreate.json", "title": "MembershipCreate", "properties": { "role": { "enum": [ "ADMIN", "MEMBER" ], "example": "ADMIN", "type": "string" }, "userId": { "example": "ent_a0SApq3z", "type": "string" } } }