Skip to content

Commit

Permalink
Merge pull request #67 from TGSAI/60_docs
Browse files Browse the repository at this point in the history
Added dataset model notation and static string for current version nu…
  • Loading branch information
blasscoc authored Aug 5, 2024
2 parents 5baba0d + f08215c commit 16f7cb9
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 16f7cb9

Please sign in to comment.