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
Sometimes you want to say that, given a particular kind of property
name, the value should match a particular schema. That’s where
patternProperties comes in: it maps regular expressions to
schemas. If a property name matches the given regular expression, the
property value must validate against the corresponding schema.
This should be easy to add to the ObjectType class:
Feature scope
Taps (catalog, state, stream maps, etc.)
Description
From the JSON Schema docs:
This should be easy to add to the
ObjectType
class:sdk/singer_sdk/typing.py
Lines 445 to 452 in eed6736
The text was updated successfully, but these errors were encountered: