-
Notifications
You must be signed in to change notification settings - Fork 0
/
myjsonfile.json
1 lines (1 loc) · 22.2 KB
/
myjsonfile.json
1
{"$schema":"http://json-schema.org/schema#","type":"object","properties":{"AssignmentSnapshot":{"type":"object","properties":{"Insurance":{"type":"object","properties":{"PolicyHolder":{"type":"object","properties":{"Name":{"type":"string"},"Address":{"type":"string"},"PostalCode":{"type":"string"},"City":{"type":"string"},"Phone":{"type":"string"},"MobilePhone":{"type":"string"},"Email":{"type":"string"},"Country":{"type":"string"},"IsSecret":{"type":"boolean"},"IsLiableForVat":{"type":"boolean"}},"required":["Name","Address","PostalCode","City","Phone","MobilePhone","Email","Country","IsSecret","IsLiableForVat"]},"InsuranceNumber":{"type":"string"},"ClaimNumber":{"type":"string"},"DamageDate":{"type":"string","format":"date-time"},"InsuranceType":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"InsuranceDate":{"type":"string","format":"date-time"},"InsuranceTerms":{"type":"string"}},"required":["PolicyHolder","InsuranceNumber","ClaimNumber","InsuranceType","InsuranceTerms"]},"Contacts":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"},"Address":{"type":"string"},"PostalCode":{"type":"string"},"City":{"type":"string"},"Phone":{"type":"string"},"MobilePhone":{"type":"string"},"Email":{"type":"string"},"Country":{"type":"string"},"IsMainContact":{"type":"boolean"}},"required":["Name","Address","PostalCode","City","Phone","MobilePhone","Email","Country","IsMainContact"]}},"PracticalInformation":{"type":"object","properties":{"SiteRisks":{"type":"string"}},"required":["SiteRisks"]},"RealEstate":{"type":"object","properties":{"Address":{"type":"string"},"PostalCode":{"type":"string"},"City":{"type":"string"},"PropertyDescription":{"type":"string"},"GeographicalLocation":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"TypeCategory":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Establishment":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Scope":{"type":"string"},"Position":{"type":"object","properties":{"Latitude":{"type":"number"},"Longitude":{"type":"number"}},"required":["Latitude","Longitude"]}},"required":["Address","PostalCode","City","PropertyDescription","GeographicalLocation","TypeCategory","Type","Establishment","Scope"]},"AssignmentParties":{"type":"array","items":{"type":"object","properties":{"Organization":{"type":"object","properties":{"Name":{"type":"string","description":"The name of the organization or the business unit if it's applicable and set"},"OrganizationNumber":{"type":"string"},"Address":{"type":"string"},"PostalCode":{"type":"string"},"City":{"type":"string"}},"required":["Name","OrganizationNumber","Address","PostalCode","City"]},"PartyId":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"Name":{"type":"string"},"AssignmentRole":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Distance":{"type":"number"},"IsDone":{"type":"boolean"},"InternalReferenceNumber":{"type":"string"},"PartyContacts":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"}},"required":["Name"]}},"AssignmentType":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"RequestMessage":{"description":"This is a message from the orderer describing the extend of what the contractor should do in the assignment","type":"string"},"ResponseMessage":{"type":"string"},"RequestDateTime":{"type":"string","format":"date-time"},"ResponseDateTime":{"type":"string","format":"date-time"}},"required":["PartyId","Name","AssignmentRole","Distance","IsDone","InternalReferenceNumber","PartyContacts","AssignmentType","RequestMessage","ResponseMessage","ResponseDateTime"]}},"Events":{"type":"array","items":{"type":"object","properties":{"EventId":{"type":"string"},"EventType":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"OrganizationId":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"OrganizationName":{"type":"string"},"UserName":{"type":"string"},"CreatedDateTime":{"type":"string","format":"date-time"},"Comment":{"type":"string"},"DecisionType":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}},"required":["EventId","EventType","OrganizationId","OrganizationName","UserName","CreatedDateTime","Comment"]}},"Inspections":{"type":"array","items":{"type":"object","properties":{"InspectionAttendees":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"},"Phone":{"type":"string"},"Email":{"type":"string"},"Role":{"type":"string"}},"required":["Name","Phone","Email","Role"]}},"InspectionSpaces":{"type":"array","items":{"type":"object","properties":{"SpaceAreas":{"type":"array","items":{"type":"object","properties":{"InspectionSpaceAreaDeductions":{"type":"array","items":{"type":"object","properties":{"Type":{"anyOf":[{"enum":[{"Id":"xxx","Name":"xxx"}],"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}]},"Amount":{"type":"number"}},"required":["Type","Amount"]}},"Comment":{"type":"string"},"SurfaceAge":{"type":"number"},"SpaceAreaType":{"anyOf":[{"enum":[{"Id":"xxx","Name":"xxx"}],"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}]},"Layer":{"type":"number"},"LayerComment":{"type":"string"},"UnderlyingLayer":{"type":"number"},"UnderlyingLayerComment":{"type":"string"},"Construction":{"anyOf":[{"enum":[{"Id":"xxx","Name":"xxx"}],"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}]},"Circumference":{"type":"number"},"GrossArea":{"type":"number"},"MountingCurrent":{"type":"string"},"MountingNewInstallation":{"type":"string"}},"required":["InspectionSpaceAreaDeductions","Comment","SpaceAreaType","LayerComment","UnderlyingLayerComment","Construction","MountingCurrent","MountingNewInstallation"]}},"Name":{"type":"string"},"SpacesLikeThis":{"type":"number"},"SpaceType":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Comment":{"type":"string"},"Length":{"type":"number"},"Width":{"type":"number"},"Height":{"type":"number"},"SurfaceAge":{"type":"number"}},"required":["SpaceAreas","Name","SpacesLikeThis","SpaceType","Comment","Length","Width","Height","SurfaceAge"]}},"FormQuestions":{"type":"array","items":{"type":"object","properties":{"FormQuestionId":{"type":"string"},"Question":{"type":"string"},"Answer":{"type":"string"},"Notes":{"type":"string"},"GroupName":{"type":"string"}},"required":["FormQuestionId","Question","Answer","Notes","GroupName"]}},"MoistureTests":{"type":"array","items":{"type":"object","properties":{"MeasurementPoint":{"type":"string"},"RealativeHumidity":{"type":"number"},"Temperature":{"type":"number"},"AbsoluteHumidity":{"type":"number"},"Description":{"type":"string"},"Level":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"MoisturePercent":{"type":"number"}},"required":["MeasurementPoint","Description","Level"]}},"Organization":{"type":"object","properties":{"Name":{"type":"string"},"OrganizationNumber":{"type":"string"},"Address":{"type":"string"},"PostalCode":{"type":"string"},"City":{"type":"string"}}},"InspectorName":{"type":"string"},"BookedDateTime":{"type":"string","format":"date-time"},"CompletedDateTime":{"type":"string","format":"date-time"},"InspectionType":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}},"required":["InspectionAttendees","InspectionSpaces","FormQuestions","MoistureTests","Organization","InspectorName","InspectionType"]}},"Calculation":{"type":"object","properties":{"Spaces":{"type":"array","items":{"type":"object","properties":{"SpaceAreas":{"type":"array","items":{"type":"object","properties":{"OperationGroups":{"type":"array","items":{"type":"object","properties":{"Operations":{"type":"array","items":{"type":"object","properties":{"Code":{"type":"string"},"CustomMaterials":{"type":"array","items":{"type":"object","properties":{"CostParts":{"type":"array","items":{"type":"object","properties":{"Cost":{"type":"number"},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}},"required":["Cost","Type"]}},"MainMaterialPrice":{"type":"number"},"Name":{"type":"string"},"Supplier":{"type":"string"},"UtilityMaterialPrice":{"type":"number"},"Weight":{"type":"number"},"WastePercent":{"type":"number"}},"required":["CostParts","MainMaterialPrice","Name","Supplier","UtilityMaterialPrice","Weight","WastePercent"]}},"DepreciationPercent":{"type":"number"},"IsCompleted":{"type":"boolean"},"LastModifiedTimestamp":{"type":"string","format":"date-time"},"Materials":{"type":"array","items":{"type":"object","properties":{"CostParts":{"type":"array","items":{"type":"object","properties":{"Cost":{"type":"number"},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}},"required":["Cost","Type"]}},"EnvironmentalAssessment":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"IsMainMaterial":{"type":"boolean"},"MaterialPriceListName":{"type":"string"},"Name":{"type":"string"},"PriceAdjustmentPercent":{"type":"number"},"Quantity":{"type":"number"},"Supplier":{"type":"string"},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Unit":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"UnitPrice":{"type":"number"},"WastePercent":{"type":"number"},"Weight":{"type":"number"}},"required":["CostParts","EnvironmentalAssessment","IsMainMaterial","MaterialPriceListName","Name","PriceAdjustmentPercent","Quantity","Supplier","Type","Unit","UnitPrice","WastePercent","Weight"]}},"Name":{"type":"string"},"PartyId":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"Quantity":{"type":"number"},"State":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Trade":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Unit":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Work":{"type":"object","properties":{"CostParts":{"type":"array","items":{"type":"object","properties":{"Cost":{"type":"number"},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}},"required":["Cost","Type"]}},"Mwu":{"type":"number"}},"required":["CostParts","Mwu"]},"WorkType":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}},"required":["Code","CustomMaterials","DepreciationPercent","IsCompleted","LastModifiedTimestamp","Materials","Name","PartyId","Quantity","State","Trade","Type","Unit","Work","WorkType"]}}},"required":["Operations"]}},"Deductions":{"type":"array","items":{"type":"object","properties":{"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Amount":{"type":"number"}},"required":["Type","Amount"]}},"Comment":{"type":"string"},"SurfaceAge":{"type":"number"},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Layer":{"type":"number"},"LayerComment":{"type":"string"},"UnderlyingLayer":{"type":"number"},"UnderlyingLayerComment":{"type":"string"},"ConstructionType":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Circumference":{"type":"number"},"GrossArea":{"type":"number"},"MountingCurrent":{"type":"number"},"MountingNewInstallation":{"type":"number"}},"required":["OperationGroups","Deductions","Comment","Type","LayerComment","UnderlyingLayerComment","ConstructionType"]}},"CustomOperations":{"type":"array","items":{"type":"object","properties":{"CostParts":{"type":"array","items":{"type":"object","properties":{"Cost":{"type":"number"},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}},"required":["Cost","Type"]}},"DepreciationPercent":{"type":"number"},"Id":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"IsCompleted":{"type":"boolean"},"LastModifiedTimestamp":{"type":"string","format":"date-time"},"Name":{"type":"string"},"PartyId":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"Quantity":{"type":"number"},"State":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Trade":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Unit":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"WastePercent":{"type":"number"}},"required":["CostParts","DepreciationPercent","Id","IsCompleted","LastModifiedTimestamp","Name","PartyId","Quantity","State","Trade","Type","Unit","WastePercent"]}},"AgreementOperations":{"type":"array","items":{"type":"object","properties":{"CostParts":{"type":"array","items":{"type":"object","properties":{"Cost":{"type":"number"},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]}},"required":["Cost","Type"]}},"Code":{"type":"string"},"DepreciationPercent":{"type":"number"},"Id":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"IsCompleted":{"type":"boolean"},"LastModifiedTimestamp":{"type":"string","format":"date-time"},"Name":{"type":"string"},"PartyId":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"Quantity":{"type":"number"},"State":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Trade":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Unit":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"WastePercent":{"type":"number"}},"required":["CostParts","Code","DepreciationPercent","Id","IsCompleted","LastModifiedTimestamp","Name","PartyId","Quantity","State","Trade","Type","Unit","WastePercent"]}},"Name":{"type":"string"},"SpacesLikeThis":{"type":"number"},"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Length":{"type":"number"},"Width":{"type":"number"},"Height":{"type":"number"},"SurfaceAge":{"type":"number"}},"required":["SpaceAreas","CustomOperations","AgreementOperations","Name","Type"]}}},"required":["Spaces"]},"Reports":{"type":"object","properties":{"CostSummary":{"type":"object","properties":{"Parties":{"type":"array","items":{"type":"object","properties":{"PartyId":{},"SubcontractorSurcharges":{"type":"array","items":{"type":"object","properties":{"PartyId":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"Trade":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"SurchargeAmount":{"type":"number"}},"required":["PartyId","Trade","SurchargeAmount"]}},"Trades":{"type":"array","items":{"type":"object","properties":{"Trade":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"Material":{"type":"object","properties":{"Cost":{"type":"number"}},"required":["Cost"]},"Other":{"type":"object","properties":{"Cost":{"type":"number"}},"required":["Cost"]},"Ptu":{"type":"object","properties":{"Trips":{"type":"number"},"Ptu":{"type":"number"},"Cost":{"type":"number"}},"required":["Trips","Ptu","Cost"]},"SetupTime":{"type":"object","properties":{"Mwu":{"type":"number"},"Cost":{"type":"number"}},"required":["Mwu","Cost"]},"Twu":{"type":"object","properties":{"Cost":{"type":"number"}},"required":["Cost"]},"Work":{"type":"object","properties":{"Mwu":{"type":"object","properties":{"Mwu":{"type":"number"},"Cost":{"type":"number"}},"required":["Mwu","Cost"]},"Hourly":{"type":"object","properties":{"Hours":{"type":"number"},"Cost":{"type":"number"}},"required":["Hours","Cost"]},"OtherCost":{"type":"number"}},"required":["Mwu","Hourly","OtherCost"]}},"required":["Trade","Material","Other","Ptu","SetupTime","Twu","Work"]}},"TotalSubcontractorSurchargeCost":{"type":"number"},"TotalPartyCost":{"type":"number"}},"required":["PartyId","SubcontractorSurcharges","Trades","TotalSubcontractorSurchargeCost","TotalPartyCost"]}},"TotalWorkIncludingVat":{"type":"number"},"TotalTransportCostIncludingVat":{"type":"number"},"TotalMaterialCostIncludingVat":{"type":"number"},"TotalCostVatMandatory":{"type":"number"},"TotalCostExcludingVat":{"type":"number"},"VatPercent":{"type":"number"},"VatAmount":{"type":"number"},"TotalCostIncludingVat":{"type":"number"},"TotalOtherCostIncludingVat":{"type":"number"}},"required":["Parties","TotalWorkIncludingVat","TotalTransportCostIncludingVat","TotalMaterialCostIncludingVat","TotalCostVatMandatory","TotalCostExcludingVat","VatPercent","VatAmount","TotalCostIncludingVat","TotalOtherCostIncludingVat"]},"CostDistribution":{"type":"object","properties":{"TaxableCosts":{"type":"object","properties":{"PartyCostDistributionList":{"type":"array","items":{"type":"object","properties":{"PartyId":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"},"Contractor":{"type":"number"}},"required":["PartyId","PolicyHolder","InsuranceCompany","Contractor"]}},"OtherCostDistributionList":{"type":"array","items":{"type":"object","properties":{"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"}},"required":["Type","PolicyHolder","InsuranceCompany"]}},"TaxableCostsSumExcludingVatCostDistribution":{"type":"object","properties":{"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"},"Contractor":{"type":"number"}},"required":["PolicyHolder","InsuranceCompany","Contractor"]},"VatCostDistribution":{"type":"object","properties":{"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"},"Contractor":{"type":"number"}},"required":["PolicyHolder","InsuranceCompany","Contractor"]},"TaxableCostsSumIncludingVatCostDistribution":{"type":"object","properties":{"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"},"Contractor":{"type":"number"}},"required":["PolicyHolder","InsuranceCompany","Contractor"]}},"required":["PartyCostDistributionList","OtherCostDistributionList","TaxableCostsSumExcludingVatCostDistribution","VatCostDistribution","TaxableCostsSumIncludingVatCostDistribution"]},"NonTaxableCosts":{"type":"object","properties":{"NonTaxableCostDistributionList":{"type":"array","items":{"type":"object","properties":{"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"}},"required":["Type","PolicyHolder","InsuranceCompany"]}},"NonTaxableCostsSumCostDistribution":{"type":"object","properties":{"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"},"Contractor":{"type":"number"}},"required":["PolicyHolder","InsuranceCompany","Contractor"]}},"required":["NonTaxableCostDistributionList","NonTaxableCostsSumCostDistribution"]},"OtherCosts":{"type":"object","properties":{"OtherCostDistributionList":{"type":"array","items":{"type":"object","properties":{"Type":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"}},"required":["Type","PolicyHolder","InsuranceCompany"]}},"OtherCostsSumCostDistribution":{"type":"object","properties":{"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"},"Contractor":{"type":"number"}},"required":["PolicyHolder","InsuranceCompany","Contractor"]}},"required":["OtherCostDistributionList","OtherCostsSumCostDistribution"]},"TotalCosts":{"type":"object","properties":{"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"},"Contractor":{"type":"number"}},"required":["PolicyHolder","InsuranceCompany","Contractor"]},"InsuranceCompanyToPolicyHolder":{"type":"number"},"InsuranceCompanyToContractor":{"type":"number"},"PolicyHolderToContractor":{"type":"number"}},"required":["TaxableCosts","NonTaxableCosts","OtherCosts","TotalCosts","InsuranceCompanyToPolicyHolder","InsuranceCompanyToContractor","PolicyHolderToContractor"]}},"required":["CostSummary","CostDistribution"]}},"required":["Insurance","Contacts","PracticalInformation","RealEstate","AssignmentParties","Events","Inspections","Calculation","Reports"]}},"required":["EventId","EventType","AssignmentId","AssignmentName","OrganizationId","OrganizationName","UserName","CreatedDateTime","Comment","AssignmentSnapshot"],"definitions":{"refType":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"required":["Id","Name"]},"guid":{"type":"string","pattern":"^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$"},"distributionRow":{"type":"object","properties":{"PolicyHolder":{"type":"number"},"InsuranceCompany":{"type":"number"},"Contractor":{"type":"number"}},"required":["PolicyHolder","InsuranceCompany","Contractor"]}}}