{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AgreementFileLocalization", "title": "AgreementFileLocalization", "allOf": [ { "$ref": "#/components/schemas/AgreementFileProperties" }, { "title": "AgreementFileLocalization", "required": [ "@odata.type" ], "type": "object", "properties": { "versions": { "type": "array", "items": { "$ref": "#/components/schemas/AgreementFileVersion" }, "description": "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.agreementFileLocalization" }