Skip to content

Commit e164fc6

Browse files
committed
Fix up remaining remnants of JSON data model
For #1.
1 parent 091ecc2 commit e164fc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-ietf-httpapi-link-hint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,16 @@ See also the 428 Precondition Required status code ({{!RFC6585}}).
154154
* Content Model: Inner List of Strings
155155
* Specification: \[this document]
156156

157-
Content MUST be a Inner List of Strings, each corresponding to a HTTP authentication scheme ({{Section 11.1 of HTTP}}), and optionally a "realms" member containing an array of zero to many strings that identify protection spaces that the resource is a member of.
157+
Content MUST be a Inner List of Strings, each corresponding to a HTTP authentication scheme ({{Section 11.1 of HTTP}}).
158158

159159
## auth-realms
160160

161161
* Hint Name: auth-realms
162162
* Description: Hints the authentication realm(s) available for those schemes that support them in the HTTP Authentication framework {{Section 11 of HTTP}}.
163-
* Content Model: array (of strings)
163+
* Content Model: Inner List (of Strings)
164164
* Specification: \[this document]
165165

166-
Content MUST be an array of strings, each indicating a protection space that the resource is a member of.
166+
Content MUST be an Inner List of Strings, each indicating a protection space that the resource is a member of.
167167

168168
## status
169169

0 commit comments

Comments
 (0)