Fix(backend): JSONSchemaに不足しているパラメータを追加 (#12680)
* Fix(backend): JSONSchemaに不足しているパラメータを追加 * nullable:falseに修正 --------- Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
This commit is contained in:
		| @@ -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, | ||||
| 					}, | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shiosyakeyakini
					shiosyakeyakini