From c59940e639dcb99e6caec1e4472b50e5bcd7d0a8 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Fri, 12 Jun 2026 14:09:15 +0300 Subject: [PATCH] 59240 - add countryFilter --- p-healthcheck.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/p-healthcheck.yml b/p-healthcheck.yml index ad2d868a..1d4f26af 100644 --- a/p-healthcheck.yml +++ b/p-healthcheck.yml @@ -76,6 +76,11 @@ components: metadata: type: object additionalProperties: true + countryFilter: + description: The list of country identifiers that are defined for processing in the license. If the array is empty, there are no restrictions for processing. + type: array + items: + type: string documentsDatabase: description: Database information. type: object