Overview

Object Schema

s.object(object)

Object type with defined properties

Methods:
.validate: method

Custom validation function

Example:
Example
s.object({
  title: s.string(),
  count: s.number()
})