edanalytics / lightbeam

CLI tool for validating and transmitting payloads from JSONL files into an Ed-Fi API.
Apache License 2.0
10 stars 1 forks source link

`definitions` in swagger were renamed to `components.schemas` in Ed-Fi 7.1 #25

Closed tomreitz closed 4 months ago

tomreitz commented 5 months ago

@megan-nash-ea pointed out that in Ed-Fi 7.1, definitions in Swagger were renamed to components.schemas. definitions were hard-coded, this PR makes lightbeam also look for components.schemas instead (if that exists), and also throws an error if nether definitions nor components.schemas exist.