Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions v1/specification/docs/Specification_Server_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ For example, if the base URL is `https://example.com/my/prefix/ograf/v1`, the Op

The `/ograf/v1` path prefix used in examples is allowed, but not required.

### Graphic data validation (optional)

* The Server MAY validate `params.data` sent to `load()` or `updateAction()` against the Graphic Manifest's `schema` field.
* Handling data that does not conform to the schema is implementation-specific. The specification does not require a hard failure or prescribe an HTTP status code or response body.

### Security (optional)

* The current version of the Server API doesn't specify any security measures.
Expand Down