712 lines
27 KiB
JSON
712 lines
27 KiB
JSON
{
|
||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||
"$id": "schema:Organization",
|
||
"title": "Organization",
|
||
"description": "An organization such as a school, NGO, corporation, club, etc.",
|
||
"type": "object",
|
||
"allOf": [
|
||
{ "description": "The most generic type of item.", "$ref": "schema:Thing" }
|
||
],
|
||
"properties": {
|
||
"acceptedPaymentMethod": {
|
||
"description": "The payment method(s) that are accepted in general by an organization, or for some specific demand or offer.",
|
||
"anyOf": [
|
||
{ "type": "string" },
|
||
{ "$ref": "schema:LoanOrCredit" },
|
||
{ "$ref": "schema:PaymentMethod" }
|
||
]
|
||
},
|
||
"actionableFeedbackPolicy": {
|
||
"description": "For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"address": {
|
||
"description": "Physical address of the item.",
|
||
"anyOf": [{ "type": "string" }, { "$ref": "schema:PostalAddress" }]
|
||
},
|
||
"agentInteractionStatistic": {
|
||
"description": "The number of completed interactions for this entity, in a particular role (the 'agent'), in a particular action (indicated in the statistic), and in a particular context (i.e. interactionService).",
|
||
"$ref": "schema:InteractionCounter"
|
||
},
|
||
"aggregateRating": {
|
||
"description": "The overall rating, based on a collection of reviews or ratings, of the item.",
|
||
"$ref": "schema:AggregateRating"
|
||
},
|
||
"alumni": {
|
||
"description": "Alumni of an organization.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Person" },
|
||
{ "type": "array", "items": { "$ref": "schema:Person" } }
|
||
]
|
||
},
|
||
"areaServed": {
|
||
"description": "The geographic area where a service or offered item is provided.",
|
||
"anyOf": [
|
||
{ "type": "string" },
|
||
{ "$ref": "schema:AdministrativeArea" },
|
||
{ "$ref": "schema:GeoShape" },
|
||
{ "$ref": "schema:Place" }
|
||
]
|
||
},
|
||
"award": {
|
||
"description": "An award won by or for this item.",
|
||
"oneOf": [
|
||
{ "type": "string" },
|
||
{ "type": "array", "items": { "type": "string" } }
|
||
]
|
||
},
|
||
"awards": {
|
||
"description": "Awards won by or for this item.",
|
||
"oneOf": [
|
||
{ "type": "string" },
|
||
{ "type": "array", "items": { "type": "string" } }
|
||
]
|
||
},
|
||
"brand": {
|
||
"description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.",
|
||
"anyOf": [{ "$ref": "schema:Brand" }, { "$ref": "schema:Organization" }]
|
||
},
|
||
"companyRegistration": {
|
||
"description": "The official registration number of a business including the organization that issued it such as Company House or Chamber of Commerce.",
|
||
"$ref": "schema:Certification"
|
||
},
|
||
"contactPoint": {
|
||
"description": "A contact point for a person or organization.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:ContactPoint" },
|
||
{ "type": "array", "items": { "$ref": "schema:ContactPoint" } }
|
||
]
|
||
},
|
||
"contactPoints": {
|
||
"description": "A contact point for a person or organization.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:ContactPoint" },
|
||
{ "type": "array", "items": { "$ref": "schema:ContactPoint" } }
|
||
]
|
||
},
|
||
"correctionsPolicy": {
|
||
"description": "For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"department": {
|
||
"description": "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "type": "array", "items": { "$ref": "schema:Organization" } }
|
||
]
|
||
},
|
||
"dissolutionDate": {
|
||
"description": "The date that this organization was dissolved.",
|
||
"type": "string",
|
||
"format": "date"
|
||
},
|
||
"diversityPolicy": {
|
||
"description": "Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"diversityStaffingReport": {
|
||
"description": "For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:Article" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:Article" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"duns": {
|
||
"description": "The Dun & Bradstreet DUNS number for identifying an organization or business person.",
|
||
"type": "string"
|
||
},
|
||
"email": {
|
||
"description": "Email address.",
|
||
"oneOf": [
|
||
{ "type": "string" },
|
||
{ "type": "array", "items": { "type": "string" } }
|
||
]
|
||
},
|
||
"employee": {
|
||
"description": "Someone working for this organization.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Person" },
|
||
{ "type": "array", "items": { "$ref": "schema:Person" } }
|
||
]
|
||
},
|
||
"employees": {
|
||
"description": "People working for this organization.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Person" },
|
||
{ "type": "array", "items": { "$ref": "schema:Person" } }
|
||
]
|
||
},
|
||
"ethicsPolicy": {
|
||
"description": "Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"event": {
|
||
"description": "Upcoming or past event associated with this place, organization, or action.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Event" },
|
||
{ "type": "array", "items": { "$ref": "schema:Event" } }
|
||
]
|
||
},
|
||
"events": {
|
||
"description": "Upcoming or past events associated with this place or organization.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Event" },
|
||
{ "type": "array", "items": { "$ref": "schema:Event" } }
|
||
]
|
||
},
|
||
"faxNumber": { "description": "The fax number.", "type": "string" },
|
||
"founder": {
|
||
"description": "A person or organization who founded this organization.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"founders": {
|
||
"description": "A person who founded this organization.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Person" },
|
||
{ "type": "array", "items": { "$ref": "schema:Person" } }
|
||
]
|
||
},
|
||
"foundingDate": {
|
||
"description": "The date that this organization was founded.",
|
||
"type": "string",
|
||
"format": "date"
|
||
},
|
||
"foundingLocation": {
|
||
"description": "The place where the Organization was founded.",
|
||
"$ref": "schema:Place"
|
||
},
|
||
"funder": {
|
||
"description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"funding": {
|
||
"description": "A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Grant" },
|
||
{ "type": "array", "items": { "$ref": "schema:Grant" } }
|
||
]
|
||
},
|
||
"globalLocationNumber": {
|
||
"description": "The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.",
|
||
"type": "string"
|
||
},
|
||
"hasCertification": {
|
||
"description": "Certification information about a product, organization, service, place, or person.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Certification" },
|
||
{ "type": "array", "items": { "$ref": "schema:Certification" } }
|
||
]
|
||
},
|
||
"hasCredential": {
|
||
"description": "A credential awarded to the Person or Organization.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:EducationalOccupationalCredential" },
|
||
{
|
||
"type": "array",
|
||
"items": { "$ref": "schema:EducationalOccupationalCredential" }
|
||
}
|
||
]
|
||
},
|
||
"hasGS1DigitalLink": {
|
||
"description": "The GS1 digital link associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:A Digital Link that contains a serial number (AI 21) should only be present on instances of [[IndividualProduct]]A Digital Link that contains a lot number (AI 10) should be annotated as [[SomeProduct]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product.A Digital Link that contains a global model number (AI 8013) should be attached to a [[Product]] or a [[ProductModel]]. Other item types should be adapted similarly.",
|
||
"type": "string",
|
||
"format": "uri"
|
||
},
|
||
"hasMemberProgram": {
|
||
"description": "MemberProgram offered by an Organization, for example an eCommerce merchant or an airline.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:MemberProgram" },
|
||
{ "type": "array", "items": { "$ref": "schema:MemberProgram" } }
|
||
]
|
||
},
|
||
"hasMerchantReturnPolicy": {
|
||
"description": "Specifies a MerchantReturnPolicy that may be applicable.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:MerchantReturnPolicy" },
|
||
{ "type": "array", "items": { "$ref": "schema:MerchantReturnPolicy" } }
|
||
]
|
||
},
|
||
"hasOfferCatalog": {
|
||
"description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:OfferCatalog" },
|
||
{ "type": "array", "items": { "$ref": "schema:OfferCatalog" } }
|
||
]
|
||
},
|
||
"hasPOS": {
|
||
"description": "Points-of-Sales operated by the organization or person.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Place" },
|
||
{ "type": "array", "items": { "$ref": "schema:Place" } }
|
||
]
|
||
},
|
||
"hasShippingService": {
|
||
"description": "Specification of a shipping service offered by the organization.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:ShippingService" },
|
||
{ "type": "array", "items": { "$ref": "schema:ShippingService" } }
|
||
]
|
||
},
|
||
"interactionStatistic": {
|
||
"description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.",
|
||
"$ref": "schema:InteractionCounter"
|
||
},
|
||
"isicV4": {
|
||
"description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.",
|
||
"type": "string"
|
||
},
|
||
"iso6523Code": {
|
||
"description": "An organization identifier as defined in [ISO 6523(-1)](https://en.wikipedia.org/wiki/ISO/IEC_6523). The identifier should be in the `XXXX:YYYYYY:ZZZ` or `XXXX:YYYYYY`format. Where `XXXX` is a 4 digit _ICD_ (International Code Designator), `YYYYYY` is an _OID_ (Organization Identifier) with all formatting characters (dots, dashes, spaces) removed with a maximal length of 35 characters, and `ZZZ` is an optional OPI (Organization Part Identifier) with a maximum length of 35 characters. The various components (ICD, OID, OPI) are joined with a colon character (ASCII `0x3a`). Note that many existing organization identifiers defined as attributes like [leiCode](https://schema.org/leiCode) (`0199`), [duns](https://schema.org/duns) (`0060`) or [GLN](https://schema.org/globalLocationNumber) (`0088`) can be expressed using ISO-6523. If possible, ISO-6523 codes should be preferred to populating [vatID](https://schema.org/vatID) or [taxID](https://schema.org/taxID), as ISO identifiers are less ambiguous.",
|
||
"oneOf": [
|
||
{ "type": "string" },
|
||
{ "type": "array", "items": { "type": "string" } }
|
||
]
|
||
},
|
||
"keywords": {
|
||
"description": "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.",
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "type": "string" },
|
||
{ "$ref": "schema:DefinedTerm" }
|
||
]
|
||
},
|
||
"knowsAbout": {
|
||
"description": "Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "type": "string" },
|
||
{ "$ref": "schema:Thing" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "type": "string" },
|
||
{ "$ref": "schema:Thing" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"knowsLanguage": {
|
||
"description": "Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).",
|
||
"oneOf": [
|
||
{ "anyOf": [{ "type": "string" }, { "$ref": "schema:Language" }] },
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [{ "type": "string" }, { "$ref": "schema:Language" }]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"legalAddress": {
|
||
"description": "The legal address of an organization which acts as the officially registered address used for legal and tax purposes. The legal address can be different from the place of operations of a business and other addresses can be part of an organization.",
|
||
"$ref": "schema:PostalAddress"
|
||
},
|
||
"legalName": {
|
||
"description": "The official name of the organization, e.g. the registered company name.",
|
||
"type": "string"
|
||
},
|
||
"legalRepresentative": {
|
||
"description": "One or multiple persons who represent this organization legally such as CEO or sole administrator.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Person" },
|
||
{ "type": "array", "items": { "$ref": "schema:Person" } }
|
||
]
|
||
},
|
||
"leiCode": {
|
||
"description": "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.",
|
||
"oneOf": [
|
||
{ "type": "string" },
|
||
{ "type": "array", "items": { "type": "string" } }
|
||
]
|
||
},
|
||
"location": {
|
||
"description": "The location of, for example, where an event is happening, where an organization is located, or where an action takes place.",
|
||
"anyOf": [
|
||
{ "type": "string" },
|
||
{ "$ref": "schema:Place" },
|
||
{ "$ref": "schema:PostalAddress" },
|
||
{ "$ref": "schema:VirtualLocation" }
|
||
]
|
||
},
|
||
"logo": {
|
||
"description": "An associated logo.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:ImageObject" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:ImageObject" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"makesOffer": {
|
||
"description": "A pointer to products or services offered by the organization or person.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Offer" },
|
||
{ "type": "array", "items": { "$ref": "schema:Offer" } }
|
||
]
|
||
},
|
||
"member": {
|
||
"description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"memberOf": {
|
||
"description": "An Organization (or ProgramMembership) to which this Person or Organization belongs.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "$ref": "schema:MemberProgramTier" },
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:ProgramMembership" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "$ref": "schema:MemberProgramTier" },
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:ProgramMembership" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"members": {
|
||
"description": "A member of this organization.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"naics": {
|
||
"description": "The North American Industry Classification System (NAICS) code for a particular organization or business person.",
|
||
"type": "string"
|
||
},
|
||
"nonprofitStatus": {
|
||
"description": "nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:NonprofitType" },
|
||
{ "type": "array", "items": { "$ref": "schema:NonprofitType" } }
|
||
]
|
||
},
|
||
"numberOfEmployees": {
|
||
"description": "The number of employees in an organization, e.g. business.",
|
||
"$ref": "schema:QuantitativeValue"
|
||
},
|
||
"ownershipFundingInfo": {
|
||
"description": "For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "type": "string" },
|
||
{ "$ref": "schema:AboutPage" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "type": "string" },
|
||
{ "$ref": "schema:AboutPage" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"owns": {
|
||
"description": "Products owned by the organization or person.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "$ref": "schema:OwnershipInfo" },
|
||
{ "$ref": "schema:Product" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "$ref": "schema:OwnershipInfo" },
|
||
{ "$ref": "schema:Product" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"parentOrganization": {
|
||
"description": "The larger organization that this organization is a [[subOrganization]] of, if any.",
|
||
"$ref": "schema:Organization"
|
||
},
|
||
"publishingPrinciples": {
|
||
"description": "The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.\n",
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
},
|
||
"review": {
|
||
"description": "A review of the item.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Review" },
|
||
{ "type": "array", "items": { "$ref": "schema:Review" } }
|
||
]
|
||
},
|
||
"reviews": {
|
||
"description": "Review of the item.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Review" },
|
||
{ "type": "array", "items": { "$ref": "schema:Review" } }
|
||
]
|
||
},
|
||
"seeks": {
|
||
"description": "A pointer to products or services sought by the organization or person (demand).",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Demand" },
|
||
{ "type": "array", "items": { "$ref": "schema:Demand" } }
|
||
]
|
||
},
|
||
"serviceArea": {
|
||
"description": "The geographic area where the service is provided.",
|
||
"anyOf": [
|
||
{ "$ref": "schema:AdministrativeArea" },
|
||
{ "$ref": "schema:GeoShape" },
|
||
{ "$ref": "schema:Place" }
|
||
]
|
||
},
|
||
"skills": {
|
||
"description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is either claimed by a person, an organization or desired or required to fulfill a role or to work in an occupation.",
|
||
"oneOf": [
|
||
{ "anyOf": [{ "type": "string" }, { "$ref": "schema:DefinedTerm" }] },
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [{ "type": "string" }, { "$ref": "schema:DefinedTerm" }]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"slogan": {
|
||
"description": "A slogan or motto associated with the item.",
|
||
"oneOf": [
|
||
{ "type": "string" },
|
||
{ "type": "array", "items": { "type": "string" } }
|
||
]
|
||
},
|
||
"sponsor": {
|
||
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "$ref": "schema:Person" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"subOrganization": {
|
||
"description": "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.",
|
||
"oneOf": [
|
||
{ "$ref": "schema:Organization" },
|
||
{ "type": "array", "items": { "$ref": "schema:Organization" } }
|
||
]
|
||
},
|
||
"taxID": {
|
||
"description": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.",
|
||
"type": "string"
|
||
},
|
||
"telephone": { "description": "The telephone number.", "type": "string" },
|
||
"unnamedSourcesPolicy": {
|
||
"description": "For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required.",
|
||
"oneOf": [
|
||
{
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
},
|
||
{
|
||
"type": "array",
|
||
"items": {
|
||
"anyOf": [
|
||
{ "type": "string", "format": "uri" },
|
||
{ "$ref": "schema:CreativeWork" }
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"vatID": {
|
||
"description": "The Value-added Tax ID of the organization or person.",
|
||
"type": "string"
|
||
}
|
||
}
|
||
}
|