api-schema-inferrer

Installation
SKILL.md

API Schema Inferrer

This skill automatically generates schemas from examples in OpenAPI Specification (OAS) files. It analyzes example and examples fields in requests and responses, then produces corresponding schema definitions.

When to Use This Skill

Use this skill when:

  • Endpoints have examples or example fields but no schema defined
  • You want to quickly bootstrap schemas from sample data
  • Converting from formats that don't require explicit schemas

Prerequisites

pip install pyyaml

Running Schema Inference

Installs
10
GitHub Stars
12
First Seen
Jun 21, 2026
api-schema-inferrer — mulesoft/mulesoft-dx