mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 00:03:35 -05:00
almost all of our current credential values are strings, but under the v1 Credential model, `authorize` is boolean additionally, if a field is specified with no type, fall back to `string` as a default (this is almost always what people creating custom types will want) see: #6406