post
POST /eledger/Documents/Schematron HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 31

{
  "Period": "text",
  "Year": "text"
}
{
  "IsValid": true,
  "Errors": [
    {
      "ValidationType": "Schema",
      "FileName": "text",
      "FileType": "text",
      "Error": {
        "lineNumber": 1,
        "columnNumber": 1,
        "errorMessage": "text"
      }
    }
  ]
}