Parse
Raw content from the
Source file path (unused but required for interface compatibility)
Parsed success response field information or null if parsing fails
but specifically for success response fields. Automatically assigns the "Success 200" group unless a different group is specified in the tag.
// Input: "{String} name User's full name"
// Output: { type: "String", field: "name", description: "User's full name", group: "Success 200" }
// Input: "(Success 201) {String} id Created resource ID"
// Output: { type: "String", field: "id", description: "Created resource ID", group: "Success 201" }
Exports