Git Source Structure used to hold the metadata for policies
struct PolicyMetadataStruct {
    mapping(uint256 policyId => PolicyMetadata) policyMetadata;
}