From f5aaf24a9a42b713eaf3a01a4def6c94a7c9aa03 Mon Sep 17 00:00:00 2001 From: AAriam <80158628+AAriam@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:34:05 +0100 Subject: [PATCH] Release version 0.0.0.dev411 --- pyproject.toml | 2 +- src/controlman/_data/schema/def/protocol.yaml | 32 +++++++++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-) 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: