{
  "artifact": {
    "bytes": 3089,
    "format": "json",
    "mediaType": "application/json",
    "path": "samples/states/ownerrez/guest-tag-workflow/state.json",
    "sha256": "3d7ae13b046898613da295b794a49276c60ce04da2e4886a7f71500c63f1973d"
  },
  "capabilities": {
    "limitations": [
      "Not a general reservation, property, booking, or PMS simulator."
    ],
    "required": [
      "state.read",
      "state.load",
      "state.reset",
      "rest.tag-definitions"
    ],
    "supportedSurface": "Stateful tag-definition and guest create/read/update/delete overlay."
  },
  "category": "workflow",
  "displayName": "OwnerRez guest and tag workflow",
  "entityCounts": {
    "collections": {
      "_ownerrezReplayOverlay.runtime.guests": 3,
      "_ownerrezReplayOverlay.runtime.tagdefInUse": 0,
      "_ownerrezReplayOverlay.runtime.tagdefs": 3
    },
    "total": 6
  },
  "environmentId": "ownerrez",
  "expectedDiff": {
    "changedPathsInclude": [
      "_ownerrezReplayOverlay.runtime.guests"
    ],
    "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": "listTagDefinitions",
    "path": "/v2/tagdefinitions",
    "transport": "provider-rest"
  },
  "id": "ownerrez.guest-tag-workflow.v1",
  "provenance": {
    "authoredBy": "archal",
    "kind": "authored",
    "sanitizationNotes": [
      "Reviewed by the v1 value scanner; no credential-shaped values required replacement."
    ],
    "sourcePath": null,
    "sourceSha256": null,
    "transformationNotes": [
      "Constructed by the exact reviewed profile ownerrez.guest-tag-workflow.",
      "Authored from archal.environment-state.ownerrez v1 without an historical fixture.",
      "Validated against the scenario proof, first-read prerequisites, mutation prerequisites, and declared relationship closure.",
      "Canonicalized object-key ordering for byte-stable public output."
    ]
  },
  "purpose": "Start from classified guests and retained tags, then create and reset one guest with nested contact data.",
  "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": {
      "email_addresses": [
        {
          "address": "maya.chen@example.test",
          "is_default": true,
          "type": "home"
        }
      ],
      "first_name": "Maya",
      "last_name": "Chen",
      "notes": "Returning guest requesting a late arrival.",
      "phones": [
        {
          "is_default": true,
          "number": "+1 202-555-0147",
          "type": "mobile"
        }
      ]
    },
    "expectedStatus": [
      200
    ],
    "method": "POST",
    "operationId": "createGuest",
    "path": "/v2/guests",
    "transport": "provider-rest"
  },
  "schema": "archal.environment-sample",
  "schemaVersion": 1,
  "slug": "guest-tag-workflow",
  "stateContract": {
    "format": "json",
    "schema": "archal.environment-state.ownerrez",
    "version": 1
  }
}
