From 9f96e60c84d6183b000d80f90e5e42813936d951 Mon Sep 17 00:00:00 2001 From: kltm Date: Mon, 24 Jul 2023 16:53:19 -0700 Subject: [PATCH] Update rules.schema.yaml @mugitty @pgaudet Some comments for the schema from convo w/ @pgaudet --- metadata/rules.schema.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/metadata/rules.schema.yaml b/metadata/rules.schema.yaml index 10d23bf3a..385bce523 100644 --- a/metadata/rules.schema.yaml +++ b/metadata/rules.schema.yaml @@ -19,6 +19,11 @@ mapping: type: str required: true enum: [filter, report, repair] + ## implemented: an active rule in an active codebase + ## proposed: a rule that is undergoing discussion + ## approved: a rule that has been okayed, but is not yet implemented + ## deprecated: a rule that is no longer enforced + ## legacy: a rule that is still technically functioning, but in an old and unmaintained codebase (e.e. owltools predictions) "status": type: str required: true