Skip to main content

dfgfd

{ “type”: “object”, “properties”: { “value”: { “type”: “array”, “items”: { “type”: “object”, “properties”: { “Title”: { “type”: “string” }, “Id”: { “type”: “string” }, “RootFolder”: { “type”: “object”, “properties”: { “ServerRelativeUrl”: { “type”: “string” } } } }, “required”: [“Title”, “Id”, “RootFolder”] } } } }

Read More