Configuration Structure

The author configuration supports both individual authors and organizations:

author:
  name: John Doe
  email: john@example.com

API Reference

name
string
required

Name of the author or organization maintaining the workflow.

email
string

Contact email address for the author or organization.

url
string

Website or profile URL where users can find more information about the author.

organization
string

Name of the organization associated with the workflow or author.

contributors
array

List of additional contributors to the workflow. Each contributor can have their own name, email, url, and organization fields.