**Description of issue or feature request**: There are duplicate definitions of schemas. For example, `ROLE_SCHEMA` is defined twice ([here](https://github.com/theupdateframework/tuf/blob/b4e565f055286e8af1ae2546022705ddb0672608/tuf/formats.py#L123-L134) and [here](https://github.com/theupdateframework/tuf/blob/b4e565f055286e8af1ae2546022705ddb0672608/tuf/formats.py#L219-L228)) in [formats.py](https://github.com/theupdateframework/tuf/blob/b4e565f055286e8af1ae2546022705ddb0672608/tuf/formats.py). **Current behavior**: Duplicated definitions. **Expected behavior**: Non-duplicated definitions.