{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Load", "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.Load", "required": [ "loadDetail" ], "type": "object", "properties": { "customer": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.Customer" }, "loadDetail": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.LoadDetail" } }, "additionalProperties": false, "description": "Load information" }