Skip to content

Commit 8969c6e

Browse files
mvadariTapanito
andauthored
Apply suggestions from code review
Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com>
1 parent b644bfd commit 8969c6e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/validate_xls_template.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,13 @@ class XLSTemplateValidator:
103103
"required": [],
104104
},
105105
r"RPC:": {
106-
"required": [],
106+
"required": [
107+
"Request Fields",
108+
"Response Fields",
109+
"Failure Conditions",
110+
"Example Request",
111+
"Example Response",
112+
],
107113
},
108114
}
109115

0 commit comments

Comments
 (0)