action lumminary_get_client_snp { label: "Get SNP information" description: "Gets SNP information, as provided by the dataset.\n\nIf fetching this as an product, the client must have already granted access to the snip (see the 'products' group)" provider: lumminary method: GET path: "/clients/{clientId}/datasets/{datasetId}/snps/{snpId}" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }