> ## 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.

# parseOMSSId

```typescript
parseOMSSId(id: string): Result<ParsedOMSSId, OMSSResolverError>
```

Parses an OMSS ID in the form `namespace:value_1[:value_2[:...]]`.

## Parameters

<ResponseField name={"id"} type={"string"} required />

## Returns

`Result<ParsedOMSSId, OMSSResolverError>`


## Related topics

- [ParsedOMSSId](/sdk-artifacts/interfaces/ParsedOMSSId.md)
- [OMSS v1.0 Specification](/spec/v1.0/ref/spec.md)
- [OMSSId](/sdk-artifacts/types/OMSSId.md)
