embeddedProp method

void embeddedProp(
  1. dynamic path,
  2. dynamic build(
    1. EmbeddedPropertyBuilder builder
    )
)

Implementation

void embeddedProp(path, dynamic build(EmbeddedPropertyBuilder builder)) =>
    _addProperty(path, EmbeddedPropertyBuilder(schemaUri, JsonPath.of(path)), build);