Ash FrameworkAF
Ash Framework9mo ago
9 replies
kira🌺

open_api_spex spec declaration with ash_json_api

generated Open API spec has either some basic or nil descriptions, summaries, etc. open_api_spex documentation suggests using macros like operation/2 to describe my API. i've searched ash_json_api docs for some information but to no success. is there a way to do describe my domains' / resources' routes like so in ash_json_api?
Solution
You add descriptions to the attributes and actions etc. directly
Was this page helpful?