Type guard to check if a given value is a SerializableSchema, i.e.
both a Standard Schema and a Standard JSON Schema object.
The type of input described by the schema.
The type of output described by the schema.
The value to test.
True if the schema is a valid SerializableSchema.
Type guard to check if a given value is a
SerializableSchema, i.e. both a Standard Schema and a Standard JSON Schema object.