Skip to content

Commit

Permalink
Update rdls_schema.json
Browse files Browse the repository at this point in the history
Add "description" to _source_ attributes.
  • Loading branch information
matamadio authored Oct 17, 2023
1 parent 6e35b0b commit bb8e3c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/rdls_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,12 @@
"description": "The name or title of the source.",
"minLength": 1
},
"description": {
"title": "Description",
"type": "string",
"description": "The details about the source dataset or model.",
"minLength": 1
},
"url": {
"title": "URL",
"type": "string",
Expand Down

0 comments on commit bb8e3c1

Please sign in to comment.