{
  "document": {
    "version": "2.0.0",
    "documentType": "filing",
    "profile": "sec-us-gaap-annual",
    "jurisdiction": "US-SEC",
    "sourceFormat": "sfrs-json",
    "createdAt": "2026-03-10T00:00:00Z",
    "generatedBy": "sfrs-example"
  },
  "entity": {
    "name": "Acme Corporation",
    "jurisdiction": "US-DE",
    "identifiers": [
      {
        "scheme": "lei",
        "value": "5493001KJTIIGC8Y1R12"
      },
      {
        "scheme": "cik",
        "value": "0001234567"
      }
    ]
  },
  "taxonomyRefs": [
    {
      "name": "us-gaap",
      "version": "2025",
      "namespace": "http://fasb.org/us-gaap/2025"
    }
  ],
  "contexts": [
    {
      "id": "c_instant_2024_12_31",
      "entityIdentifier": "0001234567",
      "period": {
        "instant": "2024-12-31"
      }
    },
    {
      "id": "c_duration_2024",
      "entityIdentifier": "0001234567",
      "period": {
        "startDate": "2024-01-01",
        "endDate": "2024-12-31"
      }
    }
  ],
  "units": [
    {
      "id": "u_usd",
      "measures": ["iso4217:USD"]
    },
    {
      "id": "u_shares",
      "measures": ["xbrli:shares"]
    }
  ],
  "facts": [
    {
      "id": "f_assets",
      "concept": "us-gaap:Assets",
      "contextRef": "c_instant_2024_12_31",
      "unitRef": "u_usd",
      "value": 9500000,
      "decimals": -3
    },
    {
      "id": "f_liabilities",
      "concept": "us-gaap:Liabilities",
      "contextRef": "c_instant_2024_12_31",
      "unitRef": "u_usd",
      "value": 3100000,
      "decimals": -3
    },
    {
      "id": "f_equity",
      "concept": "us-gaap:StockholdersEquity",
      "contextRef": "c_instant_2024_12_31",
      "unitRef": "u_usd",
      "value": 6400000,
      "decimals": -3
    },
    {
      "id": "f_revenue",
      "concept": "us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax",
      "contextRef": "c_duration_2024",
      "unitRef": "u_usd",
      "value": 25000000,
      "decimals": -3
    },
    {
      "id": "f_net_income",
      "concept": "us-gaap:NetIncomeLoss",
      "contextRef": "c_duration_2024",
      "unitRef": "u_usd",
      "value": 3300000,
      "decimals": -3
    }
  ],
  "footnotes": [
    {
      "id": "fn_revenue",
      "factRefs": ["f_revenue"],
      "language": "en",
      "content": "Revenue reflects product and services contracts recognized during fiscal year 2024."
    }
  ],
  "relationships": [
    {
      "arcrole": "calculation",
      "from": "f_liabilities",
      "to": "f_assets",
      "weight": 1
    }
  ]
}
