Add missing additionalProperties marker on mount definitions

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-12-06 12:37:38 -08:00
parent e49f14cf36
commit 88bbaca294
4 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -262,7 +262,8 @@
"nocopy": {"type": "boolean"}
}
}
}
},
"additionalProperties": false
}
],
"uniqueItems": true

View File

@ -296,7 +296,8 @@
"nocopy": {"type": "boolean"}
}
}
}
},
"additionalProperties": false
}
],
"uniqueItems": true

View File

@ -299,7 +299,8 @@
"nocopy": {"type": "boolean"}
}
}
}
},
"additionalProperties": false
}
],
"uniqueItems": true