{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cronJobDetailsPATCH", "title": "cronJobDetailsPATCH", "type": "object", "properties": { "envSpecificDetails": { "$ref": "#/components/schemas/envSpecificDetailsPATCH" }, "plan": { "$ref": "#/components/schemas/paidPlan" }, "schedule": { "type": "string" }, "runtime": { "$ref": "#/components/schemas/serviceRuntime" } } }