{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.destinationType", "title": "destinationType", "enum": [ "new", "inPlace", "unknownFutureValue" ], "type": "string" }