Add documentation for the deprecated field

This commit is contained in:
Stephane Nicoll 2014-11-20 18:37:34 +01:00
parent 3f3d9b992b
commit ab6878ab66

View File

@ -145,6 +145,11 @@ The JSON object contained in the `properties` array can contain the following at
| Object
| The default value which will be used if the property is not specified. May be omitted
if the default value is not known.
|`deprecated`
| boolean
| Specify if the property is deprecated. May be omitted if the field is not deprecated
or if that information is not known.
|===