{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "OrganizationUpdate", "type": "object", "properties": { "name": { "type": "string" }, "ownerId": { "type": "string" }, "sessionTimeout": { "type": "integer" }, "mfaRequired": { "type": "boolean" } } }