action lumminary_get_reference_snp { label: "Reference SNP data" description: "Get reference SNP information, from dbSNP" provider: lumminary method: GET path: "/reference/snps/{snpAccession}" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" } dbsnp_version: { type: "string" } grch_version: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }