The AppStoreAppActiveApkSet schema has been updated with two new fields: alreadyPublishedOnPlay (boolean) and versionCode (int64). These fields allow developers to specify if the APKs in a set are already published on or derived from the Play Store. This formalizes the version consistency requirements previously mentioned in documentation updates; specifically, if alreadyPublishedOnPlay is set to true, the versionCode must be provided.