Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Misc typos/clean-up - Require `target` to NOT point to a model entity that uses `ximport`. Meaning, `target` is not transitive - to keep things simple. - Tweak usage of `target`. Can be on any relative URL/URI, and if value starts with `/` then it must match the xid template. Similar for `relation` but `relation` must be an xid... but `target` is optional for all types. - Add "deprecated" to messages and schemas - define "xref" as a "relation" type with "target"="self-xid" - add "modelversion" as a model label - make ?compact convert self, COLLECTONSurl, defaultverionurl into relative URLs if they're part of the response - mandate that all relative URLs start with "/" and they're relative to the root path of the Registry - ban model changes that turn on hasDoc if Resources have RESOURCE* attribute extension names Fixes: #236 Fixes: #226 Fixes: #227 Fixes: #189 Signed-off-by: Doug Davis <[email protected]>
- Loading branch information