did the swag - fixing lint
continuous-integration/drone/pr Build is failing Details

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": {
"type": "string"
},
"logout_url": {
"type": "string"
},
"name": {
"type": "string"
}

View File

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

View File

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