action inpe_get_focos_count_resource { label: "Endpoint para retorno da contagem dos focos de calor" provider: inpe method: GET path: "/focos/count" encoding: json input: { type: "object" properties: { estado_id: { type: "string" } municipio_id: { type: "string" } pais_id: { type: "string" } satelite: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }