action monarchinitiative_get_features_within_resource { label: "Returns list of matches" provider: monarchinitiative method: GET path: "/genome/features/within/{build}/{reference}/{begin}/{end}" encoding: json output: { type: "array" items: { type: "object" } } }