Skip to content

Commit bb076dd

Browse files
authored
Removing extraneous commas from JSON Examples (#80)
1 parent a74e7cc commit bb076dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

openid-risc-profile-specification-1_0.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"subject": {
117117
"format": "iss_sub",
118118
"iss": "https://idp.example.com/",
119-
"sub": "7375626A656374",
119+
"sub": "7375626A656374"
120120
}
121121
}
122122
}
@@ -165,7 +165,7 @@
165165
"iss": "https://idp.example.com/",
166166
"sub": "7375626A656374",
167167
},
168-
"reason": "hijacking",
168+
"reason": "hijacking"
169169
}
170170
}
171171
}
@@ -217,9 +217,9 @@
217217
identifier-changed": {
218218
"subject": {
219219
"format": "email",
220-
"email": "john.doe@example.com",
220+
"email": "john.doe@example.com"
221221
},
222-
"new-value": "john.roe@example.com",
222+
"new-value": "john.roe@example.com"
223223
}
224224
}
225225
}
@@ -251,7 +251,7 @@
251251
identifier-recycled": {
252252
"subject": {
253253
"format": "email",
254-
"email": "foo@example.com",
254+
"email": "foo@example.com"
255255
}
256256
}
257257
}

openid-sharedsignals-framework-1_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=
12561256
"urn:example:secevent:events:type_2",
12571257
"urn:example:secevent:events:type_3",
12581258
"urn:example:secevent:events:type_4"
1259-
],
1259+
]
12601260
}
12611261
~~~
12621262
{: title="Example: Replace Stream Configuration Request" #figreplaceconfigreq}

0 commit comments

Comments
 (0)