diff --git a/schemas/expense.json b/schemas/expense.json index 2e194a8..f3e0c09 100644 --- a/schemas/expense.json +++ b/schemas/expense.json @@ -10,7 +10,7 @@ "currency", "amount" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "@context": { "type": "string", @@ -97,6 +97,11 @@ } ] } + }, + "details": { + "type": "object", + "title": "Tag", + "properties": {} } } }