{
    "$id": "https://schemas.anyterial.se/defs/v0.1/properties/transformations/n_unique_candidates",
    "$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
    "title": "Number of unique candidates",
    "x-optimade-type": "integer",
    "x-optimade-definition": {
        "kind": "property",
        "version": "0.1.0",
        "format": "1.3",
        "name": "n_unique_candidates",
        "label": "n_unique_candidates_transformations"
    },
    "type": [
        "integer",
        "null"
    ],
    "description": "Number of candidate affine operations remaining after exact duplicate removal.\n\nThe counted candidate set itself is not stored; this value documents the size of the bounded search.",
    "x-optimade-unit": "inapplicable",
    "examples": [
        48,
        16
    ]
}