Skip to content

Commit 11df9a6

Browse files
committed
normalize header; ignore built html file
1 parent f76d845 commit 11df9a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jsonschema-*.txt
44
relative-json-pointer.html
55
relative-json-pointer.pdf
66
relative-json-pointer.txt
7+
proposals/*.html
78

89
# For the Python enviornment
910
.venv

proposals/propertyDependencies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ also apply to this document.
5050

5151
<!-- Where does this change go? -->
5252

53-
This proposal will add the {{propertyDependencies}} section contained herein as
53+
This proposal will add the {{propertydependencies}} section contained herein as
5454
a subsection of JSON Schema Core, section 10.2.2 "Keywords for Applying
5555
Subschemas Conditionally."
5656

5757
<!-- What is the exact change? -->
5858

59-
### New Keyword: `propertyDependencies` {#propertyDependencies}
59+
### New Keyword: `propertyDependencies` {#propertydependencies}
6060

6161
This keyword specifies subschemas that are evaluated if the instance is an
6262
object and contains a certain property with a certain string value.

0 commit comments

Comments
 (0)