Skip to content

Commit

Permalink
fixup! chore: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Feb 14, 2025
1 parent 0e6cfb7 commit c57df19
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2518,16 +2518,16 @@ <h4>Response-related Terms Usage</h4>
the media type [<cite><a class="bibref" data-link-type="biblio" href="#bib-rfc2046" title="Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types">RFC2046</a></cite>].</td><td>optional</td><td><a href="https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#string"><code>string</code></a></td></tr></tbody></table></section>
<section><h3><code>AdditionalExpectedResponse</code></h3><p>Communication metadata describing the expected
response message for additional responses.</p><table class="def numbered"><caption>Vocabulary Terms in AdditionalExpectedResponse Level</caption><thead><tr><th><a>Vocabulary term</a></th><th>Description</th><th>Assignment</th><th>Type</th></tr></thead><tbody><tr class="rfc2119-table-assertion" id="td-vocab-success--AdditionalExpectedResponse"><td><code>success</code></td><td>Signals if an additional response should not be considered an error.</td><td><a href="#sec-default-values">with default</a></td><td><a href="https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#boolean"><code>boolean</code></a></td></tr>
<tr class="rfc2119-table-assertion" id="td-vocab-contentType--AdditionalExpectedResponse"><td><code>contentType</code></td><td>Assign a content type based on a media type
(e.g., <code>text/plain</code>) and potential
parameters (e.g., <code>charset=utf-8</code>) for
the media type [<cite><a class="bibref" data-link-type="biblio" href="#bib-rfc2046" title="Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types">RFC2046</a></cite>].</td><td><a href="#sec-default-values">with default</a></td><td><a href="https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#string"><code>string</code></a></td></tr>
<tr class="rfc2119-table-assertion" id="td-vocab-schema--AdditionalExpectedResponse"><td><code>schema</code></td><td>Used to define the output data schema
for an additional response if it differs from the default
output data schema.
Rather than a <code>DataSchema</code> object, the
name of a previous definition given in a
<code>schemaDefinitions</code> map must be used.</td><td>optional</td><td><a href="https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#string"><code>string</code></a></td></tr></tbody></table></section>
<code>schemaDefinitions</code> map must be used.</td><td>optional</td><td><a href="https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#string"><code>string</code></a></td></tr>
<tr class="rfc2119-table-assertion" id="td-vocab-contentType--AdditionalExpectedResponse"><td><code>contentType</code></td><td>Assign a content type based on a media type
(e.g., <code>text/plain</code>) and potential
parameters (e.g., <code>charset=utf-8</code>) for
the media type [<cite><a class="bibref" data-link-type="biblio" href="#bib-rfc2046" title="Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types">RFC2046</a></cite>].</td><td>optional</td><td><a href="https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#string"><code>string</code></a></td></tr></tbody></table></section>
</section>
</section>
<section id="sec-default-values">
Expand Down Expand Up @@ -2608,12 +2608,6 @@ <h3>Default Value Definitions</h3>
<td><code>false</code></td>
<td></td>
</tr>
<tr class="rfc2119-default-assertion" id="td-default-AdditionalResponseContentType">
<td><code>AdditionalExpectedResponse</code></td>
<td><code>contentType</code></td>
<td>value of the <code>contentType</code> of the <code>Form</code> element it belongs to.</td>
<td></td>
</tr>
<tr class="rfc2119-default-assertion" id="td-default-contentType">
<td><code>Form</code></td>
<td><code>contentType</code></td>
Expand Down

0 comments on commit c57df19

Please sign in to comment.