[ ] I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
[x] The correct base branch is being used, if not main
[ ] I have added tests to validate that the change in functionality is working as expected
Description
This PR introduces length restrictions on the
user
,relation
andtype
parameters of the ListObjects and StreamedListObjects APIs.The validations for
user
andrelation
are the same as the ones forTupleKey.user
andTupleKey.relation
.The validation for
type
is the same as the one forObject.type
.Review Checklist
main