optional for prod api

This commit is contained in:
Tienson Qin
2026-04-01 07:09:07 +08:00
parent 0a73edf870
commit b20acaf385

View File

@@ -139,7 +139,7 @@
(def graphs-list-response-schema
[:map
[:graphs [:sequential graph-info-schema]]
[:user-rsa-keys-exists? :boolean]])
[:user-rsa-keys-exists? {:optional true} :boolean]])
(def graph-create-request-schema
[:map