{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/42crunch/refs/heads/main/json-structure/scand-manager-job-name-structure.json", "name": "JobName", "description": "Unique name identifier for a scan job, prefixed with 'scand-'", "type": "string", "pattern": "^scand-[0-9a-zA-Z-]{1,36}$", "maxLength": 42, "minLength": 7, "example": "scand-48340c78-a76c-475f-aa4a-36fc834b3c02" }