Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to specify nested attr (e.g., enclosure.url) as required? #28

Open
arnab opened this issue Jan 13, 2023 · 0 comments
Open

How to specify nested attr (e.g., enclosure.url) as required? #28

arnab opened this issue Jan 13, 2023 · 0 comments

Comments

@arnab
Copy link

arnab commented Jan 13, 2023

I want to specify enclosure.url as a required property for episodes. How can I do that? If I specify:

    const options = {
      required: {
        episodes: ["title", "pubDate", "enclosure.url"],
      },
    };

It fails with Error: One or more required values are missing from feed.

How can I specify nested attributes such as enclosure.url as required?

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

No branches or pull requests

1 participant