Schema Inaccuracy
This is the json ref for the example
#/components/examples/actions-hosted-runner-paginated/value
The field image doesn't exist in the schema, but exists in the example. It appears to be image_details in the schema.
Here's a snippet
3: "id" : 5,
4: "name" : "My hosted ubuntu runner",
5: "runner_group_id" : 2,
6: "platform" : "linux-x64",
> 7: "image" : {
8: "id" : "ubuntu-20.04",
9: "size" : 86
10: },
11: "machine_size_details" : {
Same also happens on
#/components/examples/actions-hosted-runner/value
Expected
The schema and example are in sync
Reproduction Steps
I could reproduce this in