> ## Documentation Index
> Fetch the complete documentation index at: https://omss.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OMSSId

> Canonical OMSS ID representation.

The raw string follows the `<namespace>:<value_1>:<value_2>:(...):<value_n>` format and the certain id's/namespaces are standardized by OMSS.

```typescript
type OMSSId = string
```


## Related topics

- [parseOMSSId](/sdk-artifacts/functions/parseOMSSId.md)
- [ParsedOMSSId](/sdk-artifacts/interfaces/ParsedOMSSId.md)
- [Refresh cached sources by responseId](/spec/v1.0/ref/refresh/refresh-cached-sources.md)
