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 = [
|
export const OperationKeys = [
|
||||||
// Important short info at a glance.
|
// Important short info at a glance.
|
||||||
'summary',
|
|
||||||
'operationId',
|
'operationId',
|
||||||
'description',
|
'summary',
|
||||||
'externalDocs', // OpenAPI 3.0+
|
|
||||||
'tags',
|
'tags',
|
||||||
'deprecated',
|
'deprecated',
|
||||||
|
'description',
|
||||||
|
'externalDocs', // OpenAPI 3.0+
|
||||||
|
|
||||||
// Security is a often short list, and is usually not included at the operation level.
|
// Security is a often short list, and is usually not included at the operation level.
|
||||||
'security',
|
'security',
|
||||||
|
|||||||
Reference in New Issue
Block a user