Problem/Motivation

It is common practice for a module to provide a configuration schema when it makes use of configuration entities, and context datalayer currently does not. Read What are schema files used for? for reasons why including a schema is important.

Proposed resolution

Provide a schema for the datalayer reaction.
This is dependent and blocked on #2953766: Provide a Configuration Schema

Comments

WidgetsBurritos created an issue. See original summary.

WidgetsBurritos’s picture

Here's an initial stab at the patch. But this is dependent on the patch in #2953766: Provide a Configuration Schema getting through, so let's hold off on merging anything for now.

Also we'll probably want to add a test

WidgetsBurritos’s picture

StatusFileSize
new1.12 KB

Updating the patch to place the schema file in the correct directory.