Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions auth/services/selfsigned/web/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions docs/_static/auth/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions docs/_static/auth/v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions docs/_static/common/ssi_types.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/_static/crypto/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/_static/didman/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/_static/discovery/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/_static/discovery/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/_static/monitoring/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/_static/network/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions docs/_static/vcr/openid4vci_v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/_static/vcr/vcr_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/_static/vdr/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/_static/vdr/v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading