openapi: 3.0.1
info:
  title: Nooxus Data Lake API
  description: Access immutable enterprise data via NOO-ID subdomains.
  version: "4.0"
servers:
  - url: https://{noo_id}.nooxus.com
    description: The unique subdomain for a specific resource.
    variables:
      noo_id:
        default: NOO-SMJGCP55XI6WL2WI
        description: The full 20-character NOO ID (e.g., NOO-SMJGCP55XI6WL2WI).
paths:
  /:
    get:
      summary: Get Entity Data
      description: Returns the raw JSON-LD data for this entity.
      operationId: getEntityBySubdomain
      responses:
        "200":
          description: Successful response
          content:
            application/json:
              schema:
                type: object