Skip to content

Commit

Permalink
Merge pull request #269 from rapyuta-robotics/devel
Browse files Browse the repository at this point in the history
🎉 release: v7.0.3
  • Loading branch information
pallabpain authored Feb 6, 2024
2 parents 27ea7b6 + fd2a881 commit 5c29dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions riocli/jsonschema/schemas/deployment-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ definitions:
type: string
mountPath:
type: string
pattern: '^([\\/][a-z0-9\s\-_@\-^!#$%&.]*)+(\.[a-z][a-z0-9]+)?$'
pattern: '^\/$|(^(?=\/)|^\.|^\.\.)(\/(?=[^/\0])[^/\0]+)*\/?$'
subPath:
type: string
pattern: '^([\\/][a-z0-9\s\-_@\-^!#$%&.]*)+(\.[a-z][a-z0-9]+)?$'
pattern: '^\/$|(^(?=\/)|^\.|^\.\.)(\/(?=[^/\0])[^/\0]+)*\/?$'
additionalProperties: false


Expand Down

0 comments on commit 5c29dd9

Please sign in to comment.