{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SparkBatchJob", "title": "SparkBatchJob", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "state": { "type": "string" }, "appId": { "type": "string" }, "log": { "type": "array", "items": { "type": "string" } } } }