Skip to content

Add is_temp field to iOS schema fragment.

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

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

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

Bug: T374058

Merge request reports