action meshery_id_choice_provider { label: "Handle GET request for the choice of provider" description: "Update the choice of provider in system" provider: meshery method: GET path: "/api/provider" encoding: json input: { type: "object" properties: { provider: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }