{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SparkConfiguration", "title": "SparkConfiguration", "type": "object", "properties": { "description": { "type": "string" }, "configs": { "type": "object", "additionalProperties": { "type": "string" }, "description": "Spark configuration key-value pairs." }, "annotations": { "type": "array", "items": { "type": "string" } }, "notes": { "type": "string" }, "createdBy": { "type": "string", "readOnly": true }, "created": { "type": "string", "format": "date-time", "readOnly": true }, "configMergeRule": { "type": "object", "additionalProperties": { "type": "string" } } } }