{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "declarative_metadata_sample_definition" ], "title": "ClauseCatgConfiguration - Metadata API", "description": "Represents the configuration about the clause category that can be used to categorize your disclosure and compliance reports from standardized disclosure templates in a response document.", "file_information": ".clauseCatgConfiguration", "directory_location": "clauseCatgConfigurations", "fields_columns": [ "type", "description", "required" ], "fields": { "description": { "type": "string", "description": "The description about the clause category configuration." }, "isProtected": { "type": "boolean", "description": "An auto-generated value that doesn’t impact the behavior of the metadata type. The default is false." }, "masterLabel": { "type": "string", "required": true, "description": "A user-friendly name for ClauseCatgConfiguration, which is defined when the ClauseCatgConfiguration is created." }, "usageType": { "type": "ClmCategoryUsageType", "required": true, "description": "The usage type of the clause category configuration.Possible values are: ContractClauseCategory DisclosureCategory" } }, "declarative_metadata_sample_definition": [ { "description": "The following is an example of a ClauseCatgConfiguration component.", "code": "\n\n\tThis is to add description for Contract Clause Category.\n\tContractClauseCategory\n\tfalse\n\tContract Clause Cat\n" } ] }