Skip to content

Commit

Permalink
Single file specifications refresh (10f8380)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 21, 2024
1 parent 10f8380 commit 28b0fe4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions generated/artifacts/openapi-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3507,7 +3507,7 @@
"consents": {
"description": "The applicant's consents",
"items": {
"$ref": "#/components/schemas/applicant_consent"
"$ref": "#/components/schemas/applicant_consent_builder"
},
"type": "array"
},
Expand All @@ -3520,7 +3520,7 @@
},
"type": "object"
},
"applicant_consent": {
"applicant_consent_builder": {
"properties": {
"name": {
"$ref": "#/components/schemas/applicant_consent_name"
Expand Down
4 changes: 2 additions & 2 deletions generated/artifacts/openapi-yaml/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2524,14 +2524,14 @@ components:
consents:
description: The applicant's consents
items:
$ref: '#/components/schemas/applicant_consent'
$ref: '#/components/schemas/applicant_consent_builder'
type: array
address:
$ref: '#/components/schemas/address_builder'
location:
$ref: '#/components/schemas/location_builder'
type: object
applicant_consent:
applicant_consent_builder:
properties:
name:
$ref: '#/components/schemas/applicant_consent_name'
Expand Down
4 changes: 2 additions & 2 deletions generated/artifacts/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3226,7 +3226,7 @@
"consents" : {
"description" : "The applicant's consents",
"items" : {
"$ref" : "#/components/schemas/applicant_consent"
"$ref" : "#/components/schemas/applicant_consent_builder"
},
"type" : "array"
},
Expand All @@ -3239,7 +3239,7 @@
},
"type" : "object"
},
"applicant_consent" : {
"applicant_consent_builder" : {
"properties" : {
"name" : {
"$ref" : "#/components/schemas/applicant_consent_name"
Expand Down

0 comments on commit 28b0fe4

Please sign in to comment.