Interface GlobalSchemaContract.DefinitionStages.WithDocument

All Known Subinterfaces:
GlobalSchemaContract.Definition, GlobalSchemaContract.DefinitionStages.WithCreate
Enclosing interface:
GlobalSchemaContract.DefinitionStages

public static interface GlobalSchemaContract.DefinitionStages.WithDocument
The stage of the GlobalSchemaContract definition allowing to specify document.
  • Method Details

    • withDocument

      Specifies the document property: Global Schema document object for json-based schema formats(e.g. json schema)..
      Parameters:
      document - Global Schema document object for json-based schema formats(e.g. json schema).
      Returns:
      the next definition stage.