catSchema top-level property

ObjectSchema catSchema
final

Generated schema for Cat

Implementation

final catSchema = Ack.object({
  'type': Ack.literal('cat'),
  'meow': Ack.boolean(),
  'lives': Ack.integer(),
});