Skip to content

Commit 931dc1b

Browse files
authored
Merge pull request OAI#740 from baileylo/patch-1
Grammar - Removes duplicate articles a and an
2 parents d599df7 + 78e6195 commit 931dc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ Field Name | Type | Description
12351235
<a name="schemaReadOnly"></a>readOnly | `boolean` | Relevant only for Schema `"properties"` definitions. Declares the property as "read only". This means that it MAY be sent as part of a response but MUST NOT be sent as part of the request. Properties marked as `readOnly` being `true` SHOULD NOT be in the `required` list of the defined schema. Default value is `false`.
12361236
<a name="schemaXml"></a>xml | [XML Object](#xmlObject) | This MAY be used only on properties schemas. It has no effect on root schemas. Adds Additional metadata to describe the XML representation format of this property.
12371237
<a name="schemaExternalDocs"></a>externalDocs | [External Documentation Object](#externalDocumentationObject) | Additional external documentation for this schema.
1238-
<a name="schemaExample"></a>example | Any | A free-form property to include a an example of an instance for this schema.
1238+
<a name="schemaExample"></a>example | Any | A free-form property to include an example of an instance for this schema.
12391239

12401240
##### Patterned Objects
12411241

0 commit comments

Comments
 (0)