Skip to content
Snippets Groups Projects
Unverified Commit 3e256eee authored by shiosyakeyakini's avatar shiosyakeyakini Committed by GitHub
Browse files

Fix(backend): JSONSchemaに不足しているパラメータを追加 (#12680)


* Fix(backend): JSONSchemaに不足しているパラメータを追加

* nullable:falseに修正

---------

Co-authored-by: default avatarsorairo <sorairo@shiosyakeyakini.info>
parent 1260e8b7
No related branches found
No related tags found
No related merge requests found
......@@ -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,
},
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment