enhance(rtc): schema add :ident

This commit is contained in:
rcmerci
2024-03-18 21:30:27 +08:00
parent 78ffbaf456
commit b276ce37a0

View File

@@ -16,7 +16,8 @@
[:properties {:optional true} [:maybe :string ; transit-json-string
]]
[:link {:optional true} [:maybe :uuid]]
[:journal-day {:optional true} [:maybe :int]]])
[:journal-day {:optional true} [:maybe :int]]
[:ident {:optional true} [:maybe :string]]])
(def general-attr-set
(into #{} (map first) general-attrs-schema-coll))
@@ -68,7 +69,8 @@
]]]
[:retract {:optional true} [:set :uuid]]]]
[:link {:optional true} :uuid]
[:journal-day {:optional true} :int]]]]
[:journal-day {:optional true} :int]
[:ident {:optional true} :string]]]]
[:update-page
[:cat :keyword
[:map