README file from
GithubMetadata Validator
Manifest-driven metadata validation for Obsidian. Put manifest.md files in a schemes/ folder — they inherit down the tree. Notes get the schema of the closest manifest above them.
vault/
└── schemes/
├── manifest.md ← base schema
├── sources/
│ ├── manifest.md ← extends base
│ └── books/
│ └── manifest.md ← extends sources
└── people/
└── manifest.md ← extends base