Skip to content

Commit

Permalink
schema: allow filter_value to be list of values
Browse files Browse the repository at this point in the history
Signed-off-by: Mark McLoughlin <[email protected]>
  • Loading branch information
markmc committed Jul 15, 2024
1 parent b430fa7 commit f136462
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/instructlab/sdg/pipelines/schema/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@
},
{
"type": "number"
},
{
"type": "array",
"items": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
}
]
},
Expand Down

0 comments on commit f136462

Please sign in to comment.