Currently capabilities are specified as separate line items, e.g.: ``` yaml insertable: true searchable: true deletable: true ``` Simplify these into a single line if possible: ``` yaml allows: [create, read, delete] ```