]> git.proxmox.com Git - proxmox.git/history - proxmox-schema/src/schema.rs
schema: implement oneOf schema support
[proxmox.git] / proxmox-schema / src / schema.rs
2024-02-02 Wolfgang Bumillerschema: implement oneOf schema support
2024-02-01 Lukas WagnerMerge branch proxmox-rrd
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-10-23 Gabriel Gollerschema: beautify parameter error output
2023-07-13 Wolfgang Bumillerschema: verify property strings w/ new serde code
2023-07-13 Wolfgang Bumillerschema: convenience accessors to schema subtypes
2023-07-13 Wolfgang Bumillerschema: serde based property string de- and serialization
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-05-31 Wolfgang Bumillerschema: clippy fixups
2022-05-05 Thomas Lamprechtschema: doc comment format/slight-expansion
2022-03-04 Wolfgang Bumillerschema: factor out string verify fn and improve docs
2022-03-04 Dominik Csapakproxmox-schema: add convenience macros for ParameterError
2022-02-22 Wolfgang Bumillerschema: add const fn unwrap_*_schema/format methods
2022-02-17 Wolfgang Bumillersupport quoted strings in property strings
2022-02-14 Wolfgang Bumillerschema: FromIterator lifetime fixup
2022-02-14 Wolfgang Bumillerschema: impl FromIterator for ParameterError
2022-02-11 Wolfgang Bumillerschema: ParameterError convenience
2021-12-16 Wolfgang Bumillerschema: make verification functions methods
2021-12-02 Fabian Grünbichlerclippy: misc fixes
2021-12-02 Fabian Grünbichlerclippy: remove unnecessary reference taking
2021-11-09 Fabian Grünbichlerupdater: impl UpdaterType for Vec
2021-10-11 Wolfgang Bumilleradd proxmox-schema and proxmox-router crates