{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "DocumentCategory - Metadata API", "description": "Represents a document category.", "file_information": ".documentCategory", "directory_location": "documentCategory", "fields_columns": [ "type", "description", "required" ], "fields": { "description": { "type": "string", "description": "A description of the DocumentCategory." }, "isProtected": { "type": "boolean", "description": "An auto-generated value that doesn’t impact the behavior of the metadata type. The default value is false." }, "masterLabel": { "type": "string", "required": true, "description": "The master label of the DocumentCategory. This internal label doesn’t get translated." } }, "wsdl_segment": "```xml\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 DocumentCategory component.", "code": "\n\n Address_Proof\n" } ] }