action cloudrf_mesh { label: "Merge sites into a super layer." description: "A merge of 'area' calculations for a network to create a single super layer. Stronger signals are promoted over weaker ones. The same colour key must be used." provider: cloudrf method: GET path: "/mesh" encoding: json input: { type: "object" properties: { name: { type: "string" } network: { type: "string" } } required: ["name", "network"] additionalProperties: false } output: { type: "object" additionalProperties: true } }