family-metadata.json 339 B

123456789101112131415
  1. {
  2. "region": "eu-west",
  3. "description": "Western Europe",
  4. "areas": [
  5. { "countryCode": "AT" },
  6. { "countryCode": "BE" },
  7. { "countryCode": "FR" },
  8. { "countryCode": "DE" },
  9. { "countryCode": "LI" },
  10. { "countryCode": "LU" },
  11. { "countryCode": "MC" },
  12. { "countryCode": "NL" },
  13. { "countryCode": "CH" }
  14. ]
  15. }