Skip to content

Commit

Permalink
Refine README structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dhpiggott committed Aug 9, 2023
1 parent 1f63da6 commit ea8a93e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ A collection of commonly used Smithy shapes.
- [alloy#structurePattern](#alloystructurepattern)
- [alloy.openapi](#alloyopenapi)
- [alloy.openapi#openapiExtensions](#alloyopenapiopenapiextensions)
- [alloy#urlForm](#alloyurlform)
- [alloy#urlFormFlattened](#alloyurlformflattened)
- [alloy#urlFormName](#alloyurlformname)
- [alloy#urlFormFlattened](#alloyurlformflattened)
- [alloy#urlFormName](#alloyurlformname)
- [Protocol Compliance Module](#protocol-compliance-module)
- [Using the Protocol Compliance Tests](#using-the-protocol-compliance-tests)
- [Working on Alloy](#working-on-alloy)
Expand Down Expand Up @@ -556,13 +555,9 @@ list StringList {
}
```

### alloy.urlForm
#### alloy#urlFormFlattened

url-form data equivalents of `xmlName` and `xmlFlattened`.

#### alloy.urlFormFlattened

Unwraps the values of a list, set, or map into the containing structure/union when serialized as url-form data.
url-form data equivalent of `xmlFlattened`. Unwraps the values of a list, set, or map into the containing structure/union when serialized as url-form data.

```smithy
structure User {
Expand All @@ -576,9 +571,9 @@ list StringList {
}
```

Changes the serialized url-form data key of a structure, union, or member.
#### alloy#urlFormName

#### alloy.urlFormName
url-form data equivalent of `xmlName`. Changes the serialized url-form data key of a structure, union, or member.

```smithy
structure User {
Expand Down

0 comments on commit ea8a93e

Please sign in to comment.