Skip to content

Commit b7044de

Browse files
committed
allowed -> known in metaschema
1 parent 3339c86 commit b7044de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/scripts/purl_type_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class NamespaceDefinition(PurlComponentDefinition):
257257
known_values: Optional[list[str]] = Field(
258258
None,
259259
description=(
260-
"Optional set of allowed values for this namespace. If provided, the namespace value"
260+
"Optional set of known values for this namespace. If provided, the namespace value"
261261
" SHOULD be one of these."
262262
),
263263
title="Known values",

schemas/purl-type-definition.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
},
166166
"known_values": {
167167
"title": "Known values",
168-
"description": "Optional set of allowed values for this namespace. If provided, the namespace value SHOULD be one of these.",
168+
"description": "Optional set of known values for this namespace. If provided, the namespace value SHOULD be one of these.",
169169
"type": "array",
170170
"items": {
171171
"type": "string"

0 commit comments

Comments
 (0)