mirror of
https://github.com/LukeHagar/prettier-plugin-openapi.git
synced 2025-12-06 12:47:47 +00:00
Small Change to operation key ordering
This commit is contained in:
@@ -123,12 +123,12 @@ export const ComponentsKeys = [
|
||||
|
||||
export const OperationKeys = [
|
||||
// Important short info at a glance.
|
||||
'summary',
|
||||
'operationId',
|
||||
'description',
|
||||
'externalDocs', // OpenAPI 3.0+
|
||||
'summary',
|
||||
'tags',
|
||||
'deprecated',
|
||||
'description',
|
||||
'externalDocs', // OpenAPI 3.0+
|
||||
|
||||
// Security is a often short list, and is usually not included at the operation level.
|
||||
'security',
|
||||
|
||||
Reference in New Issue
Block a user