action sinao_services_vies_get { label: "Get VIES database informations from SIREN" provider: sinao method: GET path: "/services/vies/{siren}" encoding: json input: { type: "object" properties: { siren: { type: "string" } } required: ["siren"] additionalProperties: false } output: { type: "object" additionalProperties: true } }