{
  "studio": {
    "id": "studio_ember_finch",
    "name": "Ember Finch Games",
    "founded": 2019,
    "headquarters": {
      "city": "Toronto",
      "region": "Ontario",
      "country": "Canada",
      "timezone": "America/Toronto"
    },
    "contacts": {
      "supportEmail": "support@emberfinch.example",
      "pressEmail": "press@emberfinch.example",
      "website": "https://emberfinch.example"
    }
  },
  "environment": "production",
  "api": {
    "version": "2026-07-15",
    "baseUrl": "https://api.emberfinch.example/v2",
    "requestTimeoutMs": 10000,
    "rateLimits": {
      "requestsPerMinute": 120,
      "burst": 30
    },
    "features": {
      "cloudSaves": true,
      "crossPlatformProgression": true,
      "playerTrading": false,
      "telemetry": {
        "enabled": true,
        "sampleRate": 0.25,
        "anonymousByDefault": true
      }
    }
  },
  "games": [
    {
      "id": "starfall-cartographers",
      "title": "Starfall Cartographers",
      "status": "early_access",
      "releaseDate": "2026-09-18",
      "platforms": [
        "windows",
        "macos",
        "linux"
      ],
      "builds": {
        "stable": {
          "version": "0.8.4",
          "buildNumber": 1842,
          "minimumClientVersion": "0.8.1"
        },
        "preview": {
          "version": "0.9.0-beta.3",
          "buildNumber": 1907,
          "requiresEntitlement": "preview_access"
        }
      },
      "services": {
        "matchmaking": {
          "enabled": true,
          "regions": [
            {
              "code": "na-east",
              "endpoint": "wss://na-east.play.emberfinch.example",
              "capacity": 2500
            },
            {
              "code": "eu-west",
              "endpoint": "wss://eu-west.play.emberfinch.example",
              "capacity": 1800
            }
          ]
        },
        "leaderboards": {
          "enabled": true,
          "seasons": [
            {
              "id": "season-04",
              "name": "The Glass Frontier",
              "startsAt": "2026-07-01T16:00:00Z",
              "endsAt": "2026-09-30T15:59:59Z",
              "categories": [
                "expedition_score",
                "fastest_route",
                "rare_discoveries"
              ]
            }
          ]
        }
      },
      "pricing": {
        "currency": "USD",
        "basePrice": 24.99,
        "regionalPricingEnabled": true,
        "editions": [
          {
            "sku": "SC-STANDARD",
            "name": "Standard Edition",
            "price": 24.99,
            "includedItems": [
              "base_game"
            ]
          },
          {
            "sku": "SC-DELUXE",
            "name": "Deluxe Edition",
            "price": 34.99,
            "includedItems": [
              "base_game",
              "digital_soundtrack",
              "art_book",
              "founders_cosmetic_pack"
            ]
          }
        ]
      }
    },
    {
      "id": "mosslight",
      "title": "Mosslight",
      "status": "released",
      "releaseDate": "2023-11-07",
      "platforms": [
        "windows",
        "nintendo_switch",
        "playstation_5",
        "xbox_series"
      ],
      "builds": {
        "stable": {
          "version": "1.6.2",
          "buildNumber": 728,
          "minimumClientVersion": "1.5.0"
        }
      },
      "services": {
        "cloudSaves": true,
        "dailyChallenges": {
          "enabled": true,
          "resetTimeUtc": "08:00:00",
          "rewardTable": [
            {
              "tier": 1,
              "currency": "firefly_dust",
              "amount": 50
            },
            {
              "tier": 2,
              "currency": "firefly_dust",
              "amount": 125
            }
          ]
        }
      },
      "pricing": {
        "currency": "USD",
        "basePrice": 14.99,
        "regionalPricingEnabled": true
      }
    }
  ],
  "maintenance": {
    "scheduled": false,
    "windows": [],
    "statusPage": "https://status.emberfinch.example"
  },
  "legal": {
    "termsVersion": "4.2",
    "privacyVersion": "3.1",
    "minimumAccountAge": 13,
    "supportedRegions": [
      "CA",
      "US",
      "GB",
      "EU",
      "AU",
      "NZ",
      "JP"
    ]
  },
  "generatedAt": "2026-07-31T14:22:09Z"
}