Skip to content

Commit b505b68

Browse files
committed
Make RFC6570 appendix C instead of B
The data type conversion handled in another PR adding an appendix logically occurs before the 6570 concerns.
1 parent 037ab7e commit b505b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ Field Name | Type | Description
10601060
<a name="parameterExample"></a>example | Any | Example of the parameter's potential value. The example SHOULD match the specified schema and encoding properties if present. The `example` field is mutually exclusive of the `examples` field. Furthermore, if referencing a `schema` that contains an example, the `example` value SHALL _override_ the example provided by the schema. To represent examples of media types that cannot naturally be represented in JSON or YAML, a string value can contain the example with escaping where necessary.
10611061
<a name="parameterExamples"></a>examples | Map[ `string`, [Example Object](#exampleObject) \| [Reference Object](#referenceObject)] | Examples of the parameter's potential value. Each example SHOULD contain a value in the correct format as specified in the parameter encoding. The `examples` field is mutually exclusive of the `example` field. Furthermore, if referencing a `schema` that contains an example, the `examples` value SHALL _override_ the example provided by the schema.
10621062

1063-
See also [Appendix B: Using RFC6570 Implementations](#usingRFC6570Implementations) for additional guidance.
1063+
See also [Appendix C: Using RFC6570 Implementations](#usingRFC6570Implementations) for additional guidance.
10641064

10651065
###### Fixed Fields and considerations for use with `content`
10661066

@@ -3498,7 +3498,7 @@ Version | Date | Notes
34983498
1.1 | 2012-08-22 | Release of Swagger 1.1
34993499
1.0 | 2011-08-10 | First release of the Swagger Specification
35003500

3501-
## <a name="usingRFC6570Implementations"></a>Appendix B: Using RFC6570 Implementations
3501+
## <a name="usingRFC6570Implementations"></a>Appendix C: Using RFC6570 Implementations
35023502

35033503
Serialization is defined in terms of RFC6570 URI Templates in two scenarios:
35043504

0 commit comments

Comments
 (0)