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
title: str=Field(default="Content Pack",description="Human-readable name used by the app. This can have special characters.")
104
-
appid: Annotated[str, Field(pattern="^[a-zA-Z0-9_-]+$")]=Field(default="ContentPack",description="Internal name used by your app. "
104
+
appid: APPID_TYPE=Field(default="ContentPack",description="Internal name used by your app. "
105
105
"It may ONLY have characters, numbers, and underscores. No other characters are allowed.")
106
106
version: str=Field(default="0.0.1",description="The version of your Content Pack. This must follow semantic versioning guidelines.", validate_default=True)
0 commit comments