Skip to content
Open
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
4 changes: 2 additions & 2 deletions pages/docs/fundamentals/openapifile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "OpenAPI file"
import Callout from 'nextra-theme-docs/callout'

# OpenAPI file
The OpenAPI document is the cornerstone of the OAS Tools framework, since it contains de declaration of the API service that is being implemented. By default the framework searches for it under the `/api` directory.
The OpenAPI document is the cornerstone of the OAS Tools framework, since it contains the declaration of the API service that is being implemented. By default the framework searches for it under the `/api` directory.

The following sections describes the minimal fields the OpenAPI document must contain in order to work with OAS Tools.

Expand Down Expand Up @@ -174,4 +174,4 @@ components:
type: [ "object", "null" ]
```

Now the service has been declared according to the requirements, try using the [CLI](../cli) to generate the code and test it out!
Now the service has been declared according to the requirements, try using the [CLI](../cli) to generate the code and test it out!