Class SchemaKeywordCatalog
Curates a list of all known JSON Schema keywords.
Inheritance
System.Object
SchemaKeywordCatalog
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Manatee.Json.Schema
Assembly: Manatee.Json.dll
Syntax
public static class SchemaKeywordCatalog
Methods
| Improve this Doc View SourceAdd<T>()
Adds a new keyword.
Declaration
public static void Add<T>()
where T : IJsonSchemaKeyword, new()
Type Parameters
Name | Description |
---|---|
T | The type of the keyword implementation. |
Remove<T>()
Removes a keyword from use.
Declaration
public static void Remove<T>()
where T : IJsonSchemaKeyword, new()
Type Parameters
Name | Description |
---|---|
T | The type of the keyword implementation. |