diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-22 19:46:14 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-22 19:46:14 +0900 |
commit | 86ae04267e14ff03b5157e2d92a90fb74ce422a6 (patch) | |
tree | ac3e27592e58be4df4a3e3596272b8f486660373 /lib/csapi/gtad.yaml | |
parent | e223f0384627ef690fd7125ed07d3ba172593430 (diff) | |
download | libquotient-86ae04267e14ff03b5157e2d92a90fb74ce422a6.tar.gz libquotient-86ae04267e14ff03b5157e2d92a90fb74ce422a6.zip |
gtad.yaml: cleanup
Diffstat (limited to 'lib/csapi/gtad.yaml')
-rw-r--r-- | lib/csapi/gtad.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/csapi/gtad.yaml b/lib/csapi/gtad.yaml index 2902c1b3..a6db9716 100644 --- a/lib/csapi/gtad.yaml +++ b/lib/csapi/gtad.yaml @@ -21,8 +21,8 @@ analyzer: # WHERE # targetTypeSpec = targetType OR # { type: targetType, imports: <filename OR [ filenames... ]>, <other attributes...> } - # swaggerType can be @apply/@on pair; attributes from the map under @apply - # are added to each type from the sequence under @on. + # swaggerType can be +set/+on pair; attributes from the map under +set + # are added to each type from the sequence under +on. types: - +set: &UseOmittable useOmittable: @@ -126,7 +126,6 @@ mustache: joinedParamDecl: '{{>maybeCrefType}} {{paramName}}{{^required?}} = {{>initializeDefaultValue}}{{/required?}}{{>cjoin}}' joinedParamDef: '{{>maybeCrefType}} {{paramName}}{{>cjoin}}' passQueryParams: '{{#queryParams}}{{paramName}}{{>cjoin}}{{/queryParams}}' - # preamble: preamble.mustache copyrightName: Kitsune Ral copyrightEmail: <kitsune-ral@users.sf.net> |