postman-open-technologies / knowledge-base

This is a project dedicated to mining and extracting knowledge from across the API universe.
Apache License 2.0
10 stars 5 forks source link

Fix invalid YAML on sql/postgres.yaml #39

Closed bpedro closed 1 year ago

bpedro commented 1 year ago

This PR fixes parts of sql/postgres.yaml that were producing errors. It seems that the problem was that some of the keys were being considered "implicit" because of a missing colon character.

I'm not 100% sure if the intent of those keys is the one I understood. That's why I preferred to do this PR instead of pushing what I consider a fix directly to the main branch.

kulnor commented 1 year ago

Thanks for fixing. The schema property is a JSON Schema representation of the query results.