WebsiteServices

v3.0.0
DigitalEntity
Technology

v3 schema for managed website operations services that provide hosting, maintenance, security, and performance optimization directly to business customers.

Top-level required
10
Required modules
0
Capability groups
1
Entity properties
5
Inheritance Chain
https://schemas.meta-aiml.org/v3.0.0/ontology/digital_entity.json
https://schemas.meta-aiml.org/v3.0.0/archetypes/direct_service.json

Interaction archetype

DirectService
Required Top-level Fields
These fields are enforced by JSON Schema required[] at root level.
@type
ontologicalMode
interactionArchetype
domain
name
description
deliveryFormat
capabilities
structuralMetadata
modules

Non-universal required fields

interactionArchetype
Entity-specific Properties
Keys under properties.properties dedicated to this entity contract.
incidentResponseModel
serviceScope
supportsGlobalEdgeDelivery
supportsManagedDeployments
supportsSlaTiers
Modules Contract

Required modules

No required modules for this entity.

Optional modules

delivery
operations
security
Capabilities Contract

Required capability groups

interaction

Optional capability groups

commerce
content
financial
Governance Validation Rules
Normative rule list from governanceMetadata.sdkValidationRules.
RULE-WSVC-001: @type MUST equal "WebsiteServices"
RULE-WSVC-002: ontologicalMode MUST equal "DigitalEntity"
RULE-WSVC-003: interactionArchetype MUST contain "DirectService"
RULE-WSVC-004: capabilities.interaction MUST be present
RULE-WSVC-005: structuralMetadata.topology MUST equal "binary"
RULE-WSVC-006: serviceScope SHOULD be explicitly declared
Canonical Contract JSON
https://schemas.meta-aiml.org/v3.0.0/entity/website_services.json
https://schemas.meta-aiml.org/v3.0.0/entity/website_services.json
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "@context": [
    "https://schemas.meta-aiml.org/v3.0.0/context.jsonld"
  ],
  "@id": "https://schemas.meta-aiml.org/v3.0.0/entity/website_services.json",
  "$id": "https://schemas.meta-aiml.org/v3.0.0/entity/website_services.json",
  "@type": "WebsiteServices",
  "schemaVersion": "3.0.0",
  "aimlVersion": "3.0.0",
  "title": "Website Services Entity Schema",
  "description": "v3 schema for managed website operations services that provide hosting, maintenance, security, and performance optimization directly to business customers.",
  "examples": [
    {
      "description": "Managed website operations platform with SLA monitoring and security hardening",
      "reference": "website_services_example_managed_ops"
    },
    {
      "description": "Website maintenance service with deployment automation and uptime analytics",
      "reference": "website_services_example_maintenance"
    }
  ],
  "type": "object",
  "additionalProperties": false,
  "allOf": [
    {
      "$ref": "../ontology/digital_entity.json"
    },
    {
      "$ref": "../archetypes/direct_service.json"
    }
  ],
  "properties": {
    "@type": {
      "const": "WebsiteServices"
    },
    "ontologicalMode": {
      "const": "DigitalEntity"
    },
    "interactionArchetype": {
      "type": "array",
      "contains": {
        "const": "DirectService"
      },
      "items": {
        "type": "string",
        "enum": [
          "DirectService"
        ]
      }
    },
    "domain": {
      "const": "Technology"
    },
    "businessModel": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "Subscription",
          "UsageBased",
          "EnterpriseLicense"
        ]
      }
    },
    "deliveryFormat": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "WebApp",
          "API"
        ]
      }
    },
    "name": {
      "$ref": "../components/multilingual_format.json#/$defs/LocalizedText"
    },
    "description": {
      "$ref": "../components/multilingual_format.json#/$defs/LocalizedText"
    },
    "shortDescription": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "foundingDate": {
      "type": "string",
      "format": "date"
    },
    "properties": {
      "type": "object",
      "properties": {
        "serviceScope": {
          "type": "string",
          "enum": [
            "hosting",
            "maintenance",
            "security",
            "full_stack"
          ]
        },
        "supportsSlaTiers": {
          "type": "boolean"
        },
        "supportsManagedDeployments": {
          "type": "boolean"
        },
        "supportsGlobalEdgeDelivery": {
          "type": "boolean"
        },
        "incidentResponseModel": {
          "type": "string",
          "enum": [
            "business_hours",
            "extended_hours",
            "twenty_four_seven"
          ]
        }
      }
    },
    "capabilities": {
      "type": "object",
      "required": [
        "interaction"
      ],
      "properties": {
        "interaction": {
          "$ref": "../components/capability_groups.json#/$defs/InteractionCapabilities"
        },
        "content": {
          "$ref": "../components/capability_groups.json#/$defs/ContentCapabilities"
        },
        "financial": {
          "$ref": "../components/capability_groups.json#/$defs/FinancialCapabilities"
        },
        "commerce": {
          "$ref": "../components/capability_groups.json#/$defs/CommerceCapabilities"
        }
      }
    },
    "modules": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "object",
          "properties": {
            "uptimeMonitoringEnabled": {
              "type": "boolean"
            },
            "incidentWorkflowEnabled": {
              "type": "boolean"
            },
            "runbookAutomationEnabled": {
              "type": "boolean"
            }
          }
        },
        "security": {
          "type": "object",
          "properties": {
            "wafEnabled": {
              "type": "boolean"
            },
            "vulnerabilityScanningEnabled": {
              "type": "boolean"
            },
            "certificateManagementEnabled": {
              "type": "boolean"
            }
          }
        },
        "delivery": {
          "type": "object",
          "properties": {
            "ciCdIntegrationEnabled": {
              "type": "boolean"
            },
            "rollbackAutomationEnabled": {
              "type": "boolean"
            },
            "releaseGatesEnabled": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "structuralMetadata": {
      "type": "object",
      "properties": {
        "topology": {
          "const": "binary"
        },
        "roles": {
          "const": [
            "user",
            "platform"
          ]
        },
        "valueSource": {
          "const": "platform_provided"
        },
        "transactionFlow": {
          "const": "direct"
        },
        "networkEffects": {
          "const": "none"
        },
        "serviceExecutionModel": {
          "type": "string",
          "enum": [
            "self_service",
            "managed_service",
            "hybrid"
          ]
        }
      }
    },
    "targetAudience": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "siteCapabilities": {
      "type": "object",
      "properties": {
        "supportedDevices": {
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "desktop",
              "mobile",
              "tablet"
            ]
          }
        },
        "languages": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "accessibilityFeatures": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    }
  },
  "required": [
    "@type",
    "ontologicalMode",
    "interactionArchetype",
    "domain",
    "name",
    "description",
    "deliveryFormat",
    "capabilities",
    "structuralMetadata",
    "modules"
  ],
  "validationMetadata": {
    "schemaVersion": "3.0.0",
    "phase": "entity",
    "status": "draft",
    "lastValidated": "2026-02-20T12:00:00Z",
    "validator": "META-AIML QA"
  },
  "semanticAnnotations": {
    "classificationRationale": "WebsiteServices is DigitalEntity + DirectService because the platform directly provides operational and technical website management capabilities.",
    "disambiguationNotes": "Different from marketplace models where third-party agencies transact through the platform."
  },
  "governanceMetadata": {
    "entityVersion": "3.0.0",
    "introducedIn": "META-AIML v3.0.0",
    "stabilityLevel": "draft",
    "sdkValidationRules": [
      "RULE-WSVC-001: @type MUST equal \"WebsiteServices\"",
      "RULE-WSVC-002: ontologicalMode MUST equal \"DigitalEntity\"",
      "RULE-WSVC-003: interactionArchetype MUST contain \"DirectService\"",
      "RULE-WSVC-004: capabilities.interaction MUST be present",
      "RULE-WSVC-005: structuralMetadata.topology MUST equal \"binary\"",
      "RULE-WSVC-006: serviceScope SHOULD be explicitly declared"
    ]
  }
}
Filled Example Instance
https://schemas.meta-aiml.org/v3.0.0/examples/website_services_example_schema_v3.json
https://schemas.meta-aiml.org/v3.0.0/examples/website_services_example_schema_v3.json
{
  "@context": [
    "https://schemas.meta-aiml.org/v3.0.0/context.jsonld"
  ],
  "@id": "https://data.meta-aiml.org/v3.0.0/examples/website_services/siteguard-managed-ops",
  "$id": "https://data.meta-aiml.org/v3.0.0/examples/website_services/siteguard-managed-ops",
  "@type": "WebsiteServices",
  "schemaVersion": "3.0.0",
  "aimlVersion": "3.0.0",
  "title": "Example Filled Website Services Entity (SiteGuard Managed Ops)",
  "ontologicalMode": "DigitalEntity",
  "interactionArchetype": [
    "DirectService"
  ],
  "domain": "Technology",
  "businessModel": [
    "Subscription",
    "UsageBased",
    "EnterpriseLicense"
  ],
  "deliveryFormat": [
    "WebApp",
    "API"
  ],
  "name": {
    "en": "SiteGuard Managed Ops",
    "es": "SiteGuard Managed Ops",
    "fr": "SiteGuard Managed Ops"
  },
  "description": {
    "en": "SiteGuard Managed Ops is a fictional managed website operations service providing hosting oversight, deployment orchestration, uptime monitoring, and security hardening for business websites.",
    "es": "SiteGuard Managed Ops es un servicio ficticio de operaciones web gestionadas con supervision de hosting, orquestacion de despliegues, monitoreo de disponibilidad y endurecimiento de seguridad.",
    "fr": "SiteGuard Managed Ops est un service fictif d operations web managees couvrant supervision d hebergement, orchestration de deploiements, monitoring de disponibilite et durcissement securite."
  },
  "shortDescription": {
    "en": "Managed website operations platform for uptime, security, and deployment reliability.",
    "es": "Plataforma de operaciones web gestionadas para disponibilidad, seguridad y despliegues confiables.",
    "fr": "Plateforme d operations web managees pour disponibilite, securite et fiabilite des deploiements."
  },
  "url": "https://siteguard-managed-ops.example",
  "foundingDate": "2017-09-21",
  "createdDate": "2026-02-20T23:55:00Z",
  "lastModified": "2026-02-20T23:55:00Z",
  "examples": [
    {
      "scenario": "Critical vulnerability disclosure requiring emergency patch rollout",
      "note": "AI should prioritize security and delivery modules for controlled release gates, staged rollbacks, and certificate rotation sequence."
    },
    {
      "scenario": "Global traffic spike during campaign launch",
      "note": "AI should route through operations and delivery capabilities to scale edge distribution and enforce uptime incident workflows."
    }
  ],
  "properties": {
    "serviceScope": "full_stack",
    "supportsSlaTiers": true,
    "supportsManagedDeployments": true,
    "supportsGlobalEdgeDelivery": true,
    "incidentResponseModel": "twenty_four_seven",
    "contactPoints": [
      {
        "contactType": "technical",
        "telephone": "+1-646-555-0144",
        "email": "noc@siteguard-managed-ops.example",
        "url": "https://siteguard-managed-ops.example/noc",
        "areaServed": "global",
        "availableLanguages": [
          "en"
        ]
      },
      {
        "contactType": "support",
        "telephone": "+1-646-555-0196",
        "email": "support@siteguard-managed-ops.example",
        "url": "https://siteguard-managed-ops.example/support",
        "areaServed": "global",
        "availableLanguages": [
          "en",
          "es",
          "fr"
        ]
      },
      {
        "contactType": "sales",
        "telephone": "+1-646-555-0108",
        "email": "enterprise@siteguard-managed-ops.example",
        "url": "https://siteguard-managed-ops.example/enterprise",
        "areaServed": "global",
        "availableLanguages": [
          "en"
        ]
      }
    ],
    "socialProfiles": [
      {
        "platform": "linkedin",
        "url": "https://www.linkedin.com/company/siteguard-managed-ops",
        "username": "siteguard-managed-ops"
      },
      {
        "platform": "github",
        "url": "https://github.com/siteguard-managed-ops",
        "username": "siteguard-managed-ops"
      }
    ],
    "identifiers": [
      {
        "type": "url",
        "value": "https://siteguard-managed-ops.example"
      },
      {
        "type": "custom",
        "value": "WSVC-SGMO-001"
      }
    ]
  },
  "capabilities": {
    "interaction": {
      "features": [
        "messaging",
        "commenting",
        "notifications"
      ],
      "interactionMethods": [
        "online_form",
        "chat",
        "email"
      ],
      "availableActions": [
        "open_incident",
        "schedule_deployment",
        "approve_change_window",
        "download_audit_report"
      ],
      "hasMessaging": true,
      "hasComments": true,
      "hasRating": false,
      "hasReviews": false,
      "hasSocialGraph": false,
      "hasFeed": false,
      "hasNotifications": true,
      "hasMatching": false,
      "realTimeCommunication": true,
      "moderationEnabled": true,
      "privacyControls": [
        "private"
      ]
    },
    "content": {
      "features": [
        "publishing",
        "search",
        "categories",
        "tags",
        "archives"
      ],
      "contentTypes": [
        "runbook",
        "incident_postmortem",
        "security_advisory",
        "release_note"
      ],
      "contentFormats": [
        "text",
        "markdown",
        "json",
        "pdf"
      ],
      "contentAccess": [
        "member",
        "restricted"
      ],
      "editorialControl": true,
      "userGeneratedContent": true,
      "mediaHosting": false,
      "searchPossible": true,
      "hasCategorization": true,
      "hasTagging": true,
      "archiveAccess": true,
      "rssFeeds": false
    },
    "financial": {
      "features": [
        "payments",
        "billing",
        "subscriptionManagement",
        "invoicing",
        "refunds"
      ],
      "paymentMethods": [
        "credit_card",
        "bank_transfer",
        "invoice_terms"
      ],
      "acceptsCreditCards": true,
      "currencies": [
        "USD",
        "EUR",
        "GBP"
      ],
      "priceRange": "sla_tiered",
      "commissionModel": "fixed_price",
      "commissionRate": 0,
      "supportsSubscriptions": true,
      "supportsInvoicing": true,
      "refundPolicy": "partial_refund"
    },
    "commerce": {
      "features": [
        "productCatalog",
        "pricing",
        "checkout",
        "search",
        "filtering"
      ],
      "hasProductCatalog": true,
      "catalogSize": 6,
      "supportsCart": false,
      "supportsCheckout": true,
      "hasOrderTracking": true,
      "recommendationEngine": false,
      "vendorManagement": false,
      "searchCapability": true,
      "filteringOptions": [
        "sla_tier",
        "traffic_band",
        "compliance_scope"
      ]
    }
  },
  "modules": {
    "operations": {
      "uptimeMonitoringEnabled": true,
      "incidentWorkflowEnabled": true,
      "runbookAutomationEnabled": true
    },
    "security": {
      "wafEnabled": true,
      "vulnerabilityScanningEnabled": true,
      "certificateManagementEnabled": true
    },
    "delivery": {
      "ciCdIntegrationEnabled": true,
      "rollbackAutomationEnabled": true,
      "releaseGatesEnabled": true
    }
  },
  "structuralMetadata": {
    "topology": "binary",
    "roles": [
      "user",
      "platform"
    ],
    "valueSource": "platform_provided",
    "transactionFlow": "direct",
    "networkEffects": "none",
    "serviceExecutionModel": "managed_service"
  },
  "targetAudience": [
    "digital_agencies",
    "ecommerce_teams",
    "saas_companies",
    "enterprise_web_ops"
  ],
  "siteCapabilities": {
    "supportedDevices": [
      "desktop",
      "mobile",
      "tablet"
    ],
    "languages": [
      "en",
      "es",
      "fr"
    ],
    "accessibilityFeatures": [
      "keyboard_navigation",
      "screen_reader_labels",
      "high_contrast_mode",
      "text_scaling"
    ]
  },
  "validationMetadata": {
    "schemaVersion": "3.0.0",
    "phase": "example_instance",
    "status": "reference",
    "lastValidated": "2026-02-20T23:55:00Z",
    "validator": "META-AIML SDK v3"
  },
  "semanticAnnotations": {
    "classificationRationale": "WebsiteServices is modeled as DigitalEntity plus DirectService because managed operational capabilities are delivered directly by one platform to customer teams.",
    "disambiguationNotes": "This example is not a two-sided agency marketplace. It represents first-party managed website operations with SLA-driven delivery.",
    "intendedUse": "Canonical filled reference for managed website operations entities embedded as static META-AIML v3 site schema."
  },
  "governanceMetadata": {
    "entityVersion": "3.0.0",
    "introducedIn": "META-AIML v3.0.0",
    "stabilityLevel": "reference",
    "sdkValidationRules": [
      "RULE-WSVX-001: @type MUST equal \"WebsiteServices\".",
      "RULE-WSVX-002: ontologicalMode MUST equal \"DigitalEntity\".",
      "RULE-WSVX-003: interactionArchetype MUST contain exactly one value: \"DirectService\".",
      "RULE-WSVX-004: structuralMetadata constants MUST align with DirectService archetype.",
      "RULE-WSVX-005: modules.operations, modules.security, and modules.delivery MUST be present.",
      "RULE-WSVX-006: examples MUST include at least two operational scenarios."
    ]
  }
}