42Crunch · JSON Structure

Scand Manager Job Name Structure

Unique name identifier for a scan job, prefixed with 'scand-'

Type: string Properties: 0
API SecurityPlatformScanningSecurityOpenAPIDevSecOps

JobName is a JSON Structure definition published by 42Crunch. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
}