Skip to content

Commit

Permalink
patch(cb2-9746): Convert additional examiner notes to object array (#153
Browse files Browse the repository at this point in the history
)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
tomcrawleyy and github-actions[bot] authored Dec 8, 2023
1 parent e0bfde2 commit 1828ee2
Show file tree
Hide file tree
Showing 50 changed files with 1,091 additions and 83 deletions.
33 changes: 31 additions & 2 deletions json-definitions/v3/tech-record/get/hgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,39 @@
},
"techRecord_adrDetails_additionalExaminerNotes": {
"type": [
"string",
"array",
"null"
],
"maxLength": 1024
"items": {
"title": "Additional Examiner Notes",
"additionalProperties": false,
"properties": {
"note": {
"type": [
"string",
"null"
],
"maxLength": 1024
},
"createdAtDate": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
{
"type": "null"
}
]
},
"lastUpdatedBy": {
"type": [
"string",
"null"
]
}
}
}
},
"techRecord_adrDetails_applicantDetails_name": {
"type": [
Expand Down
33 changes: 31 additions & 2 deletions json-definitions/v3/tech-record/get/hgv/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,39 @@
},
"techRecord_adrDetails_additionalExaminerNotes": {
"type": [
"string",
"array",
"null"
],
"maxLength": 1024
"items": {
"title": "Additional Examiner Notes",
"additionalProperties": false,
"properties": {
"note": {
"type": [
"string",
"null"
],
"maxLength": 1024
},
"createdAtDate": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
{
"type": "null"
}
]
},
"lastUpdatedBy": {
"type": [
"string",
"null"
]
}
}
}
},
"techRecord_adrDetails_applicantDetails_name": {
"type": [
Expand Down
33 changes: 31 additions & 2 deletions json-definitions/v3/tech-record/get/hgv/testable/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,39 @@
},
"techRecord_adrDetails_additionalExaminerNotes": {
"type": [
"string",
"array",
"null"
],
"maxLength": 1024
"items": {
"title": "Additional Examiner Notes",
"additionalProperties": false,
"properties": {
"note": {
"type": [
"string",
"null"
],
"maxLength": 1024
},
"createdAtDate": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
{
"type": "null"
}
]
},
"lastUpdatedBy": {
"type": [
"string",
"null"
]
}
}
}
},
"techRecord_adrDetails_applicantDetails_name": {
"type": [
Expand Down
33 changes: 31 additions & 2 deletions json-definitions/v3/tech-record/get/lgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,39 @@
},
"techRecord_adrDetails_additionalExaminerNotes": {
"type": [
"string",
"array",
"null"
],
"maxLength": 1024
"items": {
"title": "Additional Examiner Notes",
"additionalProperties": false,
"properties": {
"note": {
"type": [
"string",
"null"
],
"maxLength": 1024
},
"createdAtDate": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
{
"type": "null"
}
]
},
"lastUpdatedBy": {
"type": [
"string",
"null"
]
}
}
}
},
"techRecord_adrDetails_applicantDetails_name": {
"type": [
Expand Down
33 changes: 31 additions & 2 deletions json-definitions/v3/tech-record/get/lgv/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,39 @@
},
"techRecord_adrDetails_additionalExaminerNotes": {
"type": [
"string",
"array",
"null"
],
"maxLength": 1024
"items": {
"title": "Additional Examiner Notes",
"additionalProperties": false,
"properties": {
"note": {
"type": [
"string",
"null"
],
"maxLength": 1024
},
"createdAtDate": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
{
"type": "null"
}
]
},
"lastUpdatedBy": {
"type": [
"string",
"null"
]
}
}
}
},
"techRecord_adrDetails_applicantDetails_name": {
"type": [
Expand Down
33 changes: 31 additions & 2 deletions json-definitions/v3/tech-record/get/trl/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,39 @@
},
"techRecord_adrDetails_additionalExaminerNotes": {
"type": [
"string",
"array",
"null"
],
"maxLength": 1024
"items": {
"title": "Additional Examiner Notes",
"additionalProperties": false,
"properties": {
"note": {
"type": [
"string",
"null"
],
"maxLength": 1024
},
"createdAtDate": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
{
"type": "null"
}
]
},
"lastUpdatedBy": {
"type": [
"string",
"null"
]
}
}
}
},
"techRecord_adrDetails_applicantDetails_name": {
"type": [
Expand Down
33 changes: 31 additions & 2 deletions json-definitions/v3/tech-record/get/trl/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,39 @@
},
"techRecord_adrDetails_additionalExaminerNotes": {
"type": [
"string",
"array",
"null"
],
"maxLength": 1024
"items": {
"title": "Additional Examiner Notes",
"additionalProperties": false,
"properties": {
"note": {
"type": [
"string",
"null"
],
"maxLength": 1024
},
"createdAtDate": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
{
"type": "null"
}
]
},
"lastUpdatedBy": {
"type": [
"string",
"null"
]
}
}
}
},
"techRecord_adrDetails_applicantDetails_name": {
"type": [
Expand Down
33 changes: 31 additions & 2 deletions json-definitions/v3/tech-record/get/trl/testable/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,39 @@
},
"techRecord_adrDetails_additionalExaminerNotes": {
"type": [
"string",
"array",
"null"
],
"maxLength": 1024
"items": {
"title": "Additional Examiner Notes",
"additionalProperties": false,
"properties": {
"note": {
"type": [
"string",
"null"
],
"maxLength": 1024
},
"createdAtDate": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
{
"type": "null"
}
]
},
"lastUpdatedBy": {
"type": [
"string",
"null"
]
}
}
}
},
"techRecord_adrDetails_applicantDetails_name": {
"type": [
Expand Down
33 changes: 31 additions & 2 deletions json-definitions/v3/tech-record/put/hgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,39 @@
},
"techRecord_adrDetails_additionalExaminerNotes": {
"type": [
"string",
"array",
"null"
],
"maxLength": 1024
"items": {
"title": "Additional Examiner Notes",
"additionalProperties": false,
"properties": {
"note": {
"type": [
"string",
"null"
],
"maxLength": 1024
},
"createdAtDate": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
{
"type": "null"
}
]
},
"lastUpdatedBy": {
"type": [
"string",
"null"
]
}
}
}
},
"techRecord_adrDetails_applicantDetails_name": {
"type": [
Expand Down
Loading

0 comments on commit 1828ee2

Please sign in to comment.