{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "declarative_metadata_sample_definition" ], "title": "ActivationPlatformField - Metadata API", "description": "Represents the information about the fields used in ActivationPlatform.", "file_information": ".activationPlatformField", "directory_location": "activationPlatformFields", "fields_columns": [ "type", "required", "description" ], "fields": { "activationPlatform": { "type": "string", "required": true, "description": "Reference to the ActivationPlatform metadata type." }, "helpText": { "type": "string", "description": "Information about ActivationPlatformField." }, "isHidden": { "type": "boolean", "required": true, "description": "Indicates whether ActivationPlatformField can be overridden by marketer (false) or not (true). The default is false. Field can’t be overridden by marketer when set to true." }, "isRequired": { "type": "boolean", "required": true, "description": "Indicates whether this ActivationPlatformField is required (true) or not (false). The default is false." }, "masterLabel": { "type": "string", "required": true, "description": "The name of the ActivationPlaformField." }, "type": { "type": "ActivationPlatformFieldDataType (enumeration of type string)", "description": "Represents the datatype of the field.Valid value is: Text" } }, "declarative_metadata_sample_definition": [ { "description": "The following is an example of an ActivationPlatformField component.", "code": "\n\n APlatform\n false\n true\n AccountId\n" } ] }