singer-io / getting-started

This repository is a getting started guide to Singer.
https://singer.io
1.28k stars 147 forks source link

Rewrite schema guidance #81

Closed dmosorast closed 3 years ago

dmosorast commented 3 years ago

The schema guidance in BEST_PRACTICES.md is a bit out of date and not always the best choice depending on the data source. This PR intends to clarify this guidance and explicitly state that:

  1. Any valid JSON Schema is acceptable.
  2. Targets should accept a valid JSON schema along with data and make a good faith effort to load with the information given.