Created
November 21, 2023 02:31
-
-
Save ivoencarnacao/f6675ceb2d9e5200691b0585278189fe to your computer and use it in GitHub Desktop.
xp.json
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
| [ | |
| { | |
| "titulo": "Título", | |
| "dia": "Data", | |
| "preco": "Preço", | |
| "descricao": "Descrição", | |
| "itinerario": "Itinerário", | |
| "saidas": "Saídas", | |
| "programa": "Programa", | |
| "detalhes": { | |
| "reserva": "Sinal", | |
| "data_limite": "Data do restante pagamento", | |
| "agente": "", | |
| "contacto": "", | |
| "min_participantes": "35", | |
| "incluido": [ | |
| "Viagem em autocarro de grande turismo", | |
| "Assistente de viagem", | |
| "Seguro de viagem" | |
| ], | |
| "nao_incluido": [ | |
| "Despesas de carácter pessoal", | |
| "Tudo o que não esteja descrito como incluído no programa" | |
| ], | |
| "poster": "nome_da_imagem.jpg" | |
| }, | |
| "fornecedor": { | |
| "nome": "Empresa", | |
| "rnavt": "RNAVT XXXX", | |
| "rnnat": "RNNAT XXXX/XXXX" | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment