File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ properties:
99 type : object
1010 properties :
1111 content :
12- type : string
12+ $ref : ' ../../common/models/base64.v1.yaml '
1313 description : base64 encoded X.509 certificate in DER format.
1414 ttlInDays :
1515 type : integer
1616 type :
1717 type : string
18- oneOf :
18+ enum :
1919 - CONSTRAINED
2020 - WILDCARD
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ properties:
99 type : object
1010 properties :
1111 challenge :
12+ description : The previously returned assertion challenge.
1213 type : string
1314 minLength : 1
1415 partner :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ properties:
88 challenge :
99 type : string
1010 minLength : 1
11- description : Challenge string returned from the Tidepool platform API .
11+ description : The previously returned attestation challenge .
1212 keyId :
1313 $ref : ' ./keyid.v1.yaml'
1414 description : Base64 encoded key Id received from Apple App Attest API.
Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ type: object
44properties :
55 rcTypeId :
66 type : string
7+ minLength : 1
78 rcInstanceId :
89 type : string
10+ minLength : 1
911 rcHWVersions :
1012 type : array
1113 items :
@@ -16,9 +18,15 @@ properties:
1618 type : string
1719 phdTypeId :
1820 type : string
21+ minLength : 1
1922 phdInstanceId :
2023 type : string
24+ minLength : 1
2125 csr :
22- type : string
26+ $ref : ' ../../common/models/base64.v1.yaml'
27+ description : Base64 encoded string of the PEM formatted certificate signing request to the partner API.
28+ minLength : 1
2329 rcbMac :
2430 type : string
31+ description : Deprecated field that will be removed in the future but currently required by partner. Value can be any non empty string.
32+ minLength : 1
You can’t perform that action at this time.
0 commit comments