Improved the "key" property for the Tuple type of the Open API specification document in the library target.

This commit is contained in:
2025-10-28 16:18:50 +01:00
parent d5c6863e0a
commit 565f02bd69
+2
View File
@@ -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