From e41294be5656737db0ecfac64396636be51d31da Mon Sep 17 00:00:00 2001 From: Gareth Sylvester-Bradley <31761158+garethsb@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:19:09 -0400 Subject: [PATCH] Clarify 64 Byte minimum supported tag name length includes the URN prefix --- docs/Behaviour.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Behaviour.md b/docs/Behaviour.md index e4a8d25..fd88151 100644 --- a/docs/Behaviour.md +++ b/docs/Behaviour.md @@ -91,7 +91,7 @@ Minimum requirements on supported annotations are specified in terms of size in - An API implementation MUST support writing a label of up to 64 Bytes for every resource. - An API implementation SHOULD support writing a description of up to 64 Bytes for every resource. - An API implementation MUST support writing at least 1 tag for every resource with: - - a name of up to 64 Bytes with the URN prefix `urn:x-nmos:tag:user:` + - a name of up to 64 Bytes beginning with the URN prefix `urn:x-nmos:tag:user:` - an array of values with 1 element of up to 64 Bytes. - An API implementation SHOULD support writing at least 5 such tags for every resource.