Skip to content

Commit 04e8890

Browse files
authored
chore: enumerate dsp-versions (#179)
1 parent ba15a9d commit 04e8890

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

artifacts/src/main/resources/common/protocol-version-schema.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,19 @@
2828
"type": "object",
2929
"properties": {
3030
"version": {
31-
"type": "string"
31+
"anyOf": [
32+
{
33+
"type": "string"
34+
},
35+
{
36+
"type": "string",
37+
"enum": [
38+
"0.8",
39+
"2024-1",
40+
"2025-1"
41+
]
42+
}
43+
]
3244
},
3345
"path": {
3446
"type": "string"

0 commit comments

Comments
 (0)