From 5f614a4dfc46799c250954eb162e37a2880d1aca Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 11 Aug 2024 03:44:17 +0200 Subject: [PATCH] refactor: :memo: URI spec changes --- app/entities/page.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/entities/page.mdx b/app/entities/page.mdx index 9fc9f04..65ac1c1 100644 --- a/app/entities/page.mdx +++ b/app/entities/page.mdx @@ -33,6 +33,8 @@ Any field in an entity not marked as `required` may be omitted or set to `null`. URI of the entity. Should be unique and resolve to the entity. Must be an absolute URI. + + **Some entity types may not need a URI. This will be specified in the entity's documentation.** Extensions to the entity. Use this to add custom properties to the entity.