Skip to content

Commit

Permalink
Release version 0.0.0.dev332
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 22, 2024
1 parent 5c8061d commit 048db4e
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 102 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.dev331"
version = "0.0.0.dev332"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
4 changes: 2 additions & 2 deletions src/controlman/_data/schema/def/doc-protocol-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ title: Development Protocol Data
description: Development protocol data.
type: object
additionalProperties: false
required: [ start, end ]
properties:
start:
$ref: https://jsonschemata.repodynamics.com/string/oneline
end:
$ref: https://jsonschemata.repodynamics.com/string/oneline
value:
type: string
type: string
default: ''
17 changes: 17 additions & 0 deletions src/controlman/_data/schema/def/doc-protocol-dynamic-data.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
$id: https://controlman.repodynamics.com/schema/doc-protocol-dynamic-data
$schema: https://json-schema.org/draft/2020-12/schema
title: Development Protocol Data
description: Development protocol data.
type: object
additionalProperties: false
required: [ template ]
properties:
start:
$ref: https://jsonschemata.repodynamics.com/string/oneline
end:
$ref: https://jsonschemata.repodynamics.com/string/oneline
value:
type: string
default: ''
template:
type: string
Loading

0 comments on commit 048db4e

Please sign in to comment.