Forge data residency manifest required property 'classifications'

I’m updating our manifest to ensure compliance with data residency as per the documentation at https://developer.atlassian.com/platform/forge/manifest-reference/remotes/

 external:
    images:
      - '*.gravatar.com'
      - '*.atlassian.net'
    fetch:
      backend:
        - remote: mybackend
      client:
        - remote: mybackend
remotes:
  - key: mybackend
    baseUrl: "*.mybackend.so"
    operations:
      - storage
    storage:
      inScopeEUD: false

However, I’m encountering the following lint errors.

1:0     error    remotes property storage must have required property 'classifications'  valid-document-required
1:0     error    remotes property storage should NOT have additional property 'inScopeEUD'  valid-document-required
X 2 issues (2 errors, 0 warnings)
  Issues found are not automatically fixable with forge lint.

I couldn’t find any part of the documentation mentioning the required property ‘classifications’."

:roll_eyes: I had an outdated version of the Forge CLI :smiling_face:

2 Likes