Skip to content

Commit

Permalink
Release version 0.0.0.dev411
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 8, 2024
1 parent c17e2f0 commit f5aaf24
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
32 changes: 30 additions & 2 deletions src/controlman/_data/schema/def/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,36 @@ properties:
config:
type: object
properties:
pr_title:
type: string
start:
default: |
<details id="config"><summary>Config</summary>
```yaml
$ref: https://jsonschemata.repodynamics.com/string/oneline
end:
default: |
```
</details>
$ref: https://jsonschemata.repodynamics.com/string/oneline
default:
type: object
properties:
pr_title:
type: string
inputs:
type: object
properties:
start:
default: |
<!-- BEGIN: inputs
$ref: https://jsonschemata.repodynamics.com/string/oneline
end:
default: |
END: inputs -->
$ref: https://jsonschemata.repodynamics.com/string/oneline
data:
type: object
additionalProperties:
Expand Down

0 comments on commit f5aaf24

Please sign in to comment.