Skip to content

Commit

Permalink
fix: add schema entry for extra objects
Browse files Browse the repository at this point in the history
  • Loading branch information
danielloader authored Aug 7, 2024
1 parent 6587a8b commit 20c4b5e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion charts/openfga/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,14 @@
}
}
},
"common": {}
"common": {},
"extraObjects": {
"type": "array",
"items": {
"type": "object"
},
"default": []
}
},
"additionalProperties": false
}

0 comments on commit 20c4b5e

Please sign in to comment.