Interface JsonSchema


public interface JsonSchema
An immutable client-side representation of JsonSchema.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the content property: The JSON content.
    Gets the inner com.azure.resourcemanager.logic.fluent.models.JsonSchemaInner object.
    Gets the title property: The JSON title.
  • Method Details

    • title

      String title()
      Gets the title property: The JSON title.
      Returns:
      the title value.
    • content

      String content()
      Gets the content property: The JSON content.
      Returns:
      the content value.
    • innerModel

      JsonSchemaInner innerModel()
      Gets the inner com.azure.resourcemanager.logic.fluent.models.JsonSchemaInner object.
      Returns:
      the inner object.