From f08215c0f5dbf9e70b237f5d5a0e7c8ae513da79 Mon Sep 17 00:00:00 2001 From: BrianMichell Date: Fri, 2 Aug 2024 18:56:26 +0000 Subject: [PATCH] Added dataset model notation and static string for current version number. --- mdio/dataset_schema.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mdio/dataset_schema.h b/mdio/dataset_schema.h index 5b9b4df..03306da 100644 --- a/mdio/dataset_schema.h +++ b/mdio/dataset_schema.h @@ -17,6 +17,16 @@ #include +/* +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"( {