"securityDefinitions": {
"api_key": {
"type": "apiKey",
"name": "api_key",
"in": "header"
},
"oauth": {
"type": "oauth2",
"authorizationUrl": "http://api.example.com/api/auth/",
"flow": "implicit",
"scopes": {
"nav:trygdeopplysninger": "trygdeopplysninger"
}
}
}