Schema Inaccuracy
This is the json ref for the example
#/components/examples/api-insights-subject-stats/value
The field integration_id doesn't exist in the schema, but exists in the example.
Here's a snippet
1: [ {
2: "subject_type" : "installation",
3: "subject_id" : 954453,
4: "subject_name" : "GitHub Actions",
> 5: "integration_id" : 124345,
6: "total_request_count" : 544665,
7: "rate_limited_request_count" : 13,
8: "last_request_timestamp" : "2024-09-18T15:43:03Z",
9: "last_rate_limited_timestamp" : "2024-09-18T06:30:09Z"
Expected
The schema and example are in sync
Reproduction Steps
I could reproduce this in