diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-03 19:37:50 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-03 19:37:50 +0900 |
commit | 66b08e3570d272d4dd81823cdf303ce7eae17609 (patch) | |
tree | 539eb44a9c9e9caae78dd2b01942a106aa342da0 /lib/csapi/gtad.yaml | |
parent | 32a912ff71bc86d862d89e0a01a35ce7b001de7c (diff) | |
download | libquotient-66b08e3570d272d4dd81823cdf303ce7eae17609.tar.gz libquotient-66b08e3570d272d4dd81823cdf303ce7eae17609.zip |
csapi: GetTurnServerJob
Diffstat (limited to 'lib/csapi/gtad.yaml')
-rw-r--r-- | lib/csapi/gtad.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/csapi/gtad.yaml b/lib/csapi/gtad.yaml index fada9c83..2e3b3c51 100644 --- a/lib/csapi/gtad.yaml +++ b/lib/csapi/gtad.yaml @@ -57,7 +57,7 @@ analyzer: - file: *ByteStream - +set: { avoidCopy: } +on: - - object: { type: QJsonObject, imports: <QtCore/QJsonObject> } + - object: &QJsonObject { type: QJsonObject, imports: <QtCore/QJsonObject> } - $ref: - +set: { moveOnly: } +on: @@ -101,7 +101,8 @@ analyzer: - "string|null": *QString - //: { type: QVariant, imports: <QtCore/QVariant> } - schema: # Properties of inline structure definitions - *UseOmittable + - TurnServerCredentials: *QJsonObject # Because it's used as is + - //: *UseOmittable #operations: |