Skip to content

Commit

Permalink
Fix that file format parameters show datacube and process parameter s…
Browse files Browse the repository at this point in the history
…ubtypes
  • Loading branch information
m-mohr committed Jul 7, 2023
1 parent dd7428d commit 2396ac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased / Draft

### Fixed

- `GET /file_formats`: Base paramater on top of normal JSON Schema, not Process JSON Schema

## [1.2.0] - 2021-05-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5813,7 +5813,7 @@ components:
the same level. For example, if type is string, then default can be
"foo" but cannot be 1. See [JSON Schema draft-07](https://json-schema.org/draft-07/json-schema-validation.html#rfc.section.10.2).
allOf:
- $ref: '#/components/schemas/process_json_schema'
- $ref: '#/components/schemas/json_schema'
error:
title: General Error
description: >-
Expand Down

0 comments on commit 2396ac1

Please sign in to comment.