{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-classification-scope-name-schema.json",
"title": "ClassificationScopeName",
"description": "The name of the classification scope.",
"type": "string",
"pattern": "^[0-9a-zA-Z_\\\\-]*$"
}