{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "AgencyPOCDomesticTelephoneNumber.schema.json",
  "title": "AgencyPOCDomesticTelephoneNumber",
  "description": "The domestic telephone number monitored by the POC in the grant management role.",
  "type": "string",
  "pattern": "^[0-9]{10}$",
  "minLength": 10,
  "maxLength": 10,
  "x-cdmEntity": "Federal Program POC",
  "x-grantsActivityReferences": [
    "GRM.010.010 Grant Program Set-up and Maintenance"
  ],
  "x-dataGroups": [
    "Assistance Listing (AL) Information",
    "AL Contact Information"
  ],
  "x-relatedElements": [
    "(3) Business Phone",
    "(3) Fax"
  ],
  "x-descriptionSource": [
    "Crafted"
  ],
  "x-references": [
    "(1) 2 CFR 200.203",
    "(3) SAM.gov Assistance Listing",
    "(5) 31 USC 6102"
  ]
}