Commit 6c4a84e5 authored by Anne Dierstein's avatar Anne Dierstein
Browse files

add document file

parent 018a5bb9
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -221,6 +221,24 @@
    		}
      }
    },
   "documentFile" : {
      "type" : "object",
      "properties" : {
        "fileName": {
          "type" : "string" 
        },             
        "mimeType": {
         "type" : "string" 
        },           
        "classificationType": {
          "type" : "string"
        },
        "content" : {
          "type" : "string",
          "description" : "content of the file base64 encoded"
        }
 		  }
    }.
    "recordSet": {
      "type": "array",
      "title": "RecordSet",