var schema = joi.object().keys({ things: joi.array().items( joi.object().keys({ id: joi.string(), name: joi.string(), version: joi.string() }) ) });