Skip to content

Commit

Permalink
fix(ccls-1963): initialise content arrays to empty list (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
porritta authored Dec 13, 2023
1 parent f76c624 commit 00899a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data-api/open-api-specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/proceedingDetail'
proceedingDetail:
Expand Down Expand Up @@ -715,6 +716,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/baseUser'
userDetail:
Expand Down Expand Up @@ -748,6 +750,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/amendmentTypeLookupValueDetail'
amendmentTypeLookupValueDetail:
Expand Down Expand Up @@ -775,6 +778,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/caseStatusLookupValueDetail'
caseStatusLookupValueDetail:
Expand All @@ -796,6 +800,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/outcomeResultLookupValueDetail'
outcomeResultLookupValueDetail:
Expand All @@ -818,6 +823,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/stageEndLookupValueDetail'
stageEndLookupValueDetail:
Expand All @@ -840,6 +846,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/awardTypeLookupValueDetail'
awardTypeLookupValueDetail:
Expand All @@ -864,6 +871,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/categoryOfLawLookupValueDetail'
categoryOfLawLookupValueDetail:
Expand All @@ -882,6 +890,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/scopeLimitationDetail'
scopeLimitationDetail:
Expand Down Expand Up @@ -924,6 +933,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: '#/components/schemas/priorAuthorityTypeDetail'
priorAuthorityTypeDetail:
Expand Down Expand Up @@ -976,6 +986,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: "#/components/schemas/commonLookupValueDetail"
relationshipToCaseLookupValueDetail:
Expand All @@ -1000,6 +1011,7 @@ components:
properties:
content:
type: 'array'
default: []
items:
$ref: "#/components/schemas/relationshipToCaseLookupValueDetail"
page:
Expand Down

0 comments on commit 00899a7

Please sign in to comment.