You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For open APIs it would be needed to publish both open data license and terms of use like this in the info object of OpenAPI document:
"info": {
"license" : {
"name" : "Open data CC 4.0 licence.",
"url" : "some url to opendata licence"
},
"termsOfService": "some url to terms of use for the open API service"
}
Currently termsOfService cannot be configured on Hakunapi. This support should be added at least in the conf parser and other places where Open API document is generated:
For open APIs it would be needed to publish both open data license and terms of use like this in the info object of OpenAPI document:
Currently
termsOfService
cannot be configured on Hakunapi. This support should be added at least in the conf parser and other places where Open API document is generated:https://github.com/nlsfi/hakunapi/blob/main/src/hakunapi-core/src/main/java/fi/nls/hakunapi/core/config/HakunaConfigParser.java
The text was updated successfully, but these errors were encountered: