CDIFProvenance

EntryPoint inherited from CDIFCore

CDIFProvenance::Classes::EntryPoint

Definition

Documentation

Original
Reference

schema:EntryPoint

Definition

An entry point, within some Web-based protocol.

Scope

Parent class(es): Intangible (https://schema.org/Intangible).

CDIF
Definition

schema:EntryPoint - documents the URL endpoint and request syntax used to invoke an Action.

Diagram

Inheritance

No generalization relationships.

Attributes

NameTypeMultiplicityDescription
descriptionstring[0..1]

Documentation

Original
Reference

schema:description

Definition

A description of the item.

Scope

Domain: Thing (https://schema.org/Thing). Range: Text (https://schema.org/Text), TextObject (https://schema.org/TextObject).

CDIF
Definition

Text description of what this activity did

Scope

schema:description - description of the entry point.

urlTemplatestring[1]

Documentation

Original
Reference

schema:urlTemplate

Definition

An url template (RFC6570) that will be used to construct the target of the execution of the action.

Scope

Domain: EntryPoint (https://schema.org/EntryPoint). Range: Text (https://schema.org/Text).

CDIF
Definition

schema:urlTemplate - templated URL (RFC 6570); curly-brace parameters are documented in the Action's query-input.

httpMethodstring[0..*]

Documentation

Original
Reference

schema:httpMethod

Definition

An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.

Scope

Domain: EntryPoint (https://schema.org/EntryPoint). Range: Text (https://schema.org/Text).

CDIF
Definition

schema:httpMethod - HTTP method(s) (GET, PUT, POST, PATCH, DELETE, ...); applicable when the protocol is HTTP.

contentTypestring[0..*]

Documentation

Original
Reference

schema:contentType

Definition

The supported content type(s) for an EntryPoint response.

Scope

Domain: EntryPoint (https://schema.org/EntryPoint). Range: Text (https://schema.org/Text).

CDIF
Definition

schema:contentType - supported MIME content type(s) for the endpoint response.

Associations

RoleTargetMultiplicityKind
targetAction[1]association