Learn R Programming

paws.application.integration (version 0.9.0)

schemas_get_discovered_schema: Get the discovered schema that was generated based on sampled events

Description

Get the discovered schema that was generated based on sampled events.

See https://www.paws-r-sdk.com/docs/schemas_get_discovered_schema/ for full documentation.

Usage

schemas_get_discovered_schema(Events, Type)

Arguments

Events

[required] An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.

Type

[required] The type of event.