Skip to content

Commit

Permalink
Added dataset model notation and static string for current version nu…
Browse files Browse the repository at this point in the history
…mber.
  • Loading branch information
BrianMichell committed Aug 2, 2024
1 parent 27bec41 commit f08215c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mdio/dataset_schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@

#include <string>

/*
Note before progressing beyone here:
This string is a direct copy of the MDIO Dataset model schema.
https://mdio-python.readthedocs.io/en/v1/data_models/version_1.html
It should NOT be modified unless the MDIO Dataset model schema is updated.
*/

/*NOLINT*/ static const std::string kSchemaVersion = "1.0.0";

// TODO(BrianMichell): Cleanup NOLINT
/*NOLINT*/ static const std::string kDatasetSchema = R"(
{
Expand Down

0 comments on commit f08215c

Please sign in to comment.