File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,10 @@ responsibility of implementors to ensure that they do not support conflicting
163
163
profiles.
164
164
165
165
In the following example, a profile has defined a ` timestamps `
166
- [ attribute] [ attributes ] as an object that must contain both a ` created ` and
167
- ` modified ` member and that they must use the [ RFC 3339] ( https://tools.ietf.org/html/rfc3339 )
168
- format. With such a profile applied, a response might appear as follows:
166
+ [ attribute] [ attributes ] . According to the profile, the attribute must be an
167
+ object containing a ` created ` member and a ` modified ` member and these members'
168
+ values must use the [ RFC 3339] ( https://tools.ietf.org/html/rfc3339 ) format.
169
+ With such a profile applied, a response might appear as follows:
169
170
170
171
``` json
171
172
HTTP/1.1 200 OK
You can’t perform that action at this time.
0 commit comments