{
  "api_version": "1.0",
  "domain": "https://shop.example.com",
  "resource": "site_config",
  "description_fa": "تنظیمات اصلی فروشگاه و اطلاعات دامنه",
  "primary_key": "site_id",
  "fields": [
    {
      "name": "site_id",
      "type": "integer",
      "required": true
    },
    {
      "name": "name_fa",
      "type": "string",
      "required": true
    },
    {
      "name": "domain",
      "type": "string",
      "required": true
    },
    {
      "name": "api_base_url",
      "type": "string",
      "required": true
    },
    {
      "name": "language",
      "type": "string",
      "required": true
    },
    {
      "name": "currency",
      "type": "string",
      "required": true
    }
  ],
  "relationships": [],
  "endpoints": {
    "config": "https://shop.example.com/api/site/config"
  },
  "data": {
    "site_id": 1,
    "name_fa": "فروشگاه اینترنتی نمونه",
    "name_en": "Demo Online Shop",
    "domain": "https://shop.example.com",
    "api_base_url": "https://shop.example.com/api",
    "language": "fa-IR",
    "currency": "IRR",
    "timezone": "Asia/Tehran",
    "support_phone": "+982112345678",
    "support_email": "support@shop.example.com",
    "logo_url": "https://shop.example.com/images/logo.png",
    "active": true
  }
}