action vocadb_get_api_resources_culture_code { label: "get_api_resources_cultureCode" provider: vocadb method: GET path: "/api/resources/{cultureCode}" encoding: json input: { type: "object" properties: { cultureCode: { type: "string" } "setNames[]": { type: "array" items: { type: "string" } } } required: ["cultureCode"] additionalProperties: false } output: { type: "object" } }