@@ -100,7 +100,7 @@ testRule('xgen-IPA-123-allowable-enum-values-should-not-exceed-20', [
100100    errors : [ 
101101      { 
102102        code : 'xgen-IPA-123-allowable-enum-values-should-not-exceed-20' , 
103-         message : 'Enum  arrays should not exceed 20 values. Current count: 21' , 
103+         message : 'Inline enum  arrays should not exceed 20 values. Current count: 21' , 
104104        path : [ 'components' ,  'schemas' ,  'TestSchema' ,  'properties' ,  'status' ,  'enum' ] , 
105105        severity : DiagnosticSeverity . Warning , 
106106      } , 
@@ -172,7 +172,7 @@ testRule('xgen-IPA-123-allowable-enum-values-should-not-exceed-20', [
172172    errors : [ 
173173      { 
174174        code : 'xgen-IPA-123-allowable-enum-values-should-not-exceed-20' , 
175-         message : 'Enum  arrays should not exceed 20 values. Current count: 21' , 
175+         message : 'Inline enum  arrays should not exceed 20 values. Current count: 21' , 
176176        path : [ 'components' ,  'schemas' ,  'TestSchema' ,  'properties' ,  'priority' ,  'enum' ] , 
177177        severity : DiagnosticSeverity . Warning , 
178178      } , 
@@ -245,7 +245,7 @@ testRule('xgen-IPA-123-allowable-enum-values-should-not-exceed-20', [
245245    errors : [ 
246246      { 
247247        code : 'xgen-IPA-123-allowable-enum-values-should-not-exceed-20' , 
248-         message : 'Enum  arrays should not exceed 20 values. Current count: 21' , 
248+         message : 'Inline enum  arrays should not exceed 20 values. Current count: 21' , 
249249        path : [ 'paths' ,  '/resources' ,  'get' ,  'parameters' ,  '0' ,  'schema' ,  'enum' ] , 
250250        severity : DiagnosticSeverity . Warning , 
251251      } , 
0 commit comments