-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
65 additions
and
6 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
6 changes: 6 additions & 0 deletions
6
Development/third_party/is-14/v1.0.x/APIs/schemas/bulkProperties-get-response.json
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,6 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"type": "object", | ||
"description": "Returns a NcMethodResultBulkValuesHolder from a bulkProperties GET", | ||
"title": "NcMethodResultBulkValuesHolder" | ||
} |
15 changes: 15 additions & 0 deletions
15
Development/third_party/is-14/v1.0.x/APIs/schemas/bulkProperties-set-request.json
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,15 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"type": "object", | ||
"description": "PUT request body for invoking SetPropertiesByPaths method on NcBulkPropertiesManager", | ||
"title": "SetPropertiesByPaths", | ||
"required": [ | ||
"arguments" | ||
], | ||
"properties": { | ||
"arguments": { | ||
"type": "object", | ||
"description": "Method arguments. Arguments are specified as nested properties inside this object and their types are dictated by the specific MS-05-02 model for the method targeted. Arguments only need to be included for methods which have arguments and MUST be omitted if the method does not require any arguments." | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
Development/third_party/is-14/v1.0.x/APIs/schemas/bulkProperties-set-response.json
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,6 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"type": "object", | ||
"description": "Returns a NcMethodResultObjectPropertiesSetValidation from a bulkProperties PUT", | ||
"title": "NcMethodResultObjectPropertiesSetValidation" | ||
} |
15 changes: 15 additions & 0 deletions
15
Development/third_party/is-14/v1.0.x/APIs/schemas/bulkProperties-validate-request.json
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,15 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"type": "object", | ||
"description": "PATCH request body for validating NcBulkValuesHolder object.", | ||
"title": "ValidateSetPropertiesByPaths", | ||
"required": [ | ||
"arguments" | ||
], | ||
"properties": { | ||
"arguments": { | ||
"type": "object", | ||
"description": "Method arguments. Arguments are specified as nested properties inside this object and their types are dictated by the specific MS-05-02 model for the method targeted. Arguments only need to be included for methods which have arguments and MUST be omitted if the method does not require any arguments." | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
Development/third_party/is-14/v1.0.x/APIs/schemas/bulkProperties-validate-response.json
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,6 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"type": "object", | ||
"description": "Returns a NcMethodResultObjectPropertiesSetValidation from a bulkProperties OPTIONS", | ||
"title": "NcMethodResultObjectPropertiesSetValidation" | ||
} |
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