Last active
October 4, 2017 13:40
-
-
Save allansene/0932622a030c52825f80cf84f0e98c3d to your computer and use it in GitHub Desktop.
Properties adicionadas no template api-search-* dentro do nó searchIntention
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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