---
title: ValidationCategory.Value
framework: lightweightcoderequirements
role: symbol
role_heading: Structure
path: lightweightcoderequirements/validationcategory/value
---

# ValidationCategory.Value

Supported Validation categories for signatures

## Declaration

```swift
struct Value
```

## Topics

### Initializers

- [init(rawValue:)](lightweightcoderequirements/validationcategory/value/init(rawvalue:).md)

### Instance Properties

- [rawValue](lightweightcoderequirements/validationcategory/value/rawvalue.md)

### Type Properties

- [appStore](lightweightcoderequirements/validationcategory/value/appstore.md)
- [developerID](lightweightcoderequirements/validationcategory/value/developerid.md)
- [development](lightweightcoderequirements/validationcategory/value/development.md)
- [enterprise](lightweightcoderequirements/validationcategory/value/enterprise.md)
- [none](lightweightcoderequirements/validationcategory/value/none.md)
- [platform](lightweightcoderequirements/validationcategory/value/platform.md)
- [testflight](lightweightcoderequirements/validationcategory/value/testflight.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
