You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @jswelling, I see you're the code owner.
Great to see you're using JSON Schema for data validation, however I must raise a concern.
By using an unspecific JSON Schema dialect (or version) URI in your $schema value, you are inviting unreliable behaviour.
You should ideally use a version specific URI.
Failing to do so will have unexpected and unintended consequences should your schemas be used by others or your implementation gets updated.
Happy to answer questions should you have them.
The text was updated successfully, but these errors were encountered:
ingest-pipeline/src/ingest-pipeline/schemata/enumerated_types_schema.yml
Line 1 in d8f9fbe
Hey @jswelling, I see you're the code owner.
Great to see you're using JSON Schema for data validation, however I must raise a concern.
By using an unspecific JSON Schema dialect (or version) URI in your
$schema
value, you are inviting unreliable behaviour.In fact, we are considering removing the redirect we have currently: json-schema-org/community#160
You should ideally use a version specific URI.
Failing to do so will have unexpected and unintended consequences should your schemas be used by others or your implementation gets updated.
Happy to answer questions should you have them.
The text was updated successfully, but these errors were encountered: