Skip to content

Commit

Permalink
Make ServiceShape.version optional
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jul 22, 2024
1 parent 9d90291 commit 37fdca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SotoSmithy/Shapes/ServiceShapes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class ServiceShape: Shape {
public static let type = "service"
public var traits: TraitList?
public let version: String
public let version: String?
public let operations: [OperationMemberShape]?
public let resources: [ResourceMemberShape]?
}
Expand Down

0 comments on commit 37fdca9

Please sign in to comment.