action nrm_auto_complete { label: "Search" description: "Return search results in json" provider: nrm method: GET path: "/autocomplete" encoding: json input: { type: "object" properties: { countryCode: { type: "string" } layers: { type: "string" } size: { type: "string" } sources: { type: "string" } text: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }