Const
Basically any entity should have an ID, thus it's present in the default schema.
Option to get entities by an array of IDs.
Usually it's somehow possible to search for the Entity by some text, thus it's present, but not necessarily required.
Optional
id?: null | stringBasically any entity should have an ID, thus it's present in the default schema.
Optional
idOption to get entities by an array of IDs.
Optional
fulltext?: null | stringUsually it's somehow possible to search for the Entity by some text, thus it's present, but not necessarily required.
Optional
id?: null | stringBasically any entity should have an ID, thus it's present in the default schema.
Optional
idOption to get entities by an array of IDs.
Optional
fulltext?: null | stringUsually it's somehow possible to search for the Entity by some text, thus it's present, but not necessarily required.
Base definition of filter schema which should all the Sources implement.