SchemaHelper
Helper object for working with JSON schemas.
Provides utility functions for parsing and validating JSON Schema definitions.
Functions
Link copied to clipboard
Gets the property definition for a given property name.
Link copied to clipboard
Gets the description of a property in the schema.
Link copied to clipboard
Gets the types of a property in the schema.
Link copied to clipboard
Checks if all specified properties are required in the schema.
Link copied to clipboard
Checks if a schema has a property with the specified name.
Link copied to clipboard
Checks if a property is required in the schema.
Link copied to clipboard
Parses a JsonElement into a JsonSchema.