celsiusnarhwal/Generate UUID
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| namespace | placeholder | no | — |
| name | placeholder | no | — |
Outputs
| name | description |
|---|---|
| uuid | The generated UUID. |
| hex | The UUID as a 32-character lowercase hexadecimal string. |
| int | The UUID as a 128-bit integer. |
| urn | The UUID as an RFC 4122 URN. |
| namespace | The namespace identifier used to generated the UUID. |
| name | The name used to generate the UUID. |
| json | All other outputs as a single JSON object. |