Show / Hide Table of Contents

Class SchemaVocabularies

Defines the official draft-08 vocabularies.

Inheritance
System.Object
SchemaVocabularies
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 SchemaVocabularies

Fields

| Improve this Doc View Source

Applicator

Identifies the 2019-09 applicator keywords vocabulary.

Declaration
public static readonly SchemaVocabulary Applicator
Field Value
Type Description
SchemaVocabulary
| Improve this Doc View Source

Content

Identifies the 2019-09 content keywords vocabulary.

Declaration
public static readonly SchemaVocabulary Content
Field Value
Type Description
SchemaVocabulary
| Improve this Doc View Source

Core

Identifies the 2019-09 core keywords vocabulary.

Declaration
public static readonly SchemaVocabulary Core
Field Value
Type Description
SchemaVocabulary
| Improve this Doc View Source

Format

Identifies the 2019-09 format keywords vocabulary.

Declaration
public static readonly SchemaVocabulary Format
Field Value
Type Description
SchemaVocabulary
| Improve this Doc View Source

MetaData

Identifies the 2019-09 meta-data keywords vocabulary.

Declaration
public static readonly SchemaVocabulary MetaData
Field Value
Type Description
SchemaVocabulary
| Improve this Doc View Source

None

Used for keywords that only exist in schema versions prior to 2019-09.

Declaration
public static readonly SchemaVocabulary None
Field Value
Type Description
SchemaVocabulary
| Improve this Doc View Source

Validation

Identifies the 2019-09 validation keywords vocabulary.

Declaration
public static readonly SchemaVocabulary Validation
Field Value
Type Description
SchemaVocabulary
  • Improve this Doc
  • View Source
Back to top Generated by DocFX