Socket
Socket
Sign inDemoInstall

schema-dts

Package Overview
Dependencies
1
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.6.1

2

package.json
{
"name": "schema-dts",
"version": "0.6.0",
"version": "0.6.1",
"displayName": "schema-dts: Strongly-typed Schema.org vocabulary declarations",

@@ -5,0 +5,0 @@ "description": "A TypeScript package with latest Schema.org Schema Typings",

"use strict";
exports.__esModule = true;
exports.SteeringPositionValue = exports.RsvpResponseType = exports.ReturnFeesEnumeration = exports.RestrictedDiet = exports.ReservationStatusType = exports.RefundTypeEnumeration = exports.ProductReturnEnumeration = exports.PhysicalExam = exports.PhysicalActivityCategory = exports.PaymentStatusType = exports.OrderStatus = exports.OfferItemCondition = exports.NonprofitType = exports.MusicReleaseFormatType = exports.MusicAlbumReleaseType = exports.MusicAlbumProductionType = exports.MerchantReturnEnumeration = exports.MedicineSystem = exports.MedicalTrialDesign = exports.MedicalStudyStatus = exports.MedicalSpecialty = exports.MedicalProcedureType = exports.MedicalObservationalStudyDesign = exports.MedicalImagingTechnique = exports.MedicalEvidenceLevel = exports.MedicalDevicePurpose = exports.MedicalAudience = exports.MediaManipulationRatingEnumeration = exports.MapCategoryType = exports.LegalValueLevel = exports.LegalForceStatus = exports.ItemListOrderType = exports.ItemAvailability = exports.InfectiousAgentClass = exports.HealthAspectEnumeration = exports.GovernmentBenefitsType = exports.GenderType = exports.GameServerStatus = exports.GamePlayMode = exports.EventStatusType = exports.EventAttendanceModeEnumeration = exports.DrugPrescriptionStatus = exports.DrugPregnancyCategory = exports.DrugCostCategory = exports.DriveWheelConfigurationValue = exports.DigitalDocumentPermissionType = exports.DeliveryMethod = exports.DayOfWeek = exports.ContactPointOption = exports.CarUsageType = exports.BookFormatType = exports.BoardingPolicyType = exports.Audience = exports.ActionStatusType = exports.Boolean = void 0;
exports.USNonprofitType = exports.UKNonprofitType = exports.SteeringPositionValue = exports.RsvpResponseType = exports.ReturnFeesEnumeration = exports.RestrictedDiet = exports.ReservationStatusType = exports.RefundTypeEnumeration = exports.PhysicalExam = exports.PhysicalActivityCategory = exports.PaymentStatusType = exports.OrderStatus = exports.OfferItemCondition = exports.NLNonprofitType = exports.MusicReleaseFormatType = exports.MusicAlbumReleaseType = exports.MusicAlbumProductionType = exports.MerchantReturnEnumeration = exports.MedicineSystem = exports.MedicalTrialDesign = exports.MedicalStudyStatus = exports.MedicalSpecialty = exports.MedicalProcedureType = exports.MedicalObservationalStudyDesign = exports.MedicalImagingTechnique = exports.MedicalEvidenceLevel = exports.MedicalDevicePurpose = exports.MedicalAudienceType = exports.MediaManipulationRatingEnumeration = exports.MapCategoryType = exports.LegalValueLevel = exports.LegalForceStatus = exports.ItemListOrderType = exports.ItemAvailability = exports.InfectiousAgentClass = exports.HealthAspectEnumeration = exports.GovernmentBenefitsType = exports.GenderType = exports.GameServerStatus = exports.GamePlayMode = exports.EventStatusType = exports.EventAttendanceModeEnumeration = exports.DrugPrescriptionStatus = exports.DrugPregnancyCategory = exports.DrugCostCategory = exports.DriveWheelConfigurationValue = exports.DigitalDocumentPermissionType = exports.DeliveryMethod = exports.DayOfWeek = exports.ContactPointOption = exports.CarUsageType = exports.BookFormatType = exports.BoardingPolicyType = exports.Audience = exports.ActionStatusType = exports.Boolean = void 0;
exports.Boolean = {
/** The boolean value false. */
False: "http://schema.org/False",
False: "https://schema.org/False",
/** The boolean value true. */
True: "http://schema.org/True"
True: "https://schema.org/True"
};
exports.ActionStatusType = {
/** An in-progress action (e.g, while watching the movie, or driving to a location). */
ActiveActionStatus: "http://schema.org/ActiveActionStatus",
ActiveActionStatus: "https://schema.org/ActiveActionStatus",
/** An action that has already taken place. */
CompletedActionStatus: "http://schema.org/CompletedActionStatus",
CompletedActionStatus: "https://schema.org/CompletedActionStatus",
/** An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure. */
FailedActionStatus: "http://schema.org/FailedActionStatus",
FailedActionStatus: "https://schema.org/FailedActionStatus",
/** A description of an action that is supported. */
PotentialActionStatus: "http://schema.org/PotentialActionStatus"
PotentialActionStatus: "https://schema.org/PotentialActionStatus"
};
exports.Audience = {
/** Researchers. */
Researcher: "http://schema.org/Researcher"
Researcher: "https://schema.org/Researcher"
};
exports.BoardingPolicyType = {
/** The airline boards by groups based on check-in time, priority, etc. */
GroupBoardingPolicy: "http://schema.org/GroupBoardingPolicy",
GroupBoardingPolicy: "https://schema.org/GroupBoardingPolicy",
/** The airline boards by zones of the plane. */
ZoneBoardingPolicy: "http://schema.org/ZoneBoardingPolicy"
ZoneBoardingPolicy: "https://schema.org/ZoneBoardingPolicy"
};
exports.BookFormatType = {
/** Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties. */
AudiobookFormat: "http://schema.org/AudiobookFormat",
AudiobookFormat: "https://schema.org/AudiobookFormat",
/** Book format: Ebook. */
EBook: "http://schema.org/EBook",
EBook: "https://schema.org/EBook",
/** Book format: GraphicNovel. May represent a bound collection of ComicIssue instances. */
GraphicNovel: "http://schema.org/GraphicNovel",
GraphicNovel: "https://schema.org/GraphicNovel",
/** Book format: Hardcover. */
Hardcover: "http://schema.org/Hardcover",
Hardcover: "https://schema.org/Hardcover",
/** Book format: Paperback. */
Paperback: "http://schema.org/Paperback"
Paperback: "https://schema.org/Paperback"
};
exports.CarUsageType = {
/** Indicates the usage of the vehicle for driving school. */
DrivingSchoolVehicleUsage: "http://schema.org/DrivingSchoolVehicleUsage",
DrivingSchoolVehicleUsage: "https://schema.org/DrivingSchoolVehicleUsage",
/** Indicates the usage of the vehicle as a rental car. */
RentalVehicleUsage: "http://schema.org/RentalVehicleUsage",
RentalVehicleUsage: "https://schema.org/RentalVehicleUsage",
/** Indicates the usage of the car as a taxi. */
TaxiVehicleUsage: "http://schema.org/TaxiVehicleUsage"
TaxiVehicleUsage: "https://schema.org/TaxiVehicleUsage"
};
exports.ContactPointOption = {
/** Uses devices to support users with hearing impairments. */
HearingImpairedSupported: "http://schema.org/HearingImpairedSupported",
HearingImpairedSupported: "https://schema.org/HearingImpairedSupported",
/** The associated telephone number is toll free. */
TollFree: "http://schema.org/TollFree"
TollFree: "https://schema.org/TollFree"
};
exports.DayOfWeek = {
/** The day of the week between Thursday and Saturday. */
Friday: "http://schema.org/Friday",
Friday: "https://schema.org/Friday",
/** The day of the week between Sunday and Tuesday. */
Monday: "http://schema.org/Monday",
/** This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a "day of the week", it can be used with {@link http://schema.org/OpeningHoursSpecification OpeningHoursSpecification}. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs. */
PublicHolidays: "http://schema.org/PublicHolidays",
Monday: "https://schema.org/Monday",
/** This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a "day of the week", it can be used with {@link https://schema.org/OpeningHoursSpecification OpeningHoursSpecification}. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs. */
PublicHolidays: "https://schema.org/PublicHolidays",
/** The day of the week between Friday and Sunday. */
Saturday: "http://schema.org/Saturday",
Saturday: "https://schema.org/Saturday",
/** The day of the week between Saturday and Monday. */
Sunday: "http://schema.org/Sunday",
Sunday: "https://schema.org/Sunday",
/** The day of the week between Wednesday and Friday. */
Thursday: "http://schema.org/Thursday",
Thursday: "https://schema.org/Thursday",
/** The day of the week between Monday and Wednesday. */
Tuesday: "http://schema.org/Tuesday",
Tuesday: "https://schema.org/Tuesday",
/** The day of the week between Tuesday and Thursday. */
Wednesday: "http://schema.org/Wednesday"
Wednesday: "https://schema.org/Wednesday"
};
exports.DeliveryMethod = {
/** A DeliveryMethod in which an item is made available via locker. */
LockerDelivery: "https://schema.org/LockerDelivery",
/** A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office. */
OnSitePickup: "http://schema.org/OnSitePickup"
OnSitePickup: "https://schema.org/OnSitePickup",
/**
* A private parcel service as the delivery mode available for a certain offer.
*
* Commonly used values:
*
* - http://purl.org/goodrelations/v1#DHL
* - http://purl.org/goodrelations/v1#FederalExpress
* - http://purl.org/goodrelations/v1#UPS
*/
ParcelService: "https://schema.org/ParcelService"
};
exports.DigitalDocumentPermissionType = {
/** Permission to add comments to the document. */
CommentPermission: "http://schema.org/CommentPermission",
CommentPermission: "https://schema.org/CommentPermission",
/** Permission to read or view the document. */
ReadPermission: "http://schema.org/ReadPermission",
ReadPermission: "https://schema.org/ReadPermission",
/** Permission to write or edit the document. */
WritePermission: "http://schema.org/WritePermission"
WritePermission: "https://schema.org/WritePermission"
};
exports.DriveWheelConfigurationValue = {
/** All-wheel Drive is a transmission layout where the engine drives all four wheels. */
AllWheelDriveConfiguration: "http://schema.org/AllWheelDriveConfiguration",
AllWheelDriveConfiguration: "https://schema.org/AllWheelDriveConfiguration",
/** Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability. */
FourWheelDriveConfiguration: "http://schema.org/FourWheelDriveConfiguration",
FourWheelDriveConfiguration: "https://schema.org/FourWheelDriveConfiguration",
/** Front-wheel drive is a transmission layout where the engine drives the front wheels. */
FrontWheelDriveConfiguration: "http://schema.org/FrontWheelDriveConfiguration",
FrontWheelDriveConfiguration: "https://schema.org/FrontWheelDriveConfiguration",
/** Real-wheel drive is a transmission layout where the engine drives the rear wheels. */
RearWheelDriveConfiguration: "http://schema.org/RearWheelDriveConfiguration"
RearWheelDriveConfiguration: "https://schema.org/RearWheelDriveConfiguration"
};
exports.DrugCostCategory = {
/** The drug's cost represents the maximum reimbursement paid by an insurer for the drug. */
ReimbursementCap: "http://schema.org/ReimbursementCap",
ReimbursementCap: "https://schema.org/ReimbursementCap",
/** The drug's cost represents the retail cost of the drug. */
Retail: "http://schema.org/Retail",
Retail: "https://schema.org/Retail",
/** The drug's cost represents the wholesale acquisition cost of the drug. */
Wholesale: "http://schema.org/Wholesale"
Wholesale: "https://schema.org/Wholesale"
};
exports.DrugPregnancyCategory = {
/** A designation by the US FDA signifying that adequate and well-controlled studies have failed to demonstrate a risk to the fetus in the first trimester of pregnancy (and there is no evidence of risk in later trimesters). */
FDAcategoryA: "http://schema.org/FDAcategoryA",
FDAcategoryA: "https://schema.org/FDAcategoryA",
/** A designation by the US FDA signifying that animal reproduction studies have failed to demonstrate a risk to the fetus and there are no adequate and well-controlled studies in pregnant women. */
FDAcategoryB: "http://schema.org/FDAcategoryB",
FDAcategoryB: "https://schema.org/FDAcategoryB",
/** A designation by the US FDA signifying that animal reproduction studies have shown an adverse effect on the fetus and there are no adequate and well-controlled studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks. */
FDAcategoryC: "http://schema.org/FDAcategoryC",
FDAcategoryC: "https://schema.org/FDAcategoryC",
/** A designation by the US FDA signifying that there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience or studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks. */
FDAcategoryD: "http://schema.org/FDAcategoryD",
FDAcategoryD: "https://schema.org/FDAcategoryD",
/** A designation by the US FDA signifying that studies in animals or humans have demonstrated fetal abnormalities and/or there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience, and the risks involved in use of the drug in pregnant women clearly outweigh potential benefits. */
FDAcategoryX: "http://schema.org/FDAcategoryX",
FDAcategoryX: "https://schema.org/FDAcategoryX",
/** A designation that the drug in question has not been assigned a pregnancy category designation by the US FDA. */
FDAnotEvaluated: "http://schema.org/FDAnotEvaluated"
FDAnotEvaluated: "https://schema.org/FDAnotEvaluated"
};
exports.DrugPrescriptionStatus = {
/** The character of a medical substance, typically a medicine, of being available over the counter or not. */
OTC: "http://schema.org/OTC",
OTC: "https://schema.org/OTC",
/** Available by prescription only. */
PrescriptionOnly: "http://schema.org/PrescriptionOnly"
PrescriptionOnly: "https://schema.org/PrescriptionOnly"
};
exports.EventAttendanceModeEnumeration = {
/** MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes. */
MixedEventAttendanceMode: "http://schema.org/MixedEventAttendanceMode",
MixedEventAttendanceMode: "https://schema.org/MixedEventAttendanceMode",
/** OfflineEventAttendanceMode - an event that is primarily conducted offline. */
OfflineEventAttendanceMode: "http://schema.org/OfflineEventAttendanceMode",
OfflineEventAttendanceMode: "https://schema.org/OfflineEventAttendanceMode",
/** OnlineEventAttendanceMode - an event that is primarily conducted online. */
OnlineEventAttendanceMode: "http://schema.org/OnlineEventAttendanceMode"
OnlineEventAttendanceMode: "https://schema.org/OnlineEventAttendanceMode"
};
exports.EventStatusType = {
/** The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s). */
EventCancelled: "http://schema.org/EventCancelled",
/** Indicates that the event was changed to allow online participation. See {@link http://schema.org/eventAttendanceMode eventAttendanceMode} for specifics of whether it is now fully or partially online. */
EventMovedOnline: "http://schema.org/EventMovedOnline",
EventCancelled: "https://schema.org/EventCancelled",
/** Indicates that the event was changed to allow online participation. See {@link https://schema.org/eventAttendanceMode eventAttendanceMode} for specifics of whether it is now fully or partially online. */
EventMovedOnline: "https://schema.org/EventMovedOnline",
/** The event has been postponed and no new date has been set. The event's previousStartDate should be set. */
EventPostponed: "http://schema.org/EventPostponed",
EventPostponed: "https://schema.org/EventPostponed",
/** The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated). */
EventRescheduled: "http://schema.org/EventRescheduled",
EventRescheduled: "https://schema.org/EventRescheduled",
/** The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default. */
EventScheduled: "http://schema.org/EventScheduled"
EventScheduled: "https://schema.org/EventScheduled"
};
exports.GamePlayMode = {
/** Play mode: CoOp. Co-operative games, where you play on the same team with friends. */
CoOp: "http://schema.org/CoOp",
CoOp: "https://schema.org/CoOp",
/** Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously. */
MultiPlayer: "http://schema.org/MultiPlayer",
MultiPlayer: "https://schema.org/MultiPlayer",
/** Play mode: SinglePlayer. Which is played by a lone player. */
SinglePlayer: "http://schema.org/SinglePlayer"
SinglePlayer: "https://schema.org/SinglePlayer"
};
exports.GameServerStatus = {
/** Game server status: OfflinePermanently. Server is offline and not available. */
OfflinePermanently: "http://schema.org/OfflinePermanently",
OfflinePermanently: "https://schema.org/OfflinePermanently",
/** Game server status: OfflineTemporarily. Server is offline now but it can be online soon. */
OfflineTemporarily: "http://schema.org/OfflineTemporarily",
OfflineTemporarily: "https://schema.org/OfflineTemporarily",
/** Game server status: Online. Server is available. */
Online: "http://schema.org/Online",
Online: "https://schema.org/Online",
/** Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached. */
OnlineFull: "http://schema.org/OnlineFull"
OnlineFull: "https://schema.org/OnlineFull"
};
exports.GenderType = {
/** The female gender. */
Female: "http://schema.org/Female",
Female: "https://schema.org/Female",
/** The male gender. */
Male: "http://schema.org/Male"
Male: "https://schema.org/Male"
};
exports.GovernmentBenefitsType = {
/** BasicIncome: this is a benefit for basic income. */
BasicIncome: "http://schema.org/BasicIncome",
BasicIncome: "https://schema.org/BasicIncome",
/** BusinessSupport: this is a benefit for supporting businesses. */
BusinessSupport: "http://schema.org/BusinessSupport",
BusinessSupport: "https://schema.org/BusinessSupport",
/** DisabilitySupport: this is a benefit for disability support. */
DisabilitySupport: "http://schema.org/DisabilitySupport",
DisabilitySupport: "https://schema.org/DisabilitySupport",
/** HealthCare: this is a benefit for health care. */
HealthCare: "http://schema.org/HealthCare",
HealthCare: "https://schema.org/HealthCare",
/** OneTimePayments: this is a benefit for one-time payments for individuals. */
OneTimePayments: "http://schema.org/OneTimePayments",
OneTimePayments: "https://schema.org/OneTimePayments",
/** PaidLeave: this is a benefit for paid leave. */
PaidLeave: "http://schema.org/PaidLeave",
PaidLeave: "https://schema.org/PaidLeave",
/** ParentalSupport: this is a benefit for parental support. */
ParentalSupport: "http://schema.org/ParentalSupport",
ParentalSupport: "https://schema.org/ParentalSupport",
/** UnemploymentSupport: this is a benefit for unemployment support. */
UnemploymentSupport: "http://schema.org/UnemploymentSupport"
UnemploymentSupport: "https://schema.org/UnemploymentSupport"
};
exports.HealthAspectEnumeration = {
/** Content about the benefits and advantages of usage or utilization of topic. */
BenefitsHealthAspect: "http://schema.org/BenefitsHealthAspect",
BenefitsHealthAspect: "https://schema.org/BenefitsHealthAspect",
/** Information about the causes and main actions that gave rise to the topic. */
CausesHealthAspect: "http://schema.org/CausesHealthAspect",
CausesHealthAspect: "https://schema.org/CausesHealthAspect",
/** Content about contagion mechanisms and contagiousness information over the topic. */
ContagiousnessHealthAspect: "http://schema.org/ContagiousnessHealthAspect",
ContagiousnessHealthAspect: "https://schema.org/ContagiousnessHealthAspect",
/** Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed. */
HowOrWhereHealthAspect: "http://schema.org/HowOrWhereHealthAspect",
HowOrWhereHealthAspect: "https://schema.org/HowOrWhereHealthAspect",
/** Information about coping or life related to the topic. */
LivingWithHealthAspect: "http://schema.org/LivingWithHealthAspect",
LivingWithHealthAspect: "https://schema.org/LivingWithHealthAspect",
/** Related topics may be treated by a Topic. */
MayTreatHealthAspect: "http://schema.org/MayTreatHealthAspect",
MayTreatHealthAspect: "https://schema.org/MayTreatHealthAspect",
/** Content about common misconceptions and myths that are related to a topic. */
MisconceptionsHealthAspect: "http://schema.org/MisconceptionsHealthAspect",
MisconceptionsHealthAspect: "https://schema.org/MisconceptionsHealthAspect",
/** Overview of the content. Contains a summarized view of the topic with the most relevant information for an introduction. */
OverviewHealthAspect: "http://schema.org/OverviewHealthAspect",
OverviewHealthAspect: "https://schema.org/OverviewHealthAspect",
/** Content about the real life experience of patients or people that have lived a similar experience about the topic. May be forums, topics, Q-and-A and related material. */
PatientExperienceHealthAspect: "http://schema.org/PatientExperienceHealthAspect",
PatientExperienceHealthAspect: "https://schema.org/PatientExperienceHealthAspect",
/** Information about actions or measures that can be taken to avoid getting the topic or reaching a critical situation related to the topic. */
PreventionHealthAspect: "http://schema.org/PreventionHealthAspect",
PreventionHealthAspect: "https://schema.org/PreventionHealthAspect",
/** Typical progression and happenings of life course of the topic. */
PrognosisHealthAspect: "http://schema.org/PrognosisHealthAspect",
PrognosisHealthAspect: "https://schema.org/PrognosisHealthAspect",
/** Other prominent or relevant topics tied to the main topic. */
RelatedTopicsHealthAspect: "http://schema.org/RelatedTopicsHealthAspect",
RelatedTopicsHealthAspect: "https://schema.org/RelatedTopicsHealthAspect",
/** Information about the risk factors and possible complications that may follow a topic. */
RisksOrComplicationsHealthAspect: "http://schema.org/RisksOrComplicationsHealthAspect",
RisksOrComplicationsHealthAspect: "https://schema.org/RisksOrComplicationsHealthAspect",
/** Content about how to screen or further filter a topic. */
ScreeningHealthAspect: "http://schema.org/ScreeningHealthAspect",
ScreeningHealthAspect: "https://schema.org/ScreeningHealthAspect",
/** Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation. */
SeeDoctorHealthAspect: "http://schema.org/SeeDoctorHealthAspect",
SeeDoctorHealthAspect: "https://schema.org/SeeDoctorHealthAspect",
/** Self care actions or measures that can be taken to sooth, health or avoid a topic. This may be carried at home and can be carried/managed by the person itself. */
SelfCareHealthAspect: "http://schema.org/SelfCareHealthAspect",
SelfCareHealthAspect: "https://schema.org/SelfCareHealthAspect",
/** Side effects that can be observed from the usage of the topic. */
SideEffectsHealthAspect: "http://schema.org/SideEffectsHealthAspect",
SideEffectsHealthAspect: "https://schema.org/SideEffectsHealthAspect",
/** Stages that can be observed from a topic. */
StagesHealthAspect: "http://schema.org/StagesHealthAspect",
StagesHealthAspect: "https://schema.org/StagesHealthAspect",
/** Symptoms or related symptoms of a Topic. */
SymptomsHealthAspect: "http://schema.org/SymptomsHealthAspect",
SymptomsHealthAspect: "https://schema.org/SymptomsHealthAspect",
/** Treatments or related therapies for a Topic. */
TreatmentsHealthAspect: "http://schema.org/TreatmentsHealthAspect",
TreatmentsHealthAspect: "https://schema.org/TreatmentsHealthAspect",
/** Categorization and other types related to a topic. */
TypesHealthAspect: "http://schema.org/TypesHealthAspect",
TypesHealthAspect: "https://schema.org/TypesHealthAspect",
/** Content about how, when, frequency and dosage of a topic. */
UsageOrScheduleHealthAspect: "http://schema.org/UsageOrScheduleHealthAspect"
UsageOrScheduleHealthAspect: "https://schema.org/UsageOrScheduleHealthAspect"
};
exports.InfectiousAgentClass = {
/** Pathogenic bacteria that cause bacterial infection. */
Bacteria: "http://schema.org/Bacteria",
Bacteria: "https://schema.org/Bacteria",
/** Pathogenic fungus. */
Fungus: "http://schema.org/Fungus",
Fungus: "https://schema.org/Fungus",
/** Multicellular parasite that causes an infection. */
MulticellularParasite: "http://schema.org/MulticellularParasite",
MulticellularParasite: "https://schema.org/MulticellularParasite",
/** A prion is an infectious agent composed of protein in a misfolded form. */
Prion: "http://schema.org/Prion",
Prion: "https://schema.org/Prion",
/** Single-celled organism that causes an infection. */
Protozoa: "http://schema.org/Protozoa",
Protozoa: "https://schema.org/Protozoa",
/** Pathogenic virus that causes viral infection. */
Virus: "http://schema.org/Virus"
Virus: "https://schema.org/Virus"
};
exports.ItemAvailability = {
/** Indicates that the item has been discontinued. */
Discontinued: "http://schema.org/Discontinued",
Discontinued: "https://schema.org/Discontinued",
/** Indicates that the item is in stock. */
InStock: "http://schema.org/InStock",
InStock: "https://schema.org/InStock",
/** Indicates that the item is available only at physical locations. */
InStoreOnly: "http://schema.org/InStoreOnly",
InStoreOnly: "https://schema.org/InStoreOnly",
/** Indicates that the item has limited availability. */
LimitedAvailability: "http://schema.org/LimitedAvailability",
LimitedAvailability: "https://schema.org/LimitedAvailability",
/** Indicates that the item is available only online. */
OnlineOnly: "http://schema.org/OnlineOnly",
OnlineOnly: "https://schema.org/OnlineOnly",
/** Indicates that the item is out of stock. */
OutOfStock: "http://schema.org/OutOfStock",
OutOfStock: "https://schema.org/OutOfStock",
/** Indicates that the item is available for pre-order. */
PreOrder: "http://schema.org/PreOrder",
PreOrder: "https://schema.org/PreOrder",
/** Indicates that the item is available for ordering and delivery before general availability. */
PreSale: "http://schema.org/PreSale",
PreSale: "https://schema.org/PreSale",
/** Indicates that the item has sold out. */
SoldOut: "http://schema.org/SoldOut"
SoldOut: "https://schema.org/SoldOut"
};
exports.ItemListOrderType = {
/** An ItemList ordered with lower values listed first. */
ItemListOrderAscending: "http://schema.org/ItemListOrderAscending",
ItemListOrderAscending: "https://schema.org/ItemListOrderAscending",
/** An ItemList ordered with higher values listed first. */
ItemListOrderDescending: "http://schema.org/ItemListOrderDescending",
ItemListOrderDescending: "https://schema.org/ItemListOrderDescending",
/** An ItemList ordered with no explicit order. */
ItemListUnordered: "http://schema.org/ItemListUnordered"
ItemListUnordered: "https://schema.org/ItemListUnordered"
};
exports.LegalForceStatus = {
/** Indicates that a legislation is in force. */
InForce: "http://schema.org/InForce",
InForce: "https://schema.org/InForce",
/** Indicates that a legislation is currently not in force. */
NotInForce: "http://schema.org/NotInForce",
NotInForce: "https://schema.org/NotInForce",
/** Indicates that parts of the legislation are in force, and parts are not. */
PartiallyInForce: "http://schema.org/PartiallyInForce"
PartiallyInForce: "https://schema.org/PartiallyInForce"
};
exports.LegalValueLevel = {
/** Indicates that the publisher gives some special status to the publication of the document. ("The Queens Printer" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications). Something "Authoritative" is considered to be also {@link http://schema.org/OfficialLegalValue OfficialLegalValue}". */
AuthoritativeLegalValue: "http://schema.org/AuthoritativeLegalValue",
/** Indicates a document for which the text is conclusively what the law says and is legally binding. (e.g. The digitally signed version of an Official Journal.) Something "Definitive" is considered to be also {@link http://schema.org/AuthoritativeLegalValue AuthoritativeLegalValue}. */
DefinitiveLegalValue: "http://schema.org/DefinitiveLegalValue",
/** Indicates that the publisher gives some special status to the publication of the document. ("The Queens Printer" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications). Something "Authoritative" is considered to be also {@link https://schema.org/OfficialLegalValue OfficialLegalValue}". */
AuthoritativeLegalValue: "https://schema.org/AuthoritativeLegalValue",
/** Indicates a document for which the text is conclusively what the law says and is legally binding. (e.g. The digitally signed version of an Official Journal.) Something "Definitive" is considered to be also {@link https://schema.org/AuthoritativeLegalValue AuthoritativeLegalValue}. */
DefinitiveLegalValue: "https://schema.org/DefinitiveLegalValue",
/** All the documents published by an official publisher should have at least the legal value level "OfficialLegalValue". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of a EU directive published by the EU Office of Publications). */
OfficialLegalValue: "http://schema.org/OfficialLegalValue",
OfficialLegalValue: "https://schema.org/OfficialLegalValue",
/** Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher). */
UnofficialLegalValue: "http://schema.org/UnofficialLegalValue"
UnofficialLegalValue: "https://schema.org/UnofficialLegalValue"
};
exports.MapCategoryType = {
/** A parking map. */
ParkingMap: "http://schema.org/ParkingMap",
ParkingMap: "https://schema.org/ParkingMap",
/** A seating map. */
SeatingMap: "http://schema.org/SeatingMap",
SeatingMap: "https://schema.org/SeatingMap",
/** A transit map. */
TransitMap: "http://schema.org/TransitMap",
TransitMap: "https://schema.org/TransitMap",
/** A venue map (e.g. for malls, auditoriums, museums, etc.). */
VenueMap: "http://schema.org/VenueMap"
VenueMap: "https://schema.org/VenueMap"
};
exports.MediaManipulationRatingEnumeration = {
/** AuthenticMediaObject: An unaltered image that is presented in an accurate way. */
AuthenticContent: "http://schema.org/AuthenticContent",
AuthenticContent: "https://schema.org/AuthenticContent",
/** MissingContext: ... */
MissingContext: "http://schema.org/MissingContext"
MissingContext: "https://schema.org/MissingContext"
};
exports.MedicalAudience = {
exports.MedicalAudienceType = {
/** Medical clinicians, including practicing physicians and other medical professionals involved in clinical practice. */
Clinician: "http://schema.org/Clinician",
Clinician: "https://schema.org/Clinician",
/** Medical researchers. */
MedicalResearcher: "http://schema.org/MedicalResearcher"
MedicalResearcher: "https://schema.org/MedicalResearcher"
};
exports.MedicalDevicePurpose = {
/** A medical device used for diagnostic purposes. */
Diagnostic: "http://schema.org/Diagnostic",
Diagnostic: "https://schema.org/Diagnostic",
/** A medical device used for therapeutic purposes. */
Therapeutic: "http://schema.org/Therapeutic"
Therapeutic: "https://schema.org/Therapeutic"
};
exports.MedicalEvidenceLevel = {
/** Data derived from multiple randomized clinical trials or meta-analyses. */
EvidenceLevelA: "http://schema.org/EvidenceLevelA",
EvidenceLevelA: "https://schema.org/EvidenceLevelA",
/** Data derived from a single randomized trial, or nonrandomized studies. */
EvidenceLevelB: "http://schema.org/EvidenceLevelB",
EvidenceLevelB: "https://schema.org/EvidenceLevelB",
/** Only consensus opinion of experts, case studies, or standard-of-care. */
EvidenceLevelC: "http://schema.org/EvidenceLevelC"
EvidenceLevelC: "https://schema.org/EvidenceLevelC"
};
exports.MedicalImagingTechnique = {
/** X-ray computed tomography imaging. */
CT: "http://schema.org/CT",
CT: "https://schema.org/CT",
/** Magnetic resonance imaging. */
MRI: "http://schema.org/MRI",
MRI: "https://schema.org/MRI",
/** Positron emission tomography imaging. */
PET: "http://schema.org/PET",
PET: "https://schema.org/PET",
/** Radiography is an imaging technique that uses electromagnetic radiation other than visible light, especially X-rays, to view the internal structure of a non-uniformly composed and opaque object such as the human body. */
Radiography: "http://schema.org/Radiography",
Radiography: "https://schema.org/Radiography",
/** Ultrasound imaging. */
Ultrasound: "http://schema.org/Ultrasound",
Ultrasound: "https://schema.org/Ultrasound",
/** X-ray imaging. */
XRay: "http://schema.org/XRay"
XRay: "https://schema.org/XRay"
};
exports.MedicalObservationalStudyDesign = {
/** A case series (also known as a clinical series) is a medical research study that tracks patients with a known exposure given similar treatment or examines their medical records for exposure and outcome. A case series can be retrospective or prospective and usually involves a smaller number of patients than the more powerful case-control studies or randomized controlled trials. Case series may be consecutive or non-consecutive, depending on whether all cases presenting to the reporting authors over a period of time were included, or only a selection. */
CaseSeries: "http://schema.org/CaseSeries",
CaseSeries: "https://schema.org/CaseSeries",
/** Also known as a panel study. A cohort study is a form of longitudinal study used in medicine and social science. It is one type of study design and should be compared with a cross-sectional study. A cohort is a group of people who share a common characteristic or experience within a defined period (e.g., are born, leave school, lose their job, are exposed to a drug or a vaccine, etc.). The comparison group may be the general population from which the cohort is drawn, or it may be another cohort of persons thought to have had little or no exposure to the substance under investigation, but otherwise similar. Alternatively, subgroups within the cohort may be compared with each other. */
CohortStudy: "http://schema.org/CohortStudy",
CohortStudy: "https://schema.org/CohortStudy",
/** Studies carried out on pre-existing data (usually from 'snapshot' surveys), such as that collected by the Census Bureau. Sometimes called Prevalence Studies. */
CrossSectional: "http://schema.org/CrossSectional",
CrossSectional: "https://schema.org/CrossSectional",
/** Unlike cross-sectional studies, longitudinal studies track the same people, and therefore the differences observed in those people are less likely to be the result of cultural differences across generations. Longitudinal studies are also used in medicine to uncover predictors of certain diseases. */
Longitudinal: "http://schema.org/Longitudinal",
Longitudinal: "https://schema.org/Longitudinal",
/** An observational study design. */
Observational: "http://schema.org/Observational",
Observational: "https://schema.org/Observational",
/** A registry-based study design. */
Registry: "http://schema.org/Registry"
Registry: "https://schema.org/Registry"
};
exports.MedicalProcedureType = {
/** A type of medical procedure that involves noninvasive techniques. */
NoninvasiveProcedure: "http://schema.org/NoninvasiveProcedure",
NoninvasiveProcedure: "https://schema.org/NoninvasiveProcedure",
/** A type of medical procedure that involves percutaneous techniques, where access to organs or tissue is achieved via needle-puncture of the skin. For example, catheter-based procedures like stent delivery. */
PercutaneousProcedure: "http://schema.org/PercutaneousProcedure"
PercutaneousProcedure: "https://schema.org/PercutaneousProcedure"
};
exports.MedicalSpecialty = {
/** A specific branch of medical science that pertains to study of anesthetics and their application. */
Anesthesia: "http://schema.org/Anesthesia",
Anesthesia: "https://schema.org/Anesthesia",
/** A specific branch of medical science that pertains to diagnosis and treatment of disorders of heart and vasculature. */
Cardiovascular: "http://schema.org/Cardiovascular",
Cardiovascular: "https://schema.org/Cardiovascular",
/** A field of public health focusing on improving health characteristics of a defined population in relation with their geographical or environment areas */
CommunityHealth: "http://schema.org/CommunityHealth",
CommunityHealth: "https://schema.org/CommunityHealth",
/** A branch of medicine that is involved in the dental care. */
Dentistry: "http://schema.org/Dentistry",
Dentistry: "https://schema.org/Dentistry",
/** Something relating to or practicing dermatology */
Dermatologic: "http://schema.org/Dermatologic",
Dermatologic: "https://schema.org/Dermatologic",
/** A specific branch of medical science that pertains to diagnosis and treatment of disorders of skin. */
Dermatology: "http://schema.org/Dermatology",
Dermatology: "https://schema.org/Dermatology",
/** Dietetic and nutrition as a medical speciality. */
DietNutrition: "http://schema.org/DietNutrition",
DietNutrition: "https://schema.org/DietNutrition",
/** A specific branch of medical science that deals with the evaluation and initial treatment of medical conditions caused by trauma or sudden illness. */
Emergency: "http://schema.org/Emergency",
Emergency: "https://schema.org/Emergency",
/** A specific branch of medical science that pertains to diagnosis and treatment of disorders of endocrine glands and their secretions. */
Endocrine: "http://schema.org/Endocrine",
Endocrine: "https://schema.org/Endocrine",
/** A specific branch of medical science that pertains to diagnosis and treatment of disorders of digestive system. */
Gastroenterologic: "http://schema.org/Gastroenterologic",
Gastroenterologic: "https://schema.org/Gastroenterologic",
/** A specific branch of medical science that pertains to hereditary transmission and the variation of inherited characteristics and disorders. */
Genetic: "http://schema.org/Genetic",
Genetic: "https://schema.org/Genetic",
/** A specific branch of medical science that is concerned with the diagnosis and treatment of diseases, debilities and provision of care to the aged. */
Geriatric: "http://schema.org/Geriatric",
Geriatric: "https://schema.org/Geriatric",
/** A specific branch of medical science that pertains to the health care of women, particularly in the diagnosis and treatment of disorders affecting the female reproductive system. */
Gynecologic: "http://schema.org/Gynecologic",
Gynecologic: "https://schema.org/Gynecologic",
/** A specific branch of medical science that pertains to diagnosis and treatment of disorders of blood and blood producing organs. */
Hematologic: "http://schema.org/Hematologic",
Hematologic: "https://schema.org/Hematologic",
/** Something in medical science that pertains to infectious diseases i.e caused by bacterial, viral, fungal or parasitic infections. */
Infectious: "http://schema.org/Infectious",
Infectious: "https://schema.org/Infectious",
/** A medical science pertaining to chemical, hematological, immunologic, microscopic, or bacteriological diagnostic analyses or research */
LaboratoryScience: "http://schema.org/LaboratoryScience",
LaboratoryScience: "https://schema.org/LaboratoryScience",
/** A nurse-like health profession that deals with pregnancy, childbirth, and the postpartum period (including care of the newborn), besides sexual and reproductive health of women throughout their lives. */
Midwifery: "http://schema.org/Midwifery",
Midwifery: "https://schema.org/Midwifery",
/** A specific branch of medical science that pertains to diagnosis and treatment of disorders of muscles, ligaments and skeletal system. */
Musculoskeletal: "http://schema.org/Musculoskeletal",
Musculoskeletal: "https://schema.org/Musculoskeletal",
/** A specific branch of medical science that studies the nerves and nervous system and its respective disease states. */
Neurologic: "http://schema.org/Neurologic",
Neurologic: "https://schema.org/Neurologic",
/** A health profession of a person formally educated and trained in the care of the sick or infirm person. */
Nursing: "http://schema.org/Nursing",
Nursing: "https://schema.org/Nursing",
/** A specific branch of medical science that specializes in the care of women during the prenatal and postnatal care and with the delivery of the child. */
Obstetric: "http://schema.org/Obstetric",
Obstetric: "https://schema.org/Obstetric",
/** A specific branch of medical science that deals with benign and malignant tumors, including the study of their development, diagnosis, treatment and prevention. */
Oncologic: "http://schema.org/Oncologic",
Oncologic: "https://schema.org/Oncologic",
/** The science or practice of testing visual acuity and prescribing corrective lenses. */
Optometric: "http://schema.org/Optometric",
Optometric: "https://schema.org/Optometric",
/** A specific branch of medical science that is concerned with the ear, nose and throat and their respective disease states. */
Otolaryngologic: "http://schema.org/Otolaryngologic",
Otolaryngologic: "https://schema.org/Otolaryngologic",
/** A specific branch of medical science that is concerned with the study of the cause, origin and nature of a disease state, including its consequences as a result of manifestation of the disease. In clinical care, the term is used to designate a branch of medicine using laboratory tests to diagnose and determine the prognostic significance of illness. */
Pathology: "http://schema.org/Pathology",
Pathology: "https://schema.org/Pathology",
/** A specific branch of medical science that specializes in the care of infants, children and adolescents. */
Pediatric: "http://schema.org/Pediatric",
Pediatric: "https://schema.org/Pediatric",
/** The practice or art and science of preparing and dispensing drugs and medicines. */
PharmacySpecialty: "http://schema.org/PharmacySpecialty",
PharmacySpecialty: "https://schema.org/PharmacySpecialty",
/** The practice of treatment of disease, injury, or deformity by physical methods such as massage, heat treatment, and exercise rather than by drugs or surgery.. */
Physiotherapy: "http://schema.org/Physiotherapy",
Physiotherapy: "https://schema.org/Physiotherapy",
/** A specific branch of medical science that pertains to therapeutic or cosmetic repair or re-formation of missing, injured or malformed tissues or body parts by manual and instrumental means. */
PlasticSurgery: "http://schema.org/PlasticSurgery",
PlasticSurgery: "https://schema.org/PlasticSurgery",
/** Podiatry is the care of the human foot, especially the diagnosis and treatment of foot disorders. */
Podiatric: "http://schema.org/Podiatric",
Podiatric: "https://schema.org/Podiatric",
/** The medical care by a physician, or other health-care professional, who is the patient's first contact with the health-care system and who may recommend a specialist if necessary. */
PrimaryCare: "http://schema.org/PrimaryCare",
PrimaryCare: "https://schema.org/PrimaryCare",
/** A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies. */
Psychiatric: "http://schema.org/Psychiatric",
Psychiatric: "https://schema.org/Psychiatric",
/** Branch of medicine that pertains to the health services to improve and protect community health, especially epidemiology, sanitation, immunization, and preventive medicine. */
PublicHealth: "http://schema.org/PublicHealth",
PublicHealth: "https://schema.org/PublicHealth",
/** A specific branch of medical science that pertains to the study of the respiratory system and its respective disease states. */
Pulmonary: "http://schema.org/Pulmonary",
Pulmonary: "https://schema.org/Pulmonary",
/** Radiography is an imaging technique that uses electromagnetic radiation other than visible light, especially X-rays, to view the internal structure of a non-uniformly composed and opaque object such as the human body. */
Radiography: "http://schema.org/Radiography",
Radiography: "https://schema.org/Radiography",
/** A specific branch of medical science that pertains to the study of the kidneys and its respective disease states. */
Renal: "http://schema.org/Renal",
Renal: "https://schema.org/Renal",
/** The therapy that is concerned with the maintenance or improvement of respiratory function (as in patients with pulmonary disease). */
RespiratoryTherapy: "http://schema.org/RespiratoryTherapy",
RespiratoryTherapy: "https://schema.org/RespiratoryTherapy",
/** A specific branch of medical science that deals with the study and treatment of rheumatic, autoimmune or joint diseases. */
Rheumatologic: "http://schema.org/Rheumatologic",
Rheumatologic: "https://schema.org/Rheumatologic",
/** The scientific study and treatment of defects, disorders, and malfunctions of speech and voice, as stuttering, lisping, or lalling, and of language disturbances, as aphasia or delayed language acquisition. */
SpeechPathology: "http://schema.org/SpeechPathology",
SpeechPathology: "https://schema.org/SpeechPathology",
/** A specific branch of medical science that pertains to treating diseases, injuries and deformities by manual and instrumental means. */
Surgical: "http://schema.org/Surgical",
Surgical: "https://schema.org/Surgical",
/** A specific branch of medical science that is concerned with poisons, their nature, effects and detection and involved in the treatment of poisoning. */
Toxicologic: "http://schema.org/Toxicologic",
Toxicologic: "https://schema.org/Toxicologic",
/** A specific branch of medical science that is concerned with the diagnosis and treatment of diseases pertaining to the urinary tract and the urogenital system. */
Urologic: "http://schema.org/Urologic"
Urologic: "https://schema.org/Urologic"
};
exports.MedicalStudyStatus = {
/** Active, but not recruiting new participants. */
ActiveNotRecruiting: "http://schema.org/ActiveNotRecruiting",
ActiveNotRecruiting: "https://schema.org/ActiveNotRecruiting",
/** Completed. */
Completed: "http://schema.org/Completed",
Completed: "https://schema.org/Completed",
/** Enrolling participants by invitation only. */
EnrollingByInvitation: "http://schema.org/EnrollingByInvitation",
EnrollingByInvitation: "https://schema.org/EnrollingByInvitation",
/** Not yet recruiting. */
NotYetRecruiting: "http://schema.org/NotYetRecruiting",
NotYetRecruiting: "https://schema.org/NotYetRecruiting",
/** Recruiting participants. */
Recruiting: "http://schema.org/Recruiting",
Recruiting: "https://schema.org/Recruiting",
/** Results are available. */
ResultsAvailable: "http://schema.org/ResultsAvailable",
ResultsAvailable: "https://schema.org/ResultsAvailable",
/** Results are not available. */
ResultsNotAvailable: "http://schema.org/ResultsNotAvailable",
ResultsNotAvailable: "https://schema.org/ResultsNotAvailable",
/** Suspended. */
Suspended: "http://schema.org/Suspended",
Suspended: "https://schema.org/Suspended",
/** Terminated. */
Terminated: "http://schema.org/Terminated",
Terminated: "https://schema.org/Terminated",
/** Withdrawn. */
Withdrawn: "http://schema.org/Withdrawn"
Withdrawn: "https://schema.org/Withdrawn"
};
exports.MedicalTrialDesign = {
/** A trial design in which neither the researcher nor the patient knows the details of the treatment the patient was randomly assigned to. */
DoubleBlindedTrial: "http://schema.org/DoubleBlindedTrial",
DoubleBlindedTrial: "https://schema.org/DoubleBlindedTrial",
/** An international trial. */
InternationalTrial: "http://schema.org/InternationalTrial",
InternationalTrial: "https://schema.org/InternationalTrial",
/** A trial that takes place at multiple centers. */
MultiCenterTrial: "http://schema.org/MultiCenterTrial",
MultiCenterTrial: "https://schema.org/MultiCenterTrial",
/** A trial design in which the researcher knows the full details of the treatment, and so does the patient. */
OpenTrial: "http://schema.org/OpenTrial",
OpenTrial: "https://schema.org/OpenTrial",
/** A placebo-controlled trial design. */
PlaceboControlledTrial: "http://schema.org/PlaceboControlledTrial",
PlaceboControlledTrial: "https://schema.org/PlaceboControlledTrial",
/** A randomized trial design. */
RandomizedTrial: "http://schema.org/RandomizedTrial",
RandomizedTrial: "https://schema.org/RandomizedTrial",
/** A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not. */
SingleBlindedTrial: "http://schema.org/SingleBlindedTrial",
SingleBlindedTrial: "https://schema.org/SingleBlindedTrial",
/** A trial that takes place at a single center. */
SingleCenterTrial: "http://schema.org/SingleCenterTrial",
SingleCenterTrial: "https://schema.org/SingleCenterTrial",
/** A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to. */
TripleBlindedTrial: "http://schema.org/TripleBlindedTrial"
TripleBlindedTrial: "https://schema.org/TripleBlindedTrial"
};
exports.MedicineSystem = {
/** A system of medicine that originated in India over thousands of years and that focuses on integrating and balancing the body, mind, and spirit. */
Ayurvedic: "http://schema.org/Ayurvedic",
Ayurvedic: "https://schema.org/Ayurvedic",
/** A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning. */
Chiropractic: "http://schema.org/Chiropractic",
Chiropractic: "https://schema.org/Chiropractic",
/** A system of medicine based on the principle that a disease can be cured by a substance that produces similar symptoms in healthy people. */
Homeopathic: "http://schema.org/Homeopathic",
Homeopathic: "https://schema.org/Homeopathic",
/** A system of medicine focused on promoting the body's innate ability to heal itself. */
Osteopathic: "http://schema.org/Osteopathic",
Osteopathic: "https://schema.org/Osteopathic",
/** A system of medicine based on common theoretical concepts that originated in China and evolved over thousands of years, that uses herbs, acupuncture, exercise, massage, dietary therapy, and other methods to treat a wide range of conditions. */
TraditionalChinese: "http://schema.org/TraditionalChinese",
TraditionalChinese: "https://schema.org/TraditionalChinese",
/** The conventional Western system of medicine, that aims to apply the best available evidence gained from the scientific method to clinical decision making. Also known as conventional or Western medicine. */
WesternConventional: "http://schema.org/WesternConventional"
WesternConventional: "https://schema.org/WesternConventional"
};
exports.MerchantReturnEnumeration = {
/** MerchantReturnFiniteReturnWindow: there is a finite window for product returns. */
MerchantReturnFiniteReturnWindow: "http://schema.org/MerchantReturnFiniteReturnWindow",
MerchantReturnFiniteReturnWindow: "https://schema.org/MerchantReturnFiniteReturnWindow",
/** MerchantReturnNotPermitted: product returns are not permitted. */
MerchantReturnNotPermitted: "http://schema.org/MerchantReturnNotPermitted",
MerchantReturnNotPermitted: "https://schema.org/MerchantReturnNotPermitted",
/** MerchantReturnUnlimitedWindow: there is an unlimited window for product returns. */
MerchantReturnUnlimitedWindow: "http://schema.org/MerchantReturnUnlimitedWindow",
MerchantReturnUnlimitedWindow: "https://schema.org/MerchantReturnUnlimitedWindow",
/** MerchantReturnUnspecified: a product return policy is not specified here. */
MerchantReturnUnspecified: "http://schema.org/MerchantReturnUnspecified"
MerchantReturnUnspecified: "https://schema.org/MerchantReturnUnspecified"
};
exports.MusicAlbumProductionType = {
/** CompilationAlbum. */
CompilationAlbum: "http://schema.org/CompilationAlbum",
CompilationAlbum: "https://schema.org/CompilationAlbum",
/** DemoAlbum. */
DemoAlbum: "http://schema.org/DemoAlbum",
DemoAlbum: "https://schema.org/DemoAlbum",
/** DJMixAlbum. */
DJMixAlbum: "http://schema.org/DJMixAlbum",
DJMixAlbum: "https://schema.org/DJMixAlbum",
/** LiveAlbum. */
LiveAlbum: "http://schema.org/LiveAlbum",
LiveAlbum: "https://schema.org/LiveAlbum",
/** MixtapeAlbum. */
MixtapeAlbum: "http://schema.org/MixtapeAlbum",
MixtapeAlbum: "https://schema.org/MixtapeAlbum",
/** RemixAlbum. */
RemixAlbum: "http://schema.org/RemixAlbum",
RemixAlbum: "https://schema.org/RemixAlbum",
/** SoundtrackAlbum. */
SoundtrackAlbum: "http://schema.org/SoundtrackAlbum",
SoundtrackAlbum: "https://schema.org/SoundtrackAlbum",
/** SpokenWordAlbum. */
SpokenWordAlbum: "http://schema.org/SpokenWordAlbum",
SpokenWordAlbum: "https://schema.org/SpokenWordAlbum",
/** StudioAlbum. */
StudioAlbum: "http://schema.org/StudioAlbum"
StudioAlbum: "https://schema.org/StudioAlbum"
};
exports.MusicAlbumReleaseType = {
/** AlbumRelease. */
AlbumRelease: "http://schema.org/AlbumRelease",
AlbumRelease: "https://schema.org/AlbumRelease",
/** BroadcastRelease. */
BroadcastRelease: "http://schema.org/BroadcastRelease",
BroadcastRelease: "https://schema.org/BroadcastRelease",
/** EPRelease. */
EPRelease: "http://schema.org/EPRelease",
EPRelease: "https://schema.org/EPRelease",
/** SingleRelease. */
SingleRelease: "http://schema.org/SingleRelease"
SingleRelease: "https://schema.org/SingleRelease"
};
exports.MusicReleaseFormatType = {
/** CassetteFormat. */
CassetteFormat: "http://schema.org/CassetteFormat",
CassetteFormat: "https://schema.org/CassetteFormat",
/** CDFormat. */
CDFormat: "http://schema.org/CDFormat",
CDFormat: "https://schema.org/CDFormat",
/** DigitalAudioTapeFormat. */
DigitalAudioTapeFormat: "http://schema.org/DigitalAudioTapeFormat",
DigitalAudioTapeFormat: "https://schema.org/DigitalAudioTapeFormat",
/** DigitalFormat. */
DigitalFormat: "http://schema.org/DigitalFormat",
DigitalFormat: "https://schema.org/DigitalFormat",
/** DVDFormat. */
DVDFormat: "http://schema.org/DVDFormat",
DVDFormat: "https://schema.org/DVDFormat",
/** LaserDiscFormat. */
LaserDiscFormat: "http://schema.org/LaserDiscFormat",
LaserDiscFormat: "https://schema.org/LaserDiscFormat",
/** VinylFormat. */
VinylFormat: "http://schema.org/VinylFormat"
VinylFormat: "https://schema.org/VinylFormat"
};
exports.NonprofitType = {
/** CharitableIncorporatedOrganization: Non-profit type referring to a Charitable Incorporated Organization (UK). */
CharitableIncorporatedOrganization: "http://schema.org/CharitableIncorporatedOrganization",
/** LimitedByGuaranteeCharity: Non-profit type referring to a charitable company that is limited by guarantee (UK). */
LimitedByGuaranteeCharity: "http://schema.org/LimitedByGuaranteeCharity",
/** Nonprofit501a: Non-profit type referring to Farmers’ Cooperative Associations. */
Nonprofit501a: "http://schema.org/Nonprofit501a",
/** Nonprofit501c1: Non-profit type referring to Corporations Organized Under Act of Congress, including Federal Credit Unions and National Farm Loan Associations. */
Nonprofit501c1: "http://schema.org/Nonprofit501c1",
/** Nonprofit501c10: Non-profit type referring to Domestic Fraternal Societies and Associations. */
Nonprofit501c10: "http://schema.org/Nonprofit501c10",
/** Nonprofit501c11: Non-profit type referring to Teachers' Retirement Fund Associations. */
Nonprofit501c11: "http://schema.org/Nonprofit501c11",
/** Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies. */
Nonprofit501c12: "http://schema.org/Nonprofit501c12",
/** Nonprofit501c13: Non-profit type referring to Cemetery Companies. */
Nonprofit501c13: "http://schema.org/Nonprofit501c13",
/** Nonprofit501c14: Non-profit type referring to State-Chartered Credit Unions, Mutual Reserve Funds. */
Nonprofit501c14: "http://schema.org/Nonprofit501c14",
/** Nonprofit501c15: Non-profit type referring to Mutual Insurance Companies or Associations. */
Nonprofit501c15: "http://schema.org/Nonprofit501c15",
/** Nonprofit501c16: Non-profit type referring to Cooperative Organizations to Finance Crop Operations. */
Nonprofit501c16: "http://schema.org/Nonprofit501c16",
/** Nonprofit501c17: Non-profit type referring to Supplemental Unemployment Benefit Trusts. */
Nonprofit501c17: "http://schema.org/Nonprofit501c17",
/** Nonprofit501c18: Non-profit type referring to Employee Funded Pension Trust (created before 25 June 1959). */
Nonprofit501c18: "http://schema.org/Nonprofit501c18",
/** Nonprofit501c19: Non-profit type referring to Post or Organization of Past or Present Members of the Armed Forces. */
Nonprofit501c19: "http://schema.org/Nonprofit501c19",
/** Nonprofit501c2: Non-profit type referring to Title-holding Corporations for Exempt Organizations. */
Nonprofit501c2: "http://schema.org/Nonprofit501c2",
/** Nonprofit501c20: Non-profit type referring to Group Legal Services Plan Organizations. */
Nonprofit501c20: "http://schema.org/Nonprofit501c20",
/** Nonprofit501c21: Non-profit type referring to Black Lung Benefit Trusts. */
Nonprofit501c21: "http://schema.org/Nonprofit501c21",
/** Nonprofit501c22: Non-profit type referring to Withdrawal Liability Payment Funds. */
Nonprofit501c22: "http://schema.org/Nonprofit501c22",
/** Nonprofit501c23: Non-profit type referring to Veterans Organizations. */
Nonprofit501c23: "http://schema.org/Nonprofit501c23",
/** Nonprofit501c24: Non-profit type referring to Section 4049 ERISA Trusts. */
Nonprofit501c24: "http://schema.org/Nonprofit501c24",
/** Nonprofit501c25: Non-profit type referring to Real Property Title-Holding Corporations or Trusts with Multiple Parents. */
Nonprofit501c25: "http://schema.org/Nonprofit501c25",
/** Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals. */
Nonprofit501c26: "http://schema.org/Nonprofit501c26",
/** Nonprofit501c27: Non-profit type referring to State-Sponsored Workers' Compensation Reinsurance Organizations. */
Nonprofit501c27: "http://schema.org/Nonprofit501c27",
/** Nonprofit501c28: Non-profit type referring to National Railroad Retirement Investment Trusts. */
Nonprofit501c28: "http://schema.org/Nonprofit501c28",
/** Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, to Foster National or International Amateur Sports Competition, or Prevention of Cruelty to Children or Animals Organizations. */
Nonprofit501c3: "http://schema.org/Nonprofit501c3",
/** Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees. */
Nonprofit501c4: "http://schema.org/Nonprofit501c4",
/** Nonprofit501c5: Non-profit type referring to Labor, Agricultural and Horticultural Organizations. */
Nonprofit501c5: "http://schema.org/Nonprofit501c5",
/** Nonprofit501c6: Non-profit type referring to Business Leagues, Chambers of Commerce, Real Estate Boards. */
Nonprofit501c6: "http://schema.org/Nonprofit501c6",
/** Nonprofit501c7: Non-profit type referring to Social and Recreational Clubs. */
Nonprofit501c7: "http://schema.org/Nonprofit501c7",
/** Nonprofit501c8: Non-profit type referring to Fraternal Beneficiary Societies and Associations. */
Nonprofit501c8: "http://schema.org/Nonprofit501c8",
/** Nonprofit501c9: Non-profit type referring to Voluntary Employee Beneficiary Associations. */
Nonprofit501c9: "http://schema.org/Nonprofit501c9",
/** Nonprofit501d: Non-profit type referring to Religious and Apostolic Associations. */
Nonprofit501d: "http://schema.org/Nonprofit501d",
/** Nonprofit501e: Non-profit type referring to Cooperative Hospital Service Organizations. */
Nonprofit501e: "http://schema.org/Nonprofit501e",
/** Nonprofit501f: Non-profit type referring to Cooperative Service Organizations. */
Nonprofit501f: "http://schema.org/Nonprofit501f",
/** Nonprofit501k: Non-profit type referring to Child Care Organizations. */
Nonprofit501k: "http://schema.org/Nonprofit501k",
/** Nonprofit501n: Non-profit type referring to Charitable Risk Pools. */
Nonprofit501n: "http://schema.org/Nonprofit501n",
/** Nonprofit501q: Non-profit type referring to Credit Counseling Organizations. */
Nonprofit501q: "http://schema.org/Nonprofit501q",
/** Nonprofit527: Non-profit type referring to Political organizations. */
Nonprofit527: "http://schema.org/Nonprofit527",
exports.NLNonprofitType = {
/** NonprofitANBI: Non-profit type referring to a Public Benefit Organization (NL). */
NonprofitANBI: "http://schema.org/NonprofitANBI",
NonprofitANBI: "https://schema.org/NonprofitANBI",
/** NonprofitSBBI: Non-profit type referring to a Social Interest Promoting Institution (NL). */
NonprofitSBBI: "http://schema.org/NonprofitSBBI",
/** UKTrust: Non-profit type referring to a UK trust. */
UKTrust: "http://schema.org/UKTrust",
/** UnincorporatedAssociationCharity: Non-profit type referring to a charitable company that is not incorporated (UK). */
UnincorporatedAssociationCharity: "http://schema.org/UnincorporatedAssociationCharity"
NonprofitSBBI: "https://schema.org/NonprofitSBBI"
};
exports.OfferItemCondition = {
/** Indicates that the item is damaged. */
DamagedCondition: "http://schema.org/DamagedCondition",
DamagedCondition: "https://schema.org/DamagedCondition",
/** Indicates that the item is new. */
NewCondition: "http://schema.org/NewCondition",
NewCondition: "https://schema.org/NewCondition",
/** Indicates that the item is refurbished. */
RefurbishedCondition: "http://schema.org/RefurbishedCondition",
RefurbishedCondition: "https://schema.org/RefurbishedCondition",
/** Indicates that the item is used. */
UsedCondition: "http://schema.org/UsedCondition"
UsedCondition: "https://schema.org/UsedCondition"
};
exports.OrderStatus = {
/** OrderStatus representing cancellation of an order. */
OrderCancelled: "http://schema.org/OrderCancelled",
OrderCancelled: "https://schema.org/OrderCancelled",
/** OrderStatus representing successful delivery of an order. */
OrderDelivered: "http://schema.org/OrderDelivered",
OrderDelivered: "https://schema.org/OrderDelivered",
/** OrderStatus representing that an order is in transit. */
OrderInTransit: "http://schema.org/OrderInTransit",
OrderInTransit: "https://schema.org/OrderInTransit",
/** OrderStatus representing that payment is due on an order. */
OrderPaymentDue: "http://schema.org/OrderPaymentDue",
OrderPaymentDue: "https://schema.org/OrderPaymentDue",
/** OrderStatus representing availability of an order for pickup. */
OrderPickupAvailable: "http://schema.org/OrderPickupAvailable",
OrderPickupAvailable: "https://schema.org/OrderPickupAvailable",
/** OrderStatus representing that there is a problem with the order. */
OrderProblem: "http://schema.org/OrderProblem",
OrderProblem: "https://schema.org/OrderProblem",
/** OrderStatus representing that an order is being processed. */
OrderProcessing: "http://schema.org/OrderProcessing",
OrderProcessing: "https://schema.org/OrderProcessing",
/** OrderStatus representing that an order has been returned. */
OrderReturned: "http://schema.org/OrderReturned"
OrderReturned: "https://schema.org/OrderReturned"
};
exports.PaymentStatusType = {
/** An automatic payment system is in place and will be used. */
PaymentAutomaticallyApplied: "http://schema.org/PaymentAutomaticallyApplied",
PaymentAutomaticallyApplied: "https://schema.org/PaymentAutomaticallyApplied",
/** The payment has been received and processed. */
PaymentComplete: "http://schema.org/PaymentComplete",
PaymentComplete: "https://schema.org/PaymentComplete",
/** The payee received the payment, but it was declined for some reason. */
PaymentDeclined: "http://schema.org/PaymentDeclined",
PaymentDeclined: "https://schema.org/PaymentDeclined",
/** The payment is due, but still within an acceptable time to be received. */
PaymentDue: "http://schema.org/PaymentDue",
PaymentDue: "https://schema.org/PaymentDue",
/** The payment is due and considered late. */
PaymentPastDue: "http://schema.org/PaymentPastDue"
PaymentPastDue: "https://schema.org/PaymentPastDue"
};
exports.PhysicalActivityCategory = {
/** Physical activity of relatively low intensity that depends primarily on the aerobic energy-generating process; during activity, the aerobic metabolism uses oxygen to adequately meet energy demands during exercise. */
AerobicActivity: "http://schema.org/AerobicActivity",
AerobicActivity: "https://schema.org/AerobicActivity",
/** Physical activity that is of high-intensity which utilizes the anaerobic metabolism of the body. */
AnaerobicActivity: "http://schema.org/AnaerobicActivity",
AnaerobicActivity: "https://schema.org/AnaerobicActivity",
/** Physical activity that is engaged to help maintain posture and balance. */
Balance: "http://schema.org/Balance",
Balance: "https://schema.org/Balance",
/** Physical activity that is engaged in to improve joint and muscle flexibility. */
Flexibility: "http://schema.org/Flexibility",
Flexibility: "https://schema.org/Flexibility",
/** Any physical activity engaged in for recreational purposes. Examples may include ballroom dancing, roller skating, canoeing, fishing, etc. */
LeisureTimeActivity: "http://schema.org/LeisureTimeActivity",
LeisureTimeActivity: "https://schema.org/LeisureTimeActivity",
/** Any physical activity engaged in for job-related purposes. Examples may include waiting tables, maid service, carrying a mailbag, picking fruits or vegetables, construction work, etc. */
OccupationalActivity: "http://schema.org/OccupationalActivity",
OccupationalActivity: "https://schema.org/OccupationalActivity",
/** Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training. */
StrengthTraining: "http://schema.org/StrengthTraining"
StrengthTraining: "https://schema.org/StrengthTraining"
};
exports.PhysicalExam = {
/** Abdomen clinical examination. */
Abdomen: "http://schema.org/Abdomen",
Abdomen: "https://schema.org/Abdomen",
/** Appearance assessment with clinical examination. */
Appearance: "http://schema.org/Appearance",
Appearance: "https://schema.org/Appearance",
/** Cardiovascular system assessment withclinical examination. */
CardiovascularExam: "http://schema.org/CardiovascularExam",
CardiovascularExam: "https://schema.org/CardiovascularExam",
/** Ear function assessment with clinical examination. */
Ear: "http://schema.org/Ear",
Ear: "https://schema.org/Ear",
/** Eye or ophtalmological function assessment with clinical examination. */
Eye: "http://schema.org/Eye",
Eye: "https://schema.org/Eye",
/** Genitourinary system function assessment with clinical examination. */
Genitourinary: "http://schema.org/Genitourinary",
Genitourinary: "https://schema.org/Genitourinary",
/** Head assessment with clinical examination. */
Head: "http://schema.org/Head",
Head: "https://schema.org/Head",
/** Lung and respiratory system clinical examination. */
Lung: "http://schema.org/Lung",
Lung: "https://schema.org/Lung",
/** Musculoskeletal system clinical examination. */
MusculoskeletalExam: "http://schema.org/MusculoskeletalExam",
MusculoskeletalExam: "https://schema.org/MusculoskeletalExam",
/** Neck assessment with clinical examination. */
Neck: "http://schema.org/Neck",
Neck: "https://schema.org/Neck",
/** Neurological system clinical examination. */
Neuro: "http://schema.org/Neuro",
Neuro: "https://schema.org/Neuro",
/** Nose function assessment with clinical examination. */
Nose: "http://schema.org/Nose",
Nose: "https://schema.org/Nose",
/** Skin assessment with clinical examination. */
Skin: "http://schema.org/Skin",
Skin: "https://schema.org/Skin",
/** Throat assessment with clinical examination. */
Throat: "http://schema.org/Throat"
Throat: "https://schema.org/Throat"
};
exports.ProductReturnEnumeration = {
/** ProductReturnFiniteReturnWindow: there is a finite window for product returns. */
ProductReturnFiniteReturnWindow: "http://schema.org/ProductReturnFiniteReturnWindow",
/** ProductReturnNotPermitted: product returns are not permitted. */
ProductReturnNotPermitted: "http://schema.org/ProductReturnNotPermitted",
/** ProductReturnUnlimitedWindow: there is an unlimited window for product returns. */
ProductReturnUnlimitedWindow: "http://schema.org/ProductReturnUnlimitedWindow",
/** ProductReturnUnspecified: a product return policy is not specified here. */
ProductReturnUnspecified: "http://schema.org/ProductReturnUnspecified"
};
exports.RefundTypeEnumeration = {
/** A ExchangeRefund ... */
ExchangeRefund: "http://schema.org/ExchangeRefund",
ExchangeRefund: "https://schema.org/ExchangeRefund",
/** A FullRefund ... */
FullRefund: "http://schema.org/FullRefund",
FullRefund: "https://schema.org/FullRefund",
/** A StoreCreditRefund ... */
StoreCreditRefund: "http://schema.org/StoreCreditRefund"
StoreCreditRefund: "https://schema.org/StoreCreditRefund"
};
exports.ReservationStatusType = {
/** The status for a previously confirmed reservation that is now cancelled. */
ReservationCancelled: "http://schema.org/ReservationCancelled",
ReservationCancelled: "https://schema.org/ReservationCancelled",
/** The status of a confirmed reservation. */
ReservationConfirmed: "http://schema.org/ReservationConfirmed",
ReservationConfirmed: "https://schema.org/ReservationConfirmed",
/** The status of a reservation on hold pending an update like credit card number or flight changes. */
ReservationHold: "http://schema.org/ReservationHold",
ReservationHold: "https://schema.org/ReservationHold",
/** The status of a reservation when a request has been sent, but not confirmed. */
ReservationPending: "http://schema.org/ReservationPending"
ReservationPending: "https://schema.org/ReservationPending"
};
exports.RestrictedDiet = {
/** A diet appropriate for people with diabetes. */
DiabeticDiet: "http://schema.org/DiabeticDiet",
DiabeticDiet: "https://schema.org/DiabeticDiet",
/** A diet exclusive of gluten. */
GlutenFreeDiet: "http://schema.org/GlutenFreeDiet",
GlutenFreeDiet: "https://schema.org/GlutenFreeDiet",
/** A diet conforming to Islamic dietary practices. */
HalalDiet: "http://schema.org/HalalDiet",
HalalDiet: "https://schema.org/HalalDiet",
/** A diet conforming to Hindu dietary practices, in particular, beef-free. */
HinduDiet: "http://schema.org/HinduDiet",
HinduDiet: "https://schema.org/HinduDiet",
/** A diet conforming to Jewish dietary practices. */
KosherDiet: "http://schema.org/KosherDiet",
KosherDiet: "https://schema.org/KosherDiet",
/** A diet focused on reduced calorie intake. */
LowCalorieDiet: "http://schema.org/LowCalorieDiet",
LowCalorieDiet: "https://schema.org/LowCalorieDiet",
/** A diet focused on reduced fat and cholesterol intake. */
LowFatDiet: "http://schema.org/LowFatDiet",
LowFatDiet: "https://schema.org/LowFatDiet",
/** A diet appropriate for people with lactose intolerance. */
LowLactoseDiet: "http://schema.org/LowLactoseDiet",
LowLactoseDiet: "https://schema.org/LowLactoseDiet",
/** A diet focused on reduced sodium intake. */
LowSaltDiet: "http://schema.org/LowSaltDiet",
LowSaltDiet: "https://schema.org/LowSaltDiet",
/** A diet exclusive of all animal products. */
VeganDiet: "http://schema.org/VeganDiet",
VeganDiet: "https://schema.org/VeganDiet",
/** A diet exclusive of animal meat. */
VegetarianDiet: "http://schema.org/VegetarianDiet"
VegetarianDiet: "https://schema.org/VegetarianDiet"
};
exports.ReturnFeesEnumeration = {
/** OriginalShippingFees ... */
OriginalShippingFees: "http://schema.org/OriginalShippingFees",
OriginalShippingFees: "https://schema.org/OriginalShippingFees",
/** RestockingFees ... */
RestockingFees: "http://schema.org/RestockingFees",
RestockingFees: "https://schema.org/RestockingFees",
/** ReturnShippingFees ... */
ReturnShippingFees: "http://schema.org/ReturnShippingFees"
ReturnShippingFees: "https://schema.org/ReturnShippingFees"
};
exports.RsvpResponseType = {
/** The invitee may or may not attend. */
RsvpResponseMaybe: "http://schema.org/RsvpResponseMaybe",
RsvpResponseMaybe: "https://schema.org/RsvpResponseMaybe",
/** The invitee will not attend. */
RsvpResponseNo: "http://schema.org/RsvpResponseNo",
RsvpResponseNo: "https://schema.org/RsvpResponseNo",
/** The invitee will attend. */
RsvpResponseYes: "http://schema.org/RsvpResponseYes"
RsvpResponseYes: "https://schema.org/RsvpResponseYes"
};
exports.SteeringPositionValue = {
/** The steering position is on the left side of the vehicle (viewed from the main direction of driving). */
LeftHandDriving: "http://schema.org/LeftHandDriving",
LeftHandDriving: "https://schema.org/LeftHandDriving",
/** The steering position is on the right side of the vehicle (viewed from the main direction of driving). */
RightHandDriving: "http://schema.org/RightHandDriving"
RightHandDriving: "https://schema.org/RightHandDriving"
};
exports.UKNonprofitType = {
/** CharitableIncorporatedOrganization: Non-profit type referring to a Charitable Incorporated Organization (UK). */
CharitableIncorporatedOrganization: "https://schema.org/CharitableIncorporatedOrganization",
/** LimitedByGuaranteeCharity: Non-profit type referring to a charitable company that is limited by guarantee (UK). */
LimitedByGuaranteeCharity: "https://schema.org/LimitedByGuaranteeCharity",
/** UKTrust: Non-profit type referring to a UK trust. */
UKTrust: "https://schema.org/UKTrust",
/** UnincorporatedAssociationCharity: Non-profit type referring to a charitable company that is not incorporated (UK). */
UnincorporatedAssociationCharity: "https://schema.org/UnincorporatedAssociationCharity"
};
exports.USNonprofitType = {
/** Nonprofit501a: Non-profit type referring to Farmers’ Cooperative Associations. */
Nonprofit501a: "https://schema.org/Nonprofit501a",
/** Nonprofit501c1: Non-profit type referring to Corporations Organized Under Act of Congress, including Federal Credit Unions and National Farm Loan Associations. */
Nonprofit501c1: "https://schema.org/Nonprofit501c1",
/** Nonprofit501c10: Non-profit type referring to Domestic Fraternal Societies and Associations. */
Nonprofit501c10: "https://schema.org/Nonprofit501c10",
/** Nonprofit501c11: Non-profit type referring to Teachers' Retirement Fund Associations. */
Nonprofit501c11: "https://schema.org/Nonprofit501c11",
/** Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies. */
Nonprofit501c12: "https://schema.org/Nonprofit501c12",
/** Nonprofit501c13: Non-profit type referring to Cemetery Companies. */
Nonprofit501c13: "https://schema.org/Nonprofit501c13",
/** Nonprofit501c14: Non-profit type referring to State-Chartered Credit Unions, Mutual Reserve Funds. */
Nonprofit501c14: "https://schema.org/Nonprofit501c14",
/** Nonprofit501c15: Non-profit type referring to Mutual Insurance Companies or Associations. */
Nonprofit501c15: "https://schema.org/Nonprofit501c15",
/** Nonprofit501c16: Non-profit type referring to Cooperative Organizations to Finance Crop Operations. */
Nonprofit501c16: "https://schema.org/Nonprofit501c16",
/** Nonprofit501c17: Non-profit type referring to Supplemental Unemployment Benefit Trusts. */
Nonprofit501c17: "https://schema.org/Nonprofit501c17",
/** Nonprofit501c18: Non-profit type referring to Employee Funded Pension Trust (created before 25 June 1959). */
Nonprofit501c18: "https://schema.org/Nonprofit501c18",
/** Nonprofit501c19: Non-profit type referring to Post or Organization of Past or Present Members of the Armed Forces. */
Nonprofit501c19: "https://schema.org/Nonprofit501c19",
/** Nonprofit501c2: Non-profit type referring to Title-holding Corporations for Exempt Organizations. */
Nonprofit501c2: "https://schema.org/Nonprofit501c2",
/** Nonprofit501c20: Non-profit type referring to Group Legal Services Plan Organizations. */
Nonprofit501c20: "https://schema.org/Nonprofit501c20",
/** Nonprofit501c21: Non-profit type referring to Black Lung Benefit Trusts. */
Nonprofit501c21: "https://schema.org/Nonprofit501c21",
/** Nonprofit501c22: Non-profit type referring to Withdrawal Liability Payment Funds. */
Nonprofit501c22: "https://schema.org/Nonprofit501c22",
/** Nonprofit501c23: Non-profit type referring to Veterans Organizations. */
Nonprofit501c23: "https://schema.org/Nonprofit501c23",
/** Nonprofit501c24: Non-profit type referring to Section 4049 ERISA Trusts. */
Nonprofit501c24: "https://schema.org/Nonprofit501c24",
/** Nonprofit501c25: Non-profit type referring to Real Property Title-Holding Corporations or Trusts with Multiple Parents. */
Nonprofit501c25: "https://schema.org/Nonprofit501c25",
/** Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals. */
Nonprofit501c26: "https://schema.org/Nonprofit501c26",
/** Nonprofit501c27: Non-profit type referring to State-Sponsored Workers' Compensation Reinsurance Organizations. */
Nonprofit501c27: "https://schema.org/Nonprofit501c27",
/** Nonprofit501c28: Non-profit type referring to National Railroad Retirement Investment Trusts. */
Nonprofit501c28: "https://schema.org/Nonprofit501c28",
/** Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, to Foster National or International Amateur Sports Competition, or Prevention of Cruelty to Children or Animals Organizations. */
Nonprofit501c3: "https://schema.org/Nonprofit501c3",
/** Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees. */
Nonprofit501c4: "https://schema.org/Nonprofit501c4",
/** Nonprofit501c5: Non-profit type referring to Labor, Agricultural and Horticultural Organizations. */
Nonprofit501c5: "https://schema.org/Nonprofit501c5",
/** Nonprofit501c6: Non-profit type referring to Business Leagues, Chambers of Commerce, Real Estate Boards. */
Nonprofit501c6: "https://schema.org/Nonprofit501c6",
/** Nonprofit501c7: Non-profit type referring to Social and Recreational Clubs. */
Nonprofit501c7: "https://schema.org/Nonprofit501c7",
/** Nonprofit501c8: Non-profit type referring to Fraternal Beneficiary Societies and Associations. */
Nonprofit501c8: "https://schema.org/Nonprofit501c8",
/** Nonprofit501c9: Non-profit type referring to Voluntary Employee Beneficiary Associations. */
Nonprofit501c9: "https://schema.org/Nonprofit501c9",
/** Nonprofit501d: Non-profit type referring to Religious and Apostolic Associations. */
Nonprofit501d: "https://schema.org/Nonprofit501d",
/** Nonprofit501e: Non-profit type referring to Cooperative Hospital Service Organizations. */
Nonprofit501e: "https://schema.org/Nonprofit501e",
/** Nonprofit501f: Non-profit type referring to Cooperative Service Organizations. */
Nonprofit501f: "https://schema.org/Nonprofit501f",
/** Nonprofit501k: Non-profit type referring to Child Care Organizations. */
Nonprofit501k: "https://schema.org/Nonprofit501k",
/** Nonprofit501n: Non-profit type referring to Charitable Risk Pools. */
Nonprofit501n: "https://schema.org/Nonprofit501n",
/** Nonprofit501q: Non-profit type referring to Credit Counseling Organizations. */
Nonprofit501q: "https://schema.org/Nonprofit501q",
/** Nonprofit527: Non-profit type referring to Political organizations. */
Nonprofit527: "https://schema.org/Nonprofit527"
};

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc