diff --git a/pyproject.toml b/pyproject.toml index 736f19f..cd0a449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev410" +version = "0.0.0.dev411" name = "ControlMan" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/controlman/_data/schema/def/protocol.yaml b/src/controlman/_data/schema/def/protocol.yaml index 8b653d9..a332020 100644 --- a/src/controlman/_data/schema/def/protocol.yaml +++ b/src/controlman/_data/schema/def/protocol.yaml @@ -11,8 +11,36 @@ properties: config: type: object properties: - pr_title: - type: string + start: + default: | +
Config + + ```yaml + $ref: https://jsonschemata.repodynamics.com/string/oneline + end: + default: | + + ``` + +
+ $ref: https://jsonschemata.repodynamics.com/string/oneline + default: + type: object + properties: + pr_title: + type: string + inputs: + type: object + properties: + start: + default: | + + $ref: https://jsonschemata.repodynamics.com/string/oneline data: type: object additionalProperties: