$schema: https://json-schema.org/draft/2020-12/schema
$id: duns.yaml
type: string
examples:
  - "123456789"
pattern: ^[0-9]{9}$
description: A Data Universal Numbering System (DUNS) number, normalized to nine digits
