8 lines
215 B
JSON
8 lines
215 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"patternProperties": {
|
|
"^[A-Za-z0-9_-]*$": { "$ref": "ExperimentFeature.schema.json" }
|
|
}
|
|
}
|