Skip to content

Commit

Permalink
add Uuid type #25
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdbosch committed Mar 13, 2019
1 parent 5a4466c commit 11c6187
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/asciidoc/schemas/common/v1beta/common-v1beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ definitions:
- down
- unknown
- outOfService
Uuid:
description: Universally Unique Identifier, as standardized in RFC 4122 and ISO/IEC 9834-8
type: string
pattern: "[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}"

0 comments on commit 11c6187

Please sign in to comment.