Interface SpatialAggregationContractFixture

interface SpatialAggregationContractFixture {
    request: SpatialAggregationRequest;
    response: SpatialAggregationResult;
    schemaVersion: 1;
}

Properties

schemaVersion