{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScimMappingItem", "title": "ScimMappingItem", "type": "object", "additionalProperties": true, "properties": { "auth0": { "type": "string", "description": "The field location in the auth0 schema" }, "scim": { "type": "string", "description": "The field location in the SCIM schema" } } }