## Acceptance criteria 1. Add a JSON schema to each rule processor. 2. Expose the schema through a get method. 3. Fetch the schema in the rule executer. 4. Validate the schema in the rule executer and throw an appropriate error on validation failure. 5. Implement the feature to ensure backwards compatibility with existing rule processors that do not yet have a schema.