{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExperimentSignificanceCode", "title": "ExperimentSignificanceCode", "enum": [ "significant", "not_enough_exposure", "low_win_probability", "high_loss", "high_p_value" ], "type": "string" }