16 lines
250 B
JSON
16 lines
250 B
JSON
{
|
|
"description": "runOnRequirement-maxServerVersion-pattern",
|
|
"schemaVersion": "1.0",
|
|
"runOnRequirements": [
|
|
{
|
|
"maxServerVersion": "1.2.3.4"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"description": "foo",
|
|
"operations": []
|
|
}
|
|
]
|
|
}
|