{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "2U-4U Moving Co. Agent Integration",
  "description": "Machine-readable agent interface and discovery specification for 2U-4U Moving Co. booking portal and moving services.",
  "version": "1.0.0",
  "provider": {
    "organization": "2U-4U Moving Co.",
    "url": "https://2u-4umoving.com/",
    "email": "2u4umovingco@gmail.com",
    "phone": "+1-757-298-7296",
    "region": "Hampton Roads, VA, United States"
  },
  "endpoints": {
    "portal": "https://2u-4umoving.com/",
    "bookingForm": "https://2u-4umoving.com/#quote",
    "digitalBusinessCard": "https://2u-4umoving.com/card",
    "vcard": "https://2u-4umoving.com/vcard.vcf",
    "llms": "https://2u-4umoving.com/llms.txt",
    "llmsFull": "https://2u-4umoving.com/llms-full.txt",
    "agentDocumentation": "https://2u-4umoving.com/agent"
  },
  "communicationChannels": {
    "email": {
      "recipient": "2u4umovingco@gmail.com",
      "purpose": "Moving estimates, dispatch, reservations, customer support",
      "requiredFields": [
        "fullName",
        "phone",
        "email",
        "preferredDate",
        "serviceType",
        "pickupAddress",
        "destinationAddress",
        "estimatedScope"
      ],
      "optionalFields": [
        "accessDetails",
        "heavyItems",
        "packingRequired",
        "specialInstructions"
      ]
    },
    "phone": {
      "tel": "+1-757-298-7296",
      "smsEnabled": true,
      "hours": "Mon-Sat 8:00 AM - 7:00 PM EST"
    }
  },
  "services": [
    {
      "id": "residential-moving",
      "name": "Residential Moving",
      "description": "Local house, apartment, and condo relocations."
    },
    {
      "id": "commercial-relocation",
      "name": "Commercial & Office Relocation",
      "description": "Office moving, business relocations, internal rearranging."
    },
    {
      "id": "packing-supplies",
      "name": "Packing & Unpacking Services",
      "description": "Full or partial packing, fragile crating, materials."
    },
    {
      "id": "labor-only",
      "name": "Labor-Only Loading & Unloading",
      "description": "PODS, U-Haul, Penske truck loading and heavy item moves."
    },
    {
      "id": "storage-solutions",
      "name": "Storage Solutions",
      "description": "Secure short-term and long-term storage facilities."
    }
  ],
  "supportedSchemas": [
    "https://schema.org/MovingCompany",
    "https://schema.org/LocalBusiness"
  ]
}
