interface ImageryRequestPayload {
    bbox: BBox;
    freshness: FRESHNESS;
    justification: JUSTIFICATION;
    priority: PRIORITY;
}

Properties

bbox: BBox
freshness: FRESHNESS
justification: JUSTIFICATION
priority: PRIORITY