Skip to content

Conversation

joehan
Copy link
Contributor

@joehan joehan commented May 22, 2025

Description

eventFilters should be an array of objects, not a string. Fixes #8630

Copy link
Contributor

@aalej aalej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a CHANGELOG.md entry. other than that LGTM!

Verified locally. TIL how to change the schema to be used in vscode. Using the updated schema with
.vscode/settings.json

{
  "yaml.schemas": {
    "../extension-yaml.json": ["extensions/firestore-bigquery-export/extension.yaml", "extensions/firestore-send-email/extension.yaml"],
    // Or for multiple files:
    // "./schemas/my-schema.json": ["*.config.yaml", "**/config/*.yaml"]
  }
}

The error for eventFilters no longer appears

image

@joehan
Copy link
Contributor Author

joehan commented May 22, 2025

Please add a CHANGELOG.md entry. other than that LGTM!

Skipping CHANGELOG for this because its not really something included in the release - Schema Store and other places just pull this from github raw content.

@joehan joehan enabled auto-merge (squash) May 22, 2025 18:30
@joehan joehan merged commit d3e6f22 into master May 22, 2025
48 of 50 checks passed
@joehan joehan deleted the jh-ext-yaml branch May 22, 2025 19:31
@github-project-automation github-project-automation bot moved this from Approved [PR] to Done in [Cloud] Extensions + Functions May 22, 2025
TrCaM pushed a commit that referenced this pull request May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect type eventFilters schema in extension-yaml.json
2 participants