{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DirectoryProvisioningMappingItem", "title": "DirectoryProvisioningMappingItem", "type": "object", "additionalProperties": false, "required": [ "auth0", "idp" ], "properties": { "auth0": { "type": "string", "description": "The field location in the Auth0 schema" }, "idp": { "type": "string", "description": "The field location in the IDP schema" } } }