Skip to content

Commit a222668

Browse files
fix typos
1 parent 4d8b28a commit a222668

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schemas/config_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"non_mandatory_extensions": {
2424
"type": "null"
2525
},
26-
"prohbited_extensions": {
26+
"prohibited_extensions": {
2727
"type": "null"
2828
},
2929
"implemented_extensions": {
@@ -124,7 +124,7 @@
124124
"non_mandatory_extensions": {
125125
"type": "null"
126126
},
127-
"prohbited_extensions": {
127+
"prohibited_extensions": {
128128
"type": "null"
129129
},
130130
"params": {

schemas/profile_class_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"$source": {
4242
"type": "string",
43-
"format": "uri-refencence",
44-
"description": "Realtive (from arch/) path to the original YAML file"
43+
"format": "uri-reference",
44+
"description": "Relative (from arch/) path to the original YAML file"
4545
}
4646
},
4747
"additionalProperties": false

0 commit comments

Comments
 (0)