diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 07:23:50 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 07:23:50 +0900 |
commit | 5b06b165ba2adec50099452bcf4c5f20009423ad (patch) | |
tree | 357487bb4aabd074c5829f27e7e280a9b3e36e16 /lib/csapi | |
parent | 91b20cae3f60bf8c3b2b66c28911feca2d1d575d (diff) | |
download | libquotient-5b06b165ba2adec50099452bcf4c5f20009423ad.tar.gz libquotient-5b06b165ba2adec50099452bcf4c5f20009423ad.zip |
gtad.yaml: wrap bool in Omittable<>
Case in point: https://github.com/matrix-org/matrix-doc/issues/1750
Diffstat (limited to 'lib/csapi')
-rw-r--r-- | lib/csapi/gtad.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/gtad.yaml b/lib/csapi/gtad.yaml index ca4a0fb9..c6ea8a13 100644 --- a/lib/csapi/gtad.yaml +++ b/lib/csapi/gtad.yaml @@ -38,7 +38,7 @@ analyzer: - number: - float: float - //: double - - boolean: { type: bool, omittedValue: 'false' } + - boolean: bool - string: - byte: &ByteStream type: QIODevice* |