Skip to content

[Schema Inaccuracy] license / termsOfService urls #24

Closed
@MikeRalphson

Description

@MikeRalphson

Schema Inaccuracy

In the info section, the license.url property is pointing to GitHub's TOS, when it should be a link to a copy of the MIT license itself. There is an info.termsOfService property for this purpose.

Expected

openapi: 3.0.3
info:
  version: 0.0.3
  title: GitHub v3 REST API
  description: GitHub's v3 REST API.
  license:
    name: MIT
    url: https://spdx.org/licenses/MIT.html
  termsOfService: https://help.github.com/articles/github-terms-of-service/
  contact:
    name: Support
    url: https://support.github.com

Reproduction Steps

n/a

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions