bwinkers/nugget

View on GitHub
objects-izzup/CreativeWork.json

Summary

Maintainability
Test Coverage
{
    "title": "CreativeWork",
    "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role. See also blog post and Actions overview document.",
    "required": [
        "coreType",
        "name"
    ],
    "properties": {
        "about": {
            "description": "The subject matter of the content. Inverse property: subjectOf.",
            "$ref": "https://schema.izzup.com/Thing"
        },
        "accessMode": {
            "description": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.",
            "nuggetType": "Text",
            "type": "string"
        },
        "accessModeSufficient": {
            "description": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.",
            "nuggetType": "Text",
            "type": "string"
        },
        "accessibilityAPI": {
            "description": "Indicates that the resource is compatible with the referenced accessibility API (WebSchemas wiki lists possible values).",
            "nuggetType": "Text",
            "type": "string"
        },
        "accessibilityControl": {
            "description": "Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values).",
            "nuggetType": "Text",
            "type": "string"
        },
        "accessibilityFeature": {
            "description": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values).",
            "nuggetType": "Text",
            "type": "string"
        },
        "accessibilityHazard": {
            "description": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values).",
            "nuggetType": "Text",
            "type": "string"
        },
        "accessibilitySummary": {
            "description": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"",
            "nuggetType": "Text",
            "type": "string"
        },
        "accountablePerson": {
            "description": "Specifies the Person that is legally accountable for the CreativeWork.",
            "$ref": "https://schema.izzup.com/Person"
        },
        "additionalType": {
            "description": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
            "nuggetType": "URL",
            "type": "string"
        },
        "aggregateRating": {
            "description": "The overall rating, based on a collection of reviews or ratings, of the item.",
            "$ref": "https://schema.izzup.com/AggregateRating"
        },
        "alternateName": {
            "description": "An alias for the item.",
            "nuggetType": "Text",
            "type": "string"
        },
        "alternativeHeadline": {
            "description": "A secondary title of the CreativeWork.",
            "nuggetType": "Text",
            "type": "string"
        },
        "associatedMedia": {
            "description": "A media object that encodes this CreativeWork. This property is a synonym for encoding.",
            "$ref": "https://schema.izzup.com/MediaObject"
        },
        "audience": {
            "description": "An intended audience, i.e. a group for whom something was created. Supersedes serviceAudience.",
            "$ref": "https://schema.izzup.com/Audience"
        },
        "audio": {
            "description": "An embedded audio object.",
            "$ref": "https://schema.izzup.com/AudioObject"
        },
        "author": {
            "description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "award": {
            "description": "An award won by or for this item. Supersedes awards.",
            "nuggetType": "Text",
            "type": "string"
        },
        "character": {
            "description": "Fictional person connected with a creative work.",
            "$ref": "https://schema.izzup.com/Person"
        },
        "citation": {
            "description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/CreativeWork"
                },
                {
                    "nuggetType": "Text",
                    "type": "string"
                }
            ]
        },
        "comment": {
            "description": "Comments, typically from users.",
            "$ref": "https://schema.izzup.com/Comment"
        },
        "commentCount": {
            "description": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.",
            "nuggetType": "Integer",
            "type": "integer"
        },
        "contentLocation": {
            "description": "The location depicted or described in the content. For example, the location in a photograph or painting.",
            "$ref": "https://schema.izzup.com/Place"
        },
        "contentRating": {
            "description": "Official rating of a piece of content\u2014for example,'MPAA PG-13'.",
            "nuggetType": "Text",
            "type": "string"
        },
        "contentReferenceTime": {
            "description": "The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.",
            "nuggetType": "DateTime",
            "type": "string"
        },
        "contributor": {
            "description": "A secondary contributor to the CreativeWork or Event.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "copyrightHolder": {
            "description": "The party holding the legal copyright to the CreativeWork.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "copyrightYear": {
            "description": "The year during which the claimed copyright for the CreativeWork was first asserted.",
            "$ref": "https://schema.izzup.com/Number"
        },
        "coreType": {
            "description": "The core ActiveRules type",
            "type": "string",
            "enum": [
                "Person",
                "Product",
                "Event",
                "PublishedWork"
            ]
        },
        "creator": {
            "description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "dateCreated": {
            "description": "The date on which the CreativeWork was created or the item was added to a DataFeed.",
            "oneOf": [
                {
                    "nuggetType": "Date",
                    "type": "string"
                },
                {
                    "nuggetType": "DateTime",
                    "type": "string"
                }
            ]
        },
        "dateModified": {
            "description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.",
            "oneOf": [
                {
                    "nuggetType": "Date",
                    "type": "string"
                },
                {
                    "nuggetType": "DateTime",
                    "type": "string"
                }
            ]
        },
        "datePublished": {
            "description": "Date of first broadcast/publication.",
            "nuggetType": "Date",
            "type": "string"
        },
        "description": {
            "description": "A description of the item.",
            "nuggetType": "Text",
            "type": "string"
        },
        "disambiguatingDescription": {
            "description": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
            "nuggetType": "Text",
            "type": "string"
        },
        "discussionUrl": {
            "description": "A link to the page containing the comments of the CreativeWork.",
            "nuggetType": "URL",
            "type": "string"
        },
        "editor": {
            "description": "Specifies the Person who edited the CreativeWork.",
            "$ref": "https://schema.izzup.com/Person"
        },
        "educationalAlignment": {
            "description": "An alignment to an established educational framework.",
            "$ref": "https://schema.izzup.com/AlignmentObject"
        },
        "educationalUse": {
            "description": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.",
            "nuggetType": "Text",
            "type": "string"
        },
        "encoding": {
            "description": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. Supersedes encodings.",
            "$ref": "https://schema.izzup.com/MediaObject"
        },
        "exampleOfWork": {
            "description": "A creative work that this work is an example/instance/realization/derivation of. Inverse property: workExample.",
            "$ref": "https://schema.izzup.com/CreativeWork"
        },
        "expires": {
            "description": "Date the content expires and is no longer useful or available. For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.",
            "nuggetType": "Date",
            "type": "string"
        },
        "fileFormat": {
            "description": "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.",
            "oneOf": [
                {
                    "nuggetType": "Text",
                    "type": "string"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "funder": {
            "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "genre": {
            "description": "Genre of the creative work, broadcast channel or group.",
            "oneOf": [
                {
                    "nuggetType": "Text",
                    "type": "string"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "hasPart": {
            "description": "Indicates a CreativeWork that is (in some sense) a part of this CreativeWork. Inverse property: isPartOf.",
            "$ref": "https://schema.izzup.com/CreativeWork"
        },
        "headline": {
            "description": "Headline of the article.",
            "nuggetType": "Text",
            "type": "string"
        },
        "identifier": {
            "description": "The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/PropertyValue"
                },
                {
                    "nuggetType": "Text",
                    "type": "string"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "image": {
            "description": "An image of the item. This can be a URL or a fully described ImageObject.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/ImageObject"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "inLanguage": {
            "description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage. Supersedes language.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Language"
                },
                {
                    "nuggetType": "Text",
                    "type": "string"
                }
            ]
        },
        "interactionStatistic": {
            "description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. Supersedes interactionCount.",
            "$ref": "https://schema.izzup.com/InteractionCounter"
        },
        "interactivityType": {
            "description": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.",
            "nuggetType": "Text",
            "type": "string"
        },
        "isAccessibleForFree": {
            "description": "A flag to signal that the item, event, or place is accessible for free. Supersedes free.",
            "nuggetType": "Boolean",
            "type": " boolean"
        },
        "isBasedOn": {
            "description": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html. Supersedes isBasedOnUrl.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/CreativeWork"
                },
                {
                    "$ref": "https://schema.izzup.com/Product"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "isFamilyFriendly": {
            "description": "Indicates whether this content is family friendly.",
            "nuggetType": "Boolean",
            "type": " boolean"
        },
        "isPartOf": {
            "description": "Indicates a CreativeWork that this CreativeWork is (in some sense) part of. Inverse property: hasPart.",
            "$ref": "https://schema.izzup.com/CreativeWork"
        },
        "keywords": {
            "description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
            "nuggetType": "Text",
            "type": "string"
        },
        "learningResourceType": {
            "description": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.",
            "nuggetType": "Text",
            "type": "string"
        },
        "license": {
            "description": "A license document that applies to this content, typically indicated by URL.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/CreativeWork"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "locationCreated": {
            "description": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.",
            "$ref": "https://schema.izzup.com/Place"
        },
        "mainEntity": {
            "description": "Indicates the primary entity described in some page or other CreativeWork. Inverse property: mainEntityOfPage.",
            "$ref": "https://schema.izzup.com/Thing"
        },
        "mainEntityOfPage": {
            "description": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notesfor details. Inverse property: mainEntity.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/CreativeWork"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "material": {
            "description": "A material that something is made from, e.g. leather, wool, cotton, paper.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Product"
                },
                {
                    "nuggetType": "Text",
                    "type": "string"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "mentions": {
            "description": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
            "$ref": "https://schema.izzup.com/Thing"
        },
        "name": {
            "description": "The name of the item.",
            "nuggetType": "Text",
            "type": "string"
        },
        "offers": {
            "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.",
            "$ref": "https://schema.izzup.com/Offer"
        },
        "position": {
            "description": "The position of an item in a series or sequence of items.",
            "oneOf": [
                {
                    "nuggetType": "Integer",
                    "type": "integer"
                },
                {
                    "nuggetType": "Text",
                    "type": "string"
                }
            ]
        },
        "potentialAction": {
            "description": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
            "$ref": "https://schema.izzup.com/Action"
        },
        "producer": {
            "description": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "provider": {
            "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. Supersedes carrier.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "publication": {
            "description": "A publication event associated with the item.",
            "$ref": "https://schema.izzup.com/PublicationEvent"
        },
        "publisher": {
            "description": "The publisher of the creative work.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "publisherImprint": {
            "description": "The publishing division which published the comic.",
            "$ref": "https://schema.izzup.com/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. While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/CreativeWork"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "recordedAt": {
            "description": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. Inverse property: recordedIn.",
            "$ref": "https://schema.izzup.com/Event"
        },
        "releasedEvent": {
            "description": "The place and time the release was issued, expressed as a PublicationEvent.",
            "$ref": "https://schema.izzup.com/PublicationEvent"
        },
        "review": {
            "description": "A review of the item. Supersedes reviews.",
            "$ref": "https://schema.izzup.com/Review"
        },
        "sameAs": {
            "description": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
            "nuggetType": "URL",
            "type": "string"
        },
        "schemaVersion": {
            "description": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.",
            "oneOf": [
                {
                    "nuggetType": "Text",
                    "type": "string"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "sourceOrganization": {
            "description": "The Organization on whose behalf the creator was working.",
            "$ref": "https://schema.izzup.com/Organization"
        },
        "spatialCoverage": {
            "description": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. Supersedes spatial.",
            "$ref": "https://schema.izzup.com/Place"
        },
        "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": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "subjectOf": {
            "description": "A CreativeWork or Event about this Thing.. Inverse property: about.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/CreativeWork"
                },
                {
                    "$ref": "https://schema.izzup.com/Event"
                }
            ]
        },
        "temporalCoverage": {
            "description": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\". Supersedes datasetTimeInterval, temporal.",
            "oneOf": [
                {
                    "nuggetType": "DateTime",
                    "type": "string"
                },
                {
                    "nuggetType": "Text",
                    "type": "string"
                },
                {
                    "nuggetType": "URL",
                    "type": "string"
                }
            ]
        },
        "text": {
            "description": "The textual content of this CreativeWork.",
            "nuggetType": "Text",
            "type": "string"
        },
        "thumbnailUrl": {
            "description": "A thumbnail image relevant to the Thing.",
            "nuggetType": "URL",
            "type": "string"
        },
        "timeRequired": {
            "description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'P30M', 'P1H25M'.",
            "$ref": "https://schema.izzup.com/Duration"
        },
        "translationOfWork": {
            "description": "The work that this work has been translated from. e.g. \u7269\u79cd\u8d77\u6e90 is a translationOf \u201cOn the Origin of Species\u201d Inverse property: workTranslation.",
            "$ref": "https://schema.izzup.com/CreativeWork"
        },
        "translator": {
            "description": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Organization"
                },
                {
                    "$ref": "https://schema.izzup.com/Person"
                }
            ]
        },
        "typicalAgeRange": {
            "description": "The typical expected age range, e.g. '7-9', '11-'.",
            "nuggetType": "Text",
            "type": "string"
        },
        "url": {
            "description": "URL of the item.",
            "nuggetType": "URL",
            "type": "string"
        },
        "version": {
            "description": "The version of the CreativeWork embodied by a specified resource.",
            "oneOf": [
                {
                    "$ref": "https://schema.izzup.com/Number"
                },
                {
                    "nuggetType": "Text",
                    "type": "string"
                }
            ]
        },
        "video": {
            "description": "An embedded video object.",
            "$ref": "https://schema.izzup.com/VideoObject"
        },
        "workExample": {
            "description": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook. Inverse property: exampleOfWork.",
            "$ref": "https://schema.izzup.com/CreativeWork"
        },
        "workTranslation": {
            "description": "A work that is a translation of the content of this work. e.g. \u897f\u904a\u8a18 has an English workTranslation \u201cJourney to the West\u201d,a German workTranslation \u201cMonkeys Pilgerfahrt\u201d and a Vietnamese translation T\u00e2y du k\u00fd b\u00ecnh kh\u1ea3o. Inverse property: translationOfWork.",
            "$ref": "https://schema.izzup.com/CreativeWork"
        }
    },
    "extends": "Thing",
    "type": "object"
}