1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 11:46:04 +00:00

Bump type inclusion from SHOULD -> MUST in order to make filtering easier

This commit is contained in:
a
2023-09-07 13:09:50 -05:00
parent 5e1eb94eed
commit c048d08d40
+2 -2
View File
@@ -30,7 +30,7 @@ Thus, we can define a standard for actor metadata, largely drawing from prior ar
General-purpose actor metadata fields SHOULD be included in the `attachment` array on the actor. If a more specific property exists and is a better fit for the specific metadata being expressed, then implementations MAY use that instead of or in addition to the more generic actor metadata.
- Each generic metadata field SHOULD have a type of `Note`.
- Each generic metadata field MUST have a type of `Note`.
- Each metadata field MUST have a property of `name` representing the name (key) of the field.
- Each metadata field MUST have a property of `content` representing the content (value) of the field.
@@ -38,7 +38,7 @@ General-purpose actor metadata fields SHOULD be included in the `attachment` arr
Actor metadata fields may also take the form of a link rather than a content value.
- Each generic link SHOULD have a type of `Link`.
- Each generic link MUST have a type of `Link`.
- Each link field MUST have a property of `href` representing the value of the link.
- Each link field SHOULD have a property of `name` representing a label for the link.
- Each link field SHOULD use `rel` values if an appropriate link relation exists.