Fix(backend): JSONSchemaに不足しているパラメータを追加 (#12680)
* Fix(backend): JSONSchemaに不足しているパラメータを追加 * nullable:falseに修正 --------- Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
This commit is contained in:
		
							parent
							
								
									1260e8b74b
								
							
						
					
					
						commit
						3e256eee2c
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -74,6 +74,14 @@ export const packedUserLiteSchema = {
 | 
			
		|||
						format: 'url',
 | 
			
		||||
						nullable: false, optional: false,
 | 
			
		||||
					},
 | 
			
		||||
					offsetX: {
 | 
			
		||||
						type: 'number',
 | 
			
		||||
						nullable: false, optional: true,
 | 
			
		||||
					},
 | 
			
		||||
					offsetY: {
 | 
			
		||||
						type: 'number',
 | 
			
		||||
						nullable: false, optional: true,
 | 
			
		||||
					},
 | 
			
		||||
				},
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue