Skip to content

Commit

Permalink
Update programs.yml
Browse files Browse the repository at this point in the history
removed columns key
  • Loading branch information
nonpunctual authored Jun 13, 2024
1 parent a886402 commit 417d623
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions schema/tables/programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ notes: |- # (optional) string - Notes about this table. Note: This field support
- Windows [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.4)
- [PowerShell primer](https://www.howtogeek.com/devops/how-to-get-started-with-learning-powershell/)
- [Notepad++](https://notepad-plus-plus.org/)
columns: # (required)
- name: # (required) string - The name of the column
description: # (required) string - The column's description. Note: this field supports Markdown
type: # (required) string - the column's data type
required: # (required) boolean - whether or not this column is required to query this table.

0 comments on commit 417d623

Please sign in to comment.