Skip to content

Class: Author

Information about the application's author.

 classDiagram
    class Author
    click Author href "../Author/"
      Author : email

      Author : name

Attributes

Name Cardinality and Range Description Inheritance
name 0..1
string
The name of the application's creator direct
email 0..1
string
Email address of the application's creator direct

Usages

used by used in type used
Catalog author range Author

This section is only relevant for contributors of the specification

LinkML Source

Direct

Details
name: Author
description: Information about the application's author.
from_schema: https://specification.margo.org/data-model
attributes:
  name:
    name: name
    description: The name of the application's creator.
    from_schema: https://specification.margo.org/application-schema
    domain_of:
    - Component
    - Parameter
    - DeploymentMetadata
    - ApplicationMetadata
    - Author
    - Organization
    - Section
    - Setting
    - Schema
    - ComponentStatus
    range: string
  email:
    name: email
    description: Email address of the application's creator.
    from_schema: https://specification.margo.org/application-schema
    domain_of:
    - Author
    range: string
    pattern: .*@[a-z0-9.-]*

Induced

Details
name: Author
description: Information about the application's author.
from_schema: https://specification.margo.org/data-model
attributes:
  name:
    name: name
    description: The name of the application's creator.
    from_schema: https://specification.margo.org/application-schema
    alias: name
    owner: Author
    domain_of:
    - Component
    - Parameter
    - DeploymentMetadata
    - ApplicationMetadata
    - Author
    - Organization
    - Section
    - Setting
    - Schema
    - ComponentStatus
    range: string
  email:
    name: email
    description: Email address of the application's creator.
    from_schema: https://specification.margo.org/application-schema
    alias: email
    owner: Author
    domain_of:
    - Author
    range: string
    pattern: .*@[a-z0-9.-]*