API Additions for Listing Schema/Dataset and OpenAPI Definition

Was wondering if you would consider some additional API additions

  1. Get list of schemas. Return the listing of those Mockaroo resources.
  2. Get list of datasets. Return the listing of those Mockaroo resources.
  3. Generate OpenAPI schema for Mockaroo schema. I recently built a Microsoft Power Automate connector and this would allow users to parse and select the fields within the Power Automate UI instead of having to parse the JSON manually after retrieval.
    Extend an OpenAPI definition for a custom connector | Microsoft Docs
    Exploring OpenAPI Extensions – Dynamic Schema – Implementing Tae of (taerimhan.com)