did the swag - fixing lint
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
viehlieb 2022-12-09 14:29:31 +01:00
parent b248474a16
commit d419fb86db
3 changed files with 8 additions and 0 deletions

View File

@ -9008,6 +9008,9 @@ const docTemplate = `{
"key": { "key": {
"type": "string" "type": "string"
}, },
"logout_url": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
} }

View File

@ -8999,6 +8999,9 @@
"key": { "key": {
"type": "string" "type": "string"
}, },
"logout_url": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
} }

View File

@ -1127,6 +1127,8 @@ definitions:
type: string type: string
key: key:
type: string type: string
logout_url:
type: string
name: name:
type: string type: string
type: object type: object