Changes between Version 30 and Version 31 of GAPI_AM_API_V3


Ignore:
Timestamp:
07/31/12 13:46:22 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3

    v30 v31  
    148148        }
    149149        array geni_request_rspec_versions of {
    150              string type;
    151              string version;
     150             string type; # case insensitive
     151             string version; # case insensitive
    152152             string schema;
    153153             string namespace;
     
    155155        };
    156156        array geni_ad_rspec_versions of {
    157              string type;
    158              string version;
     157             string type; # case insensitive
     158             string version; # case insensitive
    159159             string schema;
    160160             string namespace;
     
    201201  boolean geni_compressed <optional>;
    202202  struct geni_rspec_version {
    203     string type;
    204     string version;
     203    string type; # case insensitive
     204    string version; # case insensitive
    205205  };
    206206}
     
    230230  boolean geni_compressed <optional>;
    231231  struct geni_rspec_version {
    232     string type;
    233     string version;
     232    string type; # case insensitive
     233    string version; # case insensitive
    234234  };
    235235}