No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
24 deletions
-
openapi.json
|
|
@ -2,7 +2,7 @@ |
|
|
"openapi": "3.0.2", |
|
|
"openapi": "3.0.2", |
|
|
"info": { |
|
|
"info": { |
|
|
"title": "Library API", |
|
|
"title": "Library API", |
|
|
"version": "2.0.0", |
|
|
"version": "0.9.0", |
|
|
"description": "A simple API for managing authors and books.", |
|
|
"description": "A simple API for managing authors and books.", |
|
|
"contact": { |
|
|
"contact": { |
|
|
"name": "Eric Wittmann", |
|
|
"name": "Eric Wittmann", |
|
|
@ -319,27 +319,6 @@ |
|
|
}, |
|
|
}, |
|
|
"description": "Generic response when not found." |
|
|
"description": "Generic response when not found." |
|
|
} |
|
|
} |
|
|
}, |
|
|
|
|
|
"securitySchemes": { |
|
|
|
|
|
"oidc": { |
|
|
|
|
|
"flows": { |
|
|
|
|
|
"clientCredentials": { |
|
|
|
|
|
"tokenUrl": "https://filled.later", |
|
|
|
|
|
"refreshUrl": "https://filled.later", |
|
|
|
|
|
"scopes": { |
|
|
|
|
|
"openid": "openid" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"type": "oauth2" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"security": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"oidc": [ |
|
|
|
|
|
"openid" |
|
|
|
|
|
] |
|
|
|
|
|
} |
|
|
} |
|
|
] |
|
|
} |
|
|
} |
|
|
} |