Code of Conduct
What article on docs.github.com is affected?
Description:
I noticed a discrepancy in the GitHub REST API documentation for hosted runners. The example response provided does not match the defined response schema.
Steps to Reproduce:
Visit the hosted runners REST API documentation.
Compare the example response with the response schema for image_details of runner object.
Observe the differences in field names.
Expected Behavior:
The example response should align with the response schema to avoid confusion and ensure accurate integration.
Actual Behavior:
Example Response:

Response Schema:

What changes are you suggesting?
Suggested Fix:
Update either the example response or the response schema to ensure consistency.
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
Description:
I noticed a discrepancy in the GitHub REST API documentation for hosted runners. The example response provided does not match the defined response schema.
Steps to Reproduce:
Visit the hosted runners REST API documentation.
Compare the example response with the response schema for image_details of runner object.
Observe the differences in field names.
Expected Behavior:
The example response should align with the response schema to avoid confusion and ensure accurate integration.
Actual Behavior:
Example Response:

Response Schema:

What changes are you suggesting?
Suggested Fix:
Update either the example response or the response schema to ensure consistency.
Additional information
No response