blob: ee28f7d93e6ac6b2c97b3aebe9a91931fdee4d6a (
plain)
1
2
3
4
5
6
7
8
|
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^[A-Za-z0-9_-]*$": { "$ref": "ExperimentFeature.schema.json" }
}
}
|