{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/updateOrgSettingObject", "title": "updateOrgSettingObject", "type": "object", "properties": { "key": { "type": "string", "example": "allow-admin-invite-emails", "description": "Key of the setting." }, "value": { "type": "boolean", "description": "Value of the setting." } } }