We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c0f37 commit 851b7c6Copy full SHA for 851b7c6
tigaserver_project/settings.py
@@ -261,7 +261,9 @@
261
'x-role': 'responsible developer'
262
},
263
'LICENSE': {
264
- 'name': 'GPL-3',
+ # NOTE: identifier is necessary for the openapi-generator python SDK to work.
265
+ # If every update to openapi 3.1.0, a new field 'identifier' can be added
266
+ 'name': 'GPL-3.0-only', # IMPORTANT: for openapi 3.0.3 must be a valid SPDX identifier. See: https://spdx.org/licenses/
267
'url': 'https://github.com/Mosquito-Alert/mosquito_alert/blob/master/LICENSE.md'
268
269
'SERVERS': [
0 commit comments