diff --git a/src/schema/objects/metadata.yaml b/src/schema/objects/metadata.yaml index 2f8d26d33e..9e218b3f85 100644 --- a/src/schema/objects/metadata.yaml +++ b/src/schema/objects/metadata.yaml @@ -1712,7 +1712,15 @@ Levels: descriptions (values). type: object additionalProperties: - type: string + anyOf: + - type: string + - type: object + properties: + TermURL: + type: string + format: uri + Description: + type: string License: name: License display_name: License