Add a note about using an open schema model - Issue #4787
| ... | ... |
@@ -20,6 +20,10 @@ page_keywords: API, Docker, rcli, REST, documentation |
| 20 | 20 |
"serveraddress" : "string", "auth": ""}`. Notice that `auth` is to be left |
| 21 | 21 |
empty, `serveraddress` is a domain/ip without protocol, and that double |
| 22 | 22 |
quotes (instead of single ones) are required. |
| 23 |
+ - The Remote API uses an open schema model. In this model, unknown |
|
| 24 |
+ properties in incoming messages will be ignored. |
|
| 25 |
+ Client applications need to take this into account to ensure |
|
| 26 |
+ they will not break when talking to newer Docker daemons. |
|
| 23 | 27 |
|
| 24 | 28 |
The current version of the API is v1.15 |
| 25 | 29 |
|