license switch agpl -> busl1, sprints work, new product advisories
This commit is contained in:
@@ -48,7 +48,7 @@ OpenApi:
|
||||
ServerUrl: "https://api.example.com"
|
||||
CacheTtlSeconds: 60
|
||||
Enabled: true
|
||||
LicenseName: "AGPL-3.0-or-later"
|
||||
LicenseName: "BUSL-1.1"
|
||||
ContactName: "API Team"
|
||||
ContactEmail: "api@example.com"
|
||||
TokenUrl: "/auth/token"
|
||||
@@ -64,7 +64,7 @@ OpenApi:
|
||||
| `ServerUrl` | `string` | `"/"` | Base server URL |
|
||||
| `CacheTtlSeconds` | `int` | `60` | Cache time-to-live in seconds |
|
||||
| `Enabled` | `bool` | `true` | Enable/disable OpenAPI aggregation |
|
||||
| `LicenseName` | `string` | `"AGPL-3.0-or-later"` | License name in OpenAPI info |
|
||||
| `LicenseName` | `string` | `"BUSL-1.1"` | License name in OpenAPI info |
|
||||
| `ContactName` | `string?` | `null` | Contact name (optional) |
|
||||
| `ContactEmail` | `string?` | `null` | Contact email (optional) |
|
||||
| `TokenUrl` | `string` | `"/auth/token"` | OAuth2 token endpoint URL |
|
||||
@@ -229,7 +229,7 @@ The aggregated OpenAPI document follows this structure:
|
||||
"version": "1.0.0",
|
||||
"description": "Unified API aggregating all connected microservices.",
|
||||
"license": {
|
||||
"name": "AGPL-3.0-or-later"
|
||||
"name": "BUSL-1.1"
|
||||
},
|
||||
"contact": {
|
||||
"name": "API Team",
|
||||
|
||||
Reference in New Issue
Block a user