microsoft / Office-Online-Test-Tools-and-Documentation

Office Online test tools and documentation
https://docs.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/
MIT License
233 stars 161 forks source link

File Operations Response Body #434

Open planax opened 3 years ago

planax commented 3 years ago

It seems that as per MS-WOPI protocol specification, the JSON object returned as response of an operation should have it's key names in PascalCase format. For example CheckFileInfo.

Some development frameworks (such as .NET 5) automatically default to camelCase. This can easily go unnoticed.

Perhaps it is wise to include an "Important" information piece, that highlights this fact.