mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Strategy parameter description is allowed to be empty
This commit is contained in:
		
							parent
							
								
									3758490629
								
							
						
					
					
						commit
						744e41f9aa
					
				@ -12,7 +12,7 @@ const strategySchema = joi.object().keys({
 | 
			
		||||
        .items(joi.object().keys({
 | 
			
		||||
            name: joi.string().required(),
 | 
			
		||||
            type: joi.string().required(),
 | 
			
		||||
            description: joi.string(),
 | 
			
		||||
            description: joi.string().allow(''),
 | 
			
		||||
            required: joi.boolean(),
 | 
			
		||||
        })),
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user