authorisation -> authorization in header schema for compatibility

This commit is contained in:
Thomas Krijnen
2025-08-29 16:06:24 +02:00
parent 93c2a4fe66
commit dfaa8d510c
11 changed files with 34 additions and 29 deletions
@@ -793,3 +793,9 @@ class file:
def to_string(self) -> str:
return self.wrapped_data.to_string()
@property
def header(self):
h = self.wrapped_data.header()
object.__setattr__(h, "file_ref", lambda inst: entity_instance.wrap_value(inst, file=self))
return h