Skip to content

Commit c08cd16

Browse files
authored
Merge pull request OAI#917 from RobDolinMS/patch-2
[Spec] Suggestions from Liz Lynch
2 parents 0f3ad9d + c93883e commit c08cd16

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

versions/3.0.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,19 @@
44

55
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt).
66

7-
The OpenAPI Specification is licensed under [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
7+
This document is licensed under [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
88

99
## Introduction
1010

11-
The OpenAPI Specification is a project used to describe and document RESTful APIs.
11+
The OpenAPI Specification (OAS) is a project used to describe and document RESTful APIs.
1212

13-
The OpenAPI Specification defines a set of files required to describe such an API.
13+
The OAS defines a set of files required to describe such an API.
1414
These files can then be used by the Swagger-UI project to display the API and Swagger-Codegen to generate clients in various languages.
1515
Additional utilities can also take advantage of the resulting files, such as testing tools.
1616

1717
## Table of Contents
1818
<!-- TOC depthFrom:1 depthTo:3 withLinks:1 updateOnSave:1 orderedList:0 -->
1919

20-
- [OpenAPI Specification](#openapi-specification)
21-
- [Introduction](#introduction)
22-
- [Table of Contents](#table-of-contents)
2320
- [Revision History](#revision-history)
2421
- [Definitions](#definitions)
2522
- [Specification](#specification)

0 commit comments

Comments
 (0)