Source position: fpopenapi.types.pp line 61
type TApiOperationKeyword = ( |
okUnknown, |
okTags, |
okSummary, |
okDescription, |
okExternalDocs, |
okOperationId, |
okParameters, |
okRequestBody, |
okResponses, |
okCallbacks, |
okDeprecated, |
okSecurity, |
okServers |
); |