diff --git a/docs/reference/annotations.md b/docs/reference/annotations.md index 2208ec7af..ff7af5870 100644 --- a/docs/reference/annotations.md +++ b/docs/reference/annotations.md @@ -1009,7 +1009,7 @@ An array instance is valid against this property if its number of items is great
A boolean value indicating whether all items in an array property must be unique.
If this attribute is set to true, then all items in the array must be unique.
A collection of allowable values for a property.
A property instance is valid against this attribute if its value is one of the values specified in this collection.
The key into Server->variables array.
An enumeration of values to be used if the substitution options are from a limited set.
The default value to use for substitution, and to send, if an alternate value is not supplied.
diff --git a/docs/reference/attributes.md b/docs/reference/attributes.md
index 292679b09..11c8dca59 100644
--- a/docs/reference/attributes.md
+++ b/docs/reference/attributes.md
@@ -99,7 +99,7 @@ An array instance is valid against this property if its number of items is great
If this attribute is set to true, then all items in the array must be unique.
A string instance is considered valid if the regular expression matches the instance successfully.
A collection of allowable values for a property.
A property instance is valid against this attribute if its value is one of the values specified in this collection.
A string instance is considered valid if the regular expression matches the instance successfully.
A collection of allowable values for a property.
A property instance is valid against this attribute if its value is one of the values specified in this collection.
A string instance is considered valid if the regular expression matches the instance successfully.
A collection of allowable values for a property.
A property instance is valid against this attribute if its value is one of the values specified in this collection.
Key for the Path Object (OpenApi->paths array).
No details available.
See: Using refs
An optional, string summary, intended to apply to all operations in this path.
An optional, string description, intended to apply to all operations in this path.
A definition of a GET operation on this path.
A definition of a PUT operation on this path.
A definition of a POST operation on this path.
A definition of a DELETE operation on this path.
A definition of a OPTIONS operation on this path.
A definition of a HEAD operation on this path.
A definition of a PATCH operation on this path.
A definition of a TRACE operation on this path.
An alternative server array to service all operations in this path.
A string instance is considered valid if the regular expression matches the instance successfully.
A collection of allowable values for a property.
A property instance is valid against this attribute if its value is one of the values specified in this collection.
A string instance is considered valid if the regular expression matches the instance successfully.
A collection of allowable values for a property.
A property instance is valid against this attribute if its value is one of the values specified in this collection.
The default value to use for substitution, and to send, if an alternate value is not supplied.
Unlike the Schema Object's default, this value must be provided by the consumer.
An enumeration of values to be used if the substitution options are from a limited set.
A map between a variable name and its value.
@@ -2973,7 +2991,7 @@ An array instance is valid against this property if its number of items is great
If this attribute is set to true, then all items in the array must be unique.
A string instance is considered valid if the regular expression matches the instance successfully.
A collection of allowable values for a property.
A property instance is valid against this attribute if its value is one of the values specified in this collection.