deprecate generation in entity schema

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-02-23 13:37:42 +01:00
parent da44c47f43
commit 14bed12b76
@@ -38,7 +38,8 @@
"type": "integer",
"description": "A positive nonzero number that indicates the current generation of data for this entity; the value is incremented each time the spec changes. This field can not be set by the user at creation time, and the server will reject an attempt to do so. The field will be populated in read operations.",
"examples": [1],
"minimum": 1
"minimum": 1,
"deprecated": true
},
"name": {
"type": "string",