api-guidelines
api-guidelines copied to clipboard
@nextLink vs. nextLink
Hi,
The guidelines describe that collections should have a @nextLink attribute.
However, in practice some Microsoft services use nextLink (without @).
See https://azure.github.io/projects/apis/#!/DeploymentOperations/DeploymentOperations_List for example.
What is preferred? I can expect the @ can make it harder to work with the model in JavaScript or when (de)serializing in .NET.