Rest API - API Documentation
You want to define a schema for a REST API response that returns a list of users, where each user has a
username (string) and roles (array of strings). Which schema snippet correctly represents this?