microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3a3a0fdf923d96a9e8a9ac734c73f24433b525e8

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/tests/Fixtures/Frontmatter/extra-fields-strict.md

10lines · modecode

1---
2description: Instruction file with extra properties
3applyTo: '**/*.md'
4unknownField: This should cause a warning in strict mode
5anotherExtra: Also not in schema
6---
7
8# Extra Fields Test
9
10This file has additional properties not defined in the schema.