We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c7d8d commit 7ecff61Copy full SHA for 7ecff61
lib/keila_web/api/schemas/contact.ex
@@ -31,7 +31,8 @@ defmodule KeilaWeb.Api.Schemas.Contact do
31
},
32
data: %{
33
type: :map,
34
- example: %{"tags" => ["rocket-scientist"]}
+ description: "Custom data fields",
35
+ example: %{"interests" => ["chess", "books"], "city" => "Munich"}
36
37
inserted_at: %{
38
type: :string,
@@ -102,7 +103,8 @@ defmodule KeilaWeb.Api.Schemas.Contact.DataParams do
102
103
properties: %{
104
data: %OpenApiSpex.Schema{
105
type: :object,
106
107
108
}
109
110
0 commit comments