{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "go.d/k8s_state job configuration schema.", "type": "object", "properties": { "name": { "type": "string" } }, "required": [ "name" ] }