Small Change to operation key ordering

This commit is contained in:
Luke Hagar
2025-10-20 12:16:08 -05:00
committed by GitHub
parent e27aba56f5
commit ec7f07a1dd

View File

@@ -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',