Replaced the Tuple schema for the OpenAPI specification document in the library target with per-type key-name payloads.

This commit is contained in:
2026-07-26 02:06:40 +02:00
parent c1c6f147f6
commit 64117bea5c
8 changed files with 102 additions and 67 deletions
@@ -27,6 +27,6 @@ protocol KeyNameModel: Sendable, Hashable {
/// Initializes this model from a given payload.
/// - Parameter payload: A payload that contains the values for the model.
init(_ payload: Components.Schemas.Tuple)
init(_ payload: some KeyNamePayload)
}