Show / Hide Table of Contents

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 Source

Add<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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX