%
title = 'Contracts'
description = 'Contract specifications and descriptions'
function indent (spaces) {
var result = '';
for (let i = 0; i < spaces - 2; i++) {
result += ' ';
}
return " " + result;
}
%>
<%- include('../../_header') -%>
Contracts
To get more details on any field, simply hover your mouse over that field. Purple fields
are only meaningful in the response; they will be ignored in any requests.