{
  "artifact": {
    "bytes": 665,
    "format": "json",
    "mediaType": "application/json",
    "path": "samples/states/hubspot/contact-baseline/state.json",
    "sha256": "74252548bf45ce2477e2370a8aadba0fe0ae18cf14985fe3fc15cb3152ec8621"
  },
  "capabilities": {
    "limitations": [
      "Broad non-CRM aliases remain replay-backed and are not general stateful guarantees."
    ],
    "required": [
      "state.read",
      "state.load",
      "state.reset",
      "rest.crm-contacts"
    ],
    "supportedSurface": "Stateful CRM overlays for contacts, companies, deals, products, tickets, and associations."
  },
  "category": "minimal",
  "displayName": "HubSpot contact baseline",
  "entityCounts": {
    "collections": {
      "associationLabels": 0,
      "automationWorkflows": 0,
      "cmsDomains": 0,
      "companies": 0,
      "contactCompanyAssociations": 0,
      "contacts": 1,
      "crmLists": 0,
      "crmPipelines": 0,
      "crmSchemas": 0,
      "deals": 0,
      "engagements": 0,
      "leads": 0,
      "line_items": 0,
      "products": 0,
      "propertyDefinitions": 0,
      "quotes": 0,
      "tickets": 0
    },
    "total": 1
  },
  "environmentId": "hubspot",
  "expectedDiff": {
    "changedPathsInclude": [
      "contacts"
    ],
    "exact": false,
    "notes": "Hosted promotion must observe every listed path after the provider-native mutation; dynamic provider ids and timestamps are excluded from exact matching."
  },
  "expectedFirstRead": {
    "body": null,
    "expectedStatus": [
      200
    ],
    "method": "GET",
    "operationId": "listContacts",
    "path": "/crm/v3/objects/contacts",
    "transport": "provider-rest"
  },
  "id": "hubspot.contact-baseline.v1",
  "provenance": {
    "authoredBy": "archal",
    "kind": "authored",
    "sanitizationNotes": [
      "Reviewed by the v1 value scanner; no credential-shaped values required replacement."
    ],
    "sourcePath": "clones/hubspot/seeds/stale-data.json",
    "sourceSha256": "ff375b6b9b31b19fcb2fbf98a7518c568743e62280a751631e15213a7241ac50",
    "transformationNotes": [
      "Constructed by the exact reviewed profile hubspot.contact-baseline.",
      "Selected and amended records from the pinned clones/hubspot/seeds/stale-data.json fixture without changing that historical source.",
      "Validated against the scenario proof, first-read prerequisites, mutation prerequisites, and declared relationship closure.",
      "Canonicalized object-key ordering for byte-stable public output."
    ]
  },
  "purpose": "List one contact and create another without requiring company or deal associations.",
  "qualification": {
    "candidate": {
      "basis": "catalog-admission",
      "status": "passed"
    },
    "certification": {
      "evidencePath": null,
      "lastHostedVerificationAt": null,
      "runtimeBundleDigest": null,
      "sourceCommit": null,
      "status": "unknown"
    },
    "isolation": {
      "lastVerifiedAt": null,
      "status": "unknown"
    },
    "reset": {
      "expected": "restores-loaded-sample",
      "lastVerifiedAt": null,
      "status": "unknown"
    },
    "validation": {
      "checks": [
        "artifact-hash",
        "historical-source-lock",
        "state-contract",
        "scenario-semantics",
        "relationship-closure",
        "secret-scan",
        "size-limit"
      ],
      "status": "passed",
      "validator": "archal.environment-samples.v1"
    }
  },
  "representativeMutation": {
    "body": {
      "properties": {
        "email": "maya.chen@example.test",
        "firstname": "Maya",
        "jobtitle": "Integration Engineering Lead",
        "lastname": "Chen"
      }
    },
    "expectedStatus": [
      200,
      201,
      204
    ],
    "method": "POST",
    "operationId": "createContact",
    "path": "/crm/v3/objects/contacts",
    "transport": "provider-rest"
  },
  "schema": "archal.environment-sample",
  "schemaVersion": 1,
  "slug": "contact-baseline",
  "stateContract": {
    "format": "json",
    "schema": "archal.environment-state.hubspot",
    "version": 1
  }
}
