Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[Schema Inaccuracy] Example and schema mismatch for `#/paths/~1orgs~1{org}~1actions~1hosted-runners~1images~1custom/get`

Open
#5,551 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
55/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
openapi
Domain
api

Research direction

Locate the OpenAPI entries for #/paths/1orgs1{org}1actions1hosted-runners1images1custom/get and the actions-hosted-runner-custom-image-versions example. Compare the example's image_versions field with the schema's images field, then update the mismatched entry so the schema and example are in sync.

Written by the indexing model from the issue text.

Description

feature

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

  • fpt
Dominant language
No language data
Stars
1.6k
Forks
342
Avg merge
2h 23m
Merged PRs (30d)
57

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/rest-api-description

All issues in github/rest-api-description

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.