ISchemaResolver public interface ISchemaResolver Manager which resolves types to schemas. Documentation Code IEnumerable<JsonSchema4> Schemas { get; } Gets all the schemas. void AddSchema(Type type, bool isIntegerEnumeration, JsonSchema4 schema) Adds a schema to type mapping. JsonSchema4 GetSchema(Type type, bool isIntegerEnumeration) Gets the schema for a given type. bool HasSchema(Type type, bool isIntegerEnumeration) Determines whether the specified type has a schema.