Skip to content

Commit

Permalink
Merge pull request #52 from aserto-dev/upd-manifest-json
Browse files Browse the repository at this point in the history
upd manifest json schema
  • Loading branch information
gertd authored Oct 27, 2023
2 parents 648e519 + 476cee1 commit e9998af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/schema/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"uniqueItems": true,
"propertyNames": {
"description": "object type name",
"pattern": "^[a-z][a-z0-9_-]{1,62}[a-z0-9]$"
"pattern": "^[a-z][a-z0-9._-]{1,62}[a-z0-9]$"
},
"patternProperties": {
"^.*$": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"uniqueItems": true,
"propertyNames": {
"description": "relation type name",
"pattern": "^[a-z][a-z0-9_-]{1,62}[a-z0-9]$"
"pattern": "^[a-z][a-z0-9._-]{1,62}[a-z0-9]$"
},
"patternProperties": {
"^.*$": {
Expand All @@ -95,7 +95,7 @@
"uniqueItems": true,
"propertyNames": {
"description": "permission name",
"pattern": "^[a-z][a-z0-9_-]{1,62}[a-z0-9]$"
"pattern": "^[a-z][a-z0-9._-]{1,62}[a-z0-9]$"
},
"patternProperties": {
"^.*$": {
Expand Down

0 comments on commit e9998af

Please sign in to comment.