pub fn validate_index<S>(
    context: &SchemaContext,
    type_id: &LocalTypeId
) -> Result<(), SchemaValidationError>
where S: CustomSchema,