{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.attributeType", "title": "attributeType", "enum": [ "String", "Integer", "Reference", "Binary", "Boolean", "DateTime" ], "type": "string" }