proposal: Schema.SubSchema
Open
P3
Small
- Dominant language
- Go
- Stars
- 478
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Add the following method:
```
// SubSchema returns the sub-schema of root selected by the given [JSON Pointer] expression.
// It returns nil if the expression does not refer to a schema.
//
// [JSON Pointer]: https://datatracker.ietf.org/doc/html/rfc6901
func (root *Schema) SubSchema(jp string) *Schema
```
Contributor guide
Assessment
This issue has not been assessed yet.