Skip to content

Conversation

@mscoutermarsh
Copy link

@mscoutermarsh mscoutermarsh commented Nov 28, 2025

In our API spec, we found the need recently to set x-extension properties for some of our downstream API spec consumers (which auto generate SDKs based on our api spec).

This PR adds support for setting x-extensions.

Example:

Apipie.prop(:password, "password", { description: "The plain text password", "x-param-sensitive": true })
"password": {
  "type": "string",
  "description": "The plain text password, available only after create",
  "x-param-sensitive": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants