{ "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { "reloader": { "type": "object", "properties": { "reloadStrategy": { "type": "string", "enum": [ "default", "env-vars", "annotations" ] } } } } }