You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Adds a `.constant(JSONValue)` modifier
```swift
@JSONSchemaBuilder var sample: some JSONSchemaComponent {
JSONString()
.constant("red")
}
```
## Type of Change
- [ ] Bug fix
- [x] New feature
- [ ] Breaking change
- [ ] Documentation update
## Additional Notes
Add any other context or screenshots about the pull request here.
0 commit comments