# OpenAPI Specification

Every API **MUST** be described using an API description format. The API description format used **MUST** be the [OpenAPI Specification (formerly known as Swagger Specification) version 2.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md) OR the [OpenAPI Specification (formerly known as Swagger Specification) version 3.0.x](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md).

Every API description **MUST** be published in adidas [API design platform](https://adidas.gitbook.io/api-guidelines/rest-api-guidelines/core-principles/design-platform) and it **SHOULD** be stored in version control system (Bitbucket, GitHub) in the same repository as the API implementation.

## Language

The API description **MUST** be written in **American English**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://adidas.gitbook.io/api-guidelines/rest-api-guidelines/core-principles/openapi-specification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
