koaObj.checkBody('type').optional()
            .check((type) => LayerValidator.isString(type, koaObj), 'must be a string').toLow();