Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion artifacts/CAMARA_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.8.0-rc.1

x-camara-commonalities: "0.7"
x-camara-commonalities: 0.7.0

paths: {}
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.4.0-rc.1
x-camara-commonalities: "0.7"
x-camara-commonalities: 0.7.0

externalDocs:
description: Product documentation at CAMARA
Expand Down
6 changes: 3 additions & 3 deletions documentation/CAMARA-API-Design-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,8 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
# CAMARA Commonalities minor version - x.y
x-camara-commonalities: "0.6"
# CAMARA Commonalities version
x-camara-commonalities: 0.7.0
```

#### 5.3.1. Title
Expand Down Expand Up @@ -801,7 +801,7 @@ license
```

#### 5.3.7. Extension Field
The API SHALL specify the Commonalities minor release number they are compliant to, by including the `x-camara-commonalities` extension field.
The API SHALL specify the Commonalities release version they are compliant to, by including the `x-camara-commonalities` extension field. The value is the full version string of the Commonalities release used by the API, as stored in `VERSION.yaml` at the corresponding Commonalities release tag (e.g. `0.7.0` for a public release, or `0.7.0-rc.1` for a pre-release).

### 5.4. ExternalDocs Object
The `externalDocs` object SHALL have the following content:
Expand Down