Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kofoworola committed Sep 12, 2024
1 parent dd96a6a commit 6766c86
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cli/linter/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,23 @@
}
}
}
},
"Streaming": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"allow_unsafe": {
"type": "array"
}
}
}
},
"properties": {
"streaming": {
"$ref": "#/definitions/Streaming"
},
"allow_insecure_configs": {
"type": "boolean"
},
Expand Down

0 comments on commit 6766c86

Please sign in to comment.