forked from xregistry/spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- clarify errors for bad paths and methods - Remove "origin" - add `/capabilities` API and "capabilities" Registry attr - requires `?inline=capabilities` reads, just presence on writes(like model) - remove "schemas" from model, moved into "capabilities" - add 'xid'. Change xref to start with / - add "labels" to model schema : Registry, Groups and Resources - add a "compatiblewith" well-known label - add support for `relation` type of URLs - add text about how to deal with sending incomplete results - error unless you can be tricky via something like pagination spec - allow ?export, ?inline, ?filter on all APIs to control responses - explain that "generated" errors != must send back to client - e.g. security - use highest alphabetical versionid (case insensitive) when all versions have the same "createdat" value. Remove requirement for ?setdefaultversionid Fixes xregistry#199 Fixes xregistry#216 Fixes xregistry#217 Fixes xregistry#213 Fixes xregistry#210 Fixes xregistry#211 Fixes xregistry#209 Fixes xregistry#187 Fixes xregistry#200 Fixes xregistry#202 Signed-off-by: Doug Davis <[email protected]>
- Loading branch information
Showing
25 changed files
with
1,054 additions
and
1,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
{ | ||
"schemas": [ | ||
"xRegistry-json" | ||
], | ||
"groups": { | ||
"$includes": [ | ||
"../endpoint/model.json#groups", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.