Skip to content

Commit c0c340b

Browse files
fix: typo in CTP norm rule schema (#877)
1 parent 06a6327 commit c0c340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/schemas/schema_defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
"cert_normative_rules": {
343343
"description": "Architecturally visible behaviors requiring validation by certification tests",
344344
"type": "array",
345-
"required": ["id", "name", "links", "description"],
345+
"required": ["id", "name", "doc_links", "description"],
346346
"properties": {
347347
"id": {
348348
"type": "string"

0 commit comments

Comments
 (0)