Skip to content

Commit

Permalink
Move .within control to correct position in extension input/outputs CDDL
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Dec 11, 2024
1 parent 8fa10df commit 5d855e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4013,8 +4013,8 @@ This is a dictionary containing the [=client extension output=] values for zero

```
AuthenticationExtensionsAuthenticatorInputs = {
* $$extensionInput .within { tstr => any }
}
* $$extensionInput
} .within { * tstr => any }
```

The [=CDDL=] type `AuthenticationExtensionsAuthenticatorInputs` defines a [=CBOR=] map
Expand All @@ -4028,8 +4028,8 @@ This type is not exposed to the [=[RP]=], but is used by the [=client=] and [=au

```
AuthenticationExtensionsAuthenticatorOutputs = {
* $$extensionOutput .within { tstr => any }
}
* $$extensionOutput
} .within { * tstr => any }
```

The [=CDDL=] type `AuthenticationExtensionsAuthenticatorOutputs` defines a [=CBOR=] map
Expand Down

0 comments on commit 5d855e7

Please sign in to comment.