You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -226,8 +226,8 @@ class AdditionalDataDefinitionV1:
226
226
name: Optional[InternationalizationMessage]
227
227
""""""
228
228
229
-
default: Optional[OneOfbooleanintegerstring]
230
-
"""属性の初期値です。 初期値を指定する場合、属性の種類に応じて次の値を指定します。初期値を設定しない場合には空文字を指定します。 * type が flag の場合: 真偽値(`true` or `false`) * type が integer の場合: 整数値 * type が text の場合: 文字列 * type が comment の場合: 文字列 * type が choice の場合: 選択肢(`choices`)の `choice_id` * type が select の場合: 選択肢(`choices`)の `choice_id` 属性の種類に対して有効でない初期値を設定した場合、その設定は無視されます。 なお、トラッキングとリンクには初期値を設定できません。 """
229
+
default: Optional[AdditionalDataDefaultType]
230
+
""""""
231
231
232
232
keybind: Optional[List[Keybind]]
233
233
""""""
@@ -264,8 +264,8 @@ class AdditionalDataDefinitionV2:
264
264
name: Optional[InternationalizationMessage]
265
265
""""""
266
266
267
-
default: Optional[OneOfbooleanintegerstring]
268
-
"""属性の初期値です。 初期値を指定する場合、属性の種類に応じて次の値を指定します。初期値を設定しない場合には空文字を指定します。 * type が flag の場合: 真偽値(`true` or `false`) * type が integer の場合: 整数値 * type が text の場合: 文字列 * type が comment の場合: 文字列 * type が choice の場合: 選択肢(`choices`)の `choice_id` * type が select の場合: 選択肢(`choices`)の `choice_id` 属性の種類に対して有効でない初期値を設定した場合、その設定は無視されます。 なお、トラッキングとリンクには初期値を設定できません。 """
0 commit comments