JSONSchema has an [[ https://json-schema.org/understanding-json-schema/reference/generic.html#annotations | examples annotation ]] that can be used to provide an data example that validates with the schema.
We currently use the examples in the test/event schema for the kubernetes eventgate readinessProbe.
Having explicit examples with each schema will make it easier to debug and test that different eventgate deployments will work with their expected schemas.