Encountered various scenarios where we should be failing the runtime startup during config validation but we are not.
If the rest settings are configured for an entity, then:
- The value for "path" property cannot contain any reserved characters like the restPath or the graphqlPath.
- "path" property cannot have the same value for 2 different entities.
- "path" property cannot be empty.
Encountered various scenarios where we should be failing the runtime startup during config validation but we are not.
If the rest settings are configured for an entity, then: