-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed document_recerences_PUT to include either a GUID or an extern…
…al_reference; Added 4.9 document POST and GET with schema
- Loading branch information
1 parent
35ae4ee
commit e530478
Showing
4 changed files
with
53 additions
and
23 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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": "document_GET", | ||
"type": "object", | ||
"properties": { | ||
"guid": { | ||
"required": true, | ||
"type": "string" | ||
} | ||
} | ||
} |
20 changes: 0 additions & 20 deletions
20
Schemas_draft-03/Collaboration/DocumentReference/document_reference_POST.json
This file was deleted.
Oops, something went wrong.
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