{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "ContractSettings - Metadata API", "description": "Represents contract settings.", "file_information": ".settings", "directory_location": "settings", "fields_columns": [ "type", "description" ], "fields": { "autoCalculateEndDate": { "type": "boolean", "description": "Indicates whether the end date of a contract is automatically calculated (true) or not (false)." }, "notifyOwnersOnContractExpiration": { "type": "boolean", "description": "Indicates whether account and contract owners are automatically sent email notifications when a contract expires (true) or not (false)." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "This is a sample contract settings file.", "code": "\n\n true\n false\n" } ] }