{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"sub_types",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "KeywordList - Metadata API",
"description": "Represents a list of keywords used in Experience Cloud site moderation. This keyword list is a type of moderation criteria that defines offensive language or inappropriate content that you don’t want in your site.",
"file_information": ".keywords",
"directory_location": "moderation",
"fields_columns": [
"type",
"description"
],
"fields": {
"Description": {
"type": "string",
"description": "A description of the keyword list."
},
"keywords": {
"type": "Keyword[]",
"description": "The keywords you want moderate in your Experience Cloud site."
},
"masterLabel": {
"type": "string",
"description": "Label for the keyword list.",
"required": true
}
},
"sub_types": {
"Keyword": {
"keyword": {
"type": "string",
"description": "Keywords you want to moderate. Keywords can only be up to 100 characters and can include letters, numbers, spaces, and special characters. Wildcard characters aren’t supported.",
"required": true
}
}
},
"wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a KeywordList component.",
"code": "\n\n Bad Word List\n List of bad words updated by Joe in Nov 2015.\n \n bad-word\n \n \n b a d w o r d\n \n \n b@dword\n \n"
}
]
}