S typedef

S = Schema

A shortcut typedef so that Schema.object, etc. can be used as S.object.

Implementation

typedef S = Schema;