cxserver uses a non-standard scheme for the openapi spec to defined API input, output example. we use x-amples key which was introduced in service-runner templates many years ago.
Currently, OpenAPI 3.0 allows defining examples in the spec. Documentation: https://swagger.io/docs/specification/v3_0/adding-examples/
Migrating from nonstandard examples to new format allows us to use standard tooling around the examples to create mock tests and present the examples in betterway in swagger UI.






