ApiVersionInformation

ApiVersionInformation
ApiVersionInformation

This type represents API version information.

JSON Example
{
    "uriPrefix": "string",
    "apiVersions": [
        {
            "version": "string",
            "isDeprecated": false,
            "retirementDate": "string"
        }
    ]
}
string
uriPrefix
Required

Specifies the URI prefix for the API, in the following form {apiRoot}/{apiName}/{apiMajorVersion}/.

array of object
apiVersions
Required

Version(s) supported for the API signalled by the uriPrefix attribute.