-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…1053) update openapi schema during release
- Loading branch information
1 parent
d5e23cb
commit eb6f1b2
Showing
3 changed files
with
69 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
agdb_ci/tests/test_data_before/project1/openapi/schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"openapi": "3.0.3", | ||
"info": { | ||
"title": "agdb_server", | ||
"description": "Agnesoft Graph Database Server", | ||
"license": { | ||
"name": "Apache-2.0" | ||
}, | ||
"version": "0.2.0" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
agdb_ci/tests/test_data_expected/project1/openapi/schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"openapi": "3.0.3", | ||
"info": { | ||
"title": "agdb_server", | ||
"description": "Agnesoft Graph Database Server", | ||
"license": { | ||
"name": "Apache-2.0" | ||
}, | ||
"version": "0.3.0" | ||
} | ||
} |