The following example method creates an invalid schema: ``` params do options :test_ids, type: Array[String], documentation: { param_type: 'body' } options :rest_ids, type: Array[String], documentation: { param_type: 'body' } end delete do # ... end ```