From 565f02bd6977b263aee95ffa62cc4f7174fdde4a Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Tue, 28 Oct 2025 16:18:50 +0100 Subject: [PATCH] Improved the "key" property for the Tuple type of the Open API specification document in the library target. --- Sources/AmiiboService/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/AmiiboService/openapi.yaml b/Sources/AmiiboService/openapi.yaml index 8cf7d16..d6f387b 100644 --- a/Sources/AmiiboService/openapi.yaml +++ b/Sources/AmiiboService/openapi.yaml @@ -505,6 +505,8 @@ components: key: description: A key assigned to a tuple. type: string + pattern: "^0x[0-9a-fA-F]+$" + minLength: 3 name: description: A name assigned to a tuple. type: string