Auto Generate Syntax Docs + JSONSchema [Thu Mar 16 18:19:31 UTC 2023] 🤖

This commit is contained in:
GitHub Action 2023-03-16 18:19:31 +00:00
parent e1b1417a9b
commit 8db0276ba6
3 changed files with 338 additions and 2239 deletions

File diff suppressed because it is too large Load Diff

View File

@ -61,7 +61,8 @@
]
},
"reference": {
"$ref": "#/definitions/stringslice.StringSlice",
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/stringslice.RawStringSlice",
"title": "references for the template",
"description": "Links relevant to the template"
},
@ -110,6 +111,16 @@
"title": "severity of the template",
"description": "Seriousness of the implications of the template"
},
"stringslice.RawStringSlice": {
"oneOf": [
{
"type": "string"
},
{
"type": "array"
}
]
},
"stringslice.StringSlice": {
"oneOf": [
{

File diff suppressed because it is too large Load Diff