methods:{loadOptions:{routing:{request:{url:'/webhook/example-option-parameters',method:'GET',},output:{postReceive:[{// When the returned data is nested under another property// Specify that property keytype:'rootProperty',properties:{property:'responseData',},},{type:'setKeyValue',properties:{name:'={{$responseItem.key}} ({{$responseItem.value}})',value:'={{$responseItem.value}}',},},{// If incoming data is an array of objects, sort alphabetically by keytype:'sort',properties:{key:'name',},},],},},}},
description:INodeTypeDescription={// Other node info hererequestDefaults:{baseURL:'https://api.nasa.gov',url:'',headers:{Accept:'application/json','Content-Type':'application/json',},},properties:[// Resources here{displayName:'Operation'// Other operation detailsoptions:[{name:'Get'value:'get',description:'',routing:{request:{method:'GET',url:'/planetary/apod'}}}]}]}