Schema Inaccuracy
This is the json ref for the example
#/components/examples/actions-hosted-runner-custom-image-versions/value
The field image_versions doesn't exist in the schema, but exists in the example. The schema expects images.
Here's a snippet
1: {
> 2: "image_versions" : [ {
3: "version" : "1.1.0",
4: "size_gb" : 75,
5: "state" : "Ready",
6: "created_on" : "2024-11-09T23:39:01Z"
Expected
The schema and example are in sync
Reproduction Steps
I could reproduce this in