changedetectionio/processors/README.md
The concept here is to be able to switch between different domain specific problems to solve.
text_json_diff The traditional text and JSON comparison handlerrestock_diff Only cares about detecting if a product looks like it has some text that suggests that it's out of stock, otherwise assumes that it's in stock.Some suggestions for the future
graphicalapi.yaml)A processor can extend the Watch/Tag API schema by placing an api.yaml alongside its __init__.py.
Define a components.schemas.processor_config_<name> entry and it will be merged into WatchBase at startup,
making processor_config_<name> a valid field on all watch create/update API calls.
The fully merged spec is served live at /api/v1/full-spec.
See restock_diff/api.yaml for a working example.