Skip to content

Commit a26830c

Browse files
committed
Fix typos and fields.
1 parent d23d4b4 commit a26830c

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

reference/auth/models/assertionsecret.v1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

reference/auth/models/assertionverify.v1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

reference/auth/models/attestationverify.v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

reference/auth/models/coastaldata.v1.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ type: object
44
properties:
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

0 commit comments

Comments
 (0)