Thank you Anthony but my question doesn't concern schemas only but all application including endpoint SDK.
For example, I create an application A and defining config, profile and log schemas; then I generate the corresponding SDK that includes a hard coded data (public key, endpointID, bootstrap servers address and port, ..).
In my endpoint in testing platform, I use this SDK to develop my agent application and when the application is ready, I switch to production platform.
If I export only schemas, logically my endpoint couldn’t communicate with the production KAA server because of hard coded data (public key especially). So, I've to generate the SDK in production platform, compile my new SDK and install it in endpoints.
Is there a solution to import an application (not only schemas) from a KAA server to another one without having to regenerate SDK and compile endpoint agent?
Thank you!