You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/apidom-ns-openapi-3-1/src/elements/Schema.ts
+3
Original file line number
Diff line number
Diff line change
@@ -584,6 +584,9 @@ class Schema extends ObjectElement {
584
584
returnthis.get('example');
585
585
}
586
586
587
+
/**
588
+
* @deprecated The example property has been deprecated in favor of the JSON Schema examples keyword. Use of example is discouraged, and later versions of this specification may remove it.
0 commit comments