I am converting an application that uses Cisco Meeting Server (CMS) REST API to communicate with devices to the latest version of Spring. This means that everything has to be converted to JakartaEE namespace from J2EE namespace.
Unfortunately, the person who originally implemented CMS REST API in our application did not include the schema definition file that they used to the code repository. I need the XML Schema (XSD) definition file for CMS REST API to generate the new model classes for the API.