The JSON Schema spec that you linked to is the latest version (Draft-7), but OpenAPI 3.0 only supports the Wright Draft 00, which only has an example keyword, not an examples keyword.
Boost.JSON is a portable C++ library which provides containers and algorithms that implement JavaScript Object Notation, or simply "JSON", a lightweight data-interchange format. This format is easy ...