JSON Schema Definition 'Path'

Description

A slash separated path

Diagram

JSON Schema Diagram of /$defs/Path

Value

String

Regex pattern
/?(([a-zA-Z0-9._-]+)(/[a-zA-Z0-9._-]+)*)?

Source

"Path": {
    "type": "string",
    "description": "A slash separated path",
    "pattern": "/?(([a-zA-Z0-9._-]+)(/[a-zA-Z0-9._-]+)*)?"
}
C:\Users\pilou\Workspaces\IntelliJ-IDEA\UX-Key\lom-format\lom.schema.json (47:10)