mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
							parent
							
								
									2ec816946f
								
							
						
					
					
						commit
						00ce76f9c5
					
				| @ -1,13 +1,12 @@ | ||||
| 'use strict'; | ||||
| 
 | ||||
| const joi = require('joi'); | ||||
| const { nameType } = require('./util'); | ||||
| 
 | ||||
| const applicationSchema = joi | ||||
|     .object() | ||||
|     .options({ stripUnknown: false }) | ||||
|     .keys({ | ||||
|         appName: nameType, | ||||
|         appName: joi.string().required(), | ||||
|         sdkVersion: joi.string().optional(), | ||||
|         strategies: joi | ||||
|             .array() | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user