Check type ID#

kind: object

Purpose#

Validate frontmatter metadata against a named JSON Schema from schemas:.

Configuration keys#

FieldRequiredDefaultMeaning
schemayes-Name of an entry in schemas:.

Example#

schemas:
  book: ./schemas/book.json
collections:
  notes:
    path: notes
    checks:
      - kind: object
        schema: book