File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313# These fields with their corresponding message number must be present in the top level request message. If on of them
1414# is missing, the documentation will not generate and an exception will be thrown.
15- # Fields are specified in the forma (field_name, field_number)
15+ # Fields are specified in the format (field_name, field_number)
1616REQUIRED_REQUEST_FIELDS = [
1717 ('id' , 1 ),
1818 ('dbms_version_request' , 2 ),
2222
2323# These fields with their corresponding message number must be present in the top level request message. If on of them
2424# is missing, the documentation will not generate and an exception will be thrown.
25- # Fields are specified in the forma (field_name, field_number)
25+ # Fields are specified in the format (field_name, field_number)
2626REQUIRED_RESPONSE_FIELDS = [
2727 ('id' , 1 ),
2828 ('last' , 2 ),
You can’t perform that action at this time.
0 commit comments