diff --git a/portman/portman-config.yaml b/portman/portman-config.yaml index d567ee0..770070e 100644 --- a/portman/portman-config.yaml +++ b/portman/portman-config.yaml @@ -36,3 +36,5 @@ globals: portmanReplacements: - searchFor: '"last_update":{"type":"string","format":"date-time"}' replaceWith: '"last_update":{"type":"string"}' + - searchFor: '"enum":["yes"]' + replaceWith: '"enum":["yes", "Yes"]'