Skip to content

Commit

Permalink
Merge pull request #58 from Interhyp/update-submission-api-specs-v-6.7.9
Browse files Browse the repository at this point in the history
Update submission api specs v 6.7.9
  • Loading branch information
mohamed-asfour authored Jun 17, 2024
2 parents a3278a3 + 071a827 commit dce76fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Submission Data API

### v6.7.9
* rename field description to value in PreSubmissionCheckRemark

### v6.7.8
* Add PreInquires to Submission
* Extend green deal fields
Expand Down
11 changes: 2 additions & 9 deletions submission-api-data/submission-api-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
x-guideline-version: v1
info:
title: Interhyp Submission API
version: 6.7.8
version: 6.7.9
contact:
name: Interhyp AG (Team Provider Excellence)
email: [email protected]
Expand Down Expand Up @@ -9968,12 +9968,10 @@ components:
description: a specific pre submission check remark
type: object
required:
- description
- value
properties:
code:
type: string
description:
type: string
value:
type: string
PreSubmissionCheckScore:
Expand All @@ -9983,11 +9981,6 @@ components:
properties:
key:
$ref: '#/components/schemas/PreSubmissionCheckScoreKey'
x-extensible-enum:
- GREEN
- YELLOW
- RED
- UNKNOWN
PreSubmissionCheckScoreKey:
type: string
x-extensible-enum:
Expand Down

0 comments on commit dce76fb

Please sign in to comment.