Creates an Amazon Personalize schema from the specified schema string. The schema you create must be in Avro JSON format.
See https://www.paws-r-sdk.com/docs/personalize_create_schema/ for full documentation.
personalize_create_schema(name, schema, domain = NULL)
[required] The name for the schema.
[required] A schema in Avro JSON format.
The domain for the schema. If you are creating a schema for a dataset in a Domain dataset group, specify the domain you chose when you created the Domain dataset group.