{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetScimConfigurationDefaultMappingResponseContent", "title": "GetScimConfigurationDefaultMappingResponseContent", "type": "object", "additionalProperties": false, "properties": { "mapping": { "type": "array", "description": "The mapping between auth0 and SCIM", "items": { "$ref": "#/components/schemas/ScimMappingItem" } } } }