{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/accountUpdateMemberSetup", "title": "accountUpdateMemberSetup", "type": "object", "properties": { "role": { "type": "string", "enum": [ "Owner", "Developer", "Billing Admin", "Reviewer" ] }, "site_access": { "type": "string", "enum": [ "all", "none", "selected" ] }, "site_ids": { "type": "array", "items": { "type": "string" } } } }