Skip to content

Commit

Permalink
Merge pull request #36 from Nirhoshan/main
Browse files Browse the repository at this point in the history
Make path item open record
  • Loading branch information
nadheesh committed Dec 8, 2023
2 parents d736a04 + c26512d commit 35641da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.7.2"
org = "ballerinax"
name = "ai.agent"
version = "0.6.0"
version = "0.6.1"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["AI/Agent", "Cost/Freemium"]
Expand Down
4 changes: 2 additions & 2 deletions ballerina/openapi_types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public type Paths record {|
|};

# Describes a single path item.
public type PathItem record {|
public type PathItem record {
# Description of the path item
string description?;
# Summary of the path item
Expand All @@ -91,7 +91,7 @@ public type PathItem record {|
(Parameter|Reference)[] parameters?;
# Not allowed $ref
never \$ref?;
|};
};

# Describes HTTP headers
public type Header record {
Expand Down

0 comments on commit 35641da

Please sign in to comment.