infra/userportal/gateway/models.py [130:143]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        required=[
          'UserId',
          'ImageId',
          'Status'
        ],
        properties={
          'UserId': api.JsonSchema(
            type=api.JsonSchemaType.STRING,
            description='Primary identifier for the user.'),
          'ImageId': api.JsonSchema(
            type=api.JsonSchemaType.STRING,
            description='Internal identifier for the user.'),
          'Status': api.JsonSchema(
            type=api.JsonSchemaType.STRING,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



infra/userportal/gateway/models.py [154:167]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        required=[
          'UserId',
          'ImageId',
          'Status'
        ],
        properties={
          'UserId': api.JsonSchema(
            type=api.JsonSchemaType.STRING,
            description='Primary identifier for the user.'),
          'ImageId': api.JsonSchema(
            type=api.JsonSchemaType.STRING,
            description='Internal identifier for the user.'),
          'Status': api.JsonSchema(
            type=api.JsonSchemaType.STRING,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



