# As a temporary solution RootModel[str] will be used until i2Edge get's updated
classAppInstanceId(RootModel[str]):
classAppInstanceId(RootModel[UUID]):
root:str=Field(
...,
description="A globally unique identifier associated with a running\ninstance of an application.\nEdge Cloud Platform generates this identifier when the\ninstantiation in the Edge Cloud Zone is successful.\n",