{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"declarative_metadata_sample_definition"
],
"title": "ExternalServicesSettings - Metadata API",
"description": "Represents settings for an External Services registration.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableIgnoreUnsupportedOperations": {
"type": "boolean",
"description": "Indicates whether your registration should ignore and filter out unsupported schema operations rather than fail the entire registration (true), or whether a specification with invalid schema operations can't be registered successfully (false). Detailed schema errors pertaining to unsupported operations are shown only if this flag is false."
}
},
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of an ExternalServicesSettings component.",
"code": "\n\n true\n"
},
{
"description": "The following is an example package.xml that references the previous definition.",
"code": "\n ExternalServices\n Settings\n "
}
]
}