Skip to content

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

@rahulsom

Description

@rahulsom

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions