Remarks amendment (#301)

Co-authored-by: Denis Angell <dangell@transia.co>
This commit is contained in:
RichardAH
2025-04-16 08:37:58 +10:00
committed by Richard Holland
parent 59e334c099
commit f9cd2e0d21
22 changed files with 1284 additions and 5 deletions

View File

@@ -159,6 +159,14 @@ InnerObjectFormats::InnerObjectFormats()
{sfDigest, soeOPTIONAL},
{sfFlags, soeOPTIONAL},
});
add(sfRemark.jsonName.c_str(),
sfRemark.getCode(),
{
{sfRemarkName, soeREQUIRED},
{sfRemarkValue, soeOPTIONAL},
{sfFlags, soeOPTIONAL},
});
}
InnerObjectFormats const&