© 2026 Hedgehog Software, LLC
mix ash.gen.resource MyApp.MyDomain.MyThing --attribute my_list:{array,string}:public
attribute :my_list, :array do # where string? public? true end
--attribute my_list:{:array,:string}