Closed aj-stein-nist closed 2 years ago
I am really sorry, I am clearly having connectivity and network performance problems today. :crying: I will close this dupe of #52. My computer acted as if submitting the previous issue had failed, and it clearly had not. Oh well.
Hello. Long-time listener, first-time caller. I was reviewing the metrics published in this repository and had some questions about the schema or maybe more generally data format and expected values and value types (string, integer, a string with a special keyword).
Is there any place this is documented? I pulled down a clone of the repo and I had struggled to find something quickly. Some examples by way of questions from my review:
samplingPeriod: P30D
. I reviewed the HTML generation system and it seems that it should be an ISO8601 duration and Ruby libraries are used to convert that into human-readable temporal durations, but it is ISO8601 and it must be that if I were to edit the metrics?sloRangeMin: 80%
requires a percentage (as a string) and cannot be expressed as a decimal valuesloRangeMin: 0.80
? Are both supported?relatedControlIds: ["Missing"]
(sorry for converting it inline here for simpler list writing in the issue) means it is an array but it cannot be assigned empty as inrelatedControlIds: []
like other YAML-based formats? Is there any requirements on the control IDs referenced or is that up to interpretation to keep things flexible?Thanks in advance for your publication of this data and, if you have the time to do so, for reviewing my issue full of questions.