You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/openapi/airway.golden.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -587,9 +587,17 @@
587
587
"description": "URL to converter module. Used for conversion webhooks. Supports http(s) or oci.",
588
588
"type": "string"
589
589
},
590
+
"converterChecksum": {
591
+
"description": "Explicit sha256 checksum to verify converter against. Useful when module cannot be referenced by its checksum implicity via tag or path components.",
592
+
"type": "string"
593
+
},
590
594
"flight": {
591
595
"description": "URL to flight module. Supports http(s) or oci.",
592
596
"type": "string"
597
+
},
598
+
"flightChecksum": {
599
+
"description": "Explicit sha256 checksum to verify flight against. Useful when module cannot be referenced by its checksum implicity via tag or path components.",
0 commit comments