{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ScimEmail", "type": "object", "properties": { "value": { "type": "string" }, "type": { "type": "string" }, "primary": { "type": "boolean" } } }