Skip to content

Commit f2d85a8

Browse files
chore: wip
1 parent 184a2c1 commit f2d85a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

schemas/profile_release_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"type": "string",
2121
"description": "One line description of this Profile Release"
2222
}
23-
}
23+
},
24+
"additionalProperties": false
2425
}

schemas/profile_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"cert_test_procedures": {
3131
"$ref": "schema_defs.json#/$defs/cert_test_procedures"
3232
}
33-
}
33+
},
34+
"additionalProperties": false
3435
}

0 commit comments

Comments
 (0)