Skip to content

Commit

Permalink
fix: mark filters as deepObject
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 22, 2024
1 parent 5b99d88 commit 873bd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash_json_api/json_schema/open_api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ if Code.ensure_loaded?(OpenApiSpex) do
{
"#{AshJsonApi.Resource.Info.type(resource)}-filter",
%Schema{
type: :object,
type: :deepObject,
properties: resource_filter_fields(resource, domains),
example: "",
additionalProperties: false,
Expand Down

0 comments on commit 873bd62

Please sign in to comment.