@@ -590,6 +590,8 @@ public enum Components {
590590 @frozen public enum UpdatePetRequest : Sendable , Equatable , Hashable {
591591 /// - Remark: Generated from `#/components/requestBodies/UpdatePetRequest/json`.
592592 public struct jsonPayload : Codable , Equatable , Hashable , Sendable {
593+ /// Pet name
594+ ///
593595 /// - Remark: Generated from `#/components/requestBodies/UpdatePetRequest/json/name`.
594596 public var name : Swift . String ?
595597 /// - Remark: Generated from `#/components/requestBodies/UpdatePetRequest/json/kind`.
@@ -599,7 +601,7 @@ public enum Components {
599601 /// Creates a new `jsonPayload`.
600602 ///
601603 /// - Parameters:
602- /// - name:
604+ /// - name: Pet name
603605 /// - kind:
604606 /// - tag:
605607 public init (
@@ -626,12 +628,14 @@ public enum Components {
626628 public struct ErrorBadRequest : Sendable , Equatable , Hashable {
627629 /// - Remark: Generated from `#/components/responses/ErrorBadRequest/headers`.
628630 public struct Headers : Sendable , Equatable , Hashable {
631+ /// A description here.
632+ ///
629633 /// - Remark: Generated from `#/components/responses/ErrorBadRequest/headers/X-Reason`.
630634 public var X_hyphen_Reason : Swift . String ?
631635 /// Creates a new `Headers`.
632636 ///
633637 /// - Parameters:
634- /// - X_hyphen_Reason:
638+ /// - X_hyphen_Reason: A description here.
635639 public init ( X_hyphen_Reason: Swift . String ? = nil ) {
636640 self . X_hyphen_Reason = X_hyphen_Reason
637641 }
@@ -672,6 +676,8 @@ public enum Components {
672676 }
673677 /// Types generated from the `#/components/headers` section of the OpenAPI document.
674678 public enum Headers {
679+ /// A description here.
680+ ///
675681 /// - Remark: Generated from `#/components/headers/TracingHeader`.
676682 public typealias TracingHeader = Swift . String
677683 }
@@ -696,6 +702,8 @@ public enum Operations {
696702 public var path : Operations . listPets . Input . Path
697703 /// - Remark: Generated from `#/paths/pets/GET/query`.
698704 public struct Query : Sendable , Equatable , Hashable {
705+ /// How many items to return at one time (max 100)
706+ ///
699707 /// - Remark: Generated from `#/paths/pets/GET/query/limit`.
700708 public var limit : Swift . Int32 ?
701709 /// - Remark: Generated from `#/paths/pets/GET/query/habitat`.
@@ -724,15 +732,17 @@ public enum Operations {
724732 . feedsPayloadPayload ]
725733 /// - Remark: Generated from `#/paths/pets/GET/query/feeds`.
726734 public var feeds : Operations . listPets . Input . Query . feedsPayload ?
735+ /// Supply this parameter to filter pets born since the provided date.
736+ ///
727737 /// - Remark: Generated from `#/paths/pets/GET/query/since`.
728738 public var since : Components . Parameters . query_period_born_hyphen_since ?
729739 /// Creates a new `Query`.
730740 ///
731741 /// - Parameters:
732- /// - limit:
742+ /// - limit: How many items to return at one time (max 100)
733743 /// - habitat:
734744 /// - feeds:
735- /// - since:
745+ /// - since: Supply this parameter to filter pets born since the provided date.
736746 public init (
737747 limit: Swift . Int32 ? = nil ,
738748 habitat: Operations . listPets . Input . Query . habitatPayload ? = nil ,
@@ -748,12 +758,14 @@ public enum Operations {
748758 public var query : Operations . listPets . Input . Query
749759 /// - Remark: Generated from `#/paths/pets/GET/header`.
750760 public struct Headers : Sendable , Equatable , Hashable {
761+ /// Request identifier
762+ ///
751763 /// - Remark: Generated from `#/paths/pets/GET/header/My-Request-UUID`.
752764 public var My_hyphen_Request_hyphen_UUID : Swift . String ?
753765 /// Creates a new `Headers`.
754766 ///
755767 /// - Parameters:
756- /// - My_hyphen_Request_hyphen_UUID:
768+ /// - My_hyphen_Request_hyphen_UUID: Request identifier
757769 public init ( My_hyphen_Request_hyphen_UUID: Swift . String ? = nil ) {
758770 self . My_hyphen_Request_hyphen_UUID = My_hyphen_Request_hyphen_UUID
759771 }
@@ -794,15 +806,19 @@ public enum Operations {
794806 public struct Ok : Sendable , Equatable , Hashable {
795807 /// - Remark: Generated from `#/paths/pets/GET/responses/200/headers`.
796808 public struct Headers : Sendable , Equatable , Hashable {
809+ /// Response identifier
810+ ///
797811 /// - Remark: Generated from `#/paths/pets/GET/responses/200/headers/My-Response-UUID`.
798812 public var My_hyphen_Response_hyphen_UUID : Swift . String
813+ /// A description here.
814+ ///
799815 /// - Remark: Generated from `#/paths/pets/GET/responses/200/headers/My-Tracing-Header`.
800816 public var My_hyphen_Tracing_hyphen_Header : Components . Headers . TracingHeader ?
801817 /// Creates a new `Headers`.
802818 ///
803819 /// - Parameters:
804- /// - My_hyphen_Response_hyphen_UUID:
805- /// - My_hyphen_Tracing_hyphen_Header:
820+ /// - My_hyphen_Response_hyphen_UUID: Response identifier
821+ /// - My_hyphen_Tracing_hyphen_Header: A description here.
806822 public init (
807823 My_hyphen_Response_hyphen_UUID: Swift . String ,
808824 My_hyphen_Tracing_hyphen_Header: Components . Headers . TracingHeader ? = nil
@@ -896,12 +912,14 @@ public enum Operations {
896912 public var query : Operations . createPet . Input . Query
897913 /// - Remark: Generated from `#/paths/pets/POST/header`.
898914 public struct Headers : Sendable , Equatable , Hashable {
915+ /// A description here.
916+ ///
899917 /// - Remark: Generated from `#/paths/pets/POST/header/X-Extra-Arguments`.
900918 public var X_hyphen_Extra_hyphen_Arguments : Components . Schemas . CodeError ?
901919 /// Creates a new `Headers`.
902920 ///
903921 /// - Parameters:
904- /// - X_hyphen_Extra_hyphen_Arguments:
922+ /// - X_hyphen_Extra_hyphen_Arguments: A description here.
905923 public init ( X_hyphen_Extra_hyphen_Arguments: Components . Schemas . CodeError ? = nil ) {
906924 self . X_hyphen_Extra_hyphen_Arguments = X_hyphen_Extra_hyphen_Arguments
907925 }
@@ -945,12 +963,14 @@ public enum Operations {
945963 public struct Created : Sendable , Equatable , Hashable {
946964 /// - Remark: Generated from `#/paths/pets/POST/responses/201/headers`.
947965 public struct Headers : Sendable , Equatable , Hashable {
966+ /// A description here.
967+ ///
948968 /// - Remark: Generated from `#/paths/pets/POST/responses/201/headers/X-Extra-Arguments`.
949969 public var X_hyphen_Extra_hyphen_Arguments : Components . Schemas . CodeError ?
950970 /// Creates a new `Headers`.
951971 ///
952972 /// - Parameters:
953- /// - X_hyphen_Extra_hyphen_Arguments:
973+ /// - X_hyphen_Extra_hyphen_Arguments: A description here.
954974 public init (
955975 X_hyphen_Extra_hyphen_Arguments: Components . Schemas . CodeError ? = nil
956976 ) { self . X_hyphen_Extra_hyphen_Arguments = X_hyphen_Extra_hyphen_Arguments }
@@ -1294,12 +1314,14 @@ public enum Operations {
12941314 public struct Input : Sendable , Equatable , Hashable {
12951315 /// - Remark: Generated from `#/paths/pets/{petId}/PATCH/path`.
12961316 public struct Path : Sendable , Equatable , Hashable {
1317+ /// Id of the pet
1318+ ///
12971319 /// - Remark: Generated from `#/paths/pets/{petId}/PATCH/path/petId`.
12981320 public var petId : Swift . Int64
12991321 /// Creates a new `Path`.
13001322 ///
13011323 /// - Parameters:
1302- /// - petId:
1324+ /// - petId: Id of the pet
13031325 public init ( petId: Swift . Int64 ) { self . petId = petId }
13041326 }
13051327 public var path : Operations . updatePet . Input . Path
@@ -1436,12 +1458,14 @@ public enum Operations {
14361458 public struct Input : Sendable , Equatable , Hashable {
14371459 /// - Remark: Generated from `#/paths/pets/{petId}/avatar/PUT/path`.
14381460 public struct Path : Sendable , Equatable , Hashable {
1461+ /// The id of the pet to retrieve
1462+ ///
14391463 /// - Remark: Generated from `#/paths/pets/{petId}/avatar/PUT/path/petId`.
14401464 public var petId : Components . Parameters . path_period_petId
14411465 /// Creates a new `Path`.
14421466 ///
14431467 /// - Parameters:
1444- /// - petId:
1468+ /// - petId: The id of the pet to retrieve
14451469 public init ( petId: Components . Parameters . path_period_petId ) { self . petId = petId }
14461470 }
14471471 public var path : Operations . uploadAvatarForPet . Input . Path
0 commit comments