Skip to content

Commit

Permalink
Merge pull request #1228 from vfreex/fix-validator-schema
Browse files Browse the repository at this point in the history
Fix schema for ci_build_root
  • Loading branch information
openshift-merge-bot[bot] authored Dec 18, 2024
2 parents 159f0a6 + 4d45c69 commit 7b2686a
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@
"required": [
"stream!"
]
},
{
"required": [
"member"
]
},
{
"required": [
"member?"
]
},
{
"required": [
"member!"
]
}
]
}
Expand Down

0 comments on commit 7b2686a

Please sign in to comment.