bpo-40066: Enum: adjust repr() to show only enum and member name (not value, nor angle brackets) and str() to show only member name. Update and improve documentation to match. bpo-40066: Enum’s repr() ...
Looking at this example, I think it might be reasonable to truncate the schema repr when it is embedded in the Array repr, but then when inspecting the schema itself I would expected to see the full ...