Skip to content

Commit

Permalink
major(cb2-10457): add adr pass certificate details (#160)
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
naathanbrown and github-actions[bot] authored Jan 15, 2024
1 parent fe91e3f commit 6217877
Show file tree
Hide file tree
Showing 54 changed files with 1,351 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"title": "ADR Certificate Types",
"type": "string",
"tsEnumNames": [
"PASS",
"REPLACEMENT"
],
"enum": [
"PASS",
"REPLACEMENT"
]
}
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/get/hgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,37 @@
}
}
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"techRecord_bodyType_code": {
"type": "string"
},
Expand Down
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/get/hgv/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,37 @@
],
"maxLength": 1500
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"techRecord_alterationMarker": {
"type": [
"boolean",
Expand Down
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/get/hgv/testable/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,37 @@
],
"maxLength": 1500
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"techRecord_alterationMarker": {
"type": [
"boolean",
Expand Down
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/get/lgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,37 @@
],
"maxLength": 1500
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"createdTimestamp": {
"type": [
"string"
Expand Down
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/get/lgv/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,37 @@
],
"maxLength": 1500
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"createdTimestamp": {
"type": [
"string"
Expand Down
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/get/trl/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,37 @@
],
"maxLength": 1500
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"techRecord_alterationMarker": {
"type": [
"string",
Expand Down
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/get/trl/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,37 @@
],
"maxLength": 1500
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"techRecord_alterationMarker": {
"type": [
"boolean",
Expand Down
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/get/trl/testable/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,37 @@
],
"maxLength": 1500
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"techRecord_alterationMarker": {
"type": [
"boolean",
Expand Down
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/put/hgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,37 @@
"null"
]
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"techRecord_applicantDetails_name": {
"type": "string",
"maxLength": 150
Expand Down
31 changes: 31 additions & 0 deletions json-definitions/v3/tech-record/put/hgv/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,37 @@
],
"maxLength": 1500
},
"techRecord_adrPassCertificateDetails": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"title": "ADR Certificate Details",
"required": [
"createdByName",
"certificateType",
"generatedTimestamp",
"certificateId"
],
"additionalProperties": false,
"properties": {
"createdByName": {
"type": "string"
},
"certificateType":{
"$ref": "../../../enums/adrCertificateTypes.enum.json"
},
"generatedTimestamp": {
"type": "string"
},
"certificateId": {
"type": "string"
}
}
}
},
"techRecord_alterationMarker": {
"type": [
"boolean",
Expand Down
Loading

0 comments on commit 6217877

Please sign in to comment.