Skip to content

Commit 3287ae5

Browse files
committed
Make reason look like an enum in the example to indicate how we expect it to be used
1 parent b1c4476 commit 3287ae5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

openid-sharedsignals-framework-1_0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3196,7 +3196,7 @@ <h5 id="name-reading-a-streams-status">
31963196

31973197
{
31983198
"status": "paused",
3199-
"reason": "System down for maintenance"
3199+
"reason": "SYSTEM_DOWN_FOR_MAINTENANCE"
32003200
}
32013201
</pre>
32023202
</div>

openid-sharedsignals-framework-1_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ Cache-Control: no-store
14341434

14351435
{
14361436
"status": "paused",
1437-
"reason": "System down for maintenance"
1437+
"reason": "SYSTEM_DOWN_FOR_MAINTENANCE"
14381438
}
14391439
~~~
14401440
{: title="Example: Check Stream Status Response" #figstatusresp}

openid-sharedsignals-framework-1_0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ Tulshibagwale, et al. Standards Track [Page 32]
18161816

18171817
{
18181818
"status": "paused",
1819-
"reason": "System down for maintenance"
1819+
"reason": "SYSTEM_DOWN_FOR_MAINTENANCE"
18201820
}
18211821

18221822
Figure 28: Example: Check Stream Status Response

0 commit comments

Comments
 (0)