From 6d85a64ffd1998ddb5db234c95f831305aa1f712 Mon Sep 17 00:00:00 2001 From: Eric Lakich Date: Thu, 22 Jan 2026 13:21:21 -0800 Subject: [PATCH 1/2] ZIP-558: modifies spec for taxabilityCode param --- docs/spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec.yaml b/docs/spec.yaml index 8e6094c..0a78597 100644 --- a/docs/spec.yaml +++ b/docs/spec.yaml @@ -105,12 +105,12 @@ resources: max_length: 100 - name: "taxabilityCode" type: "string" - format: "date" + format: "number" required: false location: "query" description: "Historical date for rates (YYYY-MM format)" validation: - pattern: "^[0-9]{4}-[0-9]{2}$" + pattern: "^[0-9]$" - name: "countryCode" type: "string" required: false From 58be43fd0eab027694d0f1738d28936732caf3f0 Mon Sep 17 00:00:00 2001 From: Eric Lakich Date: Thu, 22 Jan 2026 13:23:55 -0800 Subject: [PATCH 2/2] ZIP-558: updates the regex and description for the taxabilityCode param spec --- docs/spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec.yaml b/docs/spec.yaml index 0a78597..0f9347d 100644 --- a/docs/spec.yaml +++ b/docs/spec.yaml @@ -108,9 +108,9 @@ resources: format: "number" required: false location: "query" - description: "Historical date for rates (YYYY-MM format)" + description: "Taxability Code (product or service code)" validation: - pattern: "^[0-9]$" + pattern: "^[0-9]+$" - name: "countryCode" type: "string" required: false