Interface SchemaDefinitionProvider
- All Known Implementing Classes:
AdditionalPropertyIndexerSchemaDefinitionProvider
,StaticSchemaDefinitionProvider
,SystemPropertySchemaDefinitionProvider
public interface SchemaDefinitionProvider
Interface to be implemented by components providing schema definitions.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the schema definitions to add to the schema.
-
Method Details
-
getDefinitions
Return the schema definitions to add to the schema.- Returns:
- a collection of schema definitions to add to the schema.
-