generated from trustoverip/specification-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Darrell O'Donnell <[email protected]>
- Loading branch information
1 parent
ef8bdbe
commit bdbb8d8
Showing
4 changed files
with
1,396 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ info: | |
* list the acknowledged trust registries that the RoR recognizes and what | ||
that may mean in the context of a particular governance framework. | ||
version: "0.2.0" | ||
title: Trust Over IP Trust Registry Protocol (RESTful API) v2 | ||
title: ToIP Trust Registry Protocol v2 | ||
contact: | ||
email: [email protected] | ||
license: | ||
|
@@ -77,7 +77,7 @@ paths: | |
summary: Determine whether an Entity has a particular Authorization. | ||
parameters: | ||
- in: path | ||
name: entityid | ||
name: entityVID | ||
required: true | ||
schema: | ||
$ref: '#/components/schemas/VID' | ||
|
@@ -173,7 +173,7 @@ paths: | |
- registry | ||
summary: Get resource data indicated by DID. | ||
parameters: | ||
- in: query | ||
- in: path | ||
name: registryVID | ||
required: true | ||
schema: | ||
|
@@ -354,7 +354,7 @@ paths: | |
tags: | ||
- offline | ||
summary: Access a full data file that can be used offline. | ||
operationId: getOfflineFile | ||
operationId: getTED | ||
description: | | ||
Allows querying to determine the status of an Issuer, as identified by their Identifier (unique), | ||
credential type, and EGF that they are operating under. | ||
|
@@ -374,64 +374,64 @@ paths: | |
|
||
|
||
components: | ||
securitySchemes: | ||
bearerAuth: | ||
type: http | ||
scheme: bearer | ||
bearerFormat: JWT | ||
responses: | ||
BadRequest: | ||
description: Bad Request | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
Unauthorized: | ||
description: Unauthorized | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
Forbidden: | ||
description: Forbidden | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
NotFound: | ||
description: Not Found | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
NotAcceptable: | ||
description: Not Acceptable | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
Conflict: | ||
description: Conflict | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
InternalServerError: | ||
description: Internal Server Error | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
ServiceUnavailable: | ||
description: Service Unavailable | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
|
||
default: | ||
description: Generic Error | ||
schemas: | ||
securitySchemes: | ||
bearerAuth: | ||
type: http | ||
scheme: bearer | ||
bearerFormat: JWT | ||
responses: | ||
BadRequest: | ||
description: Bad Request | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
Unauthorized: | ||
description: Unauthorized | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
Forbidden: | ||
description: Forbidden | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
NotFound: | ||
description: Not Found | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
NotAcceptable: | ||
description: Not Acceptable | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
Conflict: | ||
description: Conflict | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
InternalServerError: | ||
description: Internal Server Error | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
ServiceUnavailable: | ||
description: Service Unavailable | ||
content: | ||
application/problem+json: | ||
schema: | ||
$ref: '#/components/schemas/ProblemDetails' | ||
|
||
default: | ||
description: Generic Error | ||
Uri: | ||
type: string | ||
format: uri | ||
|
Oops, something went wrong.