AccuroTech Internal Shapes

Raw source view

shape_payloads/pattern_templates/internal_website_page_shape_pattern_template.json

{
  "shape_pattern_template_id": "SPT-INTERNAL-WEBSITE-PAGE-001",
  "shape_name": "Internal Website Page Shape Pattern Template",
  "shape_kind": "shape_pattern_template",
  "version": "0.1.0",
  "purpose": "Defines editable internal-facing website pages whose content is rendered from Shape Payload JSON files.",
  "created": "2026-06-17",
  "status": "day_three_architecture_seed",
  "payload_policy": "No secrets, credentials, tokens, private customer payloads, concrete private observations, deployment secrets, or fabricated implementation claims.",
  "required_payload_fields": [
    "shape_payload_id",
    "conforms_to_shape_pattern_template",
    "route",
    "navigation",
    "source_profile_payload_id",
    "sections",
    "edit_bindings"
  ],
  "field_model": {
    "route": "/companies/<slug>",
    "navigation": {
      "label": "",
      "parent_route": "/companies",
      "order": 0
    },
    "sections": [
      {
        "section_id": "overview",
        "component": "editable-rich-text",
        "source_payload_json_pointer": "/website_sections/0/body"
      }
    ],
    "edit_bindings": {
      "save_target": "source_profile_payload",
      "save_mode": "json_patch_or_full_payload_replace",
      "audit_required": true
    }
  }
}