Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions versions/3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This document is licensed under [The Apache License, Version 2.0](http://www.apa

## Introduction

The OpenAPI Specification (OAS) is a project used to describe and document RESTful APIs.
The OpenAPI Specification (OAS) is a project that provides mechanisms to describe and document a RESTful API.


The OpenAPI Specification defines a set of files required to describe such an API.
The OpenAPI Specification defines a set of files required to describe such APIs.
These files can then be used by documentation generation tools to display the API and code generation tools to generate clients in various programming languages.

Additional utilities can also take advantage of the resulting files, such as testing tools.
Additional utilities, such as testing tools, can also use the files.

## Table of Contents
<!-- TOC depthFrom:1 depthTo:3 withLinks:1 updateOnSave:1 orderedList:0 -->
Expand Down