allow an agent to edit a project

This commit is contained in:
2024-01-13 18:45:51 -07:00
parent 31aacb286f
commit fa72d38d18
7 changed files with 57 additions and 20 deletions

View File

@@ -116,7 +116,8 @@ export interface PlanVerifiableCredential {
"@context": "https://schema.org";
"@type": "PlanAction";
name: string;
description: string;
agent?: { identifier: string };
description?: string;
identifier?: string;
location?: {
geo: { "@type": "GeoCoordinates"; latitude: number; longitude: number };