feat(dev): Automagic building of new api docs
This commit is contained in:
@@ -47,6 +47,13 @@ const docTemplate = `{
|
||||
"models.Contract": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"locale": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"en",
|
||||
"de"
|
||||
]
|
||||
},
|
||||
"runners": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user