Extensions shouldn't inherit from Operation
1. Create Representible class protoocol with get_name function. 2. Inherit Operation class from Representible and extend functions with "offset" and "get_name_with_suffix" 3. Create OperationExtension(name same as in previous version of schemas), which is an alias of Representible class.
Loading
Please sign in to comment