{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "pipeline_command", "type": "object", "description": "An executable pipeline command.", "properties": { "name": { "type": "string", "description": "The name of the command." }, "command": { "type": "string", "description": "The executable command." } } }