{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "SoftwareApplication",
      "name": "AMaaS Labs",
      "applicationCategory": "DeveloperApplication",
      "operatingSystem": "Web",
      "url": "https://www.amaaslabs.com",
      "description": "Enterprise platform for deterministic legacy modernization and business knowledge compilation.",
      "publisher": {
        "@type": "Organization",
        "name": "AMaaS Labs",
        "url": "https://www.amaaslabs.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://www.amaaslabs.com/favicon.svg"
        }
      }
    },
    {
      "@type": "Organization",
      "name": "AMaaS Labs",
      "url": "https://www.amaaslabs.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https://www.amaaslabs.com/favicon.svg"
      },
      "description": "Enterprise platform for deterministic legacy modernization and business knowledge compilation.",
      "sameAs": [
        "https://github.com/amasslabs",
        "https://www.linkedin.com/company/amaas-labs"
      ]
    },
    {
      "@type": "WebSite",
      "name": "AMaaS Labs",
      "url": "https://www.amaaslabs.com"
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What is Camunda migration?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Camunda migration is the process of upgrading from Camunda 7.x to Camunda 8.x, including BPMN processes, DMN decision tables, Java delegates, and workers. AMaaS automates this process deterministically."
          }
        },
        {
          "@type": "Question",
          "name": "What is BDL?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "BDL (Business Definition Language) is a Business Knowledge Compiler that transforms business definitions into a canonical knowledge model and manifests them into complete enterprise platforms."
          }
        },
        {
          "@type": "Question",
          "name": "Is my data secure during migration?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. All uploads are encrypted at rest, access is gated behind OAuth2/OpenID Connect, and every analysis runs against your artifacts only. For enterprise deployments, your source code never leaves your environment."
          }
        },
        {
          "@type": "Question",
          "name": "What platforms are supported?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "AMaaS supports Camunda 7.1 through 8.9, Java 8 through 21, Spring Boot, and any deployment combination. BDL manifests to PostgreSQL, REST API, GraphQL, React UI, Docker, and BPMN."
          }
        },
        {
          "@type": "Question",
          "name": "How long does migration take?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Enterprise migration is reduced from months to minutes. AMaaS automates the entire process, from analysis to migration to verification."
          }
        },
        {
          "@type": "Question",
          "name": "Is AMaaS vendor lock-in free?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. AMaaS produces standard, portable artifacts. No proprietary formats. You can deploy the migrated code anywhere."
          }
        }
      ]
    }
  ]
}