Skip to content

Commit

Permalink
Update content of the OAS file and documentation - 2023-09-27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbucket-automation committed Sep 27, 2023
1 parent f890394 commit 5a06225
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to the API definition will be recorded here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)


## [2.25.0] - 2023-09-27
### Added
- Add `dependentRequired` field to the Schema component for Payment Constraint GET endpoint.

## [2.24.1] - 2023-09-18
### Fixed
- Add x-beta field to the Yapily Constraints endpoints and define enum types explicitly
Expand Down
12 changes: 11 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"description": "The Yapily API enables connections between your application and users' banks. For more information check out our [documentation](https://docs.yapily.com/).<br><br>In particular, make sure to view our [Getting Started](https://docs.yapily.com/pages/home/getting-started/) steps if this is your first time here.<br><br>While testing the API, our list of [sandbox credentials](https://docs.yapily.com/pages/key-concepts/sandbox-credentials/) maybe useful.",
"title": "Yapily API",
"version": "2.24.1",
"version": "2.25.0",
"contact": {
"name": "Yapily Support",
"url": "https://docs.yapily.com/pages/resources/support/",
Expand Down Expand Up @@ -18649,6 +18649,16 @@
},
"example": {
},
"dependentRequired": {
"description":"dependentRequired keyword is used to satisfy dependency between fields",
"type": "object",
"additionalProperties": {
"type": "array",
"items": { "type": "string" },
"uniqueItems": true,
"default": []
}
},
"$defs": {
"type": "object",
"additionalProperties": { "$ref": "#/components/schemas/Schema" }
Expand Down

0 comments on commit 5a06225

Please sign in to comment.