{ "settings": { "type": "object", "additionalProperties": false, "properties": { "create": { "type": "boolean", "default": false }, "name": { "type": "string" }, "annotations": { "$ref": "definitions.json#/annotations" }, "labels": { "$ref": "definitions.json#/labels" }, "extraServiceAccounts": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "create": { "type": "boolean", "default": false }, "name": { "type": "string" }, "annotations": { "$ref": "definitions.json#/annotations" }, "labels": { "$ref": "definitions.json#/labels" } } } } } } }