Skip to content

Commit

Permalink
fix: changed alias types to use headers for linking
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight committed Dec 29, 2024
1 parent 85757fe commit 3291b16
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions specification-details/aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,18 @@ A list of objects describing various release attestations or artifacts.

## Validation Types

- `date`
### `date`

- **Type**: `string`
- **Description**: A date in ISO 8601 format (`YYYY-MM-DD`).
- `email`

### `email`

- **Type**: `string`
- **Matches Pattern**: `^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,}$`
- `url`

### `url`

- **Type**: `string`
- **Matches Pattern**: `^https?://[^\\s]+$`

Expand Down

0 comments on commit 3291b16

Please sign in to comment.