Skip to content

Add is_temp field to Android schema fragment.

Dbrant requested to merge dbrant/schemas-event-secondary:is_temp_android into master

This adds an is_temp field to the wikipedia_android_app fragment, and bumps the fragment version in the relevant schemas that make use of the fragment.

This also marks the is_temp and is_anon fields as "required" in the fragment, so that the required-ness can be inherited automatically by the schemas that use them.

Bug: T374057

Merge request reports