{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AgreementFile", "title": "AgreementFile", "allOf": [ { "$ref": "#/components/schemas/AgreementFileProperties" }, { "title": "AgreementFile", "required": [ "@odata.type" ], "type": "object", "properties": { "localizations": { "type": "array", "items": { "$ref": "#/components/schemas/AgreementFileLocalization" }, "description": "The localized version of the terms of use agreement files attached to the agreement.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.agreementFile" }