SSSR
Smart Searchable Signal Registry (SSSR)
The Smart Searchable Signal Registry is the canonical index of all signals used across
the ZAYAZ Platform.
It is auto-generated from the Excel source and exposed internally as JSON for
validation, FOGE, SEM, ZARA, and the Computation Hub.
compute_executionsDraft| Signal | Type | Example | Description |
|---|---|---|---|
caller_ip | TEXT | 192.168.14.52, 15.188.110.23 | Source IP for security / anomaly analysis. |
created_at | TEXT | 2025-02-01T10:14:33Z, 2025-02-01T10:14:34Z | Execution timestamp (UTC). |
dataset_hashes | TEXT | IPCC-EFDB:sha256-a123bc9f1d92f12398fabc77bb38d99f2c91afbd5311a37d,IEA_SSP:sha256-98231acd19fa0287fb29c8ff093a772cd44aa2bc1faff391, UN_FAO_WATER:sha256-71ab3cd19fa0aa77fb29c8ff093a772cd44aa2135d1ac191 | Array/map of dataset artifact hashes used (e.g., ['IPCC-EFDB:sha256-...','IEA_SSP:sha256-...']). |
error_code | TEXT | null, SCHEMA_VALIDATION_FAILED | Machine-readable error code if status='error' (e.g., SCHEMA_VALIDATION_FAILED). |
exec_id | string (pk) | 01J9Z9K4M2F7W7N4Q7ZJ9V9XGF, 01J9Z9KCN4AMJ5T2W6S5XYF4E9 | Globally unique execution ID (ULID). Primary key. |
inputs_hash | TEXT | sha256:3fa42eab87cbdd29d8fd0c9a8bd1cb6a543920d8e16c08c28a1c78c9231e4b92, sha256:a128ab769e12ba91bb221b0a8afbd5311a37d4a0e366620eefb4e32976cf81aa | Cryptographic hash (e.g., sha256:...) of normalized input payload. |
latency_ms | TEXT | 143, 212 | End-to-end compute latency in milliseconds. |
method_id | TEXT | MID-00001, MID-00042 | Method ID (e.g., MID-00001). FK part 1 → ref_compute_method_registry.method_id. |
options_hash | TEXT | sha256:92f8aa769e12b2a3bfb2f2c91afbd5311a37d4a0e366620eefb4e32976c029d2, sha256:81aeaa769e12f89dfbb2f2c91afbd5311a37d4a0e366620eefb4e32976acc2b0 | Cryptographic hash of normalized options payload. |
output_hash | TEXT | sha256:4cd920fa8912a4627bb9eab32c5fdd314ff2a119e80cc291eabe927caae123ef, sha256:f12920fa8912ff111bb9eab32c5fdd314ff2a119e80cc291eabe927caac44ab1 | Cryptographic hash of normalized output payload. Optional if execution failed pre-output. |
provenance_id | TEXT | prov-7f892b1a3cdd4e8f8fba2e, prov-c102aa39efdd4694948df2 | Correlation ID returned to caller; links UI/API to this audit row. |
region | TEXT | eu-north-1, eu-central-1 | Region tag where compute ran (e.g., eu-north-1). |
status | TEXT | ok, error | ok | error. Final outcome. |
storage_ref | TEXT | s3://zayaz-computations/exec/01J9Z9K4M2F7W7N4Q7ZJ9V9XGF/input_output.json, s3://zayaz-computations/exec/01J9Z9KCN4AMJ5T2W6S5XYF4E9/input_output.json | Pointer to sealed blob with full input/output snapshots if retained. |
tenant_id | TEXT | eco-197-123-456-789, eco-044-001-882-331 | Tenant/customer identifier (used for multi-tenant isolation and audit). |
version | TEXT | 1.1.2, 1.0.0 | Exact version used (e.g., 1.0.0). FK part 2 → ref_compute_method_registry.version. |
compute_executionsDraft| Signal | Type | Example | Description |
|---|---|---|---|
caller_ip | TEXT | 192.168.14.52, 15.188.110.23 | Source IP for security / anomaly analysis. |
created_at | TEXT | 2025-02-01T10:14:33Z, 2025-02-01T10:14:34Z | Execution timestamp (UTC). |
dataset_hashes | TEXT | IPCC-EFDB:sha256-a123bc9f1d92f12398fabc77bb38d99f2c91afbd5311a37d,IEA_SSP:sha256-98231acd19fa0287fb29c8ff093a772cd44aa2bc1faff391, UN_FAO_WATER:sha256-71ab3cd19fa0aa77fb29c8ff093a772cd44aa2135d1ac191 | Array/map of dataset artifact hashes used (e.g., ['IPCC-EFDB:sha256-...','IEA_SSP:sha256-...']). |
error_code | TEXT | null, SCHEMA_VALIDATION_FAILED | Machine-readable error code if status='error' (e.g., SCHEMA_VALIDATION_FAILED). |
exec_id | string (pk) | 01J9Z9K4M2F7W7N4Q7ZJ9V9XGF, 01J9Z9KCN4AMJ5T2W6S5XYF4E9 | Globally unique execution ID (ULID). Primary key. |
inputs_hash | TEXT | sha256:3fa42eab87cbdd29d8fd0c9a8bd1cb6a543920d8e16c08c28a1c78c9231e4b92, sha256:a128ab769e12ba91bb221b0a8afbd5311a37d4a0e366620eefb4e32976cf81aa | Cryptographic hash (e.g., sha256:...) of normalized input payload. |
latency_ms | TEXT | 143, 212 | End-to-end compute latency in milliseconds. |
method_id | TEXT | MID-00001, MID-00042 | Method ID (e.g., MID-00001). FK part 1 → ref_compute_method_registry.method_id. |
options_hash | TEXT | sha256:92f8aa769e12b2a3bfb2f2c91afbd5311a37d4a0e366620eefb4e32976c029d2, sha256:81aeaa769e12f89dfbb2f2c91afbd5311a37d4a0e366620eefb4e32976acc2b0 | Cryptographic hash of normalized options payload. |
output_hash | TEXT | sha256:4cd920fa8912a4627bb9eab32c5fdd314ff2a119e80cc291eabe927caae123ef, sha256:f12920fa8912ff111bb9eab32c5fdd314ff2a119e80cc291eabe927caac44ab1 | Cryptographic hash of normalized output payload. Optional if execution failed pre-output. |
provenance_id | TEXT | prov-7f892b1a3cdd4e8f8fba2e, prov-c102aa39efdd4694948df2 | Correlation ID returned to caller; links UI/API to this audit row. |
region | TEXT | eu-north-1, eu-central-1 | Region tag where compute ran (e.g., eu-north-1). |
status | TEXT | ok, error | ok | error. Final outcome. |
storage_ref | TEXT | s3://zayaz-computations/exec/01J9Z9K4M2F7W7N4Q7ZJ9V9XGF/input_output.json, s3://zayaz-computations/exec/01J9Z9KCN4AMJ5T2W6S5XYF4E9/input_output.json | Pointer to sealed blob with full input/output snapshots if retained. |
tenant_id | TEXT | eco-197-123-456-789, eco-044-001-882-331 | Tenant/customer identifier (used for multi-tenant isolation and audit). |
version | TEXT | 1.1.2, 1.0.0 | Exact version used (e.g., 1.0.0). FK part 2 → ref_compute_method_registry.version. |
| Signal | Type | Example | Description |
|---|---|---|---|
acl_tags | JSONB | EU_ONLY, NO_PHI | Array of policy tags for enforcement (e.g., ['EU_ONLY','NO_PHI']). Validated against ACL Tag Registry (acl_tag_registry). |
created_at | TIMESTAMPTZ | 2025-01-12T09:14:22Z | Row creation timestamp (UTC). |
dataset_requirements | JSONB | IPCC-EFDB, IEA_SSP | Array/object describing required datasets/refs, e.g. ['IPCC-EFDB','IEA_SSP']. Validated against dataset_key registry. |
description | TEXT | Computes GHG intensity per revenue unit | Human-readable summary of what the method computes and when to use it. |
implementation_ref | TEXT | python://zayaz.compute.ghg:intensity_v1 | Resolvable entrypoint, e.g. python://zayaz.compute.ghg:intensity_v1 or container/image ref. Loader imports/calls this. |
inputs_schema_json | TEXT | zar://json-schema/ghg_intensity_inputs_v1 | ZAR artifact ID for JSON Schema describing required/optional input fields and constraints (units, mins, enums). Enforced at runtime. |
method_id | TEXT (PK) | MID-00001 | Surrogate ID for the compute method, e.g. MID-00001. Used as stable contract ID across ZAYAZ. |
method_name | TEXT | GHG.intensity | Canonical method name, e.g. GHG.intensity, Water.abs. Human/machine-friendly semantic identifier. |
options_schema_json | TEXT | zar://json-schema/ghg_intensity_options_v1 | ZAR artifact ID for JSON Schema describing optional method options (e.g., jurisdiction, scope3_category). May point to a trivial {} schema. |
output_schema_json | TEXT | zar://json-schema/ghg_intensity_output_v1 | ZAR artifact ID for JSON Schema describing method output payload (e.g., result, unit, provenance). Enforced post-compute. |
status | TEXT | supported | Lifecycle state: supported | beta | deprecated. Used by discovery and allowlists. |
updated_at | TIMESTAMPTZ | 2025-03-03T16:41:09Z | Row last update timestamp (UTC) |
version | TEXT | 1.0.0 | Semantic version of the method implementation and schema (e.g., 1.0.0). Enables side-by-side versions. |
residency_region_policyStable| Signal | Type | Example | Description |
|---|---|---|---|
alb_dns | string / aws_alb_dns | zyz-alb-eu-north-1-123456.eu-north-1.elb.amazonaws | AWS-generated DNS name of the regional Application Load Balancer serving this API region. Used as the Cloudflare CNAME target. May be empty until ingress is provisioned. |
api | string / dns_hostname | api.ap-northeast-2.zayaz.io | Regional API hostname used for tenant routing (e.g. api.eu-north-1.zayaz.io). This is the externally visible ingress endpoint. |
aws_region | string / aws_region | Asia Pacific (Seoul) ap-northeast-2 | Human-readable AWS region name and code describing the physical deployment location (e.g. Europe (Stockholm) eu-north-1). |
default_countries | json / iso_country_list | KR, KP | List of ISO-3166-1 alpha-2 country codes that default to this AWS region during tenant onboarding. Used for suggestion only, not enforcement. |
dr_encryption | string / encryption_policy | sse_kms_required | Required encryption standard for all DR copies (e.g. sse_kms_required). Applies to both SR and RR modes. |
dr_region_rr | string / aws_region | null | null | Disaster recovery region used under Resilient Residency (RR) mode. May be cross-zone if explicitly allowed. null when RR is not supported for this primary region. |
dr_region_sr | string / aws_region | ap-northeast-3 | Disaster recovery region used under Strict Residency (SR) mode. Must remain inside the same residency zone. May equal the primary region in single-region zones. |
effective_from | timestamptz | 2025-06-10T09:55:31Z | Valid from date |
effective_to | timestamptz | 2025-06-10T09:55:31Z | Date of deprecation |
notes | string / governance_notes | KR/JP triangle. Secondary in Tokyo, DR in Osaka to diversify away from primary/secondary pair. | Rationale and governance notes explaining regional constraints, DR strategy, and compliance considerations. Intended for auditors, architects, and operators. |
primary_region | string / aws_region | ap-northeast-2 | AWS region used as the tenant’s primary data and compute location under normal operation. |
region_note | string / descriptive_label | AP Seoul | Human-readable short description of the region for internal clarity (e.g. AF Cape Town, AP Tokyo). |
rr_allowed | boolean / policy_flag | FALSE | Indicates whether Resilient Residency (cross-zone emergency DR) is permitted for this primary region. |
rrp_id | string / identifier | RRP-0003 | Unique identifier for the residency region policy record. Used for traceability, versioning, and audit references. |
s3_link | string / aws_s3_bucket_ref | zyz-td-ap-northeast-2 | Canonical S3 bucket identifier used for tenant production data in this primary AWS region (e.g. zyz-td-eu-north-1). |
secondary_region | string / aws_region | ap-northeast-1 | AWS region used for high availability or fast recovery. Must always remain within the same residency zone as the primary region. |
vpc_cid | string / cidr_block | 10.41.0.0/16 | CIDR block allocated to the regional ingress VPC. Must be globally non-overlapping across all ZYZ regions. |
zone | string / residency_zone | ap | Logical data residency zone representing the legal/policy boundary (e.g. eu, na, as, af, me, sa). |