Skip to content

Commit

Permalink
PIN-3688: Remove unused required field kind in openapi spec (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
galales authored Jul 27, 2023
1 parent c1f20c3 commit 1ccf6ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/resources/interface-specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ paths:
application/problem+json:
schema:
$ref: '#/components/schemas/Problem'
'/compute/agreementsState/consumers/{consumerId}/attributes/{attributeId}':
'/compute/agreementsState':
parameters:
- $ref: '#/components/parameters/CorrelationIdHeader'
- $ref: '#/components/parameters/IpAddress'
Expand Down Expand Up @@ -1055,7 +1055,6 @@ components:
format: date-time
required:
- id
- kind
- assignmentTimestamp
CertifiedTenantAttribute:
type: object
Expand All @@ -1071,7 +1070,6 @@ components:
format: date-time
required:
- id
- kind
- assignmentTimestamp
VerifiedTenantAttribute:
type: object
Expand All @@ -1092,7 +1090,6 @@ components:
$ref: '#/components/schemas/TenantRevoker'
required:
- id
- kind
- assignmentTimestamp
- verifiedBy
- revokedBy
Expand Down

0 comments on commit 1ccf6ed

Please sign in to comment.