> For the complete documentation index, see [llms.txt](https://guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guardian.hedera.com/docs/develop/guardian/workspace/schemas/property-glossary.md).

# Property Glossary

Schema fields can be tagged with an **IWA dMRV** property path, which is what lets Guardian line up equivalent fields across different schemas and policies.

Guardian supports two versions of that namespace:

|                |                                                                                                              |
| -------------- | ------------------------------------------------------------------------------------------------------------ |
| **IWA v3.0.0** | The current specification, released 8 January 2026. Used by every schema created from Guardian 3.7.0 onward. |
| **IWA v1**     | The original namespace. Kept for every schema created before Guardian 3.7.0.                                 |

## How a schema picks its version

Each schema carries an `iwaVersion` tag. **A schema with no tag is read as v1** — that is what every schema created before v3 support existed looks like, and it is never reinterpreted as v3.

The tag decides which property list the schema editor offers, so a schema never ends up mixing the two namespaces by accident. It travels with the schema when it is published to Hedera, so importing a published schema into another Guardian instance preserves its version.

**Published schemas cannot be changed.** Once published, a schema's field properties are frozen on IPFS. A published v1 schema therefore stays on v1 forever; to move it to v3 you create a new version and upgrade that draft.

## Upgrading a draft from v1 to v3

A draft schema shows an **Upgrade to IWA v3** action. It previews every field before changing anything:

* properties that are the same in both versions are left alone;
* properties v3 renamed or moved are rewritten (69 of them);
* properties v3 removed (33) are cleared and listed, so you can reassign them by hand.

The upgrade is safe to re-run — applying it to an already-upgraded schema changes nothing.

## Glossary AI

Guardian can suggest which property to use for each field, instead of picking one by hand from the reference tables below.

**In the schema builder**, open the **Glossary AI** tab (next to Fields, Conditions, and Repeatable links). Suggestions load automatically for every field in the schema, scored against the property list for that schema's `iwaVersion`. Each row shows the field, its current property (if any), and the AI's top match with a confidence score and a short reason. From there:

* **Accept** applies that property to the field.
* **Change** jumps to the Fields tab with that field already selected, so you can pick a different property yourself.
* **Dismiss** clears the row without changing the field.
* **Apply all high-confidence** accepts every suggestion at or above the confidence threshold shown in the button label, in one click.

A field whose current property already matches the AI's top suggestion shows **Already matches** instead of an action — nothing to do there.

**On a single field**, the sparkle button next to the **Property** dropdown runs the same suggestion for just that field. **See more** expands the next-best candidates; **Move to Glossary AI** switches to the full tab with that field's row highlighted.

If AI suggestions aren't available, the tab says so and the Property dropdown keeps working manually, exactly as described above.

## What changed in v3

Beyond individual field renames, v3 restructured several areas:

* **Extension Sets replace the MRV extension family.** `MrvExtension`, `TypedExtension`, `UntypedExtension` and `DataExtension` are gone. Every `mrvExtensions` field is now `entityExtensions`, and methodology-specific data is carried by `ExtensionSet`, `EntityExtension`, `Formula` and `Variable`.
* **VerificationProcessAgreement became OriginationProcessAgreement**, and references an `ExtensionSet` through the new `ProjectModule` type.
* **ImpactClaimCheckpoint became Checkpoint**; `SpanDataPackage` became `DataPackage` and `SdpFile` became `DataFile`.
* **Location moved up a level**: `AccountableImpactOrganization.country` and `.region` now live on `ActivityImpactModule`.
* **Crediting dates became explicit**: `ImpactClaim` gained `startDate` and `endDate`.
* 188 property paths are new in v3.

## IWA v3.0.0 properties (current)

359 properties. Use these when authoring new schemas.

<table><thead><tr><th width="380">Property</th><th width="260">Label</th><th width="300">Notes</th></tr></thead><tbody><tr><td><code>AccountableImpactOrganization.id</code></td><td>Organization Identifier</td><td></td></tr><tr><td><code>AccountableImpactOrganization.name</code></td><td>Organization Name</td><td></td></tr><tr><td><code>AccountableImpactOrganization.description</code></td><td>Organization Description</td><td></td></tr><tr><td><code>AccountableImpactOrganization.addresses</code></td><td>Organization Addresses</td><td></td></tr><tr><td><code>AccountableImpactOrganization.owners</code></td><td>Organization Owners</td><td></td></tr><tr><td><code>AccountableImpactOrganization.informationLink</code></td><td>Information Link</td><td></td></tr><tr><td><code>AccountableImpactOrganization.mediaLinks</code></td><td>Media Links</td><td></td></tr><tr><td><code>AccountableImpactOrganization.attestations</code></td><td>Attestations</td><td></td></tr><tr><td><code>AccountableImpactOrganization.activityImpactModules</code></td><td>Activity Impact Modules</td><td></td></tr><tr><td><code>AccountableImpactOrganization.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>Address.addressType</code></td><td>Address Type</td><td></td></tr><tr><td><code>Address.addressLines</code></td><td>Address Lines</td><td></td></tr><tr><td><code>Address.city</code></td><td>City</td><td></td></tr><tr><td><code>Address.state</code></td><td>State/Province</td><td></td></tr><tr><td><code>Address.postalCode</code></td><td>Postal Code</td><td>New in v3</td></tr><tr><td><code>Address.country</code></td><td>Country</td><td></td></tr><tr><td><code>ActivityImpactModule.id</code></td><td>Module Identifier</td><td></td></tr><tr><td><code>ActivityImpactModule.aioId</code></td><td>Organization Reference</td><td></td></tr><tr><td><code>ActivityImpactModule.isGrouped</code></td><td>Is Grouped</td><td>New in v3</td></tr><tr><td><code>ActivityImpactModule.name</code></td><td>Module Name</td><td></td></tr><tr><td><code>ActivityImpactModule.classificationCategory</code></td><td>Classification Category</td><td></td></tr><tr><td><code>ActivityImpactModule.classificationMethod</code></td><td>Classification Method</td><td></td></tr><tr><td><code>ActivityImpactModule.benefitCategory</code></td><td>Benefit Category</td><td></td></tr><tr><td><code>ActivityImpactModule.projectScope</code></td><td>Project Scope</td><td></td></tr><tr><td><code>ActivityImpactModule.projectType</code></td><td>Project Type</td><td></td></tr><tr><td><code>ActivityImpactModule.projectScale</code></td><td>Project Scale</td><td></td></tr><tr><td><code>ActivityImpactModule.country</code></td><td>Country</td><td>New in v3</td></tr><tr><td><code>ActivityImpactModule.region</code></td><td>Region</td><td>New in v3</td></tr><tr><td><code>ActivityImpactModule.arbId</code></td><td>ARB Project Identifier</td><td></td></tr><tr><td><code>ActivityImpactModule.geographicLocation</code></td><td>Geographic Location</td><td></td></tr><tr><td><code>ActivityImpactModule.firstYearIssuance</code></td><td>First Year of Issuance</td><td></td></tr><tr><td><code>ActivityImpactModule.registryProjectId</code></td><td>Registry Project Identifier</td><td></td></tr><tr><td><code>ActivityImpactModule.developers</code></td><td>Project Developers</td><td></td></tr><tr><td><code>ActivityImpactModule.sponsors</code></td><td>Project Sponsors</td><td></td></tr><tr><td><code>ActivityImpactModule.claimSources</code></td><td>Claim Sources</td><td></td></tr><tr><td><code>ActivityImpactModule.impactClaims</code></td><td>Impact Claims</td><td></td></tr><tr><td><code>ActivityImpactModule.validations</code></td><td>Validations</td><td></td></tr><tr><td><code>ActivityImpactModule.attestations</code></td><td>Attestations</td><td></td></tr><tr><td><code>ActivityImpactModule.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>ActivityImpactModule.formulaTemplates</code></td><td>Formula Templates</td><td>New in v3</td></tr><tr><td><code>ActivityImpactModule.fixedVariables</code></td><td>Fixed Variables</td><td>New in v3</td></tr><tr><td><code>Validation.requestDate</code></td><td>Request Date</td><td>New in v3</td></tr><tr><td><code>Validation.validationDate</code></td><td>Validation Date</td><td></td></tr><tr><td><code>Validation.validatingPartyId</code></td><td>Validating Party Identifier</td><td></td></tr><tr><td><code>Validation.validationMethod</code></td><td>Validation Method</td><td></td></tr><tr><td><code>Validation.validationExpirationDate</code></td><td>Validation Expiration Date</td><td></td></tr><tr><td><code>Validation.validationSteps</code></td><td>Validation Steps</td><td></td></tr><tr><td><code>ValidationStep.validationStepName</code></td><td>Validation Step Name</td><td></td></tr><tr><td><code>ValidationStep.validationStepDescription</code></td><td>Validation Step Description</td><td></td></tr><tr><td><code>ValidationStep.validationStepStatus</code></td><td>Validation Step Status</td><td></td></tr><tr><td><code>ValidationStep.stepDocumentLink</code></td><td>Step Document Link</td><td>New in v3</td></tr><tr><td><code>ProjectModule.aimId</code></td><td>AIM ID</td><td>New in v3</td></tr><tr><td><code>ProjectModule.description</code></td><td>Project Module Description</td><td>New in v3</td></tr><tr><td><code>ProjectModule.extensionSetId</code></td><td>Extension Set ID</td><td>New in v3</td></tr><tr><td><code>ProjectModule.extensionSetModuleId</code></td><td>Extension Set Module ID</td><td>New in v3</td></tr><tr><td><code>ProjectModule.vvbId</code></td><td>VVB ID</td><td>New in v3</td></tr><tr><td><code>ProjectModule.verificationPlatformId</code></td><td>Verification Platform ID</td><td>New in v3</td></tr><tr><td><code>ClaimSource.id</code></td><td>Claim Source Identifier</td><td></td></tr><tr><td><code>ClaimSource.aimId</code></td><td>Activity Impact Module Reference</td><td></td></tr><tr><td><code>ClaimSource.name</code></td><td>Claim Source Name</td><td></td></tr><tr><td><code>ClaimSource.description</code></td><td>Claim Source Description</td><td></td></tr><tr><td><code>ClaimSource.location</code></td><td>Claim Source Location</td><td></td></tr><tr><td><code>ClaimSource.sourceType</code></td><td>Source Type</td><td></td></tr><tr><td><code>ClaimSource.unitOfMeasure</code></td><td>Unit of Measure</td><td></td></tr><tr><td><code>ClaimSource.reportingFrequency</code></td><td>Reporting Frequency</td><td>New in v3</td></tr><tr><td><code>ClaimSource.sourceIdentifier</code></td><td>Source Identifier</td><td></td></tr><tr><td><code>ClaimSource.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>ClaimSource.variableTemplates</code></td><td>Variable Templates</td><td>New in v3</td></tr><tr><td><code>ImpactClaim.id</code></td><td>Impact Claim Identifier</td><td></td></tr><tr><td><code>ImpactClaim.aimId</code></td><td>Activity Impact Module Reference</td><td></td></tr><tr><td><code>ImpactClaim.processedClaimId</code></td><td>Processed Claim Reference</td><td></td></tr><tr><td><code>ImpactClaim.claimGroupId</code></td><td>Claim Group ID</td><td>New in v3</td></tr><tr><td><code>ImpactClaim.startDate</code></td><td>Start Date</td><td>New in v3</td></tr><tr><td><code>ImpactClaim.endDate</code></td><td>End Date</td><td>New in v3</td></tr><tr><td><code>ImpactClaim.unit</code></td><td>Unit of Measure</td><td></td></tr><tr><td><code>ImpactClaim.quantity</code></td><td>Quantity</td><td></td></tr><tr><td><code>ImpactClaim.co-benefits</code></td><td>Co-Benefits</td><td>New in v3</td></tr><tr><td><code>ImpactClaim.checkpoints</code></td><td>Checkpoints</td><td></td></tr><tr><td><code>ImpactClaim.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>ImpactClaim.formulas</code></td><td>Formulas</td><td>New in v3</td></tr><tr><td><code>Checkpoint.id</code></td><td>Checkpoint ID</td><td>New in v3</td></tr><tr><td><code>Checkpoint.claimId</code></td><td>Claim ID</td><td>New in v3</td></tr><tr><td><code>Checkpoint.claimSourceIds</code></td><td>Claim Source IDs</td><td>New in v3</td></tr><tr><td><code>Checkpoint.projectDeveloperId</code></td><td>Project Developer ID</td><td>New in v3</td></tr><tr><td><code>Checkpoint.efBefore</code></td><td>EF Before</td><td>New in v3</td></tr><tr><td><code>Checkpoint.efAfter</code></td><td>EF After</td><td>New in v3</td></tr><tr><td><code>Checkpoint.checkpointDateRange</code></td><td>Checkpoint Date Range</td><td>New in v3</td></tr><tr><td><code>Checkpoint.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>Checkpoint.variables</code></td><td>Variables</td><td>New in v3</td></tr><tr><td><code>Checkpoint.dataPackages</code></td><td>Data Packages</td><td>New in v3</td></tr><tr><td><code>DataPackage.manifest</code></td><td>Manifest</td><td>New in v3</td></tr><tr><td><code>DataPackage.verifiedLinkToCheckpointData</code></td><td>Verified Link to Checkpoint Data</td><td>New in v3</td></tr><tr><td><code>Manifest.id</code></td><td>Manifest Identifier</td><td></td></tr><tr><td><code>Manifest.version</code></td><td>Manifest Version</td><td></td></tr><tr><td><code>Manifest.aioId</code></td><td>AIO ID</td><td>New in v3</td></tr><tr><td><code>Manifest.aimId</code></td><td>Activity Impact Module Reference</td><td></td></tr><tr><td><code>Manifest.claimId</code></td><td>Claim Identifier</td><td></td></tr><tr><td><code>Manifest.processedClaimId</code></td><td>Processed Claim ID</td><td>New in v3</td></tr><tr><td><code>Manifest.projectDeveloperId</code></td><td>Project Developer Reference</td><td></td></tr><tr><td><code>Manifest.created</code></td><td>Creation Date</td><td></td></tr><tr><td><code>Manifest.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>Manifest.files</code></td><td>Files</td><td>New in v3</td></tr><tr><td><code>DataFile.name</code></td><td>Data File Name</td><td>New in v3</td></tr><tr><td><code>DataFile.type</code></td><td>Data File Type</td><td>New in v3</td></tr><tr><td><code>DataFile.description</code></td><td>Data File Description</td><td>New in v3</td></tr><tr><td><code>DataFile.claimSourceId</code></td><td>Claim Source ID</td><td>New in v3</td></tr><tr><td><code>DataFile.claimSourceAttestation</code></td><td>Claim Source Attestation</td><td>New in v3</td></tr><tr><td><code>DataFile.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>ClaimGroup.id</code></td><td>Claim Group ID</td><td>New in v3</td></tr><tr><td><code>ClaimGroup.opaId</code></td><td>OPA ID</td><td>New in v3</td></tr><tr><td><code>ClaimGroup.name</code></td><td>Claim Group Name</td><td>New in v3</td></tr><tr><td><code>ClaimGroup.description</code></td><td>Claim Group Description</td><td>New in v3</td></tr><tr><td><code>ClaimGroup.impactClaims</code></td><td>Impact Claims</td><td>New in v3</td></tr><tr><td><code>ClaimGroup.processedClaims</code></td><td>Processed Claims</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.id</code></td><td>Extension Set ID</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.name</code></td><td>Extension Set Name</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.version</code></td><td>Extension Set Version</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.description</code></td><td>Extension Set Description</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.documentation</code></td><td>Documentation</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.modules</code></td><td>Modules</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.entityExtensionTemplates</code></td><td>Entity Extension Templates</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.extensionMessage</code></td><td>Extension Message</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.formulaTemplates</code></td><td>Formula Templates</td><td>New in v3</td></tr><tr><td><code>ExtensionSet.variableTemplates</code></td><td>Variable Templates</td><td>New in v3</td></tr><tr><td><code>ExtensionSetModule.id</code></td><td>Extension Set Module ID</td><td>New in v3</td></tr><tr><td><code>ExtensionSetModule.name</code></td><td>Extension Set Module Name</td><td>New in v3</td></tr><tr><td><code>ExtensionSetModule.version</code></td><td>Extension Set Module Version</td><td>New in v3</td></tr><tr><td><code>ExtensionSetModule.description</code></td><td>Extension Set Module Description</td><td>New in v3</td></tr><tr><td><code>ExtensionSetModule.documentation</code></td><td>Documentation</td><td>New in v3</td></tr><tr><td><code>ExtensionSetModule.entityExtensionTemplates</code></td><td>Entity Extension Templates</td><td>New in v3</td></tr><tr><td><code>ExtensionSetModule.messagePairs</code></td><td>Message Pairs</td><td>New in v3</td></tr><tr><td><code>ExtensionSetModule.formulaTemplates</code></td><td>Formula Templates</td><td>New in v3</td></tr><tr><td><code>ExtensionSetModule.variableTemplates</code></td><td>Variable Templates</td><td>New in v3</td></tr><tr><td><code>MessagePair.id</code></td><td>Message Pair ID</td><td>New in v3</td></tr><tr><td><code>MessagePair.name</code></td><td>Message Pair Name</td><td>New in v3</td></tr><tr><td><code>MessagePair.version</code></td><td>Message Pair Version</td><td>New in v3</td></tr><tr><td><code>MessagePair.description</code></td><td>Message Pair Description</td><td>New in v3</td></tr><tr><td><code>MessagePair.documentation</code></td><td>Documentation</td><td>New in v3</td></tr><tr><td><code>MessagePair.requestDefinition</code></td><td>Request Definition</td><td>New in v3</td></tr><tr><td><code>MessagePair.responseDefinition</code></td><td>Response Definition</td><td>New in v3</td></tr><tr><td><code>Message.id</code></td><td>ID</td><td>New in v3</td></tr><tr><td><code>Message.messageType</code></td><td>Message Type</td><td>New in v3</td></tr><tr><td><code>Message.senderId</code></td><td>Sender ID</td><td>New in v3</td></tr><tr><td><code>Message.correlationId</code></td><td>Correlation ID</td><td>New in v3</td></tr><tr><td><code>Message.conversationId</code></td><td>Conversation ID</td><td>New in v3</td></tr><tr><td><code>Message.closed</code></td><td>Closed</td><td>New in v3</td></tr><tr><td><code>Message.message</code></td><td>Message</td><td>New in v3</td></tr><tr><td><code>AnyData.protoData</code></td><td>Proto Data</td><td>New in v3</td></tr><tr><td><code>AnyData.dataType</code></td><td>Data Type</td><td>New in v3</td></tr><tr><td><code>AnyData.value</code></td><td>Value</td><td>New in v3</td></tr><tr><td><code>EntityExtensionTemplate.id</code></td><td>Entity Extension Template ID</td><td>New in v3</td></tr><tr><td><code>EntityExtensionTemplate.name</code></td><td>Entity Extension Template Name</td><td>New in v3</td></tr><tr><td><code>EntityExtensionTemplate.version</code></td><td>Entity Extension Template Version</td><td>New in v3</td></tr><tr><td><code>EntityExtensionTemplate.description</code></td><td>Entity Extension Template Description</td><td>New in v3</td></tr><tr><td><code>EntityExtensionTemplate.documentation</code></td><td>Documentation</td><td>New in v3</td></tr><tr><td><code>EntityExtensionTemplate.extensionContext</code></td><td>Extension Context</td><td>New in v3</td></tr><tr><td><code>EntityExtensionTemplate.dataSchemaOrType</code></td><td>Data Schema or Type</td><td>New in v3</td></tr><tr><td><code>EntityExtensionTemplate.dataExample</code></td><td>Data Example</td><td>New in v3</td></tr><tr><td><code>EntityExtension.id</code></td><td>Entity Extension ID</td><td>New in v3</td></tr><tr><td><code>EntityExtension.templateId</code></td><td>Template ID</td><td>New in v3</td></tr><tr><td><code>EntityExtension.data</code></td><td>Entity Extension Data</td><td>New in v3</td></tr><tr><td><code>EntityExtension.appliedToId</code></td><td>Applied to ID</td><td>New in v3</td></tr><tr><td><code>EntityExtension.extensionContext</code></td><td>Extension Context</td><td>New in v3</td></tr><tr><td><code>FormulaTemplate.id</code></td><td>Formula Template ID</td><td>New in v3</td></tr><tr><td><code>FormulaTemplate.name</code></td><td>Formula Template Name</td><td>New in v3</td></tr><tr><td><code>FormulaTemplate.version</code></td><td>Formula Template Version</td><td>New in v3</td></tr><tr><td><code>FormulaTemplate.formula</code></td><td>Formula</td><td>New in v3</td></tr><tr><td><code>FormulaTemplate.description</code></td><td>Formula Template Description</td><td>New in v3</td></tr><tr><td><code>FormulaTemplate.documentation</code></td><td>Documentation</td><td>New in v3</td></tr><tr><td><code>FormulaTemplate.dataSchemaOrType</code></td><td>Data Schema or Type</td><td>New in v3</td></tr><tr><td><code>FormulaTemplate.dataExample</code></td><td>Data Example</td><td>New in v3</td></tr><tr><td><code>FormulaTemplate.variableTemplates</code></td><td>Variable Templates</td><td>New in v3</td></tr><tr><td><code>Formula.id</code></td><td>ID</td><td>New in v3</td></tr><tr><td><code>Formula.templateId</code></td><td>Template ID</td><td>New in v3</td></tr><tr><td><code>Formula.data</code></td><td>Data</td><td>New in v3</td></tr><tr><td><code>Formula.variables</code></td><td>Variables</td><td>New in v3</td></tr><tr><td><code>Formula.extensionContext</code></td><td>Extension Context</td><td>New in v3</td></tr><tr><td><code>VariableTemplate.id</code></td><td>Variable Template ID</td><td>New in v3</td></tr><tr><td><code>VariableTemplate.name</code></td><td>Variable Template Name</td><td>New in v3</td></tr><tr><td><code>VariableTemplate.version</code></td><td>Variable Template Version</td><td>New in v3</td></tr><tr><td><code>VariableTemplate.description</code></td><td>Variable Template Description</td><td>New in v3</td></tr><tr><td><code>VariableTemplate.documentation</code></td><td>Documentation</td><td>New in v3</td></tr><tr><td><code>VariableTemplate.alias</code></td><td>Alias</td><td>New in v3</td></tr><tr><td><code>VariableTemplate.dataSchemaOrType</code></td><td>Data Schema or Type</td><td>New in v3</td></tr><tr><td><code>VariableTemplate.dataExample</code></td><td>Data Example</td><td>New in v3</td></tr><tr><td><code>Variable.id</code></td><td>ID</td><td>New in v3</td></tr><tr><td><code>Variable.templateId</code></td><td>Template ID</td><td>New in v3</td></tr><tr><td><code>Variable.data</code></td><td>Data</td><td>New in v3</td></tr><tr><td><code>Variable.claimSourceId</code></td><td>Claim Source ID</td><td>New in v3</td></tr><tr><td><code>Variable.extensionContext</code></td><td>Extension Context</td><td>New in v3</td></tr><tr><td><code>ProcessedClaim.id</code></td><td>Processed Claim Identifier</td><td></td></tr><tr><td><code>ProcessedClaim.opaId</code></td><td>OPA ID</td><td>New in v3</td></tr><tr><td><code>ProcessedClaim.impactClaimId</code></td><td>Impact Claim Reference</td><td></td></tr><tr><td><code>ProcessedClaim.claimGroupId</code></td><td>Claim Group ID</td><td>New in v3</td></tr><tr><td><code>ProcessedClaim.creditId</code></td><td>Credit Identifier</td><td></td></tr><tr><td><code>ProcessedClaim.unit</code></td><td>Unit of Measure</td><td></td></tr><tr><td><code>ProcessedClaim.quantity</code></td><td>Quantity</td><td></td></tr><tr><td><code>ProcessedClaim.co-benefits</code></td><td>Co-Benefits</td><td>New in v3</td></tr><tr><td><code>ProcessedClaim.formulas</code></td><td>Formulas</td><td>New in v3</td></tr><tr><td><code>ProcessedClaim.checkpointResults</code></td><td>Checkpoint Results</td><td></td></tr><tr><td><code>ProcessedClaim.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>ProcessedClaim.issuanceRequest</code></td><td>Issuance Request</td><td></td></tr><tr><td><code>CheckpointResult.id</code></td><td>Checkpoint Result Identifier</td><td></td></tr><tr><td><code>CheckpointResult.checkpointId</code></td><td>Checkpoint Identifier</td><td></td></tr><tr><td><code>CheckpointResult.verifiedLinkToProcessDataResult</code></td><td>Verified Link to Process Data Result</td><td>New in v3</td></tr><tr><td><code>CheckpointResult.dateRange</code></td><td>Date Range</td><td></td></tr><tr><td><code>CheckpointResult.efBefore</code></td><td>Emissions Factor Before</td><td></td></tr><tr><td><code>CheckpointResult.efAfter</code></td><td>Emissions Factor After</td><td></td></tr><tr><td><code>CheckpointResult.status</code></td><td>Checkpoint Result Status</td><td>New in v3</td></tr><tr><td><code>CheckpointResult.comment</code></td><td>Comment</td><td>New in v3</td></tr><tr><td><code>CheckpointResult.variables</code></td><td>Variables</td><td>New in v3</td></tr><tr><td><code>CheckpointResult.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.id</code></td><td>Agreement ID</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.name</code></td><td>Agreement Name</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.description</code></td><td>Agreement Description</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.projectModules</code></td><td>Project Modules</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.signatories</code></td><td>Signatories</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.qualityStandard</code></td><td>Quality Standard</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.mrvRequirements</code></td><td>MRV Requirements</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.agreementDate</code></td><td>Agreement Date</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.estimatedAnnualCredits</code></td><td>Estimated Annual Credits</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.AuditSchedule</code></td><td>Audit Schedule</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.Audits</code></td><td>Audits</td><td>New in v3</td></tr><tr><td><code>OriginationProcessAgreement.entityExtensions</code></td><td>Entity Extensions</td><td>New in v3</td></tr><tr><td><code>CRU.id</code></td><td>Carbon Removal Unit Identifier</td><td></td></tr><tr><td><code>CRU.quantity</code></td><td>Quantity</td><td></td></tr><tr><td><code>CRU.unit</code></td><td>Unit of Measure</td><td></td></tr><tr><td><code>CRU.ownerId</code></td><td>Owner Identifier</td><td></td></tr><tr><td><code>CRU.listingAgentId</code></td><td>Listing Agent Identifier</td><td></td></tr><tr><td><code>CRU.assetId</code></td><td>Asset ID</td><td>New in v3</td></tr><tr><td><code>CRU.issuanceDate</code></td><td>Issuance Date</td><td>New in v3</td></tr><tr><td><code>CRU.vintage</code></td><td>Vintage</td><td>New in v3</td></tr><tr><td><code>CRU.coreCarbonPrinciples</code></td><td>Core Carbon Principles</td><td></td></tr><tr><td><code>CRU.climateLabels</code></td><td>Climate Labels</td><td></td></tr><tr><td><code>CRU.status</code></td><td>Status</td><td></td></tr><tr><td><code>CRU.referencedCru</code></td><td>Referenced CRU</td><td>New in v3</td></tr><tr><td><code>CRU.appliedToReportingPeriodId</code></td><td>Applied to Reporting Period ID</td><td>New in v3</td></tr><tr><td><code>CRU.processedClaimId</code></td><td>Processed Claim Identifier</td><td></td></tr><tr><td><code>CRU.issuerId</code></td><td>Issuer Identifier</td><td></td></tr><tr><td><code>CoreCarbonPrinciples.generationType</code></td><td>Generation Type</td><td></td></tr><tr><td><code>CoreCarbonPrinciples.verificationStandard</code></td><td>Verification Standard</td><td></td></tr><tr><td><code>CoreCarbonPrinciples.mitigationActivity</code></td><td>Mitigation Activity</td><td></td></tr><tr><td><code>CoreCarbonPrinciples.durability</code></td><td>Durability</td><td></td></tr><tr><td><code>CoreCarbonPrinciples.replacement</code></td><td>Replacement</td><td></td></tr><tr><td><code>CoreCarbonPrinciples.paCompliance</code></td><td>PA Compliance</td><td>New in v3</td></tr><tr><td><code>CoreCarbonPrinciples.quantifiedSDGImpacts</code></td><td>Quantified SDG Impacts</td><td>New in v3</td></tr><tr><td><code>CoreCarbonPrinciples.adaptionCoBenefits</code></td><td>Adaptation Co-Benefits</td><td>New in v3</td></tr><tr><td><code>Durability.storageType</code></td><td>Storage Type</td><td></td></tr><tr><td><code>Durability.years</code></td><td>Duration in Years</td><td></td></tr><tr><td><code>Durability.degradable</code></td><td>Degradable Component</td><td></td></tr><tr><td><code>Durability.reversalMitigation</code></td><td>Reversal Mitigation</td><td></td></tr><tr><td><code>Degradable.percentage</code></td><td>Degradation Percentage</td><td></td></tr><tr><td><code>Degradable.factor</code></td><td>Degradation Factor</td><td></td></tr><tr><td><code>Degradable.degredationType</code></td><td>Degredation Type</td><td>New in v3</td></tr><tr><td><code>Replacement.replacesId</code></td><td>Replaces Identifier</td><td></td></tr><tr><td><code>Replacement.replacementDate</code></td><td>Replacement Date</td><td></td></tr><tr><td><code>Replacement.notes</code></td><td>Replacement Notes</td><td></td></tr><tr><td><code>Co-Benefit.un-sdg</code></td><td>UN SDG</td><td>New in v3</td></tr><tr><td><code>Co-Benefit.description</code></td><td>Description</td><td>New in v3</td></tr><tr><td><code>ReversalMitigation.reversalRisk</code></td><td>Reversal Risk</td><td></td></tr><tr><td><code>ReversalMitigation.insuranceType</code></td><td>Insurance Type</td><td></td></tr><tr><td><code>ReversalMitigation.insurancePolicyOwner</code></td><td>Insurance Policy Owner</td><td></td></tr><tr><td><code>ReversalMitigation.insurancePolicyLink</code></td><td>Insurance Policy Link</td><td></td></tr><tr><td><code>PACompliance.correspondingAdjustment</code></td><td>Corresponding Adjustment</td><td>New in v3</td></tr><tr><td><code>PACompliance.letterOfApproval</code></td><td>Letter of Approval</td><td></td></tr><tr><td><code>PACompliance.itmoId</code></td><td>ITMO ID</td><td>New in v3</td></tr><tr><td><code>REC.id</code></td><td>Renewable Energy Certificate Identifier</td><td></td></tr><tr><td><code>REC.type</code></td><td>Type</td><td>New in v3</td></tr><tr><td><code>REC.validJurisdiction</code></td><td>Valid Jurisdiction</td><td></td></tr><tr><td><code>REC.quantity</code></td><td>Quantity</td><td></td></tr><tr><td><code>REC.unit</code></td><td>Unit of Measure</td><td></td></tr><tr><td><code>REC.ownerId</code></td><td>Owner Identifier</td><td></td></tr><tr><td><code>REC.listingAgentId</code></td><td>Listing Agent Identifier</td><td></td></tr><tr><td><code>REC.climateLabels</code></td><td>Climate Labels</td><td></td></tr><tr><td><code>REC.status</code></td><td>Status</td><td></td></tr><tr><td><code>REC.referencedRec</code></td><td>Referenced REC</td><td></td></tr><tr><td><code>REC.appliedToReportingPeriodId</code></td><td>Applied to Reporting Period ID</td><td>New in v3</td></tr><tr><td><code>REC.processedClaimId</code></td><td>Processed Claim Identifier</td><td></td></tr><tr><td><code>REC.issuerId</code></td><td>Issuer Identifier</td><td></td></tr><tr><td><code>ClimateLabel.id</code></td><td>Climate Label Identifier</td><td></td></tr><tr><td><code>ClimateLabel.name</code></td><td>Climate Label Name</td><td></td></tr><tr><td><code>ClimateLabel.description</code></td><td>Climate Label Description</td><td></td></tr><tr><td><code>VerifiedLink.id</code></td><td>Verified Link Identifier</td><td></td></tr><tr><td><code>VerifiedLink.uri</code></td><td>Link URI</td><td></td></tr><tr><td><code>VerifiedLink.description</code></td><td>Link Description</td><td></td></tr><tr><td><code>VerifiedLink.hashProof</code></td><td>Hash Proof</td><td></td></tr><tr><td><code>VerifiedLink.hashAlgorithm</code></td><td>Hash Algorithm</td><td></td></tr><tr><td><code>ReferencedCredit.referencedCreditId</code></td><td>Referenced Credit ID</td><td>New in v3</td></tr><tr><td><code>ReferencedCredit.registryLink</code></td><td>Registry Link</td><td>New in v3</td></tr><tr><td><code>ReferencedCredit.metadata</code></td><td>Metadata</td><td>New in v3</td></tr><tr><td><code>Audits.lastAuditDate</code></td><td>Last Audit Date</td><td>New in v3</td></tr><tr><td><code>Audits.auditReports</code></td><td>Audit Reports</td><td></td></tr><tr><td><code>Signatory.id</code></td><td>Signatory Identifier</td><td></td></tr><tr><td><code>Signatory.name</code></td><td>Signatory Name</td><td></td></tr><tr><td><code>Signatory.description</code></td><td>Signatory Description</td><td></td></tr><tr><td><code>Signatory.signatoryRole</code></td><td>Signatory Role</td><td></td></tr><tr><td><code>Signatory.vvbIdForAim</code></td><td>VVB ID For AIM</td><td>New in v3</td></tr><tr><td><code>Signatory.signature</code></td><td>Signature</td><td></td></tr><tr><td><code>DigitalSignature.type</code></td><td>Signature Type</td><td></td></tr><tr><td><code>DigitalSignature.jws</code></td><td>JWS</td><td></td></tr><tr><td><code>DigitalSignature.credential</code></td><td>Credential</td><td>New in v3</td></tr><tr><td><code>Credential.context</code></td><td>Context</td><td></td></tr><tr><td><code>Credential.id</code></td><td>Credential Identifier</td><td></td></tr><tr><td><code>Credential.type</code></td><td>Credential Type</td><td></td></tr><tr><td><code>Credential.issuer</code></td><td>Issuer</td><td></td></tr><tr><td><code>Credential.issuanceDate</code></td><td>Issuance Date</td><td></td></tr><tr><td><code>Credential.credentialSubject</code></td><td>Credential Subject</td><td></td></tr><tr><td><code>Credential.proof</code></td><td>Proof</td><td></td></tr><tr><td><code>CredentialSubject.id</code></td><td>Subject Identifier</td><td></td></tr><tr><td><code>CredentialSubject.property</code></td><td>Subject Property</td><td></td></tr><tr><td><code>Proof.type</code></td><td>Proof Type</td><td></td></tr><tr><td><code>Proof.created</code></td><td>Proof Creation Date</td><td></td></tr><tr><td><code>Proof.proofPurpose</code></td><td>Proof Purpose</td><td></td></tr><tr><td><code>Proof.verificationMethod</code></td><td>Verification Method</td><td></td></tr><tr><td><code>Proof.challenge</code></td><td>Challenge</td><td></td></tr><tr><td><code>Proof.domain</code></td><td>Domain</td><td></td></tr><tr><td><code>Proof.jws</code></td><td>JWS</td><td></td></tr><tr><td><code>VerifiablePresentation.id</code></td><td>Presentation ID</td><td>New in v3</td></tr><tr><td><code>VerifiablePresentation.type</code></td><td>Presentation Type</td><td>New in v3</td></tr><tr><td><code>VerifiablePresentation.holder</code></td><td>Holder</td><td>New in v3</td></tr><tr><td><code>VerifiablePresentation.credentials</code></td><td>Credentials</td><td>New in v3</td></tr><tr><td><code>VerifiablePresentation.proof</code></td><td>Proof</td><td>New in v3</td></tr><tr><td><code>Attestation.tag</code></td><td>Attestation Tag</td><td></td></tr><tr><td><code>Attestation.type</code></td><td>Attestation Type</td><td></td></tr><tr><td><code>Attestation.proof_type</code></td><td>Proof Type</td><td>New in v3</td></tr><tr><td><code>Attestation.attestor</code></td><td>Attestor</td><td></td></tr><tr><td><code>Attestation.signature</code></td><td>Signature</td><td></td></tr><tr><td><code>Tag.id</code></td><td>ID</td><td>New in v3</td></tr><tr><td><code>Tag.name</code></td><td>Tag Name</td><td></td></tr><tr><td><code>Tag.context</code></td><td>Tag Context</td><td></td></tr><tr><td><code>Tag.description</code></td><td>Tag Description</td><td></td></tr><tr><td><code>MitigationActivity.carbonCategory</code></td><td>Carbon Category</td><td>New in v3</td></tr><tr><td><code>MitigationActivity.method</code></td><td>Mitigation Method</td><td></td></tr><tr><td><code>GeographicLocation.id</code></td><td>ID</td><td>New in v3</td></tr><tr><td><code>GeographicLocation.latitude</code></td><td>Latitude</td><td></td></tr><tr><td><code>GeographicLocation.longitude</code></td><td>Longitude</td><td></td></tr><tr><td><code>GeographicLocation.geoJsonOrKml</code></td><td>GeoJSON/KML</td><td></td></tr><tr><td><code>GeographicLocation.geographicLocationFile</code></td><td>Geographic Location File</td><td></td></tr><tr><td><code>QualityStandard.name</code></td><td>Quality Standard Name</td><td></td></tr><tr><td><code>QualityStandard.description</code></td><td>Quality Standard Description</td><td></td></tr><tr><td><code>QualityStandard.standard</code></td><td>Standard Reference</td><td></td></tr><tr><td><code>QualityStandard.methdologyAndTools</code></td><td>Methodology and Tools</td><td>New in v3</td></tr><tr><td><code>QualityStandard.version</code></td><td>Standard Version</td><td></td></tr><tr><td><code>QualityStandard.co-benefits</code></td><td>Co-Benefits</td><td>New in v3</td></tr><tr><td><code>QualityStandard.standardLink</code></td><td>Standard Link</td><td></td></tr><tr><td><code>MRVRequirements.MeasurementSpecification</code></td><td>Measurement Specification</td><td>New in v3</td></tr><tr><td><code>MRVRequirements.specificationLink</code></td><td>Specification Link</td><td></td></tr><tr><td><code>MRVRequirements.precision</code></td><td>Precision Level</td><td></td></tr><tr><td><code>MRVRequirements.claimPeriod</code></td><td>Claim Period</td><td></td></tr><tr><td><code>MRVRequirements.extensionSetId</code></td><td>Extension Set ID</td><td>New in v3</td></tr><tr><td><code>PrecisionMix.low</code></td><td>Low Precision</td><td></td></tr><tr><td><code>PrecisionMix.medium</code></td><td>Medium Precision</td><td></td></tr><tr><td><code>PrecisionMix.high</code></td><td>High Precision</td><td></td></tr><tr><td><code>DateRange.start</code></td><td>Start</td><td>New in v3</td></tr><tr><td><code>DateRange.end</code></td><td>End</td><td>New in v3</td></tr><tr><td><code>DatePoint.date</code></td><td>Date</td><td></td></tr><tr><td><code>DatePoint.timestamp</code></td><td>Timestamp</td><td>New in v3</td></tr><tr><td><code>Date.dateTime</code></td><td>Date Time</td><td></td></tr><tr><td><code>Date.dateString</code></td><td>Date String</td><td></td></tr></tbody></table>

## IWA v1 properties (legacy)

273 properties, retained for schemas created before Guardian 3.7.0. The Notes column shows where each one went in v3.

<table><thead><tr><th width="380">Property</th><th width="260">Label</th><th width="300">Notes</th></tr></thead><tbody><tr><td><code>AccountableImpactOrganization.id</code></td><td>Organization Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>AccountableImpactOrganization.name</code></td><td>Organization Name</td><td>Unchanged in v3</td></tr><tr><td><code>AccountableImpactOrganization.description</code></td><td>Organization Description</td><td>Unchanged in v3</td></tr><tr><td><code>AccountableImpactOrganization.addresses</code></td><td>Organization Addresses</td><td>Unchanged in v3</td></tr><tr><td><code>AccountableImpactOrganization.owners</code></td><td>Organization Owners</td><td>Unchanged in v3</td></tr><tr><td><code>AccountableImpactOrganization.country</code></td><td>Organization Country</td><td>→ ActivityImpactModule.country</td></tr><tr><td><code>AccountableImpactOrganization.region</code></td><td>Organization Region</td><td>→ ActivityImpactModule.region</td></tr><tr><td><code>AccountableImpactOrganization.informationLink</code></td><td>Information Link</td><td>Unchanged in v3</td></tr><tr><td><code>AccountableImpactOrganization.mediaLinks</code></td><td>Media Links</td><td>Unchanged in v3</td></tr><tr><td><code>AccountableImpactOrganization.attestations</code></td><td>Attestations</td><td>Unchanged in v3</td></tr><tr><td><code>AccountableImpactOrganization.activityImpactModules</code></td><td>Activity Impact Modules</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.id</code></td><td>Module Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.aioId</code></td><td>Organization Reference</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.name</code></td><td>Module Name</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.classificationCategory</code></td><td>Classification Category</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.classificationMethod</code></td><td>Classification Method</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.benefitCategory</code></td><td>Benefit Category</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.projectScope</code></td><td>Project Scope</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.projectType</code></td><td>Project Type</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.projectScale</code></td><td>Project Scale</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.arbId</code></td><td>ARB Project Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.geographicLocation</code></td><td>Geographic Location</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.firstYearIssuance</code></td><td>First Year of Issuance</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.registryProjectId</code></td><td>Registry Project Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.developers</code></td><td>Project Developers</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.sponsors</code></td><td>Project Sponsors</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.claimSources</code></td><td>Claim Sources</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.impactClaims</code></td><td>Impact Claims</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.mrvExtensions</code></td><td>MRV Extensions</td><td>→ ActivityImpactModule.entityExtensions</td></tr><tr><td><code>ActivityImpactModule.validations</code></td><td>Validations</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.attestations</code></td><td>Attestations</td><td>Unchanged in v3</td></tr><tr><td><code>ActivityImpactModule.accountableImpactOrganization</code></td><td>Accountable Organization</td><td>Removed in v3</td></tr><tr><td><code>ActivityImpactModule.projectStartDate</code></td><td>Project Start Date</td><td>Removed in v3</td></tr><tr><td><code>ActivityImpactModule.projectCreditingPeriod</code></td><td>Project Crediting Period</td><td>Removed in v3</td></tr><tr><td><code>ActivityImpactModule.projectMonitoringPeriod</code></td><td>Project Monitoring Period</td><td>Removed in v3</td></tr><tr><td><code>Address.addressType</code></td><td>Address Type</td><td>Unchanged in v3</td></tr><tr><td><code>Address.addressLines</code></td><td>Address Lines</td><td>Unchanged in v3</td></tr><tr><td><code>Address.city</code></td><td>City</td><td>Unchanged in v3</td></tr><tr><td><code>Address.state</code></td><td>State/Province</td><td>Unchanged in v3</td></tr><tr><td><code>Address.zip</code></td><td>Postal Code</td><td>→ Address.postalCode</td></tr><tr><td><code>Address.country</code></td><td>Country</td><td>Unchanged in v3</td></tr><tr><td><code>Any.typeUrl</code></td><td>Type URL</td><td>Removed in v3</td></tr><tr><td><code>Any.value</code></td><td>Value</td><td>Removed in v3</td></tr><tr><td><code>Attestation.tag</code></td><td>Attestation Tag</td><td>Unchanged in v3</td></tr><tr><td><code>Attestation.type</code></td><td>Attestation Type</td><td>Unchanged in v3</td></tr><tr><td><code>Attestation.proofType</code></td><td>Proof Type</td><td>→ Attestation.proof_type</td></tr><tr><td><code>Attestation.attestor</code></td><td>Attestor</td><td>Unchanged in v3</td></tr><tr><td><code>Attestation.signature</code></td><td>Signature</td><td>Unchanged in v3</td></tr><tr><td><code>Audits.auditDate</code></td><td>Audit Date</td><td>→ Audits.lastAuditDate</td></tr><tr><td><code>Audits.auditReports</code></td><td>Audit Reports</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.id</code></td><td>Carbon Removal Unit Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.quantity</code></td><td>Quantity</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.unit</code></td><td>Unit of Measure</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.ownerId</code></td><td>Owner Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.listingAgentId</code></td><td>Listing Agent Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.coreCarbonPrinciples</code></td><td>Core Carbon Principles</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.climateLabels</code></td><td>Climate Labels</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.status</code></td><td>Status</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.referencedCredit</code></td><td>Referenced Credit</td><td>→ CRU.referencedCru</td></tr><tr><td><code>CRU.appliedToId</code></td><td>Applied To Identifier</td><td>→ CRU.appliedToReportingPeriodId</td></tr><tr><td><code>CRU.processedClaimId</code></td><td>Processed Claim Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.issuerId</code></td><td>Issuer Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>CRU.processedClaim</code></td><td>Processed Claim</td><td>Removed in v3</td></tr><tr><td><code>CheckpointResult.id</code></td><td>Checkpoint Result Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>CheckpointResult.checkpointId</code></td><td>Checkpoint Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>CheckpointResult.linkToVerificationData</code></td><td>Link to Verification Data</td><td>→ CheckpointResult.verifiedLinkToProcessDataResult</td></tr><tr><td><code>CheckpointResult.dateRange</code></td><td>Date Range</td><td>Unchanged in v3</td></tr><tr><td><code>CheckpointResult.efBefore</code></td><td>Emissions Factor Before</td><td>Unchanged in v3</td></tr><tr><td><code>CheckpointResult.efAfter</code></td><td>Emissions Factor After</td><td>Unchanged in v3</td></tr><tr><td><code>CheckpointResult.mrvExtensions</code></td><td>MRV Extensions</td><td>→ CheckpointResult.entityExtensions</td></tr><tr><td><code>ClaimSource.id</code></td><td>Claim Source Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>ClaimSource.aimId</code></td><td>Activity Impact Module Reference</td><td>Unchanged in v3</td></tr><tr><td><code>ClaimSource.name</code></td><td>Claim Source Name</td><td>Unchanged in v3</td></tr><tr><td><code>ClaimSource.description</code></td><td>Claim Source Description</td><td>Unchanged in v3</td></tr><tr><td><code>ClaimSource.location</code></td><td>Claim Source Location</td><td>Unchanged in v3</td></tr><tr><td><code>ClaimSource.sourceType</code></td><td>Source Type</td><td>Unchanged in v3</td></tr><tr><td><code>ClaimSource.unitOfMeasure</code></td><td>Unit of Measure</td><td>Unchanged in v3</td></tr><tr><td><code>ClaimSource.sourceIdentifier</code></td><td>Source Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>ClaimSource.mrvExtensions</code></td><td>MRV Extensions</td><td>→ ClaimSource.entityExtensions</td></tr><tr><td><code>ClimateLabel.id</code></td><td>Climate Label Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>ClimateLabel.name</code></td><td>Climate Label Name</td><td>Unchanged in v3</td></tr><tr><td><code>ClimateLabel.description</code></td><td>Climate Label Description</td><td>Unchanged in v3</td></tr><tr><td><code>CoBenefit.unSdg</code></td><td>UN SDG</td><td>→ Co-Benefit.un-sdg</td></tr><tr><td><code>CoBenefit.description</code></td><td>Co-Benefit Description</td><td>→ Co-Benefit.description</td></tr><tr><td><code>CoreCarbonPrinciples.assetId</code></td><td>Asset Identifier</td><td>→ CRU.assetId</td></tr><tr><td><code>CoreCarbonPrinciples.issuanceDate</code></td><td>Issuance Date</td><td>→ CRU.issuanceDate</td></tr><tr><td><code>CoreCarbonPrinciples.vintage</code></td><td>Vintage</td><td>→ CRU.vintage</td></tr><tr><td><code>CoreCarbonPrinciples.generationType</code></td><td>Generation Type</td><td>Unchanged in v3</td></tr><tr><td><code>CoreCarbonPrinciples.verificationStandard</code></td><td>Verification Standard</td><td>Unchanged in v3</td></tr><tr><td><code>CoreCarbonPrinciples.mitigationActivity</code></td><td>Mitigation Activity</td><td>Unchanged in v3</td></tr><tr><td><code>CoreCarbonPrinciples.durability</code></td><td>Durability</td><td>Unchanged in v3</td></tr><tr><td><code>CoreCarbonPrinciples.replacement</code></td><td>Replacement</td><td>Unchanged in v3</td></tr><tr><td><code>CoreCarbonPrinciples.parisAgreementCompliance</code></td><td>Paris Agreement Compliance</td><td>→ CoreCarbonPrinciples.paCompliance</td></tr><tr><td><code>CoreCarbonPrinciples.quantifiedSdgImpacts</code></td><td>Quantified SDG Impacts</td><td>→ CoreCarbonPrinciples.quantifiedSDGImpacts</td></tr><tr><td><code>CoreCarbonPrinciples.adaptationCoBenefits</code></td><td>Adaptation Co-Benefits</td><td>→ CoreCarbonPrinciples.adaptionCoBenefits</td></tr><tr><td><code>Credential.context</code></td><td>Context</td><td>Unchanged in v3</td></tr><tr><td><code>Credential.id</code></td><td>Credential Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>Credential.type</code></td><td>Credential Type</td><td>Unchanged in v3</td></tr><tr><td><code>Credential.issuer</code></td><td>Issuer</td><td>Unchanged in v3</td></tr><tr><td><code>Credential.issuanceDate</code></td><td>Issuance Date</td><td>Unchanged in v3</td></tr><tr><td><code>Credential.credentialSubject</code></td><td>Credential Subject</td><td>Unchanged in v3</td></tr><tr><td><code>Credential.proof</code></td><td>Proof</td><td>Unchanged in v3</td></tr><tr><td><code>CredentialSubject.id</code></td><td>Subject Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>CredentialSubject.property</code></td><td>Subject Property</td><td>Unchanged in v3</td></tr><tr><td><code>DataExtension.key</code></td><td>Extension Key</td><td>Removed in v3</td></tr><tr><td><code>DataExtension.value</code></td><td>Extension Value</td><td>Removed in v3</td></tr><tr><td><code>DataExtension.data</code></td><td>Extension Data</td><td>Removed in v3</td></tr><tr><td><code>Date.dateTime</code></td><td>Date Time</td><td>Unchanged in v3</td></tr><tr><td><code>Date.dateString</code></td><td>Date String</td><td>Unchanged in v3</td></tr><tr><td><code>DatePoint.date</code></td><td>Date</td><td>Unchanged in v3</td></tr><tr><td><code>DatePoint.timeStamp</code></td><td>Timestamp</td><td>→ DatePoint.timestamp</td></tr><tr><td><code>DateRange.startDate</code></td><td>Start Date</td><td>→ DateRange.start</td></tr><tr><td><code>DateRange.endDate</code></td><td>End Date</td><td>→ DateRange.end</td></tr><tr><td><code>Degradable.percentage</code></td><td>Degradation Percentage</td><td>Unchanged in v3</td></tr><tr><td><code>Degradable.factor</code></td><td>Degradation Factor</td><td>Unchanged in v3</td></tr><tr><td><code>Degradable.degradationType</code></td><td>Degradation Type</td><td>→ Degradable.degredationType</td></tr><tr><td><code>DigitalSignature.type</code></td><td>Signature Type</td><td>Unchanged in v3</td></tr><tr><td><code>DigitalSignature.jws</code></td><td>JWS</td><td>Unchanged in v3</td></tr><tr><td><code>DigitalSignature.vc</code></td><td>Verifiable Credential</td><td>→ DigitalSignature.credential</td></tr><tr><td><code>DigitalSignature.signatureCase</code></td><td>Signature Case</td><td>Removed in v3</td></tr><tr><td><code>Durability.storageType</code></td><td>Storage Type</td><td>Unchanged in v3</td></tr><tr><td><code>Durability.years</code></td><td>Duration in Years</td><td>Unchanged in v3</td></tr><tr><td><code>Durability.degradable</code></td><td>Degradable Component</td><td>Unchanged in v3</td></tr><tr><td><code>Durability.reversalMitigation</code></td><td>Reversal Mitigation</td><td>Unchanged in v3</td></tr><tr><td><code>GeographicLocation.longitude</code></td><td>Longitude</td><td>Unchanged in v3</td></tr><tr><td><code>GeographicLocation.latitude</code></td><td>Latitude</td><td>Unchanged in v3</td></tr><tr><td><code>GeographicLocation.geoJsonOrKml</code></td><td>GeoJSON/KML</td><td>Unchanged in v3</td></tr><tr><td><code>GeographicLocation.geographicLocationFile</code></td><td>Geographic Location File</td><td>Unchanged in v3</td></tr><tr><td><code>ImpactClaim.id</code></td><td>Impact Claim Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>ImpactClaim.aimId</code></td><td>Activity Impact Module Reference</td><td>Unchanged in v3</td></tr><tr><td><code>ImpactClaim.processedClaimId</code></td><td>Processed Claim Reference</td><td>Unchanged in v3</td></tr><tr><td><code>ImpactClaim.unit</code></td><td>Unit of Measure</td><td>Unchanged in v3</td></tr><tr><td><code>ImpactClaim.quantity</code></td><td>Quantity</td><td>Unchanged in v3</td></tr><tr><td><code>ImpactClaim.coBenefits</code></td><td>Co-Benefits</td><td>→ ImpactClaim.co-benefits</td></tr><tr><td><code>ImpactClaim.checkpoints</code></td><td>Checkpoints</td><td>Unchanged in v3</td></tr><tr><td><code>ImpactClaim.mrvExtensions</code></td><td>MRV Extensions</td><td>→ ImpactClaim.entityExtensions</td></tr><tr><td><code>ImpactClaim.activityImpactModule</code></td><td>Activity Impact Module</td><td>Removed in v3</td></tr><tr><td><code>ImpactClaimCheckpoint.id</code></td><td>Checkpoint Identifier</td><td>→ Checkpoint.id</td></tr><tr><td><code>ImpactClaimCheckpoint.claimId</code></td><td>Claim Identifier</td><td>→ Checkpoint.claimId</td></tr><tr><td><code>ImpactClaimCheckpoint.claimSourceIds</code></td><td>Claim Source References</td><td>→ Checkpoint.claimSourceIds</td></tr><tr><td><code>ImpactClaimCheckpoint.projectDeveloperId</code></td><td>Project Developer Reference</td><td>→ Checkpoint.projectDeveloperId</td></tr><tr><td><code>ImpactClaimCheckpoint.efBefore</code></td><td>Emissions Factor Before</td><td>→ Checkpoint.efBefore</td></tr><tr><td><code>ImpactClaimCheckpoint.efAfter</code></td><td>Emissions Factor After</td><td>→ Checkpoint.efAfter</td></tr><tr><td><code>ImpactClaimCheckpoint.checkpointDateRange</code></td><td>Checkpoint Date Range</td><td>→ Checkpoint.checkpointDateRange</td></tr><tr><td><code>ImpactClaimCheckpoint.verifiedLinkToCheckpointData</code></td><td>Verified Link to Data</td><td>→ DataPackage.verifiedLinkToCheckpointData</td></tr><tr><td><code>ImpactClaimCheckpoint.mrvExtensions</code></td><td>MRV Extensions</td><td>→ Checkpoint.entityExtensions</td></tr><tr><td><code>ImpactClaimCheckpoint.spanDataPackage</code></td><td>SPAN Data Package</td><td>→ Checkpoint.dataPackages</td></tr><tr><td><code>MRVRequirements.measurementSpecification</code></td><td>Measurement Specification</td><td>→ MRVRequirements.MeasurementSpecification</td></tr><tr><td><code>MRVRequirements.specificationLink</code></td><td>Specification Link</td><td>Unchanged in v3</td></tr><tr><td><code>MRVRequirements.precision</code></td><td>Precision Level</td><td>Unchanged in v3</td></tr><tr><td><code>MRVRequirements.claimPeriod</code></td><td>Claim Period</td><td>Unchanged in v3</td></tr><tr><td><code>Manifest.id</code></td><td>Manifest Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>Manifest.version</code></td><td>Manifest Version</td><td>Unchanged in v3</td></tr><tr><td><code>Manifest.aimId</code></td><td>Activity Impact Module Reference</td><td>Unchanged in v3</td></tr><tr><td><code>Manifest.claimId</code></td><td>Claim Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>Manifest.projectDeveloperId</code></td><td>Project Developer Reference</td><td>Unchanged in v3</td></tr><tr><td><code>Manifest.created</code></td><td>Creation Date</td><td>Unchanged in v3</td></tr><tr><td><code>Manifest.mrvExtensions</code></td><td>MRV Extensions</td><td>→ Manifest.entityExtensions</td></tr><tr><td><code>Manifest.sdpFiles</code></td><td>SDP Files</td><td>→ Manifest.files</td></tr><tr><td><code>MitigationActivity.category</code></td><td>Mitigation Category</td><td>→ MitigationActivity.carbonCategory</td></tr><tr><td><code>MitigationActivity.method</code></td><td>Mitigation Method</td><td>Unchanged in v3</td></tr><tr><td><code>MrvExtension.mrvExtensionContext</code></td><td>MRV Extension Context</td><td>Removed in v3</td></tr><tr><td><code>MrvExtension.typedExtension</code></td><td>Typed Extension</td><td>Removed in v3</td></tr><tr><td><code>MrvExtension.untypedExtension</code></td><td>Untyped Extension</td><td>Removed in v3</td></tr><tr><td><code>MrvExtension.extensionCase</code></td><td>Extension Case</td><td>Removed in v3</td></tr><tr><td><code>PACompliance.ca</code></td><td>Carbon Assurance</td><td>→ PACompliance.correspondingAdjustment</td></tr><tr><td><code>PACompliance.letterOfApproval</code></td><td>Letter of Approval</td><td>Unchanged in v3</td></tr><tr><td><code>PrecisionMix.low</code></td><td>Low Precision</td><td>Unchanged in v3</td></tr><tr><td><code>PrecisionMix.medium</code></td><td>Medium Precision</td><td>Unchanged in v3</td></tr><tr><td><code>PrecisionMix.high</code></td><td>High Precision</td><td>Unchanged in v3</td></tr><tr><td><code>ProcessedClaim.id</code></td><td>Processed Claim Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>ProcessedClaim.vpaId</code></td><td>Verification Process Agreement Reference</td><td>→ ProcessedClaim.opaId</td></tr><tr><td><code>ProcessedClaim.impactClaimId</code></td><td>Impact Claim Reference</td><td>Unchanged in v3</td></tr><tr><td><code>ProcessedClaim.creditId</code></td><td>Credit Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>ProcessedClaim.unit</code></td><td>Unit of Measure</td><td>Unchanged in v3</td></tr><tr><td><code>ProcessedClaim.quantity</code></td><td>Quantity</td><td>Unchanged in v3</td></tr><tr><td><code>ProcessedClaim.coBenefits</code></td><td>Co-Benefits</td><td>→ ProcessedClaim.co-benefits</td></tr><tr><td><code>ProcessedClaim.mrvExtensions</code></td><td>MRV Extensions</td><td>→ ProcessedClaim.entityExtensions</td></tr><tr><td><code>ProcessedClaim.checkpointResults</code></td><td>Checkpoint Results</td><td>Unchanged in v3</td></tr><tr><td><code>ProcessedClaim.issuanceRequest</code></td><td>Issuance Request</td><td>Unchanged in v3</td></tr><tr><td><code>ProcessedClaim.verificationProcessAgreement</code></td><td>Verification Process Agreement</td><td>Removed in v3</td></tr><tr><td><code>ProcessedClaim.impactClaim</code></td><td>Impact Claim</td><td>Removed in v3</td></tr><tr><td><code>ProcessedClaim.asset</code></td><td>Carbon Removal Asset</td><td>Removed in v3</td></tr><tr><td><code>Proof.type</code></td><td>Proof Type</td><td>Unchanged in v3</td></tr><tr><td><code>Proof.created</code></td><td>Proof Creation Date</td><td>Unchanged in v3</td></tr><tr><td><code>Proof.proofPurpose</code></td><td>Proof Purpose</td><td>Unchanged in v3</td></tr><tr><td><code>Proof.verificationMethod</code></td><td>Verification Method</td><td>Unchanged in v3</td></tr><tr><td><code>Proof.challenge</code></td><td>Challenge</td><td>Unchanged in v3</td></tr><tr><td><code>Proof.domain</code></td><td>Domain</td><td>Unchanged in v3</td></tr><tr><td><code>Proof.jws</code></td><td>JWS</td><td>Unchanged in v3</td></tr><tr><td><code>QualityStandard.name</code></td><td>Quality Standard Name</td><td>Unchanged in v3</td></tr><tr><td><code>QualityStandard.description</code></td><td>Quality Standard Description</td><td>Unchanged in v3</td></tr><tr><td><code>QualityStandard.standard</code></td><td>Standard Reference</td><td>Unchanged in v3</td></tr><tr><td><code>QualityStandard.methodologyAndTools</code></td><td>Methodology and Tools</td><td>→ QualityStandard.methdologyAndTools</td></tr><tr><td><code>QualityStandard.version</code></td><td>Standard Version</td><td>Unchanged in v3</td></tr><tr><td><code>QualityStandard.coBenefits</code></td><td>Co-Benefits</td><td>→ QualityStandard.co-benefits</td></tr><tr><td><code>QualityStandard.standardLink</code></td><td>Standard Link</td><td>Unchanged in v3</td></tr><tr><td><code>REC.id</code></td><td>Renewable Energy Certificate Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>REC.recType</code></td><td>REC Type</td><td>→ REC.type</td></tr><tr><td><code>REC.validJurisdiction</code></td><td>Valid Jurisdiction</td><td>Unchanged in v3</td></tr><tr><td><code>REC.quantity</code></td><td>Quantity</td><td>Unchanged in v3</td></tr><tr><td><code>REC.unit</code></td><td>Unit of Measure</td><td>Unchanged in v3</td></tr><tr><td><code>REC.ownerId</code></td><td>Owner Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>REC.listingAgentId</code></td><td>Listing Agent Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>REC.climateLabels</code></td><td>Climate Labels</td><td>Unchanged in v3</td></tr><tr><td><code>REC.status</code></td><td>Status</td><td>Unchanged in v3</td></tr><tr><td><code>REC.referencedRec</code></td><td>Referenced REC</td><td>Unchanged in v3</td></tr><tr><td><code>REC.appliedToId</code></td><td>Applied To Identifier</td><td>→ REC.appliedToReportingPeriodId</td></tr><tr><td><code>REC.processedClaimId</code></td><td>Processed Claim Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>REC.issuerId</code></td><td>Issuer Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>REC.processedClaim</code></td><td>Processed Claim</td><td>Removed in v3</td></tr><tr><td><code>ReferencedCredit.id</code></td><td>Referenced Credit Identifier</td><td>→ ReferencedCredit.referencedCreditId</td></tr><tr><td><code>ReferencedRec.id</code></td><td>Referenced REC Identifier</td><td>→ ReferencedCredit.referencedCreditId</td></tr><tr><td><code>Replacement.replacesId</code></td><td>Replaces Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>Replacement.replacementDate</code></td><td>Replacement Date</td><td>Unchanged in v3</td></tr><tr><td><code>Replacement.notes</code></td><td>Replacement Notes</td><td>Unchanged in v3</td></tr><tr><td><code>ReversalMitigation.reversalRisk</code></td><td>Reversal Risk</td><td>Unchanged in v3</td></tr><tr><td><code>ReversalMitigation.insuranceType</code></td><td>Insurance Type</td><td>Unchanged in v3</td></tr><tr><td><code>ReversalMitigation.insurancePolicyOwner</code></td><td>Insurance Policy Owner</td><td>Unchanged in v3</td></tr><tr><td><code>ReversalMitigation.insurancePolicyLink</code></td><td>Insurance Policy Link</td><td>Unchanged in v3</td></tr><tr><td><code>SdpFile.name</code></td><td>File Name</td><td>→ DataFile.name</td></tr><tr><td><code>SdpFile.type</code></td><td>File Type</td><td>→ DataFile.type</td></tr><tr><td><code>SdpFile.description</code></td><td>File Description</td><td>→ DataFile.description</td></tr><tr><td><code>SdpFile.claimSourceId</code></td><td>Claim Source Reference</td><td>→ DataFile.claimSourceId</td></tr><tr><td><code>SdpFile.claimSourceAttestation</code></td><td>Claim Source Attestation</td><td>→ DataFile.claimSourceAttestation</td></tr><tr><td><code>SdpFile.mrvExtensions</code></td><td>MRV Extensions</td><td>→ DataFile.entityExtensions</td></tr><tr><td><code>Signatory.id</code></td><td>Signatory Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>Signatory.name</code></td><td>Signatory Name</td><td>Unchanged in v3</td></tr><tr><td><code>Signatory.description</code></td><td>Signatory Description</td><td>Unchanged in v3</td></tr><tr><td><code>Signatory.signatoryRole</code></td><td>Signatory Role</td><td>Unchanged in v3</td></tr><tr><td><code>Signatory.signature</code></td><td>Signature</td><td>Unchanged in v3</td></tr><tr><td><code>SpanDataPackage.manifest</code></td><td>SPAN Manifest Reference</td><td>→ DataPackage.manifest</td></tr><tr><td><code>Tag.name</code></td><td>Tag Name</td><td>Unchanged in v3</td></tr><tr><td><code>Tag.context</code></td><td>Tag Context</td><td>Unchanged in v3</td></tr><tr><td><code>Tag.description</code></td><td>Tag Description</td><td>Unchanged in v3</td></tr><tr><td><code>Tag.data</code></td><td>Tag Data</td><td>Removed in v3</td></tr><tr><td><code>Timestamp.seconds</code></td><td>Seconds</td><td>Removed in v3</td></tr><tr><td><code>Timestamp.nanos</code></td><td>Nanoseconds</td><td>Removed in v3</td></tr><tr><td><code>TypedExtension.dataSchema</code></td><td>Data Schema</td><td>Removed in v3</td></tr><tr><td><code>TypedExtension.documentation</code></td><td>Documentation</td><td>Removed in v3</td></tr><tr><td><code>TypedExtension.data</code></td><td>Extension Data</td><td>Removed in v3</td></tr><tr><td><code>UntypedExtension.name</code></td><td>Extension Name</td><td>Removed in v3</td></tr><tr><td><code>UntypedExtension.version</code></td><td>Extension Version</td><td>Removed in v3</td></tr><tr><td><code>UntypedExtension.description</code></td><td>Extension Description</td><td>Removed in v3</td></tr><tr><td><code>UntypedExtension.documentation</code></td><td>Extension Documentation</td><td>Removed in v3</td></tr><tr><td><code>UntypedExtension.dataExtensions</code></td><td>Data Extensions</td><td>Removed in v3</td></tr><tr><td><code>Validation.validationDate</code></td><td>Validation Date</td><td>Unchanged in v3</td></tr><tr><td><code>Validation.validatingPartyId</code></td><td>Validating Party Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>Validation.validationMethod</code></td><td>Validation Method</td><td>Unchanged in v3</td></tr><tr><td><code>Validation.validationExpirationDate</code></td><td>Validation Expiration Date</td><td>Unchanged in v3</td></tr><tr><td><code>Validation.validationSteps</code></td><td>Validation Steps</td><td>Unchanged in v3</td></tr><tr><td><code>ValidationStep.validationStepName</code></td><td>Validation Step Name</td><td>Unchanged in v3</td></tr><tr><td><code>ValidationStep.validationStepDescription</code></td><td>Validation Step Description</td><td>Unchanged in v3</td></tr><tr><td><code>ValidationStep.validationStepStatus</code></td><td>Validation Step Status</td><td>Unchanged in v3</td></tr><tr><td><code>ValidationStep.validationStepDocumentLink</code></td><td>Validation Step Document</td><td>→ ValidationStep.stepDocumentLink</td></tr><tr><td><code>VerificationProcessAgreement.id</code></td><td>VPA Identifier</td><td>→ OriginationProcessAgreement.id</td></tr><tr><td><code>VerificationProcessAgreement.name</code></td><td>VPA Name</td><td>→ OriginationProcessAgreement.name</td></tr><tr><td><code>VerificationProcessAgreement.description</code></td><td>VPA Description</td><td>→ OriginationProcessAgreement.description</td></tr><tr><td><code>VerificationProcessAgreement.signatories</code></td><td>Signatories</td><td>→ OriginationProcessAgreement.signatories</td></tr><tr><td><code>VerificationProcessAgreement.qualityStandard</code></td><td>Quality Standard</td><td>→ OriginationProcessAgreement.qualityStandard</td></tr><tr><td><code>VerificationProcessAgreement.mrvRequirements</code></td><td>MRV Requirements</td><td>→ OriginationProcessAgreement.mrvRequirements</td></tr><tr><td><code>VerificationProcessAgreement.agreementDate</code></td><td>Agreement Date</td><td>→ OriginationProcessAgreement.agreementDate</td></tr><tr><td><code>VerificationProcessAgreement.estimatedAnnualCredits</code></td><td>Estimated Annual Credits</td><td>→ OriginationProcessAgreement.estimatedAnnualCredits</td></tr><tr><td><code>VerificationProcessAgreement.aimId</code></td><td>Activity Impact Module Reference</td><td>Removed in v3</td></tr><tr><td><code>VerificationProcessAgreement.auditSchedule</code></td><td>Audit Schedule</td><td>→ OriginationProcessAgreement.AuditSchedule</td></tr><tr><td><code>VerificationProcessAgreement.audits</code></td><td>Audits</td><td>→ OriginationProcessAgreement.Audits</td></tr><tr><td><code>VerificationProcessAgreement.activityImpactModule</code></td><td>Activity Impact Module</td><td>→ OriginationProcessAgreement.projectModules</td></tr><tr><td><code>VerificationProcessAgreement.processedClaims</code></td><td>Processed Claims</td><td>Removed in v3</td></tr><tr><td><code>VerifiedLink.id</code></td><td>Verified Link Identifier</td><td>Unchanged in v3</td></tr><tr><td><code>VerifiedLink.uri</code></td><td>Link URI</td><td>Unchanged in v3</td></tr><tr><td><code>VerifiedLink.description</code></td><td>Link Description</td><td>Unchanged in v3</td></tr><tr><td><code>VerifiedLink.hashProof</code></td><td>Hash Proof</td><td>Unchanged in v3</td></tr><tr><td><code>VerifiedLink.hashAlgorithm</code></td><td>Hash Algorithm</td><td>Unchanged in v3</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guardian.hedera.com/docs/develop/guardian/workspace/schemas/property-glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
