properly add filters
All checks were successful
Build and Publish / build-release (push) Successful in 1m26s

This commit is contained in:
2026-04-22 13:40:57 -05:00
parent a7160aadcf
commit 0af709f7b0
3 changed files with 17 additions and 23 deletions

View File

@@ -252,19 +252,6 @@ defmodule PolicyServiceWeb.Schemas.Policy do
})
end
defmodule SolicitationUrlResponse do
require OpenApiSpex
OpenApiSpex.schema(%{
title: "SolicitationUrlResponse",
type: :object,
properties: %{
download_url: %Schema{type: :string},
version: %Schema{type: :integer}
}
})
end
defmodule PolicySummary do
require OpenApiSpex