action bethmardutho_get_lexeme_id { label: "Get Syriac lexeme." description: "Returns linguistic information for a Syriac lexeme." provider: bethmardutho method: GET path: "/lexeme/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }