We’re interested in submitting a PR for a new connector, but the service (SnipeIT) in question has an incomplete OpenAPI spec.
How important is the spec to the final product? My understanding is that its required for Airbyte’s basic normalization but we don’t make use of that feature so what I’ve done is “approximate” a spec by looking at the JSON responses and making reasonable guesses.
So far it’s worked for us because all of our stuff goes straight to an S3 bucket, but how important would having an accurate schema be for “official” connectors?