-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed5c15e
commit c2c803a
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# - User-Defined API: If the Catalog item is a DataMiner Automation script designed as a user-defined API. | ||
# - Visual Overview: If the Catalog item is a Microsoft Visio design. | ||
# | ||
type: Learning & Sample | ||
type: Automation | ||
# [Required] | ||
# The ID of the Catalog item. | ||
# All registered versions for the same ID are shown together in the Catalog. | ||
|
@@ -58,10 +58,7 @@ documentation_url: | |
# Format: 'name <email> (url)' | ||
# The name is required; max 256 characters. | ||
# The email and url are optional, and should be in valid email/URL formats. | ||
owners: | ||
- email: [email protected] | ||
name: Simon Vandamme | ||
url: | ||
owners: [] | ||
# [Optional] | ||
# Tags that allow you to categorize your Catalog items. | ||
# Max number of tags: 5 | ||
|
@@ -71,3 +68,4 @@ owners: | |
tags: | ||
- dataminer | ||
- dataminer-automation-script | ||
- dataminer-learning-sample |