Changes between Version 30 and Version 31 of GAPI_AM_API_V3
- Timestamp:
- 07/31/12 13:46:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_V3
v30 v31 148 148 } 149 149 array geni_request_rspec_versions of { 150 string type; 151 string version; 150 string type; # case insensitive 151 string version; # case insensitive 152 152 string schema; 153 153 string namespace; … … 155 155 }; 156 156 array geni_ad_rspec_versions of { 157 string type; 158 string version; 157 string type; # case insensitive 158 string version; # case insensitive 159 159 string schema; 160 160 string namespace; … … 201 201 boolean geni_compressed <optional>; 202 202 struct geni_rspec_version { 203 string type; 204 string version; 203 string type; # case insensitive 204 string version; # case insensitive 205 205 }; 206 206 } … … 230 230 boolean geni_compressed <optional>; 231 231 struct geni_rspec_version { 232 string type; 233 string version; 232 string type; # case insensitive 233 string version; # case insensitive 234 234 }; 235 235 }