{
    "$id": "https://xshl.org/schemas/1.1/definitions/scope.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "name": "scope",
    "version": "1.0.0",
    "description": "A representation objects of scope",
    "type": "array",
    "minItems": 1,
    "items": {"$ref": "https://xshl.org/schemas/1.1/definitions/target.json"}
}