#ifndef AIRMAP_RULE_H_#define AIRMAP_RULE_H_#include <string>namespaceairmap{structRule{// TODO(tvoss): Fill in values once schema is known.enumclassType{};Typetype;std::stringid;std::stringname;std::stringdescription;std::stringjurisdiction;// TODO(tvoss): Add requirements here.};booloperator==(constRule&lhs,constRule&rhs);}// namespace airmap#endif // AIRMAP_RULE_H_