diff --git a/auth/services/selfsigned/web/spec.yaml b/auth/services/selfsigned/web/spec.yaml index b956855a01..99457f36c8 100644 --- a/auth/services/selfsigned/web/spec.yaml +++ b/auth/services/selfsigned/web/spec.yaml @@ -5,6 +5,9 @@ info: This specification describes the internal HTTP API for the EmployeeIdentity means. Note: It MUST not be used to generate code outside of the Nuts Node since it is an internal service. version: 1.0.0 + license: + name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:1323 paths: diff --git a/docs/_static/auth/v1.yaml b/docs/_static/auth/v1.yaml index 7fc485d2ea..4233907586 100644 --- a/docs/_static/auth/v1.yaml +++ b/docs/_static/auth/v1.yaml @@ -2,6 +2,9 @@ openapi: "3.0.0" info: title: Nuts Auth Service API spec version: 1.0.0 + license: + name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 description: For internal-facing endpoints. diff --git a/docs/_static/auth/v2.yaml b/docs/_static/auth/v2.yaml index 76d99cb7be..2a62d03cc8 100644 --- a/docs/_static/auth/v2.yaml +++ b/docs/_static/auth/v2.yaml @@ -2,6 +2,9 @@ openapi: 3.0.0 info: title: Auth v2 API version: 2.0.0 + license: + name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 paths: diff --git a/docs/_static/common/ssi_types.yaml b/docs/_static/common/ssi_types.yaml index 8a6a733f45..1fb72fee79 100644 --- a/docs/_static/common/ssi_types.yaml +++ b/docs/_static/common/ssi_types.yaml @@ -1,4 +1,10 @@ openapi: "3.0.0" +info: + title: Nuts SSI Types + version: 1.0.0 + license: + name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html components: schemas: # VC diff --git a/docs/_static/crypto/v1.yaml b/docs/_static/crypto/v1.yaml index b0d52acfb8..8aa01159fc 100644 --- a/docs/_static/crypto/v1.yaml +++ b/docs/_static/crypto/v1.yaml @@ -5,6 +5,7 @@ info: version: 1.0.0 license: name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 paths: diff --git a/docs/_static/didman/v1.yaml b/docs/_static/didman/v1.yaml index 084eff4cd3..94a29df7a9 100644 --- a/docs/_static/didman/v1.yaml +++ b/docs/_static/didman/v1.yaml @@ -5,6 +5,7 @@ info: version: 1.0.0 license: name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 description: For internal-facing endpoints. diff --git a/docs/_static/discovery/server.yaml b/docs/_static/discovery/server.yaml index 9e8b8ccbc0..af386ceac0 100644 --- a/docs/_static/discovery/server.yaml +++ b/docs/_static/discovery/server.yaml @@ -5,6 +5,7 @@ info: version: 1.0.0 license: name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html paths: /discovery/{serviceID}: parameters: diff --git a/docs/_static/discovery/v1.yaml b/docs/_static/discovery/v1.yaml index e8b597d4c8..b58d500372 100644 --- a/docs/_static/discovery/v1.yaml +++ b/docs/_static/discovery/v1.yaml @@ -5,6 +5,7 @@ info: version: 1.0.0 license: name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 description: For internal-facing endpoints. diff --git a/docs/_static/monitoring/v1.yaml b/docs/_static/monitoring/v1.yaml index 43c32c5f4e..ff34d7cbbf 100644 --- a/docs/_static/monitoring/v1.yaml +++ b/docs/_static/monitoring/v1.yaml @@ -5,6 +5,7 @@ info: version: 1.0.0 license: name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 paths: diff --git a/docs/_static/network/v1.yaml b/docs/_static/network/v1.yaml index c414f33bbb..bfe7e7acef 100644 --- a/docs/_static/network/v1.yaml +++ b/docs/_static/network/v1.yaml @@ -5,6 +5,7 @@ info: version: 1.0.0 license: name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 paths: diff --git a/docs/_static/vcr/openid4vci_v0.yaml b/docs/_static/vcr/openid4vci_v0.yaml index 39c93571b8..a4aa8dfa9c 100644 --- a/docs/_static/vcr/openid4vci_v0.yaml +++ b/docs/_static/vcr/openid4vci_v0.yaml @@ -2,6 +2,9 @@ openapi: 3.0.0 info: title: OpenID4VCI Issuer API version: 0.0.0 + license: + name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html description: > This API implements OpenID 4 Verifiable Credential Issuance. The specification is in draft and may change, thus this API might change as well. diff --git a/docs/_static/vcr/vcr_v2.yaml b/docs/_static/vcr/vcr_v2.yaml index 9366c2f263..79c787fdf4 100644 --- a/docs/_static/vcr/vcr_v2.yaml +++ b/docs/_static/vcr/vcr_v2.yaml @@ -7,6 +7,7 @@ info: version: 2.0.0 license: name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 paths: diff --git a/docs/_static/vdr/v1.yaml b/docs/_static/vdr/v1.yaml index 30404706dd..5808898ed4 100644 --- a/docs/_static/vdr/v1.yaml +++ b/docs/_static/vdr/v1.yaml @@ -5,6 +5,7 @@ info: version: 1.0.0 license: name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 paths: diff --git a/docs/_static/vdr/v2.yaml b/docs/_static/vdr/v2.yaml index 4ef22e9f20..dc28a1c67d 100644 --- a/docs/_static/vdr/v2.yaml +++ b/docs/_static/vdr/v2.yaml @@ -5,6 +5,7 @@ info: version: 2.0.0 license: name: GPLv3 + url: https://www.gnu.org/licenses/gpl-3.0.en.html servers: - url: http://localhost:8081 paths: