{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MailFolderCollectionResponse", "type": "object", "properties": { "@odata.context": { "type": "string" }, "@odata.nextLink": { "type": "string" }, "value": { "type": "array" } } }