records
Performance Bonds
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"performance-bonds",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/performance-bonds"
}
] - "definitions":{
- "performance-bonds":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/performance-bonds_records"
}
}
} - "records":
} - "properties":
- "performance-bonds_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "check_written_from_account":,{
- "type":"string",
- "title":"Check Written from Account",
- "description":""
} - "bond_amount":,{
- "type":"string",
- "title":"Bond Amount",
- "description":"Bond Amount in USD",
- "unit":"$"
} - "reimbursed_to_contractor":,{
- "type":"integer",
- "title":"Reimbursed to Contractor",
- "description":"Reimbursed to Contractor in USD",
- "unit":"$"
} - "remaining_liability":{
- "type":"string",
- "title":"Remaining Liability",
- "description":"Remaining Liability in USD",
- "unit":"$"
}
} - "date":
}
} - "fields":
} - "properties":
} - "performance-bonds":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.