mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	fix(api): fix instance schema
This commit is contained in:
		
							parent
							
								
									0f550d568d
								
							
						
					
					
						commit
						7d8a70f99e
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -97,6 +97,10 @@ export const packedFederationInstanceSchema = {
 | 
			
		|||
			optional: false, nullable: true,
 | 
			
		||||
			format: 'url',
 | 
			
		||||
		},
 | 
			
		||||
		themeColor: {
 | 
			
		||||
			type: 'string',
 | 
			
		||||
			optional: false, nullable: true,
 | 
			
		||||
		},
 | 
			
		||||
		infoUpdatedAt: {
 | 
			
		||||
			type: 'string',
 | 
			
		||||
			optional: false, nullable: true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue