Skip to content

Commit 78a629d

Browse files
committed
docs: add intro text to structured output match behavior table
1 parent 86a8929 commit 78a629d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/structured-output/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ <h2>JSON Fixture</h2>
129129
</div>
130130

131131
<h2>Match Behavior</h2>
132+
<p>
133+
Each row shows whether a request matches a fixture based on the combination of their
134+
<code>responseFormat</code> values. A fixture without <code>responseFormat</code> is a
135+
wildcard (matches all requests), but a fixture with <code>responseFormat</code> is a
136+
filter (only matches requests that specify that format).
137+
</p>
132138
<table class="endpoint-table">
133139
<thead>
134140
<tr>

0 commit comments

Comments
 (0)