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

# ParsedOMSSId

> Parsed representation of an OMSS ID.

## Properties

<ResponseField name={"namespace"} type={"string"} required>
  The ID namespace
</ResponseField>

<ResponseField name={"raw"} type={"string"} required>
  The original raw ID string
</ResponseField>

<ResponseField name={"values"} type={"string[]"} required>
  The ID-values
</ResponseField>


## Related topics

- [parseOMSSId](/sdk-artifacts/functions/parseOMSSId.md)
- [BaseResolver](/sdk-artifacts/classes/BaseResolver.md)
- [OMSSResolver](/sdk-artifacts/interfaces/OMSSResolver.md)
