Skip to content

Commit

Permalink
Don't require path in log_entries #320
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jul 15, 2020
1 parent f115339 commit ddfde37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changes
- `GET /credentials/oidc`: field `scopes` is not required anymore, but when specified, it should contain the `openid` scope. [#288](https://github.com/Open-EO/openeo-api/pull/288)
- `GET /.well-known/openeo` and `GET /`: `production` fields default to `false` instead of `true`.
- `GET /jobs/{job_id}/logs` and `GET /services/{service_id}/logs`: `path` property is not required any longer. [#320](https://github.com/Open-EO/openeo-api/issues/320)
- `GET /collections` and `GET /collections/{collection_id}`:
- Additional dimensions in `cube:properties` can only be of type `other`.
- The extents `interval` and `bbox` can have multiple entries.
Expand Down
6 changes: 2 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5488,7 +5488,6 @@ components:
- id
- level
- message
- path
properties:
id:
type: string
Expand Down Expand Up @@ -5526,9 +5525,8 @@ components:
metadata similar to the collection metadata, including `cube:dimensions`.
nullable: true
path:
description: >-
Describes where the log entry has occurred.
description: |-
Describes where the log entry originates from.
The first element of the array is the process that has triggered the log entry, the second element is the parent of the process that has triggered the log entry, etc. This pattern is followed until the root of the process graph.
type: array
Expand Down

0 comments on commit ddfde37

Please sign in to comment.