Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Darrell O'Donnell <[email protected]>
  • Loading branch information
darrellodonnell committed Feb 8, 2024
1 parent ef8bdbe commit bdbb8d8
Show file tree
Hide file tree
Showing 4 changed files with 1,396 additions and 62 deletions.
122 changes: 61 additions & 61 deletions api/toip-tswg-trustregistryprotocol-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -173,7 +173,7 @@ paths:
- registry
summary: Get resource data indicated by DID.
parameters:
- in: query
- in: path
name: registryVID
required: true
schema:
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down
Loading

0 comments on commit bdbb8d8

Please sign in to comment.