{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dockerDetailsPATCH", "title": "dockerDetailsPATCH", "type": "object", "properties": { "dockerCommand": { "type": "string" }, "dockerContext": { "type": "string" }, "dockerfilePath": { "type": "string" }, "registryCredentialId": { "type": "string" } } }