{ "$schema": "https://json-schema.org/draft-07/schema#", "properties": { "loki": { "type": "object", "properties": { "rulerConfig": { "type": ["object", "null"], "properties": { "storage": { "type": ["object", "null"] } } } } } } }