Skip to content

Instantly share code, notes, and snippets.

@allansene
Last active October 4, 2017 13:40
Show Gist options
  • Select an option

  • Save allansene/0932622a030c52825f80cf84f0e98c3d to your computer and use it in GitHub Desktop.

Select an option

Save allansene/0932622a030c52825f80cf84f0e98c3d to your computer and use it in GitHub Desktop.
Properties adicionadas no template api-search-* dentro do nó searchIntention
"bestPrices": {
"properties": {
"airline": {
"properties": {
"avianca": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
},
"azul": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
},
"gol": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
},
"latam": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
},
"tap": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
}
}
},
"maxmilhas": {
"properties": {
"avianca": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
},
"azul": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
},
"gol": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
},
"latam": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
},
"tap": {
"properties": {
"miles": {
"type": "long"
},
"price_airline": {
"type": "float"
},
"price_maxmilhas": {
"type": "float"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment