using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization.Formatters;
using System.ComponentModel.DataAnnotations;
using System.Globalization;
using System.Collections.ObjectModel;
using System.Text.Json.Serialization;
using System.Text.Json.Serialization.Metadata;
using System.Text.Json.Nodes;
public partial class EntityDatum
[JsonPropertyName("entityRegistration")]
public EntityRegistrationUnion EntityRegistration { get; set; }
[JsonPropertyName("coreData")]
public CoreDataUnion CoreData { get; set; }
[JsonPropertyName("assertions")]
public AssertionsUnion Assertions { get; set; }
[JsonPropertyName("pointsOfContact")]
public PointsOfContactUnion PointsOfContact { get; set; }
[JsonPropertyName("repsAndCerts")]
public reps.RepsAndCertsUnion RepsAndCerts { get; set; }
[JsonPropertyName("integrityInformation")]
public json_Integrity.IntegrityInformation integrity {get;set;}
public partial class EntityRegistrationClass
[JsonPropertyName("samRegistered")]
public string SamRegistered { get; set; }
[JsonPropertyName("ueiSAM")]
public string UeiSam { get; set; }
[JsonPropertyName("ueiDUNS")]
public string UeiDuns { get; set; }
[JsonPropertyName("entityEFTIndicator")]
public string EntityEftIndicator { get; set; }
[JsonPropertyName("cageCode")]
public string CageCode { get; set; }
[JsonPropertyName("dodaac")]
public string Dodaac { get; set; }
[JsonPropertyName("legalBusinessName")]
public string LegalBusinessName { get; set; }
[JsonPropertyName("dbaName")]
public string DbaName { get; set; }
[JsonPropertyName("purposeOfRegistrationCode")]
public string PurposeOfRegistrationCode { get; set; }
[JsonPropertyName("purposeOfRegistrationDesc")]
public string PurposeOfRegistrationDesc { get; set; }
[JsonPropertyName("registrationStatus")]
public string RegistrationStatus { get; set; }
[JsonPropertyName("registrationDate")]
public string RegistrationDate { get; set; }
[JsonPropertyName("lastUpdateDate")]
public string LastUpdateDate { get; set; }
[JsonPropertyName("registrationExpirationDate")]
public string RegistrationExpirationDate { get; set; }
[JsonPropertyName("activationDate")]
public DateTime ActivationDate { get; set; }
[JsonPropertyName("ueiStatus")]
public string UeiStatus { get; set; }
[JsonPropertyName("ueiExpirationDate")]
public string UeiExpirationDate { get; set; }
[JsonPropertyName("ueiCreationDate")]
public string UeiCreationDate { get; set; }
[JsonPropertyName("publicDisplayFlag")]
public string PublicDisplayFlag { get; set; }
[JsonPropertyName("exclusionStatusFlag")]
public string ExclusionStatusFlag { get; set; }
[JsonPropertyName("exclusionURL")]
public string ExclusionUrl { get; set; }
[JsonPropertyName("dnbOpenData")]
public string DnbOpenData { get; set; }
public partial struct EntityRegistrationUnion
public EntityRegistrationClass EntityRegistrationClass;
public static implicit operator EntityRegistrationUnion(EntityRegistrationClass EntityRegistrationClass) => new EntityRegistrationUnion { EntityRegistrationClass = EntityRegistrationClass };
public static implicit operator EntityRegistrationUnion(string String) => new EntityRegistrationUnion { String = String };
internal class EntityRegistrationUnionConverter : JsonConverter<EntityRegistrationUnion>
public override bool CanConvert(Type t) => t == typeof(EntityRegistrationUnion);
public override EntityRegistrationUnion Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
switch (reader.TokenType)
case JsonTokenType.String:
var stringValue = reader.GetString();
return new EntityRegistrationUnion { String = stringValue };
case JsonTokenType.StartObject:
var objectValue = JsonSerializer.Deserialize<EntityRegistrationClass>(ref reader, options);
return new EntityRegistrationUnion { EntityRegistrationClass = objectValue };
throw new Exception("Cannot unmarshal type EntityRegistrationUnion");
public override void Write(Utf8JsonWriter writer, EntityRegistrationUnion value, JsonSerializerOptions options)
if (value.String != null)
JsonSerializer.Serialize(writer, value.String, options);
if (value.EntityRegistrationClass != null)
JsonSerializer.Serialize(writer, value.EntityRegistrationClass, options);
throw new Exception("Cannot marshal type EntityRegistrationUnion");
public static readonly EntityRegistrationUnionConverter Singleton = new EntityRegistrationUnionConverter();
public static void Test()
var options = new JsonSerializerOptions
Converters = { EntityRegistrationUnionConverter.Singleton },
var datum = JsonSerializer.Deserialize<EntityDatum>(json, options);
Assert.AreEqual("This entity has opted out of public search. Only federal government users and users associated with this entity can view this record on SAM.gov.", datum?.EntityRegistration.String);
static string GetJson() =>
"ueiSAM": "ZDWZVBL8KDB3",
"entityEFTIndicator": null,
"legalBusinessName": "JOHNATHON PARKS",
"dbaName": "Jefferson State Tractor Service",
"purposeOfRegistrationCode": "Z2",
"purposeOfRegistrationDesc": "All Awards",
"registrationStatus": "Active",
"registrationDate": "2022-10-13",
"lastUpdateDate": "2022-11-03",
"registrationExpirationDate": "2023-10-13",
"activationDate": "2022-10-28",
"ueiExpirationDate": null,
"ueiCreationDate": "2022-05-29",
"publicDisplayFlag": "Y",
"exclusionStatusFlag": "N",
"entityDivisionName": "Owner",
"entityDivisionNumber": null,
"entityStartDate": "2015-10-07",
"fiscalYearEndCloseDate": "12/31",
"submissionDate": "2022-10-13"
"addressLine1": "1730 OREGON STREET",
"stateOrProvinceCode": "CA",
"addressLine1": "PO Box 3315",
"stateOrProvinceCode": "CA",
"congressionalDistrict": "02",
"entityStructureCode": "2J",
"entityStructureDesc": "Sole Proprietorship",
"entityTypeDesc": "Business or Organization",
"profitStructureCode": "2X",
"profitStructureDesc": "For Profit Organization",
"organizationStructureCode": null,
"organizationStructureDesc": null,
"stateOfIncorporationCode": "CA",
"stateOfIncorporationDesc": "CALIFORNIA",
"countryOfIncorporationCode": "USA",
"countryOfIncorporationDesc": "UNITED STATES"
"businessTypeCode": "27",
"businessTypeDesc": "Self Certified Small Disadvantaged Business"
"businessTypeCode": "2X",
"businessTypeDesc": "For Profit Organization"
"businessTypeDesc": "Business or Organization"
"sbaBusinessTypeCode": null,
"sbaBusinessTypeDesc": null,
"certificationEntryDate": null,
"certificationExitDate": null
"financialInformation": {
"debtSubjectToOffset": "N"
"integrityInformation": {
"ueiSAM": "ZDWZVBL8KDB3",
"legalBusinessName": "JOHNATHON PARKS",
"addressLine1": "1730 OREGON STREET",
"stateOrProvinceCode": "CA",
"proceedingsQuestion1": "NO",
"proceedingsQuestion2": null,
"proceedingsQuestion3": null,
"proceedingsRecordCount": 0,
"proceedingsPointsOfContact": {
"stateOrProvinceCode": null,
"proceedingsAlternatePOC": {
"stateOrProvinceCode": null,
"responsibilityInformationCount": 0,
"responsibilityInformationList": [],
"corporateRelationships": {
"legalBusinessName": null,
"integrityRecords": "N/A"
"legalBusinessName": null,
"integrityRecords": "N/A"
"legalBusinessName": null,
"integrityRecords": "N/A"
"primaryNaics": "115310",
"naicsDescription": "Support Activities for Forestry",
"disasterRegistryFlag": "YES",
"geographicalAreaServed": [
"geographicalAreaServedStateCode": "Any",
"geographicalAreaServedStateName": null,
"geographicalAreaServedCountyCode": null,
"geographicalAreaServedCountyName": null,
"geographicalAreaServedmetropolitanStatisticalAreaCode": null,
"geographicalAreaServedmetropolitanStatisticalAreaName": null
"ediInformationFlag": "N"
"governmentBusinessPOC": {
"addressLine1": "PO Box 3315",
"stateOrProvinceCode": "CA",
"electronicBusinessPOC": {
"addressLine1": "PO Box 3315",
"stateOrProvinceCode": "CA",
"governmentBusinessAlternatePOC": {
"stateOrProvinceCode": null,
"electronicBusinessAlternatePOC": {
"stateOrProvinceCode": null,
"stateOrProvinceCode": null,
"pastPerformanceAlternatePOC": {
"stateOrProvinceCode": null,
"provisionId": "FAR 52.209-2",
"section": "52.209-2.c.1",
"questionText": "Is JOHNATHON PARKS an inverted domestic corporation?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.209-2.c.2",
"questionText": "Is JOHNATHON PARKS a subsidiary of an inverted domestic corporation?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.204-26",
"section": "52.204-26.c.1",
"questionText": "Does JOHNATHON PARKS provide covered telecommunications equipment or services as a part of its offered products or services to the Government in the performance of any contract, subcontract, or other contractual instrument?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.204-26.c.2",
"questionText": "Does JOHNATHON PARKS use covered telecommunications equipment or services, or any equipment, system, or service that uses covered telecommunications equipment or services?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.209-5",
"section": "52.209-5.a.1.i.A",
"questionText": "Our records indicate there is not an active exclusion for JOHNATHON PARKS. Are any of JOHNATHON PARKS, or any of its principals, currently debarred, suspended, proposed for debarment, or declared ineligible for the award of contracts by any Federal Agency?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.209-5.a.1.i.B",
"questionText": "In the past three-year period, has JOHNATHON PARKS, or any of its principals, been convicted or had a civil judgment rendered against it for: commission of fraud or a criminal offense in connection with obtaining, attempting to obtain, or performing a public (Federal, state, or local) contract or subcontract; violation of Federal or state antitrust statutes relating to the submission of offers; or commission of embezzlement, theft, forgery, bribery, falsification or destruction of records, making false statements, tax evasion, violating Federal criminal tax laws, or receiving stolen property?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.209-5.a.1.i.D",
"questionText": "In the past three years, has JOHNATHON PARKS been notified of any delinquent Federal Taxes in an amount that exceeds $3,500 for which liability remains unsatisfied?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.209-5.a.1.i.C",
"questionText": "Is JOHNATHON PARKS, or any of its principals, presently indicted for, or otherwise criminally or civilly charged by a governmental entity with, commission of any of the offenses enumerated in Question 8?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.209-5.a.1.ii",
"questionText": "Within the past three years, has JOHNATHON PARKS been terminated for cause (default)?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.203-2",
"section": "52.203-2.b.2.i",
"questionText": "Who are the person(s) within JOHNATHON PARKS responsible for determining prices offered in bids/proposals?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [
"firstName": "Johnathon",
"servicesRevenuesList": [],
"provisionId": "FAR 52.215-6",
"questionText": "Does JOHNATHON PARKS have other plants/facilities at different addresses routinely used to perform on contracts?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.214-14",
"section": "52.214-14.a",
"questionText": "Does JOHNATHON PARKS have other plants/facilities at different addresses routinely used to perform on contracts?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.223-4",
"questionText": "For products designated by the Environmental Protection Agency and provided by JOHNATHON PARKS, does the percentage of recovered material content meet the applicable EPA guidelines?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.223-9",
"questionText": "For products designated by the Environmental Protection Agency and provided by JOHNATHON PARKS, does the percentage of recovered material content meet the applicable EPA guidelines?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.219-2",
"questionText": "Is JOHNATHON PARKS a small business concern that wishes to be considered for status as a labor surplus area (LSA) concern?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.204-3",
"answerText": "TIN ON FILE",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"questionText": "Is JOHNATHON PARKS owned or controlled by a common parent, that files its Federal Income Tax returns on a consolidated basis?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.223-22",
"section": "52.223-22.a",
"questionText": "Did JOHNATHON PARKS either receive $7.5 million or more in Federal contracts during the previous Federal fiscal year requiring it to publicly disclose greenhouse gas emissions and reduction goals or receive less than $7.5 million in Federal contracts during the previous Federal fiscal year but still want to publicly disclose greenhouse gas emissions and reduction goals?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.212-3",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"naicsName": "Support Activities for Forestry ",
"naicsName": "Forest Fire Suppression",
"naicsName": "Fuels Management Services",
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.1",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.4",
"questionText": "Are you a Small Disadvantaged Business? <p/>\n\t\t\tThe answers below regarding your small business status (\"Small\" or \"Other than Small\")\n\t\t\tare pre-filled based on your previously entered size standard information (number of employees and total receipts). <br/> \n\t\t\tWhen you answer the question on your Small Disadvantaged Business status, you are doing so for each NAICS for which you have been identified as \"small\". <br/> \n\t\t\tThe NAICS for which you are identified as small are shown in the table below; these Y/N answers are located in the \"Small Business?\" \n\t\t\tcolumn where a \"Y\" indicates \"Small\" and \"N\" indicates \"Other than Small\". These answers are derived from the SBA's size standards.<br/>\n\t\t\tThe NAICS shown are those you have entered. You may click the \"View More\" button to see your entity's size status for any existing NAICS.\n\t\t\tIf you disagree with any of the pre-filled information, you must return to Assertions and change your values there.<br/> \n\t\t\tThe \"Edit\" button will return you to the correct location to make these changes.\n\t\t\t<br/> ",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.q.2.i",
"questionText": "Does your entity have any unpaid Federal tax liability that has been assessed, for which all judicial and administrative remedies have been exhausted or have lapsed, and that is not being paid in a timely manner pursuant to an agreement with the authority responsible for collecting the tax liability?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.q.2.ii",
"questionText": "Has your entity been convicted of a felony criminal violation under a Federal law within the preceding 24 months?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.5",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.6.i",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.6.ii",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.7.i",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.7.ii",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.10.i.A",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.10.i.B",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.c.11.ii",
"questionText": "Please list the name of any HUBZone businesses participating in a HUBZone Joint Venture with JOHNATHON PARKS.",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.d.1.i",
"questionText": "Has JOHNATHON PARKS held previous contracts/subcontracts subject to Federal Acquisition Regulation (FAR) 52.222-26 (Equal Opportunity)?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.d.1.ii",
"questionText": "Has JOHNATHON PARKS filed all required Equal Employment Opportunity compliance reports?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.d.2.i",
"questionText": "Please choose one of the following statements that applies to JOHNATHON PARKS",
"answerText": "JOHNATHON PARKS has not had previous contracts subject to written affirmative action programs requirements from Secretary of Labor regulations.",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"questionText": "Are any end products delivered to the Government by JOHNATHON PARKS foreign (nondomestic) end products?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.h.1",
"questionText": "Our records indicate there is not an active exclusion for JOHNATHON PARKS. Are any of JOHNATHON PARKS, or any of its principals, currently debarred, suspended, proposed for debarment, or declared ineligible for the award of contracts by any Federal Agency?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.h.2",
"questionText": "In the past three-year period, has JOHNATHON PARKS, or any of its principals, been convicted or had a civil judgment rendered against it for: commission of fraud or a criminal offense in connection with obtaining, attempting to obtain, or performing a public (Federal, state, or local) contract or subcontract; violation of Federal or state antitrust statutes relating to the submission of offers; or commission of embezzlement, theft, forgery, bribery, falsification or destruction of records, making false statements, tax evasion, violating Federal criminal tax laws, or receiving stolen property?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.h.4",
"questionText": "In the past three years, has JOHNATHON PARKS been notified of any delinquent Federal Taxes in an amount that exceeds $3,500 for which liability remains unsatisfied?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.h.3",
"questionText": "Is JOHNATHON PARKS, or any of its principals, presently indicted for, or otherwise criminally or civilly charged by a governmental entity with, commission of any of the offenses enumerated in Question 8?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.h.5",
"questionText": "Within the past three years, has JOHNATHON PARKS been terminated for cause (default)?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.i.2.i",
"questionText": "Does JOHNATHON PARKS deliver any end products (from the corresponding country of origin) that are listed on the List of Products Requiring Federal Contractor Certification as to Forced or Indentured Child Labor under Executive Order No. 13126 (link provided to current list)?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"questionText": "Our record indicates that JOHNATHON PARKS has registered the following FSC codes. Please provide whether the place of manufacture for each FSC code below is in the US or outside the US. To edit your FSC list please click the Edit button to the right",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.k.1.2.i",
"questionText": "Does JOHNATHON PARKS provide maintenance, calibration, and/or repair of information technology, scientific and medical and/or office and business equipment?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.k.2.2",
"questionText": "Does JOHNATHON PARKS provide services as described in <a href=\"https://www.acquisition.gov/sites/default/files/current/far/html/Subpart%2022_10.html#wp1109412\" title=\"Read FAR 22.1003-4(d)(1) on Acquisition.gov (opens in new tab).\" target=\"_blank\">FAR 22.1003-4(d)(1)</a>?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.l.4",
"answerText": "Sole Proprietorship",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.l.5",
"questionText": "Is JOHNATHON PARKS owned or controlled by a common parent, that files its Federal Income Tax returns on a consolidated basis?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.n.2.i",
"questionText": "Is JOHNATHON PARKS an inverted domestic corporation?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.n.2.ii",
"questionText": "Is JOHNATHON PARKS a subsidiary of an inverted domestic corporation?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.p.1",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.r.1",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.v.2.ii",
"questionText": "Does JOHNATHON PARKS use covered telecommunications equipment or services, or any equipment, system, or service that uses covered telecommunications equipment or services?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.212-3.v.2.i",
"questionText": "Does JOHNATHON PARKS provide covered telecommunications equipment or services as a part of its offered products or services to the Government in the performance of any contract, subcontract, or other contractual instrument?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.219-1",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"naicsName": "Support Activities for Forestry ",
"naicsName": "Forest Fire Suppression",
"naicsName": "Fuels Management Services",
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.1",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.2",
"questionText": "Are you a Small Disadvantaged Business? <p/>\n\t\t\tThe answers below regarding your small business status (\"Small\" or \"Other than Small\")\n\t\t\tare pre-filled based on your previously entered size standard information (number of employees and total receipts). <br/> \n\t\t\tWhen you answer the question on your Small Disadvantaged Business status, you are doing so for each NAICS for which you have been identified as \"small\". <br/> \n\t\t\tThe NAICS for which you are identified as small are shown in the table below; these Y/N answers are located in the \"Small Business?\" \n\t\t\tcolumn where a \"Y\" indicates \"Small\" and \"N\" indicates \"Other than Small\". These answers are derived from the SBA's size standards.<br/>\n\t\t\tThe NAICS shown are those you have entered. You may click the \"View More\" button to see your entity's size status for any existing NAICS.\n\t\t\tIf you disagree with any of the pre-filled information, you must return to Assertions and change your values there.<br/> \n\t\t\tThe \"Edit\" button will return you to the correct location to make these changes.\n\t\t\t<br/> ",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.3",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.4.i",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.4.ii",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.5.i",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.5.ii",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.6",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.7",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.8.i",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.219-1.c.8.ii",
"questionText": "Please list the name of any HUBZone businesses participating in a HUBZone Joint Venture with JOHNATHON PARKS.",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.226-2",
"section": "52.226-2.b.1",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.226-2.b.2",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.227-15",
"section": "52.227-15.b.2",
"questionText": "Does JOHNATHON PARKS provide any data to the Government that qualifies as limited rights data or restricted computer software?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.204-17",
"section": "52.204-17.b",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.204-20",
"section": "FAR 52.204-20.b",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.222-18",
"section": "52.222-18.c.1",
"questionText": "Does JOHNATHON PARKS deliver any end products (from the corresponding country of origin) that are listed on the List of Products Requiring Federal Contractor Certification as to Forced or Indentured Child Labor under Executive Order No. 13126 (link provided to current list)?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.222-22",
"section": "52.222-22.a",
"questionText": "Has JOHNATHON PARKS held previous contracts/subcontracts subject to Federal Acquisition Regulation (FAR) 52.222-26 (Equal Opportunity)?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.222-22.b",
"questionText": "Has JOHNATHON PARKS filed all required Equal Employment Opportunity compliance reports?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.222-25",
"questionText": "Please choose one of the following statements that applies to JOHNATHON PARKS",
"answerText": "JOHNATHON PARKS has not had previous contracts subject to written affirmative action programs requirements from Secretary of Labor regulations.",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.209-11",
"section": "52.209-11.b.1",
"questionText": "Does your entity have any unpaid Federal tax liability that has been assessed, for which all judicial and administrative remedies have been exhausted or have lapsed, and that is not being paid in a timely manner pursuant to an agreement with the authority responsible for collecting the tax liability?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"section": "52.209-11.b.2",
"questionText": "Has your entity been convicted of a felony criminal violation under a Federal law within the preceding 24 months?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.225-2",
"questionText": "Are any end products delivered to the Government by JOHNATHON PARKS foreign (nondomestic) end products?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.225-4",
"questionText": "Are any end products delivered to the Government by JOHNATHON PARKS foreign (nondomestic) end products?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.225-6",
"questionText": "Are any end products delivered to the Government by JOHNATHON PARKS foreign (nondomestic) end products?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.222-48",
"section": "52.222-48.a.1",
"questionText": "Does JOHNATHON PARKS provide maintenance, calibration, and/or repair of information technology, scientific and medical and/or office and business equipment?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"provisionId": "FAR 52.222-52",
"section": "52.222-52.a.1.1",
"questionText": "Does JOHNATHON PARKS provide services as described in <a href=\"https://www.acquisition.gov/sites/default/files/current/far/html/Subpart%2022_10.html#wp1109412\" title=\"Read FAR 22.1003-4(d)(1) on Acquisition.gov (opens in new tab).\" target=\"_blank\">FAR 22.1003-4(d)(1)</a>?",
"highestLevelOwnerCage": null,
"immediateOwnerCage": null,
"architectExperiencesList": [],
"disciplineInfoList": [],
"foreignGovtEntitiesList": [],
"jointVentureCompaniesList": [],
"laborSurplusConcernsList": [],
"samPointsOfContactList": [],
"servicesRevenuesList": [],
"architectEngineerResponses": null
"financialAssistanceCertifications": {
"grantsCertificationStatus": "N",
"grantsCertifyingResponse": "N",
"certifierFirstName": null,
"certifierLastName": null,
"certifierMiddleInitial": null
"farPDF": "https://api.sam.gov/SAM/file-download?api_key=REPLACE_WITH_API_KEY&pdfType=1&ueiSAM=ZDWZVBL8KDB3",
"architectEngineeringPDF": null,
"financialAssistanceCertificationsPDF": null
"entityRegistration": "This entity has opted out of public search. Only federal government users and users associated with this entity can view this record on SAM.gov.",
"coreData": "This entity has opted out of public search. Only federal government users and users associated with this entity can view this record on SAM.gov.",
"integrityInformation": {
"ueiSAM": "NM95TD4T5SM1",
"legalBusinessName": "John Ward Contracting Inc",
"addressLine1": "153 East 10th St",
"stateOrProvinceCode": "MT",
"proceedingsQuestion1": "NO",
"proceedingsQuestion2": null,
"proceedingsQuestion3": null,
"proceedingsRecordCount": 0,
"proceedingsPointsOfContact": {
"stateOrProvinceCode": null,
"proceedingsAlternatePOC": {
"stateOrProvinceCode": null,
"responsibilityInformationCount": 0,
"responsibilityInformationList": [],
"corporateRelationships": {
"legalBusinessName": null,
"integrityRecords": "N/A"
"legalBusinessName": null,
"integrityRecords": "N/A"
"legalBusinessName": null,
"integrityRecords": "N/A"
"assertions": "This entity has opted out of public search. Only federal government users and users associated with this entity can view this record on SAM.gov.",
"pointsOfContact": "This entity has opted out of public search. Only federal government users and users associated with this entity can view this record on SAM.gov.",
"repsAndCerts": "This entity has opted out of public search. Only federal government users and users associated with this entity can view this record on SAM.gov."
"selfLink": "https://api.sam.gov/entity-information/v3/entities?api_key=REPLACE_WITH_API_KEY&ueiSAM=%5BNM95TD4T5SM1%7EZDWZVBL8KDB3%5D&includeSections=ALL%2CintegrityInformation®istrationDate=%5B01%2F01%2F1900%2C03%2F31%2F2023%5D&page=0&size=10"
public static class ObjectExtensions
public static T ThrowOnNull<T>(this T? value) where T : class => value ?? throw new ArgumentNullException();
public static void Main()
Console.WriteLine("Environment version: {0} ({1}), {2}", System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription , Environment.Version, Environment.OSVersion);
Console.WriteLine("System.Text.Json version: " + typeof(JsonSerializer).Assembly.FullName);
Console.WriteLine("Failed with unhandled exception: ");