github.com/apache/beam/sdks/v2@v2.48.2/java/container/test/priority/option-high.json (about)

     1  {
     2    "name": "high",
     3    "enabled": true,
     4    "priority": 100,
     5    "options": {
     6      "java_arguments": [
     7        "java_args=high"
     8      ],
     9      "classpath": [
    10        "classpath_high"
    11      ],
    12      "properties": {
    13        "priority": "high"
    14      }
    15    }
    16  }