{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.provisioningStepType", "title": "provisioningStepType", "enum": [ "import", "scoping", "matching", "processing", "referenceResolution", "export", "unknownFutureValue" ], "type": "string" }