JSON schema
#4747
Replies: 1 comment
-
I'm not entirely clear whether some of the string-formatted entries have further constraints on them, and whether the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Doing some bulk-analysis, I quickly decided that it would be helpful to have some description or documentation of the structure of the JSON output format.
Ideally, a real JSON schema would probably be the best thing, but for starters I wanted to go the human-readable discussion route.
From what Felipe said in casual conversation, the JSON is pretty much just straight-from-the-code output, so there might be some cases where a check or a profile goes against the norm. If anyone maintaining checks or working with large-scale libraries knows more, your input would be greatly appreciated.
So for here, to get things started, I'm just jotting down what I'm seeing.
Top level:
"result" object
"sections" array: contains only "checks" array.
"checks" array element:
"checks" element "key" array:
"checks" element "logs" array:
"checks" element "logs" array "message" object:
"checks" element "proposal" array object:
Beta Was this translation helpful? Give feedback.
All reactions