Commit ee7e57e9 authored by Anne Dierstein's avatar Anne Dierstein
Browse files

add contract

parent 088d3914
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -189,6 +189,24 @@
        }             
 		  }
    },
    "contract" : {
      "type" : "object",
      "properties" : {
        "id": {
          "type" : "string",
        },             
        "begin" : { 
          "$ref" : "ts_103280_2017_07#/$defs/QualifiedDateTime" 
        },
        "end": { 
          "$ref":"ts_103280_2017_07#/$defs/QualifiedDateTime" 
        },
     	  "description": { 
          "type" : "string",
          "description" : "nature of the contract, i.e. product or service name"
        }  
		  }
    },
    "recordSet": {
      "type": "array",
      "title": "RecordSet",