Skip to content

Commit d3effee

Browse files
committed
Replaced the link submission "properties" attribute to "schema" attribute.
1 parent 6b217dc commit d3effee

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

draft-zyp-json-schema-03.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -694,12 +694,11 @@ the href property is defined. If the method is POST, "application/json" is
694694
the default media type.
695695
</t>
696696
</section>
697-
<section title="properties">
697+
<section title="schema">
698698
<t>
699-
This attribute has the same structure as the core JSON Schema <xref target="properties">"properties" attribute</xref>,
700-
but its meaning SHOULD be used to define the acceptable
701-
property names and values for the action (whether it be for the GET query
702-
or POST body).
699+
This attribute contains a schema which defines the acceptable structure of the submitted
700+
request (for a GET request, this schema would define the properties for the query string
701+
and for a POST request, this would define the body).
703702
</t>
704703
</section>
705704
</section>

0 commit comments

Comments
 (0)